diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4183d3d77..6ffbcea6c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,6 +33,12 @@ jobs: # template database and exercise the triggers/functions in parallel. # Docker is available on GitHub-hosted runners. runs-on: ubuntu-24.04 + env: + # Locally the container is reused between runs to skip the boot and the + # migration pipeline. A CI runner starts empty so there is nothing to + # reuse, and on a shared runner a second job could rebuild the template + # while this one is cloning it — so take the throwaway path. + SQL_TEST_FRESH: "1" steps: - name: Check out the repo uses: actions/checkout@v4 diff --git a/generated/schema.graphql b/generated/schema.graphql index 0731d4264..80afcf1a3 100644 --- a/generated/schema.graphql +++ b/generated/schema.graphql @@ -40,6 +40,38 @@ type ApiKeyResponse { key: String! } +type Award { + allow_multiple: Boolean! + created_at: String! + created_by_steam_id: String + description: String + event_id: uuid + id: uuid! + image_url: String + league_season_id: uuid + name: String! + season_id: uuid + silhouette: Int + system_key: String + tier: String! + tournament_id: uuid + updated_at: String! +} + +type AwardRecipient { + award_id: uuid! + awarded_by_steam_id: String + created_at: String! + id: uuid! + note: String + placement: Int + player_steam_id: String + source: String! + team_id: uuid + tournament_id: uuid + tournament_team_id: uuid +} + """ Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. """ @@ -748,8 +780,59 @@ type TeamCalendarOutput { url: String! } +type TelemetryActivityPoint { + day: String! + installs: Int! + matches: Int! +} + +type TelemetryFeatureAdoption { + enabled: Int! + installsUsing: Int! + key: String! + reporting: Int! + total: Int! +} + +type TelemetryFleetTotals { + dedicatedServers: Int! + gameServerNodes: Int! + mapsPlayed: Int! + matches: Int! + matchesImported: Int! + matchesImportedMonth: Int! + matchesMonth: Int! + matchesWeek: Int! + matchesYear: Int! + playersActive30d: Int! + playersRegistered: Int! + publicServers: Int! + serverCapacity: Int! + servers: Int! + teams: Int! +} + +type TelemetryGrowthPoint { + installs: Int! + month: String! +} + +type TelemetryInstallCounts { + active24h: Int! + active30d: Int! + active7d: Int! + new30d: Int! + retained180d: Int! + total: Int! +} + type TelemetryStats { + activity: [TelemetryActivityPoint!]! + features: [TelemetryFeatureAdoption!]! + growth: [TelemetryGrowthPoint!]! + installs: TelemetryInstallCounts! online: Int! + totals: TelemetryFleetTotals! } type TestUploadResponse { @@ -770,6 +853,16 @@ type TimescaleStats { jobs: [TimescaleJob]! } +type TournamentAward { + award_id: uuid + custom_name: String + id: uuid! + image_url: String + placement: Int! + silhouette: Int + tournament_id: uuid! +} + type TournamentMatchResetImpact { bracket_id: uuid! depth: Int! @@ -1537,1849 +1630,3098 @@ input approve_league_season_movements_args { _league_season_id: uuid } -scalar bigint - """ -Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. +columns and relationships of "award_recipients" """ -input bigint_array_comparison_exp { - """is the array contained in the given array value""" - _contained_in: [bigint!] +type award_recipients { + """An object relationship""" + award: awards! + award_id: uuid! - """does the array contain the given value""" - _contains: [bigint!] - _eq: [bigint!] - _gt: [bigint!] - _gte: [bigint!] - _in: [[bigint!]!] - _is_null: Boolean - _lt: [bigint!] - _lte: [bigint!] - _neq: [bigint!] - _nin: [[bigint!]!] -} + """An object relationship""" + awarded_by: players + awarded_by_steam_id: bigint + created_at: timestamptz! -""" -Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. -""" -input bigint_comparison_exp { - _eq: bigint - _gt: bigint - _gte: bigint - _in: [bigint!] - _is_null: Boolean - _lt: bigint - _lte: bigint - _neq: bigint - _nin: [bigint!] -} + """An object relationship""" + event: events + event_id: uuid + id: uuid! -scalar bytea + """An object relationship""" + league_season: league_seasons + league_season_id: uuid + note: String + placement: Int + placement_tier: String -""" -Boolean expression to compare columns of type "bytea". All fields are combined with logical 'AND'. -""" -input bytea_comparison_exp { - _eq: bytea - _gt: bytea - _gte: bytea - _in: [bytea!] - _is_null: Boolean - _lt: bytea - _lte: bytea - _neq: bytea - _nin: [bytea!] -} + """An object relationship""" + player: players + player_steam_id: bigint -""" -columns and relationships of "clip_render_jobs" -""" -type clip_render_jobs { """An object relationship""" - clip: match_clips - clip_id: uuid - created_at: timestamptz! - error_message: String + season: seasons + season_id: uuid + source: e_award_sources_enum! """An object relationship""" - game_server_node: game_server_nodes - game_server_node_id: String - id: uuid! - k8s_job_name: String! - last_status_at: timestamptz! + team: teams + team_id: uuid """An object relationship""" - match_map: match_maps! + tournament: tournaments """An object relationship""" - match_map_demo: match_map_demos - match_map_demo_id: uuid - match_map_id: uuid! - paused: Boolean! - progress: numeric - session_token: String! - sort_index: Int! - spec( - """JSON select path""" - path: String - ): jsonb! - status: String! - status_history( - """JSON select path""" - path: String - ): jsonb! + tournament_award: tournament_awards + tournament_id: uuid """An object relationship""" - user: players - user_steam_id: bigint + tournament_team: tournament_teams + tournament_team_id: uuid } """ -aggregated selection of "clip_render_jobs" +aggregated selection of "award_recipients" """ -type clip_render_jobs_aggregate { - aggregate: clip_render_jobs_aggregate_fields - nodes: [clip_render_jobs!]! -} - -input clip_render_jobs_aggregate_bool_exp { - bool_and: clip_render_jobs_aggregate_bool_exp_bool_and - bool_or: clip_render_jobs_aggregate_bool_exp_bool_or - count: clip_render_jobs_aggregate_bool_exp_count -} - -input clip_render_jobs_aggregate_bool_exp_bool_and { - arguments: clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: clip_render_jobs_bool_exp - predicate: Boolean_comparison_exp! +type award_recipients_aggregate { + aggregate: award_recipients_aggregate_fields + nodes: [award_recipients!]! } -input clip_render_jobs_aggregate_bool_exp_bool_or { - arguments: clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: clip_render_jobs_bool_exp - predicate: Boolean_comparison_exp! +input award_recipients_aggregate_bool_exp { + count: award_recipients_aggregate_bool_exp_count } -input clip_render_jobs_aggregate_bool_exp_count { - arguments: [clip_render_jobs_select_column!] +input award_recipients_aggregate_bool_exp_count { + arguments: [award_recipients_select_column!] distinct: Boolean - filter: clip_render_jobs_bool_exp + filter: award_recipients_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "clip_render_jobs" +aggregate fields of "award_recipients" """ -type clip_render_jobs_aggregate_fields { - avg: clip_render_jobs_avg_fields - count(columns: [clip_render_jobs_select_column!], distinct: Boolean): Int! - max: clip_render_jobs_max_fields - min: clip_render_jobs_min_fields - stddev: clip_render_jobs_stddev_fields - stddev_pop: clip_render_jobs_stddev_pop_fields - stddev_samp: clip_render_jobs_stddev_samp_fields - sum: clip_render_jobs_sum_fields - var_pop: clip_render_jobs_var_pop_fields - var_samp: clip_render_jobs_var_samp_fields - variance: clip_render_jobs_variance_fields +type award_recipients_aggregate_fields { + avg: award_recipients_avg_fields + count(columns: [award_recipients_select_column!], distinct: Boolean): Int! + max: award_recipients_max_fields + min: award_recipients_min_fields + stddev: award_recipients_stddev_fields + stddev_pop: award_recipients_stddev_pop_fields + stddev_samp: award_recipients_stddev_samp_fields + sum: award_recipients_sum_fields + var_pop: award_recipients_var_pop_fields + var_samp: award_recipients_var_samp_fields + variance: award_recipients_variance_fields } """ -order by aggregate values of table "clip_render_jobs" +order by aggregate values of table "award_recipients" """ -input clip_render_jobs_aggregate_order_by { - avg: clip_render_jobs_avg_order_by +input award_recipients_aggregate_order_by { + avg: award_recipients_avg_order_by count: order_by - max: clip_render_jobs_max_order_by - min: clip_render_jobs_min_order_by - stddev: clip_render_jobs_stddev_order_by - stddev_pop: clip_render_jobs_stddev_pop_order_by - stddev_samp: clip_render_jobs_stddev_samp_order_by - sum: clip_render_jobs_sum_order_by - var_pop: clip_render_jobs_var_pop_order_by - var_samp: clip_render_jobs_var_samp_order_by - variance: clip_render_jobs_variance_order_by -} - -"""append existing jsonb value of filtered columns with new jsonb value""" -input clip_render_jobs_append_input { - spec: jsonb - status_history: jsonb + max: award_recipients_max_order_by + min: award_recipients_min_order_by + stddev: award_recipients_stddev_order_by + stddev_pop: award_recipients_stddev_pop_order_by + stddev_samp: award_recipients_stddev_samp_order_by + sum: award_recipients_sum_order_by + var_pop: award_recipients_var_pop_order_by + var_samp: award_recipients_var_samp_order_by + variance: award_recipients_variance_order_by } """ -input type for inserting array relation for remote table "clip_render_jobs" +input type for inserting array relation for remote table "award_recipients" """ -input clip_render_jobs_arr_rel_insert_input { - data: [clip_render_jobs_insert_input!]! +input award_recipients_arr_rel_insert_input { + data: [award_recipients_insert_input!]! """upsert condition""" - on_conflict: clip_render_jobs_on_conflict + on_conflict: award_recipients_on_conflict } """aggregate avg on columns""" -type clip_render_jobs_avg_fields { - progress: Float - sort_index: Float - user_steam_id: Float +type award_recipients_avg_fields { + awarded_by_steam_id: Float + placement: Float + player_steam_id: Float } """ -order by avg() on columns of table "clip_render_jobs" +order by avg() on columns of table "award_recipients" """ -input clip_render_jobs_avg_order_by { - progress: order_by - sort_index: order_by - user_steam_id: order_by +input award_recipients_avg_order_by { + awarded_by_steam_id: order_by + placement: order_by + player_steam_id: order_by } """ -Boolean expression to filter rows from the table "clip_render_jobs". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "award_recipients". All fields are combined with a logical 'AND'. """ -input clip_render_jobs_bool_exp { - _and: [clip_render_jobs_bool_exp!] - _not: clip_render_jobs_bool_exp - _or: [clip_render_jobs_bool_exp!] - clip: match_clips_bool_exp - clip_id: uuid_comparison_exp +input award_recipients_bool_exp { + _and: [award_recipients_bool_exp!] + _not: award_recipients_bool_exp + _or: [award_recipients_bool_exp!] + award: awards_bool_exp + award_id: uuid_comparison_exp + awarded_by: players_bool_exp + awarded_by_steam_id: bigint_comparison_exp created_at: timestamptz_comparison_exp - error_message: String_comparison_exp - game_server_node: game_server_nodes_bool_exp - game_server_node_id: String_comparison_exp + event: events_bool_exp + event_id: uuid_comparison_exp id: uuid_comparison_exp - k8s_job_name: String_comparison_exp - last_status_at: timestamptz_comparison_exp - match_map: match_maps_bool_exp - match_map_demo: match_map_demos_bool_exp - match_map_demo_id: uuid_comparison_exp - match_map_id: uuid_comparison_exp - paused: Boolean_comparison_exp - progress: numeric_comparison_exp - session_token: String_comparison_exp - sort_index: Int_comparison_exp - spec: jsonb_comparison_exp - status: String_comparison_exp - status_history: jsonb_comparison_exp - user: players_bool_exp - user_steam_id: bigint_comparison_exp + league_season: league_seasons_bool_exp + league_season_id: uuid_comparison_exp + note: String_comparison_exp + placement: Int_comparison_exp + placement_tier: String_comparison_exp + player: players_bool_exp + player_steam_id: bigint_comparison_exp + season: seasons_bool_exp + season_id: uuid_comparison_exp + source: e_award_sources_enum_comparison_exp + team: teams_bool_exp + team_id: uuid_comparison_exp + tournament: tournaments_bool_exp + tournament_award: tournament_awards_bool_exp + tournament_id: uuid_comparison_exp + tournament_team: tournament_teams_bool_exp + tournament_team_id: uuid_comparison_exp } """ -unique or primary key constraints on table "clip_render_jobs" +unique or primary key constraints on table "award_recipients" """ -enum clip_render_jobs_constraint { +enum award_recipients_constraint { + """ + unique or primary key constraint on columns "tournament_id" + """ + award_recipients_one_mvp_per_tournament + """ unique or primary key constraint on columns "id" """ - clip_render_jobs_pkey -} + award_recipients_pkey -""" -delete the field or element with specified path (for JSON arrays, negative integers count from the end) -""" -input clip_render_jobs_delete_at_path_input { - spec: [String!] - status_history: [String!] -} + """ + unique or primary key constraint on columns "player_steam_id", "placement", "tournament_team_id", "tournament_id" + """ + award_recipients_player_recipient_key -""" -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 clip_render_jobs_delete_elem_input { - spec: Int - status_history: Int -} + """ + unique or primary key constraint on columns "player_steam_id", "placement", "season_id" + """ + award_recipients_season_player_key -""" -delete key/value pair or string element. key/value pairs are matched based on their key value -""" -input clip_render_jobs_delete_key_input { - spec: String - status_history: String + """ + unique or primary key constraint on columns "placement", "tournament_team_id", "tournament_id", "team_id" + """ + award_recipients_team_recipient_key } """ -input type for incrementing numeric columns in table "clip_render_jobs" +input type for incrementing numeric columns in table "award_recipients" """ -input clip_render_jobs_inc_input { - progress: numeric - sort_index: Int - user_steam_id: bigint +input award_recipients_inc_input { + awarded_by_steam_id: bigint + placement: Int + player_steam_id: bigint } """ -input type for inserting data into table "clip_render_jobs" +input type for inserting data into table "award_recipients" """ -input clip_render_jobs_insert_input { - clip: match_clips_obj_rel_insert_input - clip_id: uuid +input award_recipients_insert_input { + award: awards_obj_rel_insert_input + award_id: uuid + awarded_by: players_obj_rel_insert_input + awarded_by_steam_id: bigint created_at: timestamptz - error_message: String - game_server_node: game_server_nodes_obj_rel_insert_input - game_server_node_id: String + event: events_obj_rel_insert_input + event_id: uuid id: uuid - k8s_job_name: String - last_status_at: timestamptz - match_map: match_maps_obj_rel_insert_input - match_map_demo: match_map_demos_obj_rel_insert_input - match_map_demo_id: uuid - match_map_id: uuid - paused: Boolean - progress: numeric - session_token: String - sort_index: Int - spec: jsonb - status: String - status_history: jsonb - user: players_obj_rel_insert_input - user_steam_id: bigint + league_season: league_seasons_obj_rel_insert_input + league_season_id: uuid + note: String + placement: Int + player: players_obj_rel_insert_input + player_steam_id: bigint + season: seasons_obj_rel_insert_input + season_id: uuid + source: e_award_sources_enum + team: teams_obj_rel_insert_input + team_id: uuid + tournament: tournaments_obj_rel_insert_input + tournament_award: tournament_awards_obj_rel_insert_input + tournament_id: uuid + tournament_team: tournament_teams_obj_rel_insert_input + tournament_team_id: uuid } """aggregate max on columns""" -type clip_render_jobs_max_fields { - clip_id: uuid +type award_recipients_max_fields { + award_id: uuid + awarded_by_steam_id: bigint created_at: timestamptz - error_message: String - game_server_node_id: String + event_id: uuid id: uuid - k8s_job_name: String - last_status_at: timestamptz - match_map_demo_id: uuid - match_map_id: uuid - progress: numeric - session_token: String - sort_index: Int - status: String - user_steam_id: bigint + league_season_id: uuid + note: String + placement: Int + placement_tier: String + player_steam_id: bigint + season_id: uuid + team_id: uuid + tournament_id: uuid + tournament_team_id: uuid } """ -order by max() on columns of table "clip_render_jobs" +order by max() on columns of table "award_recipients" """ -input clip_render_jobs_max_order_by { - clip_id: order_by +input award_recipients_max_order_by { + award_id: order_by + awarded_by_steam_id: order_by created_at: order_by - error_message: order_by - game_server_node_id: order_by + event_id: order_by id: order_by - k8s_job_name: order_by - last_status_at: order_by - match_map_demo_id: order_by - match_map_id: order_by - progress: order_by - session_token: order_by - sort_index: order_by - status: order_by - user_steam_id: order_by + league_season_id: order_by + note: order_by + placement: order_by + placement_tier: order_by + player_steam_id: order_by + season_id: order_by + team_id: order_by + tournament_id: order_by + tournament_team_id: order_by } """aggregate min on columns""" -type clip_render_jobs_min_fields { - clip_id: uuid +type award_recipients_min_fields { + award_id: uuid + awarded_by_steam_id: bigint created_at: timestamptz - error_message: String - game_server_node_id: String + event_id: uuid id: uuid - k8s_job_name: String - last_status_at: timestamptz - match_map_demo_id: uuid - match_map_id: uuid - progress: numeric - session_token: String - sort_index: Int - status: String - user_steam_id: bigint + league_season_id: uuid + note: String + placement: Int + placement_tier: String + player_steam_id: bigint + season_id: uuid + team_id: uuid + tournament_id: uuid + tournament_team_id: uuid } """ -order by min() on columns of table "clip_render_jobs" +order by min() on columns of table "award_recipients" """ -input clip_render_jobs_min_order_by { - clip_id: order_by +input award_recipients_min_order_by { + award_id: order_by + awarded_by_steam_id: order_by created_at: order_by - error_message: order_by - game_server_node_id: order_by + event_id: order_by id: order_by - k8s_job_name: order_by - last_status_at: order_by - match_map_demo_id: order_by - match_map_id: order_by - progress: order_by - session_token: order_by - sort_index: order_by - status: order_by - user_steam_id: order_by + league_season_id: order_by + note: order_by + placement: order_by + placement_tier: order_by + player_steam_id: order_by + season_id: order_by + team_id: order_by + tournament_id: order_by + tournament_team_id: order_by } """ -response of any mutation on the table "clip_render_jobs" +response of any mutation on the table "award_recipients" """ -type clip_render_jobs_mutation_response { +type award_recipients_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [clip_render_jobs!]! + returning: [award_recipients!]! } """ -on_conflict condition type for table "clip_render_jobs" +on_conflict condition type for table "award_recipients" """ -input clip_render_jobs_on_conflict { - constraint: clip_render_jobs_constraint! - update_columns: [clip_render_jobs_update_column!]! = [] - where: clip_render_jobs_bool_exp +input award_recipients_on_conflict { + constraint: award_recipients_constraint! + update_columns: [award_recipients_update_column!]! = [] + where: award_recipients_bool_exp } -"""Ordering options when selecting data from "clip_render_jobs".""" -input clip_render_jobs_order_by { - clip: match_clips_order_by - clip_id: order_by +"""Ordering options when selecting data from "award_recipients".""" +input award_recipients_order_by { + award: awards_order_by + award_id: order_by + awarded_by: players_order_by + awarded_by_steam_id: order_by created_at: order_by - error_message: order_by - game_server_node: game_server_nodes_order_by - game_server_node_id: order_by + event: events_order_by + event_id: order_by id: order_by - k8s_job_name: order_by - last_status_at: order_by - match_map: match_maps_order_by - match_map_demo: match_map_demos_order_by - match_map_demo_id: order_by - match_map_id: order_by - paused: order_by - progress: order_by - session_token: order_by - sort_index: order_by - spec: order_by - status: order_by - status_history: order_by - user: players_order_by - user_steam_id: order_by + league_season: league_seasons_order_by + league_season_id: order_by + note: order_by + placement: order_by + placement_tier: order_by + player: players_order_by + player_steam_id: order_by + season: seasons_order_by + season_id: order_by + source: order_by + team: teams_order_by + team_id: order_by + tournament: tournaments_order_by + tournament_award: tournament_awards_order_by + tournament_id: order_by + tournament_team: tournament_teams_order_by + tournament_team_id: order_by } -"""primary key columns input for table: clip_render_jobs""" -input clip_render_jobs_pk_columns_input { +"""primary key columns input for table: award_recipients""" +input award_recipients_pk_columns_input { id: uuid! } -"""prepend existing jsonb value of filtered columns with new jsonb value""" -input clip_render_jobs_prepend_input { - spec: jsonb - status_history: jsonb -} - """ -select columns of table "clip_render_jobs" +select columns of table "award_recipients" """ -enum clip_render_jobs_select_column { +enum award_recipients_select_column { """column name""" - clip_id + award_id """column name""" - created_at + awarded_by_steam_id """column name""" - error_message + created_at """column name""" - game_server_node_id + event_id """column name""" id """column name""" - k8s_job_name - - """column name""" - last_status_at - - """column name""" - match_map_demo_id + league_season_id """column name""" - match_map_id + note """column name""" - paused + placement """column name""" - progress + placement_tier """column name""" - session_token + player_steam_id """column name""" - sort_index + season_id """column name""" - spec + source """column name""" - status + team_id """column name""" - status_history + tournament_id """column name""" - user_steam_id + tournament_team_id } """ -select "clip_render_jobs_aggregate_bool_exp_bool_and_arguments_columns" columns of table "clip_render_jobs" +input type for updating data in table "award_recipients" """ -enum clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_and_arguments_columns { - """column name""" - paused -} - -""" -select "clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns" columns of table "clip_render_jobs" -""" -enum clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns { - """column name""" - paused -} - -""" -input type for updating data in table "clip_render_jobs" -""" -input clip_render_jobs_set_input { - clip_id: uuid +input award_recipients_set_input { + award_id: uuid + awarded_by_steam_id: bigint created_at: timestamptz - error_message: String - game_server_node_id: String + event_id: uuid id: uuid - k8s_job_name: String - last_status_at: timestamptz - match_map_demo_id: uuid - match_map_id: uuid - paused: Boolean - progress: numeric - session_token: String - sort_index: Int - spec: jsonb - status: String - status_history: jsonb - user_steam_id: bigint + league_season_id: uuid + note: String + placement: Int + player_steam_id: bigint + season_id: uuid + source: e_award_sources_enum + team_id: uuid + tournament_id: uuid + tournament_team_id: uuid } """aggregate stddev on columns""" -type clip_render_jobs_stddev_fields { - progress: Float - sort_index: Float - user_steam_id: Float +type award_recipients_stddev_fields { + awarded_by_steam_id: Float + placement: Float + player_steam_id: Float } """ -order by stddev() on columns of table "clip_render_jobs" +order by stddev() on columns of table "award_recipients" """ -input clip_render_jobs_stddev_order_by { - progress: order_by - sort_index: order_by - user_steam_id: order_by +input award_recipients_stddev_order_by { + awarded_by_steam_id: order_by + placement: order_by + player_steam_id: order_by } """aggregate stddev_pop on columns""" -type clip_render_jobs_stddev_pop_fields { - progress: Float - sort_index: Float - user_steam_id: Float +type award_recipients_stddev_pop_fields { + awarded_by_steam_id: Float + placement: Float + player_steam_id: Float } """ -order by stddev_pop() on columns of table "clip_render_jobs" +order by stddev_pop() on columns of table "award_recipients" """ -input clip_render_jobs_stddev_pop_order_by { - progress: order_by - sort_index: order_by - user_steam_id: order_by +input award_recipients_stddev_pop_order_by { + awarded_by_steam_id: order_by + placement: order_by + player_steam_id: order_by } """aggregate stddev_samp on columns""" -type clip_render_jobs_stddev_samp_fields { - progress: Float - sort_index: Float - user_steam_id: Float +type award_recipients_stddev_samp_fields { + awarded_by_steam_id: Float + placement: Float + player_steam_id: Float } """ -order by stddev_samp() on columns of table "clip_render_jobs" +order by stddev_samp() on columns of table "award_recipients" """ -input clip_render_jobs_stddev_samp_order_by { - progress: order_by - sort_index: order_by - user_steam_id: order_by +input award_recipients_stddev_samp_order_by { + awarded_by_steam_id: order_by + placement: order_by + player_steam_id: order_by } """ -Streaming cursor of the table "clip_render_jobs" +Streaming cursor of the table "award_recipients" """ -input clip_render_jobs_stream_cursor_input { +input award_recipients_stream_cursor_input { """Stream column input with initial value""" - initial_value: clip_render_jobs_stream_cursor_value_input! + initial_value: award_recipients_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input clip_render_jobs_stream_cursor_value_input { - clip_id: uuid +input award_recipients_stream_cursor_value_input { + award_id: uuid + awarded_by_steam_id: bigint created_at: timestamptz - error_message: String - game_server_node_id: String + event_id: uuid id: uuid - k8s_job_name: String - last_status_at: timestamptz - match_map_demo_id: uuid - match_map_id: uuid - paused: Boolean - progress: numeric - session_token: String - sort_index: Int - spec: jsonb - status: String - status_history: jsonb - user_steam_id: bigint + league_season_id: uuid + note: String + placement: Int + placement_tier: String + player_steam_id: bigint + season_id: uuid + source: e_award_sources_enum + team_id: uuid + tournament_id: uuid + tournament_team_id: uuid } """aggregate sum on columns""" -type clip_render_jobs_sum_fields { - progress: numeric - sort_index: Int - user_steam_id: bigint +type award_recipients_sum_fields { + awarded_by_steam_id: bigint + placement: Int + player_steam_id: bigint } """ -order by sum() on columns of table "clip_render_jobs" +order by sum() on columns of table "award_recipients" """ -input clip_render_jobs_sum_order_by { - progress: order_by - sort_index: order_by - user_steam_id: order_by +input award_recipients_sum_order_by { + awarded_by_steam_id: order_by + placement: order_by + player_steam_id: order_by } """ -update columns of table "clip_render_jobs" +update columns of table "award_recipients" """ -enum clip_render_jobs_update_column { +enum award_recipients_update_column { """column name""" - clip_id + award_id """column name""" - created_at + awarded_by_steam_id """column name""" - error_message + created_at """column name""" - game_server_node_id + event_id """column name""" id """column name""" - k8s_job_name - - """column name""" - last_status_at - - """column name""" - match_map_demo_id - - """column name""" - match_map_id + league_season_id """column name""" - paused + note """column name""" - progress + placement """column name""" - session_token + player_steam_id """column name""" - sort_index + season_id """column name""" - spec + source """column name""" - status + team_id """column name""" - status_history + tournament_id """column name""" - user_steam_id + tournament_team_id } -input clip_render_jobs_updates { - """append existing jsonb value of filtered columns with new jsonb value""" - _append: clip_render_jobs_append_input - - """ - delete the field or element with specified path (for JSON arrays, negative integers count from the end) - """ - _delete_at_path: clip_render_jobs_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: clip_render_jobs_delete_elem_input - - """ - delete key/value pair or string element. key/value pairs are matched based on their key value - """ - _delete_key: clip_render_jobs_delete_key_input - +input award_recipients_updates { """increments the numeric columns with given value of the filtered values""" - _inc: clip_render_jobs_inc_input - - """prepend existing jsonb value of filtered columns with new jsonb value""" - _prepend: clip_render_jobs_prepend_input + _inc: award_recipients_inc_input """sets the columns of the filtered rows to the given values""" - _set: clip_render_jobs_set_input + _set: award_recipients_set_input """filter the rows which have to be updated""" - where: clip_render_jobs_bool_exp! + where: award_recipients_bool_exp! } """aggregate var_pop on columns""" -type clip_render_jobs_var_pop_fields { - progress: Float - sort_index: Float - user_steam_id: Float +type award_recipients_var_pop_fields { + awarded_by_steam_id: Float + placement: Float + player_steam_id: Float } """ -order by var_pop() on columns of table "clip_render_jobs" +order by var_pop() on columns of table "award_recipients" """ -input clip_render_jobs_var_pop_order_by { - progress: order_by - sort_index: order_by - user_steam_id: order_by +input award_recipients_var_pop_order_by { + awarded_by_steam_id: order_by + placement: order_by + player_steam_id: order_by } """aggregate var_samp on columns""" -type clip_render_jobs_var_samp_fields { - progress: Float - sort_index: Float - user_steam_id: Float +type award_recipients_var_samp_fields { + awarded_by_steam_id: Float + placement: Float + player_steam_id: Float } """ -order by var_samp() on columns of table "clip_render_jobs" +order by var_samp() on columns of table "award_recipients" """ -input clip_render_jobs_var_samp_order_by { - progress: order_by - sort_index: order_by - user_steam_id: order_by +input award_recipients_var_samp_order_by { + awarded_by_steam_id: order_by + placement: order_by + player_steam_id: order_by } """aggregate variance on columns""" -type clip_render_jobs_variance_fields { - progress: Float - sort_index: Float - user_steam_id: Float +type award_recipients_variance_fields { + awarded_by_steam_id: Float + placement: Float + player_steam_id: Float } """ -order by variance() on columns of table "clip_render_jobs" +order by variance() on columns of table "award_recipients" """ -input clip_render_jobs_variance_order_by { - progress: order_by - sort_index: order_by - user_steam_id: order_by -} - -input clone_league_season_args { - _league_season_id: uuid -} - -"""ordering argument of a cursor""" -enum cursor_ordering { - """ascending ordering of the cursor""" - ASC - - """descending ordering of the cursor""" - DESC +input award_recipients_variance_order_by { + awarded_by_steam_id: order_by + placement: order_by + player_steam_id: order_by } """ -columns and relationships of "custom_pages" +columns and relationships of "awards" """ -type custom_pages { +type awards { + allow_multiple: Boolean! created_at: timestamptz! - enabled: Boolean! - exposed_module: String! - icon: String + + """An object relationship""" + created_by: players + created_by_steam_id: bigint + description: String + + """An object relationship""" + event: events + event_id: uuid id: uuid! - is_default: Boolean! - nav_group: String - nav_order: Int! - remote_entry_url: String! - remote_scope: String! - required_role: e_player_roles_enum - slug: String! - title: String! + image_url: String + + """An object relationship""" + league_season: league_seasons + league_season_id: uuid + name: String! + + """An array relationship""" + recipients( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """An aggregate relationship""" + recipients_aggregate( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): award_recipients_aggregate! + + """An object relationship""" + season: seasons + season_id: uuid + silhouette: Int + system_key: String + tier: e_award_tiers_enum! + + """An object relationship""" + tournament: tournaments + + """An array relationship""" + tournament_configs( + """distinct select on columns""" + distinct_on: [tournament_awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_awards_order_by!] + + """filter the rows returned""" + where: tournament_awards_bool_exp + ): [tournament_awards!]! + + """An aggregate relationship""" + tournament_configs_aggregate( + """distinct select on columns""" + distinct_on: [tournament_awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_awards_order_by!] + + """filter the rows returned""" + where: tournament_awards_bool_exp + ): tournament_awards_aggregate! + tournament_id: uuid updated_at: timestamptz! } """ -aggregated selection of "custom_pages" +aggregated selection of "awards" """ -type custom_pages_aggregate { - aggregate: custom_pages_aggregate_fields - nodes: [custom_pages!]! +type awards_aggregate { + aggregate: awards_aggregate_fields + nodes: [awards!]! } """ -aggregate fields of "custom_pages" +aggregate fields of "awards" """ -type custom_pages_aggregate_fields { - avg: custom_pages_avg_fields - count(columns: [custom_pages_select_column!], distinct: Boolean): Int! - max: custom_pages_max_fields - min: custom_pages_min_fields - stddev: custom_pages_stddev_fields - stddev_pop: custom_pages_stddev_pop_fields - stddev_samp: custom_pages_stddev_samp_fields - sum: custom_pages_sum_fields - var_pop: custom_pages_var_pop_fields - var_samp: custom_pages_var_samp_fields - variance: custom_pages_variance_fields +type awards_aggregate_fields { + avg: awards_avg_fields + count(columns: [awards_select_column!], distinct: Boolean): Int! + max: awards_max_fields + min: awards_min_fields + stddev: awards_stddev_fields + stddev_pop: awards_stddev_pop_fields + stddev_samp: awards_stddev_samp_fields + sum: awards_sum_fields + var_pop: awards_var_pop_fields + var_samp: awards_var_samp_fields + variance: awards_variance_fields } """aggregate avg on columns""" -type custom_pages_avg_fields { - nav_order: Float +type awards_avg_fields { + created_by_steam_id: Float + silhouette: Float } """ -Boolean expression to filter rows from the table "custom_pages". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "awards". All fields are combined with a logical 'AND'. """ -input custom_pages_bool_exp { - _and: [custom_pages_bool_exp!] - _not: custom_pages_bool_exp - _or: [custom_pages_bool_exp!] +input awards_bool_exp { + _and: [awards_bool_exp!] + _not: awards_bool_exp + _or: [awards_bool_exp!] + allow_multiple: Boolean_comparison_exp created_at: timestamptz_comparison_exp - enabled: Boolean_comparison_exp - exposed_module: String_comparison_exp - icon: String_comparison_exp + created_by: players_bool_exp + created_by_steam_id: bigint_comparison_exp + description: String_comparison_exp + event: events_bool_exp + event_id: uuid_comparison_exp id: uuid_comparison_exp - is_default: Boolean_comparison_exp - nav_group: String_comparison_exp - nav_order: Int_comparison_exp - remote_entry_url: String_comparison_exp - remote_scope: String_comparison_exp - required_role: e_player_roles_enum_comparison_exp - slug: String_comparison_exp - title: String_comparison_exp + image_url: String_comparison_exp + league_season: league_seasons_bool_exp + league_season_id: uuid_comparison_exp + name: String_comparison_exp + recipients: award_recipients_bool_exp + recipients_aggregate: award_recipients_aggregate_bool_exp + season: seasons_bool_exp + season_id: uuid_comparison_exp + silhouette: Int_comparison_exp + system_key: String_comparison_exp + tier: e_award_tiers_enum_comparison_exp + tournament: tournaments_bool_exp + tournament_configs: tournament_awards_bool_exp + tournament_configs_aggregate: tournament_awards_aggregate_bool_exp + tournament_id: uuid_comparison_exp updated_at: timestamptz_comparison_exp } """ -unique or primary key constraints on table "custom_pages" +unique or primary key constraints on table "awards" """ -enum custom_pages_constraint { +enum awards_constraint { """ unique or primary key constraint on columns "id" """ - custom_pages_pkey - - """ - unique or primary key constraint on columns "is_default" - """ - custom_pages_single_default_idx + awards_pkey """ - unique or primary key constraint on columns "slug" + unique or primary key constraint on columns "system_key" """ - custom_pages_slug_key + awards_system_key_key } """ -input type for incrementing numeric columns in table "custom_pages" +input type for incrementing numeric columns in table "awards" """ -input custom_pages_inc_input { - nav_order: Int +input awards_inc_input { + created_by_steam_id: bigint + silhouette: Int } """ -input type for inserting data into table "custom_pages" +input type for inserting data into table "awards" """ -input custom_pages_insert_input { +input awards_insert_input { + allow_multiple: Boolean created_at: timestamptz - enabled: Boolean - exposed_module: String - icon: String + created_by: players_obj_rel_insert_input + created_by_steam_id: bigint + description: String + event: events_obj_rel_insert_input + event_id: uuid id: uuid - is_default: Boolean - nav_group: String - nav_order: Int - remote_entry_url: String - remote_scope: String - required_role: e_player_roles_enum - slug: String - title: String + image_url: String + league_season: league_seasons_obj_rel_insert_input + league_season_id: uuid + name: String + recipients: award_recipients_arr_rel_insert_input + season: seasons_obj_rel_insert_input + season_id: uuid + silhouette: Int + system_key: String + tier: e_award_tiers_enum + tournament: tournaments_obj_rel_insert_input + tournament_configs: tournament_awards_arr_rel_insert_input + tournament_id: uuid updated_at: timestamptz } """aggregate max on columns""" -type custom_pages_max_fields { +type awards_max_fields { created_at: timestamptz - exposed_module: String - icon: String + created_by_steam_id: bigint + description: String + event_id: uuid id: uuid - nav_group: String - nav_order: Int - remote_entry_url: String - remote_scope: String - slug: String - title: String + image_url: String + league_season_id: uuid + name: String + season_id: uuid + silhouette: Int + system_key: String + tournament_id: uuid updated_at: timestamptz } """aggregate min on columns""" -type custom_pages_min_fields { +type awards_min_fields { created_at: timestamptz - exposed_module: String - icon: String + created_by_steam_id: bigint + description: String + event_id: uuid id: uuid - nav_group: String - nav_order: Int - remote_entry_url: String - remote_scope: String - slug: String - title: String + image_url: String + league_season_id: uuid + name: String + season_id: uuid + silhouette: Int + system_key: String + tournament_id: uuid updated_at: timestamptz } """ -response of any mutation on the table "custom_pages" +response of any mutation on the table "awards" """ -type custom_pages_mutation_response { +type awards_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [custom_pages!]! + returning: [awards!]! } """ -on_conflict condition type for table "custom_pages" +input type for inserting object relation for remote table "awards" """ -input custom_pages_on_conflict { - constraint: custom_pages_constraint! - update_columns: [custom_pages_update_column!]! = [] - where: custom_pages_bool_exp +input awards_obj_rel_insert_input { + data: awards_insert_input! + + """upsert condition""" + on_conflict: awards_on_conflict } -"""Ordering options when selecting data from "custom_pages".""" -input custom_pages_order_by { +""" +on_conflict condition type for table "awards" +""" +input awards_on_conflict { + constraint: awards_constraint! + update_columns: [awards_update_column!]! = [] + where: awards_bool_exp +} + +"""Ordering options when selecting data from "awards".""" +input awards_order_by { + allow_multiple: order_by created_at: order_by - enabled: order_by - exposed_module: order_by - icon: order_by + created_by: players_order_by + created_by_steam_id: order_by + description: order_by + event: events_order_by + event_id: order_by id: order_by - is_default: order_by - nav_group: order_by - nav_order: order_by - remote_entry_url: order_by - remote_scope: order_by - required_role: order_by - slug: order_by - title: order_by + image_url: order_by + league_season: league_seasons_order_by + league_season_id: order_by + name: order_by + recipients_aggregate: award_recipients_aggregate_order_by + season: seasons_order_by + season_id: order_by + silhouette: order_by + system_key: order_by + tier: order_by + tournament: tournaments_order_by + tournament_configs_aggregate: tournament_awards_aggregate_order_by + tournament_id: order_by updated_at: order_by } -"""primary key columns input for table: custom_pages""" -input custom_pages_pk_columns_input { +"""primary key columns input for table: awards""" +input awards_pk_columns_input { id: uuid! } """ -select columns of table "custom_pages" +select columns of table "awards" """ -enum custom_pages_select_column { +enum awards_select_column { + """column name""" + allow_multiple + """column name""" created_at """column name""" - enabled + created_by_steam_id """column name""" - exposed_module + description """column name""" - icon + event_id """column name""" id """column name""" - is_default + image_url """column name""" - nav_group + league_season_id """column name""" - nav_order + name """column name""" - remote_entry_url + season_id """column name""" - remote_scope + silhouette """column name""" - required_role + system_key """column name""" - slug + tier """column name""" - title + tournament_id """column name""" updated_at } """ -input type for updating data in table "custom_pages" +input type for updating data in table "awards" """ -input custom_pages_set_input { +input awards_set_input { + allow_multiple: Boolean created_at: timestamptz - enabled: Boolean - exposed_module: String - icon: String + created_by_steam_id: bigint + description: String + event_id: uuid id: uuid - is_default: Boolean - nav_group: String - nav_order: Int - remote_entry_url: String - remote_scope: String - required_role: e_player_roles_enum - slug: String - title: String + image_url: String + league_season_id: uuid + name: String + season_id: uuid + silhouette: Int + system_key: String + tier: e_award_tiers_enum + tournament_id: uuid updated_at: timestamptz } """aggregate stddev on columns""" -type custom_pages_stddev_fields { - nav_order: Float +type awards_stddev_fields { + created_by_steam_id: Float + silhouette: Float } """aggregate stddev_pop on columns""" -type custom_pages_stddev_pop_fields { - nav_order: Float +type awards_stddev_pop_fields { + created_by_steam_id: Float + silhouette: Float } """aggregate stddev_samp on columns""" -type custom_pages_stddev_samp_fields { - nav_order: Float +type awards_stddev_samp_fields { + created_by_steam_id: Float + silhouette: Float } """ -Streaming cursor of the table "custom_pages" +Streaming cursor of the table "awards" """ -input custom_pages_stream_cursor_input { +input awards_stream_cursor_input { """Stream column input with initial value""" - initial_value: custom_pages_stream_cursor_value_input! + initial_value: awards_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input custom_pages_stream_cursor_value_input { +input awards_stream_cursor_value_input { + allow_multiple: Boolean created_at: timestamptz - enabled: Boolean - exposed_module: String - icon: String + created_by_steam_id: bigint + description: String + event_id: uuid id: uuid - is_default: Boolean - nav_group: String - nav_order: Int - remote_entry_url: String - remote_scope: String - required_role: e_player_roles_enum - slug: String - title: String + image_url: String + league_season_id: uuid + name: String + season_id: uuid + silhouette: Int + system_key: String + tier: e_award_tiers_enum + tournament_id: uuid updated_at: timestamptz } """aggregate sum on columns""" -type custom_pages_sum_fields { - nav_order: Int +type awards_sum_fields { + created_by_steam_id: bigint + silhouette: Int } """ -update columns of table "custom_pages" +update columns of table "awards" """ -enum custom_pages_update_column { +enum awards_update_column { + """column name""" + allow_multiple + """column name""" created_at """column name""" - enabled + created_by_steam_id """column name""" - exposed_module + description """column name""" - icon + event_id """column name""" id """column name""" - is_default + image_url """column name""" - nav_group + league_season_id """column name""" - nav_order + name """column name""" - remote_entry_url + season_id """column name""" - remote_scope + silhouette """column name""" - required_role + system_key """column name""" - slug + tier """column name""" - title + tournament_id """column name""" updated_at } -input custom_pages_updates { +input awards_updates { """increments the numeric columns with given value of the filtered values""" - _inc: custom_pages_inc_input + _inc: awards_inc_input """sets the columns of the filtered rows to the given values""" - _set: custom_pages_set_input + _set: awards_set_input """filter the rows which have to be updated""" - where: custom_pages_bool_exp! + where: awards_bool_exp! } """aggregate var_pop on columns""" -type custom_pages_var_pop_fields { - nav_order: Float +type awards_var_pop_fields { + created_by_steam_id: Float + silhouette: Float } """aggregate var_samp on columns""" -type custom_pages_var_samp_fields { - nav_order: Float +type awards_var_samp_fields { + created_by_steam_id: Float + silhouette: Float } """aggregate variance on columns""" -type custom_pages_variance_fields { - nav_order: Float +type awards_variance_fields { + created_by_steam_id: Float + silhouette: Float } -""" -columns and relationships of "db_backups" -""" -type db_backups { - created_at: timestamptz! - id: uuid! - name: String! - size: Int! -} +scalar bigint """ -aggregated selection of "db_backups" +Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. """ -type db_backups_aggregate { - aggregate: db_backups_aggregate_fields - nodes: [db_backups!]! +input bigint_array_comparison_exp { + """is the array contained in the given array value""" + _contained_in: [bigint!] + + """does the array contain the given value""" + _contains: [bigint!] + _eq: [bigint!] + _gt: [bigint!] + _gte: [bigint!] + _in: [[bigint!]!] + _is_null: Boolean + _lt: [bigint!] + _lte: [bigint!] + _neq: [bigint!] + _nin: [[bigint!]!] } """ -aggregate fields of "db_backups" +Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. """ -type db_backups_aggregate_fields { - avg: db_backups_avg_fields - count(columns: [db_backups_select_column!], distinct: Boolean): Int! - max: db_backups_max_fields - min: db_backups_min_fields - stddev: db_backups_stddev_fields - stddev_pop: db_backups_stddev_pop_fields - stddev_samp: db_backups_stddev_samp_fields - sum: db_backups_sum_fields - var_pop: db_backups_var_pop_fields - var_samp: db_backups_var_samp_fields - variance: db_backups_variance_fields +input bigint_comparison_exp { + _eq: bigint + _gt: bigint + _gte: bigint + _in: [bigint!] + _is_null: Boolean + _lt: bigint + _lte: bigint + _neq: bigint + _nin: [bigint!] } -"""aggregate avg on columns""" -type db_backups_avg_fields { - size: Float -} +scalar bytea """ -Boolean expression to filter rows from the table "db_backups". All fields are combined with a logical 'AND'. +Boolean expression to compare columns of type "bytea". All fields are combined with logical 'AND'. """ -input db_backups_bool_exp { - _and: [db_backups_bool_exp!] - _not: db_backups_bool_exp - _or: [db_backups_bool_exp!] - created_at: timestamptz_comparison_exp - id: uuid_comparison_exp - name: String_comparison_exp - size: Int_comparison_exp +input bytea_comparison_exp { + _eq: bytea + _gt: bytea + _gte: bytea + _in: [bytea!] + _is_null: Boolean + _lt: bytea + _lte: bytea + _neq: bytea + _nin: [bytea!] } """ -unique or primary key constraints on table "db_backups" +columns and relationships of "clip_render_jobs" """ -enum db_backups_constraint { - """ - unique or primary key constraint on columns "id" - """ - db_backups_pkey -} +type clip_render_jobs { + """An object relationship""" + clip: match_clips + clip_id: uuid + created_at: timestamptz! + error_message: String -""" -input type for incrementing numeric columns in table "db_backups" -""" -input db_backups_inc_input { - size: Int -} + """An object relationship""" + game_server_node: game_server_nodes + game_server_node_id: String + id: uuid! + k8s_job_name: String! + last_status_at: timestamptz! -""" -input type for inserting data into table "db_backups" -""" -input db_backups_insert_input { - created_at: timestamptz - id: uuid - name: String - size: Int -} + """An object relationship""" + match_map: match_maps! -"""aggregate max on columns""" -type db_backups_max_fields { - created_at: timestamptz - id: uuid - name: String - size: Int -} + """An object relationship""" + match_map_demo: match_map_demos + match_map_demo_id: uuid + match_map_id: uuid! + paused: Boolean! + progress: numeric + session_token: String! + sort_index: Int! + spec( + """JSON select path""" + path: String + ): jsonb! + status: String! + status_history( + """JSON select path""" + path: String + ): jsonb! -"""aggregate min on columns""" -type db_backups_min_fields { - created_at: timestamptz - id: uuid - name: String - size: Int + """An object relationship""" + user: players + user_steam_id: bigint } """ -response of any mutation on the table "db_backups" +aggregated selection of "clip_render_jobs" """ -type db_backups_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! +type clip_render_jobs_aggregate { + aggregate: clip_render_jobs_aggregate_fields + nodes: [clip_render_jobs!]! +} - """data from the rows affected by the mutation""" - returning: [db_backups!]! +input clip_render_jobs_aggregate_bool_exp { + bool_and: clip_render_jobs_aggregate_bool_exp_bool_and + bool_or: clip_render_jobs_aggregate_bool_exp_bool_or + count: clip_render_jobs_aggregate_bool_exp_count } -""" -on_conflict condition type for table "db_backups" -""" -input db_backups_on_conflict { - constraint: db_backups_constraint! - update_columns: [db_backups_update_column!]! = [] - where: db_backups_bool_exp +input clip_render_jobs_aggregate_bool_exp_bool_and { + arguments: clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: clip_render_jobs_bool_exp + predicate: Boolean_comparison_exp! } -"""Ordering options when selecting data from "db_backups".""" -input db_backups_order_by { - created_at: order_by - id: order_by - name: order_by - size: order_by +input clip_render_jobs_aggregate_bool_exp_bool_or { + arguments: clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: clip_render_jobs_bool_exp + predicate: Boolean_comparison_exp! } -"""primary key columns input for table: db_backups""" -input db_backups_pk_columns_input { - id: uuid! +input clip_render_jobs_aggregate_bool_exp_count { + arguments: [clip_render_jobs_select_column!] + distinct: Boolean + filter: clip_render_jobs_bool_exp + predicate: Int_comparison_exp! } """ -select columns of table "db_backups" +aggregate fields of "clip_render_jobs" """ -enum db_backups_select_column { - """column name""" - created_at - - """column name""" - id - - """column name""" - name - - """column name""" - size +type clip_render_jobs_aggregate_fields { + avg: clip_render_jobs_avg_fields + count(columns: [clip_render_jobs_select_column!], distinct: Boolean): Int! + max: clip_render_jobs_max_fields + min: clip_render_jobs_min_fields + stddev: clip_render_jobs_stddev_fields + stddev_pop: clip_render_jobs_stddev_pop_fields + stddev_samp: clip_render_jobs_stddev_samp_fields + sum: clip_render_jobs_sum_fields + var_pop: clip_render_jobs_var_pop_fields + var_samp: clip_render_jobs_var_samp_fields + variance: clip_render_jobs_variance_fields } """ -input type for updating data in table "db_backups" +order by aggregate values of table "clip_render_jobs" """ -input db_backups_set_input { - created_at: timestamptz - id: uuid - name: String - size: Int -} - -"""aggregate stddev on columns""" -type db_backups_stddev_fields { - size: Float -} - -"""aggregate stddev_pop on columns""" -type db_backups_stddev_pop_fields { - size: Float +input clip_render_jobs_aggregate_order_by { + avg: clip_render_jobs_avg_order_by + count: order_by + max: clip_render_jobs_max_order_by + min: clip_render_jobs_min_order_by + stddev: clip_render_jobs_stddev_order_by + stddev_pop: clip_render_jobs_stddev_pop_order_by + stddev_samp: clip_render_jobs_stddev_samp_order_by + sum: clip_render_jobs_sum_order_by + var_pop: clip_render_jobs_var_pop_order_by + var_samp: clip_render_jobs_var_samp_order_by + variance: clip_render_jobs_variance_order_by } -"""aggregate stddev_samp on columns""" -type db_backups_stddev_samp_fields { - size: Float +"""append existing jsonb value of filtered columns with new jsonb value""" +input clip_render_jobs_append_input { + spec: jsonb + status_history: jsonb } """ -Streaming cursor of the table "db_backups" +input type for inserting array relation for remote table "clip_render_jobs" """ -input db_backups_stream_cursor_input { - """Stream column input with initial value""" - initial_value: db_backups_stream_cursor_value_input! - - """cursor ordering""" - ordering: cursor_ordering -} +input clip_render_jobs_arr_rel_insert_input { + data: [clip_render_jobs_insert_input!]! -"""Initial value of the column from where the streaming should start""" -input db_backups_stream_cursor_value_input { - created_at: timestamptz - id: uuid - name: String - size: Int + """upsert condition""" + on_conflict: clip_render_jobs_on_conflict } -"""aggregate sum on columns""" -type db_backups_sum_fields { - size: Int +"""aggregate avg on columns""" +type clip_render_jobs_avg_fields { + progress: Float + sort_index: Float + user_steam_id: Float } """ -update columns of table "db_backups" +order by avg() on columns of table "clip_render_jobs" """ -enum db_backups_update_column { - """column name""" - created_at - - """column name""" - id - - """column name""" - name - - """column name""" - size -} - -input db_backups_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: db_backups_inc_input - - """sets the columns of the filtered rows to the given values""" - _set: db_backups_set_input - - """filter the rows which have to be updated""" - where: db_backups_bool_exp! +input clip_render_jobs_avg_order_by { + progress: order_by + sort_index: order_by + user_steam_id: order_by } -"""aggregate var_pop on columns""" -type db_backups_var_pop_fields { - size: Float +""" +Boolean expression to filter rows from the table "clip_render_jobs". All fields are combined with a logical 'AND'. +""" +input clip_render_jobs_bool_exp { + _and: [clip_render_jobs_bool_exp!] + _not: clip_render_jobs_bool_exp + _or: [clip_render_jobs_bool_exp!] + clip: match_clips_bool_exp + clip_id: uuid_comparison_exp + created_at: timestamptz_comparison_exp + error_message: String_comparison_exp + game_server_node: game_server_nodes_bool_exp + game_server_node_id: String_comparison_exp + id: uuid_comparison_exp + k8s_job_name: String_comparison_exp + last_status_at: timestamptz_comparison_exp + match_map: match_maps_bool_exp + match_map_demo: match_map_demos_bool_exp + match_map_demo_id: uuid_comparison_exp + match_map_id: uuid_comparison_exp + paused: Boolean_comparison_exp + progress: numeric_comparison_exp + session_token: String_comparison_exp + sort_index: Int_comparison_exp + spec: jsonb_comparison_exp + status: String_comparison_exp + status_history: jsonb_comparison_exp + user: players_bool_exp + user_steam_id: bigint_comparison_exp } -"""aggregate var_samp on columns""" -type db_backups_var_samp_fields { - size: Float +""" +unique or primary key constraints on table "clip_render_jobs" +""" +enum clip_render_jobs_constraint { + """ + unique or primary key constraint on columns "id" + """ + clip_render_jobs_pkey } -"""aggregate variance on columns""" -type db_backups_variance_fields { - size: Float +""" +delete the field or element with specified path (for JSON arrays, negative integers count from the end) +""" +input clip_render_jobs_delete_at_path_input { + spec: [String!] + status_history: [String!] } """ -columns and relationships of "draft_game_picks" +delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array """ -type draft_game_picks { - auto_picked: Boolean! - - """An object relationship""" - captain: players! - captain_steam_id: bigint! - created_at: timestamptz! - - """An object relationship""" - draft_game: draft_games! - draft_game_id: uuid! - id: uuid! - is_organizer: Boolean - lineup: Int! - - """An object relationship""" - picked: players! - picked_steam_id: bigint! +input clip_render_jobs_delete_elem_input { + spec: Int + status_history: Int } """ -aggregated selection of "draft_game_picks" +delete key/value pair or string element. key/value pairs are matched based on their key value """ -type draft_game_picks_aggregate { - aggregate: draft_game_picks_aggregate_fields - nodes: [draft_game_picks!]! +input clip_render_jobs_delete_key_input { + spec: String + status_history: String } -input draft_game_picks_aggregate_bool_exp { - bool_and: draft_game_picks_aggregate_bool_exp_bool_and - bool_or: draft_game_picks_aggregate_bool_exp_bool_or - count: draft_game_picks_aggregate_bool_exp_count -} - -input draft_game_picks_aggregate_bool_exp_bool_and { - arguments: draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: draft_game_picks_bool_exp - predicate: Boolean_comparison_exp! -} - -input draft_game_picks_aggregate_bool_exp_bool_or { - arguments: draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: draft_game_picks_bool_exp - predicate: Boolean_comparison_exp! -} - -input draft_game_picks_aggregate_bool_exp_count { - arguments: [draft_game_picks_select_column!] - distinct: Boolean - filter: draft_game_picks_bool_exp - predicate: Int_comparison_exp! -} - -""" -aggregate fields of "draft_game_picks" -""" -type draft_game_picks_aggregate_fields { - avg: draft_game_picks_avg_fields - count(columns: [draft_game_picks_select_column!], distinct: Boolean): Int! - max: draft_game_picks_max_fields - min: draft_game_picks_min_fields - stddev: draft_game_picks_stddev_fields - stddev_pop: draft_game_picks_stddev_pop_fields - stddev_samp: draft_game_picks_stddev_samp_fields - sum: draft_game_picks_sum_fields - var_pop: draft_game_picks_var_pop_fields - var_samp: draft_game_picks_var_samp_fields - variance: draft_game_picks_variance_fields -} - -""" -order by aggregate values of table "draft_game_picks" -""" -input draft_game_picks_aggregate_order_by { - avg: draft_game_picks_avg_order_by - count: order_by - max: draft_game_picks_max_order_by - min: draft_game_picks_min_order_by - stddev: draft_game_picks_stddev_order_by - stddev_pop: draft_game_picks_stddev_pop_order_by - stddev_samp: draft_game_picks_stddev_samp_order_by - sum: draft_game_picks_sum_order_by - var_pop: draft_game_picks_var_pop_order_by - var_samp: draft_game_picks_var_samp_order_by - variance: draft_game_picks_variance_order_by -} - -""" -input type for inserting array relation for remote table "draft_game_picks" -""" -input draft_game_picks_arr_rel_insert_input { - data: [draft_game_picks_insert_input!]! - - """upsert condition""" - on_conflict: draft_game_picks_on_conflict -} - -"""aggregate avg on columns""" -type draft_game_picks_avg_fields { - captain_steam_id: Float - lineup: Float - picked_steam_id: Float -} - -""" -order by avg() on columns of table "draft_game_picks" -""" -input draft_game_picks_avg_order_by { - captain_steam_id: order_by - lineup: order_by - picked_steam_id: order_by -} - -""" -Boolean expression to filter rows from the table "draft_game_picks". All fields are combined with a logical 'AND'. -""" -input draft_game_picks_bool_exp { - _and: [draft_game_picks_bool_exp!] - _not: draft_game_picks_bool_exp - _or: [draft_game_picks_bool_exp!] - auto_picked: Boolean_comparison_exp - captain: players_bool_exp - captain_steam_id: bigint_comparison_exp - created_at: timestamptz_comparison_exp - draft_game: draft_games_bool_exp - draft_game_id: uuid_comparison_exp - id: uuid_comparison_exp - is_organizer: Boolean_comparison_exp - lineup: Int_comparison_exp - picked: players_bool_exp - picked_steam_id: bigint_comparison_exp +""" +input type for incrementing numeric columns in table "clip_render_jobs" +""" +input clip_render_jobs_inc_input { + progress: numeric + sort_index: Int + user_steam_id: bigint } """ -unique or primary key constraints on table "draft_game_picks" -""" -enum draft_game_picks_constraint { - """ - unique or primary key constraint on columns "id" - """ - draft_game_picks_pkey -} - -""" -input type for incrementing numeric columns in table "draft_game_picks" -""" -input draft_game_picks_inc_input { - captain_steam_id: bigint - lineup: Int - picked_steam_id: bigint -} - -""" -input type for inserting data into table "draft_game_picks" +input type for inserting data into table "clip_render_jobs" """ -input draft_game_picks_insert_input { - auto_picked: Boolean - captain: players_obj_rel_insert_input - captain_steam_id: bigint +input clip_render_jobs_insert_input { + clip: match_clips_obj_rel_insert_input + clip_id: uuid created_at: timestamptz - draft_game: draft_games_obj_rel_insert_input - draft_game_id: uuid + error_message: String + game_server_node: game_server_nodes_obj_rel_insert_input + game_server_node_id: String id: uuid - lineup: Int - picked: players_obj_rel_insert_input - picked_steam_id: bigint + k8s_job_name: String + last_status_at: timestamptz + match_map: match_maps_obj_rel_insert_input + match_map_demo: match_map_demos_obj_rel_insert_input + match_map_demo_id: uuid + match_map_id: uuid + paused: Boolean + progress: numeric + session_token: String + sort_index: Int + spec: jsonb + status: String + status_history: jsonb + user: players_obj_rel_insert_input + user_steam_id: bigint } """aggregate max on columns""" -type draft_game_picks_max_fields { - captain_steam_id: bigint +type clip_render_jobs_max_fields { + clip_id: uuid created_at: timestamptz - draft_game_id: uuid + error_message: String + game_server_node_id: String id: uuid - lineup: Int - picked_steam_id: bigint + k8s_job_name: String + last_status_at: timestamptz + match_map_demo_id: uuid + match_map_id: uuid + progress: numeric + session_token: String + sort_index: Int + status: String + user_steam_id: bigint } """ -order by max() on columns of table "draft_game_picks" +order by max() on columns of table "clip_render_jobs" """ -input draft_game_picks_max_order_by { - captain_steam_id: order_by +input clip_render_jobs_max_order_by { + clip_id: order_by created_at: order_by - draft_game_id: order_by + error_message: order_by + game_server_node_id: order_by id: order_by - lineup: order_by - picked_steam_id: order_by + k8s_job_name: order_by + last_status_at: order_by + match_map_demo_id: order_by + match_map_id: order_by + progress: order_by + session_token: order_by + sort_index: order_by + status: order_by + user_steam_id: order_by } """aggregate min on columns""" -type draft_game_picks_min_fields { - captain_steam_id: bigint +type clip_render_jobs_min_fields { + clip_id: uuid created_at: timestamptz - draft_game_id: uuid + error_message: String + game_server_node_id: String id: uuid - lineup: Int - picked_steam_id: bigint + k8s_job_name: String + last_status_at: timestamptz + match_map_demo_id: uuid + match_map_id: uuid + progress: numeric + session_token: String + sort_index: Int + status: String + user_steam_id: bigint } """ -order by min() on columns of table "draft_game_picks" +order by min() on columns of table "clip_render_jobs" """ -input draft_game_picks_min_order_by { - captain_steam_id: order_by +input clip_render_jobs_min_order_by { + clip_id: order_by created_at: order_by - draft_game_id: order_by + error_message: order_by + game_server_node_id: order_by id: order_by - lineup: order_by - picked_steam_id: order_by + k8s_job_name: order_by + last_status_at: order_by + match_map_demo_id: order_by + match_map_id: order_by + progress: order_by + session_token: order_by + sort_index: order_by + status: order_by + user_steam_id: order_by } """ -response of any mutation on the table "draft_game_picks" +response of any mutation on the table "clip_render_jobs" """ -type draft_game_picks_mutation_response { +type clip_render_jobs_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [draft_game_picks!]! + returning: [clip_render_jobs!]! } """ -on_conflict condition type for table "draft_game_picks" +on_conflict condition type for table "clip_render_jobs" """ -input draft_game_picks_on_conflict { - constraint: draft_game_picks_constraint! - update_columns: [draft_game_picks_update_column!]! = [] - where: draft_game_picks_bool_exp +input clip_render_jobs_on_conflict { + constraint: clip_render_jobs_constraint! + update_columns: [clip_render_jobs_update_column!]! = [] + where: clip_render_jobs_bool_exp } -"""Ordering options when selecting data from "draft_game_picks".""" -input draft_game_picks_order_by { - auto_picked: order_by - captain: players_order_by - captain_steam_id: order_by +"""Ordering options when selecting data from "clip_render_jobs".""" +input clip_render_jobs_order_by { + clip: match_clips_order_by + clip_id: order_by created_at: order_by - draft_game: draft_games_order_by - draft_game_id: order_by + error_message: order_by + game_server_node: game_server_nodes_order_by + game_server_node_id: order_by id: order_by - is_organizer: order_by - lineup: order_by - picked: players_order_by - picked_steam_id: order_by + k8s_job_name: order_by + last_status_at: order_by + match_map: match_maps_order_by + match_map_demo: match_map_demos_order_by + match_map_demo_id: order_by + match_map_id: order_by + paused: order_by + progress: order_by + session_token: order_by + sort_index: order_by + spec: order_by + status: order_by + status_history: order_by + user: players_order_by + user_steam_id: order_by } -"""primary key columns input for table: draft_game_picks""" -input draft_game_picks_pk_columns_input { +"""primary key columns input for table: clip_render_jobs""" +input clip_render_jobs_pk_columns_input { id: uuid! } +"""prepend existing jsonb value of filtered columns with new jsonb value""" +input clip_render_jobs_prepend_input { + spec: jsonb + status_history: jsonb +} + """ -select columns of table "draft_game_picks" +select columns of table "clip_render_jobs" """ -enum draft_game_picks_select_column { +enum clip_render_jobs_select_column { """column name""" - auto_picked + clip_id """column name""" - captain_steam_id + created_at """column name""" - created_at + error_message """column name""" - draft_game_id + game_server_node_id """column name""" id """column name""" - lineup + k8s_job_name """column name""" - picked_steam_id + last_status_at + + """column name""" + match_map_demo_id + + """column name""" + match_map_id + + """column name""" + paused + + """column name""" + progress + + """column name""" + session_token + + """column name""" + sort_index + + """column name""" + spec + + """column name""" + status + + """column name""" + status_history + + """column name""" + user_steam_id } """ -select "draft_game_picks_aggregate_bool_exp_bool_and_arguments_columns" columns of table "draft_game_picks" +select "clip_render_jobs_aggregate_bool_exp_bool_and_arguments_columns" columns of table "clip_render_jobs" """ -enum draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_and_arguments_columns { +enum clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_and_arguments_columns { """column name""" - auto_picked + paused } """ -select "draft_game_picks_aggregate_bool_exp_bool_or_arguments_columns" columns of table "draft_game_picks" +select "clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns" columns of table "clip_render_jobs" """ -enum draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_or_arguments_columns { +enum clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns { """column name""" - auto_picked + paused } """ -input type for updating data in table "draft_game_picks" +input type for updating data in table "clip_render_jobs" """ -input draft_game_picks_set_input { - auto_picked: Boolean - captain_steam_id: bigint +input clip_render_jobs_set_input { + clip_id: uuid created_at: timestamptz - draft_game_id: uuid + error_message: String + game_server_node_id: String id: uuid - lineup: Int - picked_steam_id: bigint + k8s_job_name: String + last_status_at: timestamptz + match_map_demo_id: uuid + match_map_id: uuid + paused: Boolean + progress: numeric + session_token: String + sort_index: Int + spec: jsonb + status: String + status_history: jsonb + user_steam_id: bigint } """aggregate stddev on columns""" -type draft_game_picks_stddev_fields { - captain_steam_id: Float - lineup: Float - picked_steam_id: Float +type clip_render_jobs_stddev_fields { + progress: Float + sort_index: Float + user_steam_id: Float } """ -order by stddev() on columns of table "draft_game_picks" +order by stddev() on columns of table "clip_render_jobs" """ -input draft_game_picks_stddev_order_by { - captain_steam_id: order_by - lineup: order_by - picked_steam_id: order_by +input clip_render_jobs_stddev_order_by { + progress: order_by + sort_index: order_by + user_steam_id: order_by } """aggregate stddev_pop on columns""" -type draft_game_picks_stddev_pop_fields { - captain_steam_id: Float - lineup: Float - picked_steam_id: Float +type clip_render_jobs_stddev_pop_fields { + progress: Float + sort_index: Float + user_steam_id: Float } """ -order by stddev_pop() on columns of table "draft_game_picks" +order by stddev_pop() on columns of table "clip_render_jobs" """ -input draft_game_picks_stddev_pop_order_by { - captain_steam_id: order_by - lineup: order_by - picked_steam_id: order_by +input clip_render_jobs_stddev_pop_order_by { + progress: order_by + sort_index: order_by + user_steam_id: order_by } """aggregate stddev_samp on columns""" -type draft_game_picks_stddev_samp_fields { - captain_steam_id: Float - lineup: Float - picked_steam_id: Float +type clip_render_jobs_stddev_samp_fields { + progress: Float + sort_index: Float + user_steam_id: Float } """ -order by stddev_samp() on columns of table "draft_game_picks" +order by stddev_samp() on columns of table "clip_render_jobs" """ -input draft_game_picks_stddev_samp_order_by { - captain_steam_id: order_by - lineup: order_by - picked_steam_id: order_by +input clip_render_jobs_stddev_samp_order_by { + progress: order_by + sort_index: order_by + user_steam_id: order_by } """ -Streaming cursor of the table "draft_game_picks" +Streaming cursor of the table "clip_render_jobs" """ -input draft_game_picks_stream_cursor_input { +input clip_render_jobs_stream_cursor_input { """Stream column input with initial value""" - initial_value: draft_game_picks_stream_cursor_value_input! + initial_value: clip_render_jobs_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input draft_game_picks_stream_cursor_value_input { - auto_picked: Boolean - captain_steam_id: bigint +input clip_render_jobs_stream_cursor_value_input { + clip_id: uuid created_at: timestamptz - draft_game_id: uuid + error_message: String + game_server_node_id: String id: uuid - lineup: Int - picked_steam_id: bigint + k8s_job_name: String + last_status_at: timestamptz + match_map_demo_id: uuid + match_map_id: uuid + paused: Boolean + progress: numeric + session_token: String + sort_index: Int + spec: jsonb + status: String + status_history: jsonb + user_steam_id: bigint } """aggregate sum on columns""" -type draft_game_picks_sum_fields { - captain_steam_id: bigint - lineup: Int - picked_steam_id: bigint +type clip_render_jobs_sum_fields { + progress: numeric + sort_index: Int + user_steam_id: bigint } """ -order by sum() on columns of table "draft_game_picks" +order by sum() on columns of table "clip_render_jobs" """ -input draft_game_picks_sum_order_by { - captain_steam_id: order_by - lineup: order_by - picked_steam_id: order_by +input clip_render_jobs_sum_order_by { + progress: order_by + sort_index: order_by + user_steam_id: order_by } """ -update columns of table "draft_game_picks" +update columns of table "clip_render_jobs" """ -enum draft_game_picks_update_column { +enum clip_render_jobs_update_column { """column name""" - auto_picked + clip_id """column name""" - captain_steam_id + created_at """column name""" - created_at + error_message """column name""" - draft_game_id + game_server_node_id """column name""" id """column name""" - lineup + k8s_job_name """column name""" - picked_steam_id -} - -input draft_game_picks_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: draft_game_picks_inc_input + last_status_at - """sets the columns of the filtered rows to the given values""" - _set: draft_game_picks_set_input + """column name""" + match_map_demo_id - """filter the rows which have to be updated""" - where: draft_game_picks_bool_exp! -} + """column name""" + match_map_id -"""aggregate var_pop on columns""" -type draft_game_picks_var_pop_fields { - captain_steam_id: Float - lineup: Float - picked_steam_id: Float -} + """column name""" + paused -""" -order by var_pop() on columns of table "draft_game_picks" -""" -input draft_game_picks_var_pop_order_by { - captain_steam_id: order_by - lineup: order_by - picked_steam_id: order_by -} + """column name""" + progress + + """column name""" + session_token + + """column name""" + sort_index + + """column name""" + spec + + """column name""" + status + + """column name""" + status_history + + """column name""" + user_steam_id +} + +input clip_render_jobs_updates { + """append existing jsonb value of filtered columns with new jsonb value""" + _append: clip_render_jobs_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: clip_render_jobs_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: clip_render_jobs_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: clip_render_jobs_delete_key_input + + """increments the numeric columns with given value of the filtered values""" + _inc: clip_render_jobs_inc_input + + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: clip_render_jobs_prepend_input + + """sets the columns of the filtered rows to the given values""" + _set: clip_render_jobs_set_input + + """filter the rows which have to be updated""" + where: clip_render_jobs_bool_exp! +} + +"""aggregate var_pop on columns""" +type clip_render_jobs_var_pop_fields { + progress: Float + sort_index: Float + user_steam_id: Float +} + +""" +order by var_pop() on columns of table "clip_render_jobs" +""" +input clip_render_jobs_var_pop_order_by { + progress: order_by + sort_index: order_by + user_steam_id: order_by +} + +"""aggregate var_samp on columns""" +type clip_render_jobs_var_samp_fields { + progress: Float + sort_index: Float + user_steam_id: Float +} + +""" +order by var_samp() on columns of table "clip_render_jobs" +""" +input clip_render_jobs_var_samp_order_by { + progress: order_by + sort_index: order_by + user_steam_id: order_by +} + +"""aggregate variance on columns""" +type clip_render_jobs_variance_fields { + progress: Float + sort_index: Float + user_steam_id: Float +} + +""" +order by variance() on columns of table "clip_render_jobs" +""" +input clip_render_jobs_variance_order_by { + progress: order_by + sort_index: order_by + user_steam_id: order_by +} + +input clone_league_season_args { + _league_season_id: uuid +} + +"""ordering argument of a cursor""" +enum cursor_ordering { + """ascending ordering of the cursor""" + ASC + + """descending ordering of the cursor""" + DESC +} + +""" +columns and relationships of "custom_pages" +""" +type custom_pages { + created_at: timestamptz! + deployments( + """JSON select path""" + path: String + ): jsonb! + enabled: Boolean! + exposed_module: String! + icon: String + id: uuid! + is_default: Boolean! + manifest_url: String + nav_group: String + nav_order: Int! + profile_tab_label: String + remote_entry_url: String! + remote_scope: String! + required_role: e_player_roles_enum + slug: String! + title: String! + updated_at: timestamptz! +} + +""" +aggregated selection of "custom_pages" +""" +type custom_pages_aggregate { + aggregate: custom_pages_aggregate_fields + nodes: [custom_pages!]! +} + +""" +aggregate fields of "custom_pages" +""" +type custom_pages_aggregate_fields { + avg: custom_pages_avg_fields + count(columns: [custom_pages_select_column!], distinct: Boolean): Int! + max: custom_pages_max_fields + min: custom_pages_min_fields + stddev: custom_pages_stddev_fields + stddev_pop: custom_pages_stddev_pop_fields + stddev_samp: custom_pages_stddev_samp_fields + sum: custom_pages_sum_fields + var_pop: custom_pages_var_pop_fields + var_samp: custom_pages_var_samp_fields + variance: custom_pages_variance_fields +} + +"""append existing jsonb value of filtered columns with new jsonb value""" +input custom_pages_append_input { + deployments: jsonb +} + +"""aggregate avg on columns""" +type custom_pages_avg_fields { + nav_order: Float +} + +""" +Boolean expression to filter rows from the table "custom_pages". All fields are combined with a logical 'AND'. +""" +input custom_pages_bool_exp { + _and: [custom_pages_bool_exp!] + _not: custom_pages_bool_exp + _or: [custom_pages_bool_exp!] + created_at: timestamptz_comparison_exp + deployments: jsonb_comparison_exp + enabled: Boolean_comparison_exp + exposed_module: String_comparison_exp + icon: String_comparison_exp + id: uuid_comparison_exp + is_default: Boolean_comparison_exp + manifest_url: String_comparison_exp + nav_group: String_comparison_exp + nav_order: Int_comparison_exp + profile_tab_label: String_comparison_exp + remote_entry_url: String_comparison_exp + remote_scope: String_comparison_exp + required_role: e_player_roles_enum_comparison_exp + slug: String_comparison_exp + title: String_comparison_exp + updated_at: timestamptz_comparison_exp +} + +""" +unique or primary key constraints on table "custom_pages" +""" +enum custom_pages_constraint { + """ + unique or primary key constraint on columns "id" + """ + custom_pages_pkey + + """ + unique or primary key constraint on columns "is_default" + """ + custom_pages_single_default_idx + + """ + unique or primary key constraint on columns "slug" + """ + custom_pages_slug_key +} + +""" +delete the field or element with specified path (for JSON arrays, negative integers count from the end) +""" +input custom_pages_delete_at_path_input { + deployments: [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 custom_pages_delete_elem_input { + deployments: Int +} + +""" +delete key/value pair or string element. key/value pairs are matched based on their key value +""" +input custom_pages_delete_key_input { + deployments: String +} + +""" +input type for incrementing numeric columns in table "custom_pages" +""" +input custom_pages_inc_input { + nav_order: Int +} + +""" +input type for inserting data into table "custom_pages" +""" +input custom_pages_insert_input { + created_at: timestamptz + deployments: jsonb + enabled: Boolean + exposed_module: String + icon: String + id: uuid + is_default: Boolean + manifest_url: String + nav_group: String + nav_order: Int + profile_tab_label: String + remote_entry_url: String + remote_scope: String + required_role: e_player_roles_enum + slug: String + title: String + updated_at: timestamptz +} + +"""aggregate max on columns""" +type custom_pages_max_fields { + created_at: timestamptz + exposed_module: String + icon: String + id: uuid + manifest_url: String + nav_group: String + nav_order: Int + profile_tab_label: String + remote_entry_url: String + remote_scope: String + slug: String + title: String + updated_at: timestamptz +} + +"""aggregate min on columns""" +type custom_pages_min_fields { + created_at: timestamptz + exposed_module: String + icon: String + id: uuid + manifest_url: String + nav_group: String + nav_order: Int + profile_tab_label: String + remote_entry_url: String + remote_scope: String + slug: String + title: String + updated_at: timestamptz +} + +""" +response of any mutation on the table "custom_pages" +""" +type custom_pages_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [custom_pages!]! +} + +""" +on_conflict condition type for table "custom_pages" +""" +input custom_pages_on_conflict { + constraint: custom_pages_constraint! + update_columns: [custom_pages_update_column!]! = [] + where: custom_pages_bool_exp +} + +"""Ordering options when selecting data from "custom_pages".""" +input custom_pages_order_by { + created_at: order_by + deployments: order_by + enabled: order_by + exposed_module: order_by + icon: order_by + id: order_by + is_default: order_by + manifest_url: order_by + nav_group: order_by + nav_order: order_by + profile_tab_label: order_by + remote_entry_url: order_by + remote_scope: order_by + required_role: order_by + slug: order_by + title: order_by + updated_at: order_by +} + +"""primary key columns input for table: custom_pages""" +input custom_pages_pk_columns_input { + id: uuid! +} + +"""prepend existing jsonb value of filtered columns with new jsonb value""" +input custom_pages_prepend_input { + deployments: jsonb +} + +""" +select columns of table "custom_pages" +""" +enum custom_pages_select_column { + """column name""" + created_at + + """column name""" + deployments + + """column name""" + enabled + + """column name""" + exposed_module + + """column name""" + icon + + """column name""" + id + + """column name""" + is_default + + """column name""" + manifest_url + + """column name""" + nav_group + + """column name""" + nav_order + + """column name""" + profile_tab_label + + """column name""" + remote_entry_url + + """column name""" + remote_scope + + """column name""" + required_role + + """column name""" + slug + + """column name""" + title + + """column name""" + updated_at +} + +""" +input type for updating data in table "custom_pages" +""" +input custom_pages_set_input { + created_at: timestamptz + deployments: jsonb + enabled: Boolean + exposed_module: String + icon: String + id: uuid + is_default: Boolean + manifest_url: String + nav_group: String + nav_order: Int + profile_tab_label: String + remote_entry_url: String + remote_scope: String + required_role: e_player_roles_enum + slug: String + title: String + updated_at: timestamptz +} + +"""aggregate stddev on columns""" +type custom_pages_stddev_fields { + nav_order: Float +} + +"""aggregate stddev_pop on columns""" +type custom_pages_stddev_pop_fields { + nav_order: Float +} + +"""aggregate stddev_samp on columns""" +type custom_pages_stddev_samp_fields { + nav_order: Float +} + +""" +Streaming cursor of the table "custom_pages" +""" +input custom_pages_stream_cursor_input { + """Stream column input with initial value""" + initial_value: custom_pages_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input custom_pages_stream_cursor_value_input { + created_at: timestamptz + deployments: jsonb + enabled: Boolean + exposed_module: String + icon: String + id: uuid + is_default: Boolean + manifest_url: String + nav_group: String + nav_order: Int + profile_tab_label: String + remote_entry_url: String + remote_scope: String + required_role: e_player_roles_enum + slug: String + title: String + updated_at: timestamptz +} + +"""aggregate sum on columns""" +type custom_pages_sum_fields { + nav_order: Int +} + +""" +update columns of table "custom_pages" +""" +enum custom_pages_update_column { + """column name""" + created_at + + """column name""" + deployments + + """column name""" + enabled + + """column name""" + exposed_module + + """column name""" + icon + + """column name""" + id + + """column name""" + is_default + + """column name""" + manifest_url + + """column name""" + nav_group + + """column name""" + nav_order + + """column name""" + profile_tab_label + + """column name""" + remote_entry_url + + """column name""" + remote_scope + + """column name""" + required_role + + """column name""" + slug + + """column name""" + title + + """column name""" + updated_at +} + +input custom_pages_updates { + """append existing jsonb value of filtered columns with new jsonb value""" + _append: custom_pages_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: custom_pages_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: custom_pages_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: custom_pages_delete_key_input + + """increments the numeric columns with given value of the filtered values""" + _inc: custom_pages_inc_input + + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: custom_pages_prepend_input + + """sets the columns of the filtered rows to the given values""" + _set: custom_pages_set_input + + """filter the rows which have to be updated""" + where: custom_pages_bool_exp! +} + +"""aggregate var_pop on columns""" +type custom_pages_var_pop_fields { + nav_order: Float +} + +"""aggregate var_samp on columns""" +type custom_pages_var_samp_fields { + nav_order: Float +} + +"""aggregate variance on columns""" +type custom_pages_variance_fields { + nav_order: Float +} + +""" +columns and relationships of "db_backups" +""" +type db_backups { + created_at: timestamptz! + id: uuid! + name: String! + size: Int! +} + +""" +aggregated selection of "db_backups" +""" +type db_backups_aggregate { + aggregate: db_backups_aggregate_fields + nodes: [db_backups!]! +} + +""" +aggregate fields of "db_backups" +""" +type db_backups_aggregate_fields { + avg: db_backups_avg_fields + count(columns: [db_backups_select_column!], distinct: Boolean): Int! + max: db_backups_max_fields + min: db_backups_min_fields + stddev: db_backups_stddev_fields + stddev_pop: db_backups_stddev_pop_fields + stddev_samp: db_backups_stddev_samp_fields + sum: db_backups_sum_fields + var_pop: db_backups_var_pop_fields + var_samp: db_backups_var_samp_fields + variance: db_backups_variance_fields +} + +"""aggregate avg on columns""" +type db_backups_avg_fields { + size: Float +} + +""" +Boolean expression to filter rows from the table "db_backups". All fields are combined with a logical 'AND'. +""" +input db_backups_bool_exp { + _and: [db_backups_bool_exp!] + _not: db_backups_bool_exp + _or: [db_backups_bool_exp!] + created_at: timestamptz_comparison_exp + id: uuid_comparison_exp + name: String_comparison_exp + size: Int_comparison_exp +} + +""" +unique or primary key constraints on table "db_backups" +""" +enum db_backups_constraint { + """ + unique or primary key constraint on columns "id" + """ + db_backups_pkey +} + +""" +input type for incrementing numeric columns in table "db_backups" +""" +input db_backups_inc_input { + size: Int +} + +""" +input type for inserting data into table "db_backups" +""" +input db_backups_insert_input { + created_at: timestamptz + id: uuid + name: String + size: Int +} + +"""aggregate max on columns""" +type db_backups_max_fields { + created_at: timestamptz + id: uuid + name: String + size: Int +} + +"""aggregate min on columns""" +type db_backups_min_fields { + created_at: timestamptz + id: uuid + name: String + size: Int +} + +""" +response of any mutation on the table "db_backups" +""" +type db_backups_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [db_backups!]! +} + +""" +on_conflict condition type for table "db_backups" +""" +input db_backups_on_conflict { + constraint: db_backups_constraint! + update_columns: [db_backups_update_column!]! = [] + where: db_backups_bool_exp +} + +"""Ordering options when selecting data from "db_backups".""" +input db_backups_order_by { + created_at: order_by + id: order_by + name: order_by + size: order_by +} + +"""primary key columns input for table: db_backups""" +input db_backups_pk_columns_input { + id: uuid! +} + +""" +select columns of table "db_backups" +""" +enum db_backups_select_column { + """column name""" + created_at + + """column name""" + id + + """column name""" + name + + """column name""" + size +} + +""" +input type for updating data in table "db_backups" +""" +input db_backups_set_input { + created_at: timestamptz + id: uuid + name: String + size: Int +} + +"""aggregate stddev on columns""" +type db_backups_stddev_fields { + size: Float +} + +"""aggregate stddev_pop on columns""" +type db_backups_stddev_pop_fields { + size: Float +} + +"""aggregate stddev_samp on columns""" +type db_backups_stddev_samp_fields { + size: Float +} + +""" +Streaming cursor of the table "db_backups" +""" +input db_backups_stream_cursor_input { + """Stream column input with initial value""" + initial_value: db_backups_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input db_backups_stream_cursor_value_input { + created_at: timestamptz + id: uuid + name: String + size: Int +} + +"""aggregate sum on columns""" +type db_backups_sum_fields { + size: Int +} + +""" +update columns of table "db_backups" +""" +enum db_backups_update_column { + """column name""" + created_at + + """column name""" + id + + """column name""" + name + + """column name""" + size +} + +input db_backups_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: db_backups_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: db_backups_set_input + + """filter the rows which have to be updated""" + where: db_backups_bool_exp! +} + +"""aggregate var_pop on columns""" +type db_backups_var_pop_fields { + size: Float +} + +"""aggregate var_samp on columns""" +type db_backups_var_samp_fields { + size: Float +} + +"""aggregate variance on columns""" +type db_backups_variance_fields { + size: Float +} + +""" +columns and relationships of "draft_game_picks" +""" +type draft_game_picks { + auto_picked: Boolean! + + """An object relationship""" + captain: players! + captain_steam_id: bigint! + created_at: timestamptz! + + """An object relationship""" + draft_game: draft_games! + draft_game_id: uuid! + id: uuid! + is_organizer: Boolean + lineup: Int! + + """An object relationship""" + picked: players! + picked_steam_id: bigint! +} + +""" +aggregated selection of "draft_game_picks" +""" +type draft_game_picks_aggregate { + aggregate: draft_game_picks_aggregate_fields + nodes: [draft_game_picks!]! +} + +input draft_game_picks_aggregate_bool_exp { + bool_and: draft_game_picks_aggregate_bool_exp_bool_and + bool_or: draft_game_picks_aggregate_bool_exp_bool_or + count: draft_game_picks_aggregate_bool_exp_count +} + +input draft_game_picks_aggregate_bool_exp_bool_and { + arguments: draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: draft_game_picks_bool_exp + predicate: Boolean_comparison_exp! +} + +input draft_game_picks_aggregate_bool_exp_bool_or { + arguments: draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: draft_game_picks_bool_exp + predicate: Boolean_comparison_exp! +} + +input draft_game_picks_aggregate_bool_exp_count { + arguments: [draft_game_picks_select_column!] + distinct: Boolean + filter: draft_game_picks_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "draft_game_picks" +""" +type draft_game_picks_aggregate_fields { + avg: draft_game_picks_avg_fields + count(columns: [draft_game_picks_select_column!], distinct: Boolean): Int! + max: draft_game_picks_max_fields + min: draft_game_picks_min_fields + stddev: draft_game_picks_stddev_fields + stddev_pop: draft_game_picks_stddev_pop_fields + stddev_samp: draft_game_picks_stddev_samp_fields + sum: draft_game_picks_sum_fields + var_pop: draft_game_picks_var_pop_fields + var_samp: draft_game_picks_var_samp_fields + variance: draft_game_picks_variance_fields +} + +""" +order by aggregate values of table "draft_game_picks" +""" +input draft_game_picks_aggregate_order_by { + avg: draft_game_picks_avg_order_by + count: order_by + max: draft_game_picks_max_order_by + min: draft_game_picks_min_order_by + stddev: draft_game_picks_stddev_order_by + stddev_pop: draft_game_picks_stddev_pop_order_by + stddev_samp: draft_game_picks_stddev_samp_order_by + sum: draft_game_picks_sum_order_by + var_pop: draft_game_picks_var_pop_order_by + var_samp: draft_game_picks_var_samp_order_by + variance: draft_game_picks_variance_order_by +} + +""" +input type for inserting array relation for remote table "draft_game_picks" +""" +input draft_game_picks_arr_rel_insert_input { + data: [draft_game_picks_insert_input!]! + + """upsert condition""" + on_conflict: draft_game_picks_on_conflict +} + +"""aggregate avg on columns""" +type draft_game_picks_avg_fields { + captain_steam_id: Float + lineup: Float + picked_steam_id: Float +} + +""" +order by avg() on columns of table "draft_game_picks" +""" +input draft_game_picks_avg_order_by { + captain_steam_id: order_by + lineup: order_by + picked_steam_id: order_by +} + +""" +Boolean expression to filter rows from the table "draft_game_picks". All fields are combined with a logical 'AND'. +""" +input draft_game_picks_bool_exp { + _and: [draft_game_picks_bool_exp!] + _not: draft_game_picks_bool_exp + _or: [draft_game_picks_bool_exp!] + auto_picked: Boolean_comparison_exp + captain: players_bool_exp + captain_steam_id: bigint_comparison_exp + created_at: timestamptz_comparison_exp + draft_game: draft_games_bool_exp + draft_game_id: uuid_comparison_exp + id: uuid_comparison_exp + is_organizer: Boolean_comparison_exp + lineup: Int_comparison_exp + picked: players_bool_exp + picked_steam_id: bigint_comparison_exp +} + +""" +unique or primary key constraints on table "draft_game_picks" +""" +enum draft_game_picks_constraint { + """ + unique or primary key constraint on columns "id" + """ + draft_game_picks_pkey +} + +""" +input type for incrementing numeric columns in table "draft_game_picks" +""" +input draft_game_picks_inc_input { + captain_steam_id: bigint + lineup: Int + picked_steam_id: bigint +} + +""" +input type for inserting data into table "draft_game_picks" +""" +input draft_game_picks_insert_input { + auto_picked: Boolean + captain: players_obj_rel_insert_input + captain_steam_id: bigint + created_at: timestamptz + draft_game: draft_games_obj_rel_insert_input + draft_game_id: uuid + id: uuid + lineup: Int + picked: players_obj_rel_insert_input + picked_steam_id: bigint +} + +"""aggregate max on columns""" +type draft_game_picks_max_fields { + captain_steam_id: bigint + created_at: timestamptz + draft_game_id: uuid + id: uuid + lineup: Int + picked_steam_id: bigint +} + +""" +order by max() on columns of table "draft_game_picks" +""" +input draft_game_picks_max_order_by { + captain_steam_id: order_by + created_at: order_by + draft_game_id: order_by + id: order_by + lineup: order_by + picked_steam_id: order_by +} + +"""aggregate min on columns""" +type draft_game_picks_min_fields { + captain_steam_id: bigint + created_at: timestamptz + draft_game_id: uuid + id: uuid + lineup: Int + picked_steam_id: bigint +} + +""" +order by min() on columns of table "draft_game_picks" +""" +input draft_game_picks_min_order_by { + captain_steam_id: order_by + created_at: order_by + draft_game_id: order_by + id: order_by + lineup: order_by + picked_steam_id: order_by +} + +""" +response of any mutation on the table "draft_game_picks" +""" +type draft_game_picks_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [draft_game_picks!]! +} + +""" +on_conflict condition type for table "draft_game_picks" +""" +input draft_game_picks_on_conflict { + constraint: draft_game_picks_constraint! + update_columns: [draft_game_picks_update_column!]! = [] + where: draft_game_picks_bool_exp +} + +"""Ordering options when selecting data from "draft_game_picks".""" +input draft_game_picks_order_by { + auto_picked: order_by + captain: players_order_by + captain_steam_id: order_by + created_at: order_by + draft_game: draft_games_order_by + draft_game_id: order_by + id: order_by + is_organizer: order_by + lineup: order_by + picked: players_order_by + picked_steam_id: order_by +} + +"""primary key columns input for table: draft_game_picks""" +input draft_game_picks_pk_columns_input { + id: uuid! +} + +""" +select columns of table "draft_game_picks" +""" +enum draft_game_picks_select_column { + """column name""" + auto_picked + + """column name""" + captain_steam_id + + """column name""" + created_at + + """column name""" + draft_game_id + + """column name""" + id + + """column name""" + lineup + + """column name""" + picked_steam_id +} + +""" +select "draft_game_picks_aggregate_bool_exp_bool_and_arguments_columns" columns of table "draft_game_picks" +""" +enum draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + auto_picked +} + +""" +select "draft_game_picks_aggregate_bool_exp_bool_or_arguments_columns" columns of table "draft_game_picks" +""" +enum draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + auto_picked +} + +""" +input type for updating data in table "draft_game_picks" +""" +input draft_game_picks_set_input { + auto_picked: Boolean + captain_steam_id: bigint + created_at: timestamptz + draft_game_id: uuid + id: uuid + lineup: Int + picked_steam_id: bigint +} + +"""aggregate stddev on columns""" +type draft_game_picks_stddev_fields { + captain_steam_id: Float + lineup: Float + picked_steam_id: Float +} + +""" +order by stddev() on columns of table "draft_game_picks" +""" +input draft_game_picks_stddev_order_by { + captain_steam_id: order_by + lineup: order_by + picked_steam_id: order_by +} + +"""aggregate stddev_pop on columns""" +type draft_game_picks_stddev_pop_fields { + captain_steam_id: Float + lineup: Float + picked_steam_id: Float +} + +""" +order by stddev_pop() on columns of table "draft_game_picks" +""" +input draft_game_picks_stddev_pop_order_by { + captain_steam_id: order_by + lineup: order_by + picked_steam_id: order_by +} + +"""aggregate stddev_samp on columns""" +type draft_game_picks_stddev_samp_fields { + captain_steam_id: Float + lineup: Float + picked_steam_id: Float +} + +""" +order by stddev_samp() on columns of table "draft_game_picks" +""" +input draft_game_picks_stddev_samp_order_by { + captain_steam_id: order_by + lineup: order_by + picked_steam_id: order_by +} + +""" +Streaming cursor of the table "draft_game_picks" +""" +input draft_game_picks_stream_cursor_input { + """Stream column input with initial value""" + initial_value: draft_game_picks_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input draft_game_picks_stream_cursor_value_input { + auto_picked: Boolean + captain_steam_id: bigint + created_at: timestamptz + draft_game_id: uuid + id: uuid + lineup: Int + picked_steam_id: bigint +} + +"""aggregate sum on columns""" +type draft_game_picks_sum_fields { + captain_steam_id: bigint + lineup: Int + picked_steam_id: bigint +} + +""" +order by sum() on columns of table "draft_game_picks" +""" +input draft_game_picks_sum_order_by { + captain_steam_id: order_by + lineup: order_by + picked_steam_id: order_by +} + +""" +update columns of table "draft_game_picks" +""" +enum draft_game_picks_update_column { + """column name""" + auto_picked + + """column name""" + captain_steam_id + + """column name""" + created_at + + """column name""" + draft_game_id + + """column name""" + id + + """column name""" + lineup + + """column name""" + picked_steam_id +} + +input draft_game_picks_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: draft_game_picks_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: draft_game_picks_set_input + + """filter the rows which have to be updated""" + where: draft_game_picks_bool_exp! +} + +"""aggregate var_pop on columns""" +type draft_game_picks_var_pop_fields { + captain_steam_id: Float + lineup: Float + picked_steam_id: Float +} + +""" +order by var_pop() on columns of table "draft_game_picks" +""" +input draft_game_picks_var_pop_order_by { + captain_steam_id: order_by + lineup: order_by + picked_steam_id: order_by +} """aggregate var_samp on columns""" type draft_game_picks_var_samp_fields { @@ -4541,62 +5883,277 @@ enum draft_games_select_column { updated_at } -""" -select "draft_games_aggregate_bool_exp_bool_and_arguments_columns" columns of table "draft_games" -""" -enum draft_games_select_column_draft_games_aggregate_bool_exp_bool_and_arguments_columns { - """column name""" - inner_squad - - """column name""" - require_approval -} - -""" -select "draft_games_aggregate_bool_exp_bool_or_arguments_columns" columns of table "draft_games" -""" -enum draft_games_select_column_draft_games_aggregate_bool_exp_bool_or_arguments_columns { - """column name""" - inner_squad +""" +select "draft_games_aggregate_bool_exp_bool_and_arguments_columns" columns of table "draft_games" +""" +enum draft_games_select_column_draft_games_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + inner_squad + + """column name""" + require_approval +} + +""" +select "draft_games_aggregate_bool_exp_bool_or_arguments_columns" columns of table "draft_games" +""" +enum draft_games_select_column_draft_games_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + inner_squad + + """column name""" + require_approval +} + +""" +input type for updating data in table "draft_games" +""" +input draft_games_set_input { + access: e_lobby_access_enum + capacity: Int + captain_selection: e_draft_game_captain_selection_enum + created_at: timestamptz + current_pick_lineup: Int + draft_order: e_draft_game_draft_order_enum + expires_at: timestamptz + host_steam_id: bigint + id: uuid + inner_squad: Boolean + invite_code: uuid + map_pool_id: uuid + match_id: uuid + match_options_id: uuid + max_elo: Int + min_elo: Int + mode: e_draft_game_mode_enum + pick_deadline: timestamptz + regions: [String!] + require_approval: Boolean + scheduled_at: timestamptz + status: e_draft_game_status_enum + team_1_id: uuid + team_2_id: uuid + type: e_match_types_enum + updated_at: timestamptz +} + +"""aggregate stddev on columns""" +type draft_games_stddev_fields { + capacity: Float + current_pick_lineup: Float + host_steam_id: Float + max_elo: Float + min_elo: Float +} + +""" +order by stddev() on columns of table "draft_games" +""" +input draft_games_stddev_order_by { + capacity: order_by + current_pick_lineup: order_by + host_steam_id: order_by + max_elo: order_by + min_elo: order_by +} + +"""aggregate stddev_pop on columns""" +type draft_games_stddev_pop_fields { + capacity: Float + current_pick_lineup: Float + host_steam_id: Float + max_elo: Float + min_elo: Float +} + +""" +order by stddev_pop() on columns of table "draft_games" +""" +input draft_games_stddev_pop_order_by { + capacity: order_by + current_pick_lineup: order_by + host_steam_id: order_by + max_elo: order_by + min_elo: order_by +} + +"""aggregate stddev_samp on columns""" +type draft_games_stddev_samp_fields { + capacity: Float + current_pick_lineup: Float + host_steam_id: Float + max_elo: Float + min_elo: Float +} + +""" +order by stddev_samp() on columns of table "draft_games" +""" +input draft_games_stddev_samp_order_by { + capacity: order_by + current_pick_lineup: order_by + host_steam_id: order_by + max_elo: order_by + min_elo: order_by +} + +""" +Streaming cursor of the table "draft_games" +""" +input draft_games_stream_cursor_input { + """Stream column input with initial value""" + initial_value: draft_games_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input draft_games_stream_cursor_value_input { + access: e_lobby_access_enum + capacity: Int + captain_selection: e_draft_game_captain_selection_enum + created_at: timestamptz + current_pick_lineup: Int + draft_order: e_draft_game_draft_order_enum + expires_at: timestamptz + host_steam_id: bigint + id: uuid + inner_squad: Boolean + invite_code: uuid + map_pool_id: uuid + match_id: uuid + match_options_id: uuid + max_elo: Int + min_elo: Int + mode: e_draft_game_mode_enum + pick_deadline: timestamptz + regions: [String!] + require_approval: Boolean + scheduled_at: timestamptz + status: e_draft_game_status_enum + team_1_id: uuid + team_2_id: uuid + type: e_match_types_enum + updated_at: timestamptz +} + +"""aggregate sum on columns""" +type draft_games_sum_fields { + capacity: Int + current_pick_lineup: Int + host_steam_id: bigint + max_elo: Int + min_elo: Int +} + +""" +order by sum() on columns of table "draft_games" +""" +input draft_games_sum_order_by { + capacity: order_by + current_pick_lineup: order_by + host_steam_id: order_by + max_elo: order_by + min_elo: order_by +} + +""" +update columns of table "draft_games" +""" +enum draft_games_update_column { + """column name""" + access + + """column name""" + capacity + + """column name""" + captain_selection + + """column name""" + created_at + + """column name""" + current_pick_lineup + + """column name""" + draft_order + + """column name""" + expires_at + + """column name""" + host_steam_id + + """column name""" + id + + """column name""" + inner_squad + + """column name""" + invite_code + + """column name""" + map_pool_id + + """column name""" + match_id + + """column name""" + match_options_id + + """column name""" + max_elo + + """column name""" + min_elo + + """column name""" + mode + + """column name""" + pick_deadline + + """column name""" + regions + + """column name""" + require_approval + + """column name""" + scheduled_at + + """column name""" + status + + """column name""" + team_1_id + + """column name""" + team_2_id + + """column name""" + type + + """column name""" + updated_at +} + +input draft_games_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: draft_games_inc_input - """column name""" - require_approval -} + """sets the columns of the filtered rows to the given values""" + _set: draft_games_set_input -""" -input type for updating data in table "draft_games" -""" -input draft_games_set_input { - access: e_lobby_access_enum - capacity: Int - captain_selection: e_draft_game_captain_selection_enum - created_at: timestamptz - current_pick_lineup: Int - draft_order: e_draft_game_draft_order_enum - expires_at: timestamptz - host_steam_id: bigint - id: uuid - inner_squad: Boolean - invite_code: uuid - map_pool_id: uuid - match_id: uuid - match_options_id: uuid - max_elo: Int - min_elo: Int - mode: e_draft_game_mode_enum - pick_deadline: timestamptz - regions: [String!] - require_approval: Boolean - scheduled_at: timestamptz - status: e_draft_game_status_enum - team_1_id: uuid - team_2_id: uuid - type: e_match_types_enum - updated_at: timestamptz + """filter the rows which have to be updated""" + where: draft_games_bool_exp! } -"""aggregate stddev on columns""" -type draft_games_stddev_fields { +"""aggregate var_pop on columns""" +type draft_games_var_pop_fields { capacity: Float current_pick_lineup: Float host_steam_id: Float @@ -4605,9 +6162,9 @@ type draft_games_stddev_fields { } """ -order by stddev() on columns of table "draft_games" +order by var_pop() on columns of table "draft_games" """ -input draft_games_stddev_order_by { +input draft_games_var_pop_order_by { capacity: order_by current_pick_lineup: order_by host_steam_id: order_by @@ -4615,8 +6172,8 @@ input draft_games_stddev_order_by { min_elo: order_by } -"""aggregate stddev_pop on columns""" -type draft_games_stddev_pop_fields { +"""aggregate var_samp on columns""" +type draft_games_var_samp_fields { capacity: Float current_pick_lineup: Float host_steam_id: Float @@ -4625,9 +6182,9 @@ type draft_games_stddev_pop_fields { } """ -order by stddev_pop() on columns of table "draft_games" +order by var_samp() on columns of table "draft_games" """ -input draft_games_stddev_pop_order_by { +input draft_games_var_samp_order_by { capacity: order_by current_pick_lineup: order_by host_steam_id: order_by @@ -4635,8 +6192,8 @@ input draft_games_stddev_pop_order_by { min_elo: order_by } -"""aggregate stddev_samp on columns""" -type draft_games_stddev_samp_fields { +"""aggregate variance on columns""" +type draft_games_variance_fields { capacity: Float current_pick_lineup: Float host_steam_id: Float @@ -4645,9 +6202,9 @@ type draft_games_stddev_samp_fields { } """ -order by stddev_samp() on columns of table "draft_games" +order by variance() on columns of table "draft_games" """ -input draft_games_stddev_samp_order_by { +input draft_games_variance_order_by { capacity: order_by current_pick_lineup: order_by host_steam_id: order_by @@ -4656,218 +6213,357 @@ input draft_games_stddev_samp_order_by { } """ -Streaming cursor of the table "draft_games" +columns and relationships of "e_award_sources" """ -input draft_games_stream_cursor_input { - """Stream column input with initial value""" - initial_value: draft_games_stream_cursor_value_input! +type e_award_sources { + description: String! + value: String! +} - """cursor ordering""" - ordering: cursor_ordering +""" +aggregated selection of "e_award_sources" +""" +type e_award_sources_aggregate { + aggregate: e_award_sources_aggregate_fields + nodes: [e_award_sources!]! } -"""Initial value of the column from where the streaming should start""" -input draft_games_stream_cursor_value_input { - access: e_lobby_access_enum - capacity: Int - captain_selection: e_draft_game_captain_selection_enum - created_at: timestamptz - current_pick_lineup: Int - draft_order: e_draft_game_draft_order_enum - expires_at: timestamptz - host_steam_id: bigint - id: uuid - inner_squad: Boolean - invite_code: uuid - map_pool_id: uuid - match_id: uuid - match_options_id: uuid - max_elo: Int - min_elo: Int - mode: e_draft_game_mode_enum - pick_deadline: timestamptz - regions: [String!] - require_approval: Boolean - scheduled_at: timestamptz - status: e_draft_game_status_enum - team_1_id: uuid - team_2_id: uuid - type: e_match_types_enum - updated_at: timestamptz +""" +aggregate fields of "e_award_sources" +""" +type e_award_sources_aggregate_fields { + count(columns: [e_award_sources_select_column!], distinct: Boolean): Int! + max: e_award_sources_max_fields + min: e_award_sources_min_fields } -"""aggregate sum on columns""" -type draft_games_sum_fields { - capacity: Int - current_pick_lineup: Int - host_steam_id: bigint - max_elo: Int - min_elo: Int +""" +Boolean expression to filter rows from the table "e_award_sources". All fields are combined with a logical 'AND'. +""" +input e_award_sources_bool_exp { + _and: [e_award_sources_bool_exp!] + _not: e_award_sources_bool_exp + _or: [e_award_sources_bool_exp!] + description: String_comparison_exp + value: String_comparison_exp } """ -order by sum() on columns of table "draft_games" +unique or primary key constraints on table "e_award_sources" """ -input draft_games_sum_order_by { - capacity: order_by - current_pick_lineup: order_by - host_steam_id: order_by - max_elo: order_by - min_elo: order_by +enum e_award_sources_constraint { + """ + unique or primary key constraint on columns "value" + """ + e_award_sources_pkey +} + +enum e_award_sources_enum { + """Granted by hand""" + manual + + """Calculated from a season standing""" + season + + """Calculated from a tournament placement""" + tournament } """ -update columns of table "draft_games" +Boolean expression to compare columns of type "e_award_sources_enum". All fields are combined with logical 'AND'. """ -enum draft_games_update_column { - """column name""" - access +input e_award_sources_enum_comparison_exp { + _eq: e_award_sources_enum + _in: [e_award_sources_enum!] + _is_null: Boolean + _neq: e_award_sources_enum + _nin: [e_award_sources_enum!] +} - """column name""" - capacity +""" +input type for inserting data into table "e_award_sources" +""" +input e_award_sources_insert_input { + description: String + value: String +} - """column name""" - captain_selection +"""aggregate max on columns""" +type e_award_sources_max_fields { + description: String + value: String +} - """column name""" - created_at +"""aggregate min on columns""" +type e_award_sources_min_fields { + description: String + value: String +} - """column name""" - current_pick_lineup +""" +response of any mutation on the table "e_award_sources" +""" +type e_award_sources_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! - """column name""" - draft_order + """data from the rows affected by the mutation""" + returning: [e_award_sources!]! +} - """column name""" - expires_at +""" +on_conflict condition type for table "e_award_sources" +""" +input e_award_sources_on_conflict { + constraint: e_award_sources_constraint! + update_columns: [e_award_sources_update_column!]! = [] + where: e_award_sources_bool_exp +} - """column name""" - host_steam_id +"""Ordering options when selecting data from "e_award_sources".""" +input e_award_sources_order_by { + description: order_by + value: order_by +} - """column name""" - id +"""primary key columns input for table: e_award_sources""" +input e_award_sources_pk_columns_input { + value: String! +} +""" +select columns of table "e_award_sources" +""" +enum e_award_sources_select_column { """column name""" - inner_squad + description """column name""" - invite_code + value +} - """column name""" - map_pool_id +""" +input type for updating data in table "e_award_sources" +""" +input e_award_sources_set_input { + description: String + value: String +} - """column name""" - match_id +""" +Streaming cursor of the table "e_award_sources" +""" +input e_award_sources_stream_cursor_input { + """Stream column input with initial value""" + initial_value: e_award_sources_stream_cursor_value_input! - """column name""" - match_options_id + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - max_elo +"""Initial value of the column from where the streaming should start""" +input e_award_sources_stream_cursor_value_input { + description: String + value: String +} +""" +update columns of table "e_award_sources" +""" +enum e_award_sources_update_column { """column name""" - min_elo + description """column name""" - mode + value +} - """column name""" - pick_deadline +input e_award_sources_updates { + """sets the columns of the filtered rows to the given values""" + _set: e_award_sources_set_input - """column name""" - regions + """filter the rows which have to be updated""" + where: e_award_sources_bool_exp! +} - """column name""" - require_approval +""" +columns and relationships of "e_award_tiers" +""" +type e_award_tiers { + description: String! + value: String! +} - """column name""" - scheduled_at +""" +aggregated selection of "e_award_tiers" +""" +type e_award_tiers_aggregate { + aggregate: e_award_tiers_aggregate_fields + nodes: [e_award_tiers!]! +} - """column name""" - status +""" +aggregate fields of "e_award_tiers" +""" +type e_award_tiers_aggregate_fields { + count(columns: [e_award_tiers_select_column!], distinct: Boolean): Int! + max: e_award_tiers_max_fields + min: e_award_tiers_min_fields +} - """column name""" - team_1_id +""" +Boolean expression to filter rows from the table "e_award_tiers". All fields are combined with a logical 'AND'. +""" +input e_award_tiers_bool_exp { + _and: [e_award_tiers_bool_exp!] + _not: e_award_tiers_bool_exp + _or: [e_award_tiers_bool_exp!] + description: String_comparison_exp + value: String_comparison_exp +} - """column name""" - team_2_id +""" +unique or primary key constraints on table "e_award_tiers" +""" +enum e_award_tiers_constraint { + """ + unique or primary key constraint on columns "value" + """ + e_award_tiers_pkey +} - """column name""" - type +enum e_award_tiers_enum { + """Third place""" + bronze - """column name""" - updated_at + """First place""" + gold + + """Most valuable player""" + mvp + + """Second place""" + silver + + """Standalone award""" + special } -input draft_games_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: draft_games_inc_input +""" +Boolean expression to compare columns of type "e_award_tiers_enum". All fields are combined with logical 'AND'. +""" +input e_award_tiers_enum_comparison_exp { + _eq: e_award_tiers_enum + _in: [e_award_tiers_enum!] + _is_null: Boolean + _neq: e_award_tiers_enum + _nin: [e_award_tiers_enum!] +} - """sets the columns of the filtered rows to the given values""" - _set: draft_games_set_input +""" +input type for inserting data into table "e_award_tiers" +""" +input e_award_tiers_insert_input { + description: String + value: String +} - """filter the rows which have to be updated""" - where: draft_games_bool_exp! +"""aggregate max on columns""" +type e_award_tiers_max_fields { + description: String + value: String } -"""aggregate var_pop on columns""" -type draft_games_var_pop_fields { - capacity: Float - current_pick_lineup: Float - host_steam_id: Float - max_elo: Float - min_elo: Float +"""aggregate min on columns""" +type e_award_tiers_min_fields { + description: String + value: String } """ -order by var_pop() on columns of table "draft_games" +response of any mutation on the table "e_award_tiers" """ -input draft_games_var_pop_order_by { - capacity: order_by - current_pick_lineup: order_by - host_steam_id: order_by - max_elo: order_by - min_elo: order_by +type e_award_tiers_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [e_award_tiers!]! } -"""aggregate var_samp on columns""" -type draft_games_var_samp_fields { - capacity: Float - current_pick_lineup: Float - host_steam_id: Float - max_elo: Float - min_elo: Float +""" +on_conflict condition type for table "e_award_tiers" +""" +input e_award_tiers_on_conflict { + constraint: e_award_tiers_constraint! + update_columns: [e_award_tiers_update_column!]! = [] + where: e_award_tiers_bool_exp +} + +"""Ordering options when selecting data from "e_award_tiers".""" +input e_award_tiers_order_by { + description: order_by + value: order_by +} + +"""primary key columns input for table: e_award_tiers""" +input e_award_tiers_pk_columns_input { + value: String! } """ -order by var_samp() on columns of table "draft_games" +select columns of table "e_award_tiers" """ -input draft_games_var_samp_order_by { - capacity: order_by - current_pick_lineup: order_by - host_steam_id: order_by - max_elo: order_by - min_elo: order_by +enum e_award_tiers_select_column { + """column name""" + description + + """column name""" + value } -"""aggregate variance on columns""" -type draft_games_variance_fields { - capacity: Float - current_pick_lineup: Float - host_steam_id: Float - max_elo: Float - min_elo: Float +""" +input type for updating data in table "e_award_tiers" +""" +input e_award_tiers_set_input { + description: String + value: String } """ -order by variance() on columns of table "draft_games" +Streaming cursor of the table "e_award_tiers" """ -input draft_games_variance_order_by { - capacity: order_by - current_pick_lineup: order_by - host_steam_id: order_by - max_elo: order_by - min_elo: order_by +input e_award_tiers_stream_cursor_input { + """Stream column input with initial value""" + initial_value: e_award_tiers_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input e_award_tiers_stream_cursor_value_input { + description: String + value: String +} + +""" +update columns of table "e_award_tiers" +""" +enum e_award_tiers_update_column { + """column name""" + description + + """column name""" + value +} + +input e_award_tiers_updates { + """sets the columns of the filtered rows to the given values""" + _set: e_award_tiers_set_input + + """filter the rows which have to be updated""" + where: e_award_tiers_bool_exp! } """ @@ -15544,6 +17240,42 @@ input event_tournaments_updates { columns and relationships of "events" """ type events { + """An array relationship""" + awards( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """An aggregate relationship""" + awards_aggregate( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): award_recipients_aggregate! + """An object relationship""" banner: event_media banner_media_id: uuid @@ -15830,6 +17562,8 @@ input events_bool_exp { _and: [events_bool_exp!] _not: events_bool_exp _or: [events_bool_exp!] + awards: award_recipients_bool_exp + awards_aggregate: award_recipients_aggregate_bool_exp banner: event_media_bool_exp banner_media_id: uuid_comparison_exp can_upload_media: Boolean_comparison_exp @@ -15881,6 +17615,7 @@ input events_inc_input { input type for inserting data into table "events" """ input events_insert_input { + awards: award_recipients_arr_rel_insert_input banner: event_media_obj_rel_insert_input banner_media_id: uuid created_at: timestamptz @@ -15958,6 +17693,7 @@ input events_on_conflict { """Ordering options when selecting data from "events".""" input events_order_by { + awards_aggregate: award_recipients_aggregate_order_by banner: event_media_order_by banner_media_id: order_by can_upload_media: order_by @@ -20837,6 +22573,42 @@ columns and relationships of "league_seasons" type league_seasons { auto_regular_season_format: Boolean! + """An array relationship""" + awards( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """An aggregate relationship""" + awards_aggregate( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): award_recipients_aggregate! + """ A computed field, executes function "can_register_for_league_season" """ @@ -21224,6 +22996,8 @@ input league_seasons_bool_exp { _not: league_seasons_bool_exp _or: [league_seasons_bool_exp!] auto_regular_season_format: Boolean_comparison_exp + awards: award_recipients_bool_exp + awards_aggregate: award_recipients_aggregate_bool_exp can_register: Boolean_comparison_exp created_at: timestamptz_comparison_exp created_by_steam_id: bigint_comparison_exp @@ -21345,6 +23119,7 @@ input type for inserting data into table "league_seasons" """ input league_seasons_insert_input { auto_regular_season_format: Boolean + awards: award_recipients_arr_rel_insert_input created_at: timestamptz created_by_steam_id: bigint default_best_of: Int @@ -21472,6 +23247,7 @@ input league_seasons_on_conflict { """Ordering options when selecting data from "league_seasons".""" input league_seasons_order_by { auto_regular_season_format: order_by + awards_aggregate: award_recipients_aggregate_order_by can_register: order_by created_at: order_by created_by_steam_id: order_by @@ -34496,6 +36272,9 @@ type mutation_root { """Create directory on game server""" createServerDirectory(dir_path: String!, node_id: String!, server_id: String): SuccessOutput + """Delete a catalog award""" + deleteAward(id: uuid!): SuccessOutput + """Delete a saved clip and its underlying S3 object""" deleteClip(clip_id: uuid!): SuccessOutput deleteMatch(match_id: String!): SuccessOutput @@ -34555,6 +36334,32 @@ type mutation_root { """ delete_api_keys_by_pk(id: uuid!): api_keys + """ + delete data from the table: "award_recipients" + """ + delete_award_recipients( + """filter the rows which have to be deleted""" + where: award_recipients_bool_exp! + ): award_recipients_mutation_response + + """ + delete single row from the table: "award_recipients" + """ + delete_award_recipients_by_pk(id: uuid!): award_recipients + + """ + delete data from the table: "awards" + """ + delete_awards( + """filter the rows which have to be deleted""" + where: awards_bool_exp! + ): awards_mutation_response + + """ + delete single row from the table: "awards" + """ + delete_awards_by_pk(id: uuid!): awards + """ delete data from the table: "clip_render_jobs" """ @@ -34633,6 +36438,32 @@ type mutation_root { """ delete_draft_games_by_pk(id: uuid!): draft_games + """ + delete data from the table: "e_award_sources" + """ + delete_e_award_sources( + """filter the rows which have to be deleted""" + where: e_award_sources_bool_exp! + ): e_award_sources_mutation_response + + """ + delete single row from the table: "e_award_sources" + """ + delete_e_award_sources_by_pk(value: String!): e_award_sources + + """ + delete data from the table: "e_award_tiers" + """ + delete_e_award_tiers( + """filter the rows which have to be deleted""" + where: e_award_tiers_bool_exp! + ): e_award_tiers_mutation_response + + """ + delete single row from the table: "e_award_tiers" + """ + delete_e_award_tiers_by_pk(value: String!): e_award_tiers + """ delete data from the table: "e_check_in_settings" """ @@ -36256,6 +38087,19 @@ type mutation_root { """ delete_teams_by_pk(id: uuid!): teams + """ + delete data from the table: "tournament_awards" + """ + delete_tournament_awards( + """filter the rows which have to be deleted""" + where: tournament_awards_bool_exp! + ): tournament_awards_mutation_response + + """ + delete single row from the table: "tournament_awards" + """ + delete_tournament_awards_by_pk(id: uuid!): tournament_awards + """ delete data from the table: "tournament_brackets" """ @@ -36386,32 +38230,6 @@ type mutation_root { """ delete_tournament_teams_by_pk(id: uuid!): tournament_teams - """ - delete data from the table: "tournament_trophies" - """ - delete_tournament_trophies( - """filter the rows which have to be deleted""" - where: tournament_trophies_bool_exp! - ): tournament_trophies_mutation_response - - """ - delete single row from the table: "tournament_trophies" - """ - delete_tournament_trophies_by_pk(id: uuid!): tournament_trophies - - """ - delete data from the table: "tournament_trophy_configs" - """ - delete_tournament_trophy_configs( - """filter the rows which have to be deleted""" - where: tournament_trophy_configs_bool_exp! - ): tournament_trophy_configs_mutation_response - - """ - delete single row from the table: "tournament_trophy_configs" - """ - delete_tournament_trophy_configs_by_pk(id: uuid!): tournament_trophy_configs - """ delete data from the table: "tournaments" """ @@ -36478,6 +38296,9 @@ type mutation_root { getLiveStreamSpecState(match_id: uuid!): LiveStreamSpecState getTestUploadLink: GetTestUploadResponse! + """Grant an award to a player or team""" + grantAward(award_id: uuid!, event_id: uuid, league_season_id: uuid, note: String, player_steam_id: String, season_id: uuid, team_id: uuid, tournament_id: uuid): AwardRecipient + """ insert data into the table: "_map_pool" """ @@ -36544,6 +38365,50 @@ type mutation_root { on_conflict: api_keys_on_conflict ): api_keys + """ + insert data into the table: "award_recipients" + """ + insert_award_recipients( + """the rows to be inserted""" + objects: [award_recipients_insert_input!]! + + """upsert condition""" + on_conflict: award_recipients_on_conflict + ): award_recipients_mutation_response + + """ + insert a single row into the table: "award_recipients" + """ + insert_award_recipients_one( + """the row to be inserted""" + object: award_recipients_insert_input! + + """upsert condition""" + on_conflict: award_recipients_on_conflict + ): award_recipients + + """ + insert data into the table: "awards" + """ + insert_awards( + """the rows to be inserted""" + objects: [awards_insert_input!]! + + """upsert condition""" + on_conflict: awards_on_conflict + ): awards_mutation_response + + """ + insert a single row into the table: "awards" + """ + insert_awards_one( + """the row to be inserted""" + object: awards_insert_input! + + """upsert condition""" + on_conflict: awards_on_conflict + ): awards + """ insert data into the table: "clip_render_jobs" """ @@ -36676,6 +38541,50 @@ type mutation_root { on_conflict: draft_games_on_conflict ): draft_games + """ + insert data into the table: "e_award_sources" + """ + insert_e_award_sources( + """the rows to be inserted""" + objects: [e_award_sources_insert_input!]! + + """upsert condition""" + on_conflict: e_award_sources_on_conflict + ): e_award_sources_mutation_response + + """ + insert a single row into the table: "e_award_sources" + """ + insert_e_award_sources_one( + """the row to be inserted""" + object: e_award_sources_insert_input! + + """upsert condition""" + on_conflict: e_award_sources_on_conflict + ): e_award_sources + + """ + insert data into the table: "e_award_tiers" + """ + insert_e_award_tiers( + """the rows to be inserted""" + objects: [e_award_tiers_insert_input!]! + + """upsert condition""" + on_conflict: e_award_tiers_on_conflict + ): e_award_tiers_mutation_response + + """ + insert a single row into the table: "e_award_tiers" + """ + insert_e_award_tiers_one( + """the row to be inserted""" + object: e_award_tiers_insert_input! + + """upsert condition""" + on_conflict: e_award_tiers_on_conflict + ): e_award_tiers + """ insert data into the table: "e_check_in_settings" """ @@ -39430,6 +41339,28 @@ type mutation_root { on_conflict: teams_on_conflict ): teams + """ + insert data into the table: "tournament_awards" + """ + insert_tournament_awards( + """the rows to be inserted""" + objects: [tournament_awards_insert_input!]! + + """upsert condition""" + on_conflict: tournament_awards_on_conflict + ): tournament_awards_mutation_response + + """ + insert a single row into the table: "tournament_awards" + """ + insert_tournament_awards_one( + """the row to be inserted""" + object: tournament_awards_insert_input! + + """upsert condition""" + on_conflict: tournament_awards_on_conflict + ): tournament_awards + """ insert data into the table: "tournament_brackets" """ @@ -39650,50 +41581,6 @@ type mutation_root { on_conflict: tournament_teams_on_conflict ): tournament_teams - """ - insert data into the table: "tournament_trophies" - """ - insert_tournament_trophies( - """the rows to be inserted""" - objects: [tournament_trophies_insert_input!]! - - """upsert condition""" - on_conflict: tournament_trophies_on_conflict - ): tournament_trophies_mutation_response - - """ - insert a single row into the table: "tournament_trophies" - """ - insert_tournament_trophies_one( - """the row to be inserted""" - object: tournament_trophies_insert_input! - - """upsert condition""" - on_conflict: tournament_trophies_on_conflict - ): tournament_trophies - - """ - insert data into the table: "tournament_trophy_configs" - """ - insert_tournament_trophy_configs( - """the rows to be inserted""" - objects: [tournament_trophy_configs_insert_input!]! - - """upsert condition""" - on_conflict: tournament_trophy_configs_on_conflict - ): tournament_trophy_configs_mutation_response - - """ - insert a single row into the table: "tournament_trophy_configs" - """ - insert_tournament_trophy_configs_one( - """the row to be inserted""" - object: tournament_trophy_configs_insert_input! - - """upsert condition""" - on_conflict: tournament_trophy_configs_on_conflict - ): tournament_trophy_configs - """ insert data into the table: "tournaments" """ @@ -39865,16 +41752,16 @@ type mutation_root { rebootMatchServer(match_id: uuid!): SuccessOutput """ - execute VOLATILE function "recalculate_tournament_trophies" which returns "tournament_trophies" + execute VOLATILE function "recalculate_tournament_awards" which returns "award_recipients" """ - recalculate_tournament_trophies( + recalculate_tournament_awards( """ - input parameters for function "recalculate_tournament_trophies" + input parameters for function "recalculate_tournament_awards" """ - args: recalculate_tournament_trophies_args! + args: recalculate_tournament_awards_args! """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] + distinct_on: [award_recipients_select_column!] """limit the number of rows returned""" limit: Int @@ -39883,11 +41770,11 @@ type mutation_root { offset: Int """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] + order_by: [award_recipients_order_by!] """filter the rows returned""" - where: tournament_trophies_bool_exp - ): [tournament_trophies!]! + where: award_recipients_bool_exp + ): [award_recipients!]! """ Wipe and rebuild all player ELO from finished matches in chronological order (admin only). Runs in the background; track via recomputePlayerEloStatus. @@ -40030,8 +41917,14 @@ type mutation_root { """ retryClipRenderBatch(match_map_id: uuid!, only_failed: Boolean): SuccessOutput retryPendingMatchImport(valve_match_id: String!): PendingMatchImportActionOutput + + """Revoke a hand-granted award""" + revokeAward(id: uuid!): SuccessOutput sanctionServerPlayer(duration: Float, reason: String, serverId: String, steam_id: String!, type: String!): SanctionResult! + """Create or update a catalog award""" + saveAward(allow_multiple: Boolean, description: String, event_id: uuid, id: uuid, league_season_id: uuid, name: String!, season_id: uuid, silhouette: Int, tier: String!, tournament_id: uuid): Award + """ Create or update a first-party news post. Caller role is verified against public.post_news_role. """ @@ -40063,6 +41956,9 @@ type mutation_root { Publish or unpublish a news post. Caller role is verified against public.post_news_role. """ setNewsPostStatus(id: uuid!, status: String!): NewsPost + + """Map a tournament placement to an award""" + setTournamentAward(award_id: uuid, custom_name: String, placement: Int!, silhouette: Int, tournament_id: uuid!): TournamentAward setupGameServer: SetupGameServeOutput skipShaders(match_id: uuid!): SuccessOutput specAutodirector(enabled: Boolean!, match_id: uuid!): SuccessOutput @@ -40200,6 +42096,74 @@ type mutation_root { updates: [api_keys_updates!]! ): [api_keys_mutation_response] + """ + update data of the table: "award_recipients" + """ + update_award_recipients( + """increments the numeric columns with given value of the filtered values""" + _inc: award_recipients_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: award_recipients_set_input + + """filter the rows which have to be updated""" + where: award_recipients_bool_exp! + ): award_recipients_mutation_response + + """ + update single row of the table: "award_recipients" + """ + update_award_recipients_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: award_recipients_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: award_recipients_set_input + pk_columns: award_recipients_pk_columns_input! + ): award_recipients + + """ + update multiples rows of table: "award_recipients" + """ + update_award_recipients_many( + """updates to execute, in order""" + updates: [award_recipients_updates!]! + ): [award_recipients_mutation_response] + + """ + update data of the table: "awards" + """ + update_awards( + """increments the numeric columns with given value of the filtered values""" + _inc: awards_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: awards_set_input + + """filter the rows which have to be updated""" + where: awards_bool_exp! + ): awards_mutation_response + + """ + update single row of the table: "awards" + """ + update_awards_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: awards_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: awards_set_input + pk_columns: awards_pk_columns_input! + ): awards + + """ + update multiples rows of table: "awards" + """ + update_awards_many( + """updates to execute, in order""" + updates: [awards_updates!]! + ): [awards_mutation_response] + """ update data of the table: "clip_render_jobs" """ @@ -40280,9 +42244,30 @@ type mutation_root { update data of the table: "custom_pages" """ update_custom_pages( + """append existing jsonb value of filtered columns with new jsonb value""" + _append: custom_pages_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: custom_pages_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: custom_pages_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: custom_pages_delete_key_input + """increments the numeric columns with given value of the filtered values""" _inc: custom_pages_inc_input + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: custom_pages_prepend_input + """sets the columns of the filtered rows to the given values""" _set: custom_pages_set_input @@ -40294,9 +42279,30 @@ type mutation_root { update single row of the table: "custom_pages" """ update_custom_pages_by_pk( + """append existing jsonb value of filtered columns with new jsonb value""" + _append: custom_pages_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: custom_pages_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: custom_pages_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: custom_pages_delete_key_input + """increments the numeric columns with given value of the filtered values""" _inc: custom_pages_inc_input + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: custom_pages_prepend_input + """sets the columns of the filtered rows to the given values""" _set: custom_pages_set_input pk_columns: custom_pages_pk_columns_input! @@ -40446,6 +42452,62 @@ type mutation_root { updates: [draft_games_updates!]! ): [draft_games_mutation_response] + """ + update data of the table: "e_award_sources" + """ + update_e_award_sources( + """sets the columns of the filtered rows to the given values""" + _set: e_award_sources_set_input + + """filter the rows which have to be updated""" + where: e_award_sources_bool_exp! + ): e_award_sources_mutation_response + + """ + update single row of the table: "e_award_sources" + """ + update_e_award_sources_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: e_award_sources_set_input + pk_columns: e_award_sources_pk_columns_input! + ): e_award_sources + + """ + update multiples rows of table: "e_award_sources" + """ + update_e_award_sources_many( + """updates to execute, in order""" + updates: [e_award_sources_updates!]! + ): [e_award_sources_mutation_response] + + """ + update data of the table: "e_award_tiers" + """ + update_e_award_tiers( + """sets the columns of the filtered rows to the given values""" + _set: e_award_tiers_set_input + + """filter the rows which have to be updated""" + where: e_award_tiers_bool_exp! + ): e_award_tiers_mutation_response + + """ + update single row of the table: "e_award_tiers" + """ + update_e_award_tiers_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: e_award_tiers_set_input + pk_columns: e_award_tiers_pk_columns_input! + ): e_award_tiers + + """ + update multiples rows of table: "e_award_tiers" + """ + update_e_award_tiers_many( + """updates to execute, in order""" + updates: [e_award_tiers_updates!]! + ): [e_award_tiers_mutation_response] + """ update data of the table: "e_check_in_settings" """ @@ -44745,6 +46807,40 @@ type mutation_root { updates: [teams_updates!]! ): [teams_mutation_response] + """ + update data of the table: "tournament_awards" + """ + update_tournament_awards( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_awards_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_awards_set_input + + """filter the rows which have to be updated""" + where: tournament_awards_bool_exp! + ): tournament_awards_mutation_response + + """ + update single row of the table: "tournament_awards" + """ + update_tournament_awards_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_awards_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_awards_set_input + pk_columns: tournament_awards_pk_columns_input! + ): tournament_awards + + """ + update multiples rows of table: "tournament_awards" + """ + update_tournament_awards_many( + """updates to execute, in order""" + updates: [tournament_awards_updates!]! + ): [tournament_awards_mutation_response] + """ update data of the table: "tournament_brackets" """ @@ -45115,74 +47211,6 @@ type mutation_root { updates: [tournament_teams_updates!]! ): [tournament_teams_mutation_response] - """ - update data of the table: "tournament_trophies" - """ - update_tournament_trophies( - """increments the numeric columns with given value of the filtered values""" - _inc: tournament_trophies_inc_input - - """sets the columns of the filtered rows to the given values""" - _set: tournament_trophies_set_input - - """filter the rows which have to be updated""" - where: tournament_trophies_bool_exp! - ): tournament_trophies_mutation_response - - """ - update single row of the table: "tournament_trophies" - """ - update_tournament_trophies_by_pk( - """increments the numeric columns with given value of the filtered values""" - _inc: tournament_trophies_inc_input - - """sets the columns of the filtered rows to the given values""" - _set: tournament_trophies_set_input - pk_columns: tournament_trophies_pk_columns_input! - ): tournament_trophies - - """ - update multiples rows of table: "tournament_trophies" - """ - update_tournament_trophies_many( - """updates to execute, in order""" - updates: [tournament_trophies_updates!]! - ): [tournament_trophies_mutation_response] - - """ - update data of the table: "tournament_trophy_configs" - """ - update_tournament_trophy_configs( - """increments the numeric columns with given value of the filtered values""" - _inc: tournament_trophy_configs_inc_input - - """sets the columns of the filtered rows to the given values""" - _set: tournament_trophy_configs_set_input - - """filter the rows which have to be updated""" - where: tournament_trophy_configs_bool_exp! - ): tournament_trophy_configs_mutation_response - - """ - update single row of the table: "tournament_trophy_configs" - """ - update_tournament_trophy_configs_by_pk( - """increments the numeric columns with given value of the filtered values""" - _inc: tournament_trophy_configs_inc_input - - """sets the columns of the filtered rows to the given values""" - _set: tournament_trophy_configs_set_input - pk_columns: tournament_trophy_configs_pk_columns_input! - ): tournament_trophy_configs - - """ - update multiples rows of table: "tournament_trophy_configs" - """ - update_tournament_trophy_configs_many( - """updates to execute, in order""" - updates: [tournament_trophy_configs_updates!]! - ): [tournament_trophy_configs_mutation_response] - """ update data of the table: "tournaments" """ @@ -63955,6 +65983,42 @@ type players { ): player_assists_aggregate! avatar_url: String + """An array relationship""" + awards( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """An aggregate relationship""" + awards_aggregate( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): award_recipients_aggregate! + """An array relationship""" coach_lineups( """distinct select on columns""" @@ -65220,42 +67284,6 @@ type players { where: tournament_team_roster_bool_exp ): tournament_team_roster_aggregate! - """An array relationship""" - tournament_trophies( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] - - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): [tournament_trophies!]! - - """An aggregate relationship""" - tournament_trophies_aggregate( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] - - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): tournament_trophies_aggregate! - """An array relationship""" tournaments( """distinct select on columns""" @@ -65484,6 +67512,8 @@ input players_bool_exp { assited_by_players: player_assists_bool_exp assited_by_players_aggregate: player_assists_aggregate_bool_exp avatar_url: String_comparison_exp + awards: award_recipients_bool_exp + awards_aggregate: award_recipients_aggregate_bool_exp coach_lineups: match_lineups_bool_exp coach_lineups_aggregate: match_lineups_aggregate_bool_exp country: String_comparison_exp @@ -65589,8 +67619,6 @@ input players_bool_exp { tournament_organizers_aggregate: tournament_organizers_aggregate_bool_exp tournament_rosters: tournament_team_roster_bool_exp tournament_rosters_aggregate: tournament_team_roster_aggregate_bool_exp - tournament_trophies: tournament_trophies_bool_exp - tournament_trophies_aggregate: tournament_trophies_aggregate_bool_exp tournaments: tournaments_bool_exp tournaments_aggregate: tournaments_aggregate_bool_exp utility_thrown: player_utility_bool_exp @@ -65647,6 +67675,7 @@ input players_insert_input { assists: player_assists_arr_rel_insert_input assited_by_players: player_assists_arr_rel_insert_input avatar_url: String + awards: award_recipients_arr_rel_insert_input coach_lineups: match_lineups_arr_rel_insert_input country: String created_at: timestamptz @@ -65704,7 +67733,6 @@ input players_insert_input { team_members: team_roster_arr_rel_insert_input tournament_organizers: tournament_organizers_arr_rel_insert_input tournament_rosters: tournament_team_roster_arr_rel_insert_input - tournament_trophies: tournament_trophies_arr_rel_insert_input tournaments: tournaments_arr_rel_insert_input utility_thrown: player_utility_arr_rel_insert_input vac_ban_count: Int @@ -65915,6 +67943,7 @@ input players_order_by { assists_aggregate: player_assists_aggregate_order_by assited_by_players_aggregate: player_assists_aggregate_order_by avatar_url: order_by + awards_aggregate: award_recipients_aggregate_order_by coach_lineups_aggregate: match_lineups_aggregate_order_by country: order_by created_at: order_by @@ -65989,7 +68018,6 @@ input players_order_by { total_matches: order_by tournament_organizers_aggregate: tournament_organizers_aggregate_order_by tournament_rosters_aggregate: tournament_team_roster_aggregate_order_by - tournament_trophies_aggregate: tournament_trophies_aggregate_order_by tournaments_aggregate: tournaments_aggregate_order_by utility_thrown_aggregate: player_utility_aggregate_order_by vac_ban_count: order_by @@ -67029,6 +69057,94 @@ type query_root { """fetch data from the table: "api_keys" using primary key columns""" api_keys_by_pk(id: uuid!): api_keys + """ + fetch data from the table: "award_recipients" + """ + award_recipients( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """ + fetch aggregated fields from the table: "award_recipients" + """ + award_recipients_aggregate( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): award_recipients_aggregate! + + """ + fetch data from the table: "award_recipients" using primary key columns + """ + award_recipients_by_pk(id: uuid!): award_recipients + + """ + fetch data from the table: "awards" + """ + awards( + """distinct select on columns""" + distinct_on: [awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [awards_order_by!] + + """filter the rows returned""" + where: awards_bool_exp + ): [awards!]! + + """ + fetch aggregated fields from the table: "awards" + """ + awards_aggregate( + """distinct select on columns""" + distinct_on: [awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [awards_order_by!] + + """filter the rows returned""" + where: awards_bool_exp + ): awards_aggregate! + + """fetch data from the table: "awards" using primary key columns""" + awards_by_pk(id: uuid!): awards + """An array relationship""" clip_render_jobs( """distinct select on columns""" @@ -67282,6 +69398,92 @@ type query_root { """fetch data from the table: "draft_games" using primary key columns""" draft_games_by_pk(id: uuid!): draft_games + """ + fetch data from the table: "e_award_sources" + """ + e_award_sources( + """distinct select on columns""" + distinct_on: [e_award_sources_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_award_sources_order_by!] + + """filter the rows returned""" + where: e_award_sources_bool_exp + ): [e_award_sources!]! + + """ + fetch aggregated fields from the table: "e_award_sources" + """ + e_award_sources_aggregate( + """distinct select on columns""" + distinct_on: [e_award_sources_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_award_sources_order_by!] + + """filter the rows returned""" + where: e_award_sources_bool_exp + ): e_award_sources_aggregate! + + """fetch data from the table: "e_award_sources" using primary key columns""" + e_award_sources_by_pk(value: String!): e_award_sources + + """ + fetch data from the table: "e_award_tiers" + """ + e_award_tiers( + """distinct select on columns""" + distinct_on: [e_award_tiers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_award_tiers_order_by!] + + """filter the rows returned""" + where: e_award_tiers_bool_exp + ): [e_award_tiers!]! + + """ + fetch aggregated fields from the table: "e_award_tiers" + """ + e_award_tiers_aggregate( + """distinct select on columns""" + distinct_on: [e_award_tiers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_award_tiers_order_by!] + + """filter the rows returned""" + where: e_award_tiers_bool_exp + ): e_award_tiers_aggregate! + + """fetch data from the table: "e_award_tiers" using primary key columns""" + e_award_tiers_by_pk(value: String!): e_award_tiers + """ fetch data from the table: "e_check_in_settings" """ @@ -73244,6 +75446,51 @@ type query_root { teams_by_pk(id: uuid!): teams telemetryStats: TelemetryStats! + """ + fetch data from the table: "tournament_awards" + """ + tournament_awards( + """distinct select on columns""" + distinct_on: [tournament_awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_awards_order_by!] + + """filter the rows returned""" + where: tournament_awards_bool_exp + ): [tournament_awards!]! + + """ + fetch aggregated fields from the table: "tournament_awards" + """ + tournament_awards_aggregate( + """distinct select on columns""" + distinct_on: [tournament_awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_awards_order_by!] + + """filter the rows returned""" + where: tournament_awards_bool_exp + ): tournament_awards_aggregate! + + """ + fetch data from the table: "tournament_awards" using primary key columns + """ + tournament_awards_by_pk(id: uuid!): tournament_awards + """An array relationship""" tournament_brackets( """distinct select on columns""" @@ -73674,92 +75921,6 @@ type query_root { """ tournament_teams_by_pk(id: uuid!): tournament_teams - """An array relationship""" - tournament_trophies( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] - - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): [tournament_trophies!]! - - """An aggregate relationship""" - tournament_trophies_aggregate( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] - - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): tournament_trophies_aggregate! - - """ - fetch data from the table: "tournament_trophies" using primary key columns - """ - tournament_trophies_by_pk(id: uuid!): tournament_trophies - - """ - fetch data from the table: "tournament_trophy_configs" - """ - tournament_trophy_configs( - """distinct select on columns""" - distinct_on: [tournament_trophy_configs_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophy_configs_order_by!] - - """filter the rows returned""" - where: tournament_trophy_configs_bool_exp - ): [tournament_trophy_configs!]! - - """ - fetch aggregated fields from the table: "tournament_trophy_configs" - """ - tournament_trophy_configs_aggregate( - """distinct select on columns""" - distinct_on: [tournament_trophy_configs_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophy_configs_order_by!] - - """filter the rows returned""" - where: tournament_trophy_configs_bool_exp - ): tournament_trophy_configs_aggregate! - - """ - fetch data from the table: "tournament_trophy_configs" using primary key columns - """ - tournament_trophy_configs_by_pk(id: uuid!): tournament_trophy_configs - """An array relationship""" tournaments( """distinct select on columns""" @@ -75085,7 +77246,7 @@ type query_root { ): v_tournament_player_stats_aggregate! } -input recalculate_tournament_trophies_args { +input recalculate_tournament_awards_args { _tournament_id: uuid } @@ -75105,6 +77266,41 @@ input restart_league_season_args { columns and relationships of "seasons" """ type seasons { + """An array relationship""" + awards( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """An aggregate relationship""" + awards_aggregate( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): award_recipients_aggregate! created_at: timestamptz! description: String ends_at: timestamptz @@ -75187,6 +77383,8 @@ input seasons_bool_exp { _and: [seasons_bool_exp!] _not: seasons_bool_exp _or: [seasons_bool_exp!] + awards: award_recipients_bool_exp + awards_aggregate: award_recipients_aggregate_bool_exp created_at: timestamptz_comparison_exp description: String_comparison_exp ends_at: timestamptz_comparison_exp @@ -75219,6 +77417,7 @@ input seasons_inc_input { input type for inserting data into table "seasons" """ input seasons_insert_input { + awards: award_recipients_arr_rel_insert_input created_at: timestamptz description: String ends_at: timestamptz @@ -75281,6 +77480,7 @@ input seasons_on_conflict { """Ordering options when selecting data from "seasons".""" input seasons_order_by { + awards_aggregate: award_recipients_aggregate_order_by created_at: order_by description: order_by ends_at: order_by @@ -77691,6 +79891,122 @@ type subscription_root { where: api_keys_bool_exp ): [api_keys!]! + """ + fetch data from the table: "award_recipients" + """ + award_recipients( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """ + fetch aggregated fields from the table: "award_recipients" + """ + award_recipients_aggregate( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): award_recipients_aggregate! + + """ + fetch data from the table: "award_recipients" using primary key columns + """ + award_recipients_by_pk(id: uuid!): award_recipients + + """ + fetch data from the table in a streaming manner: "award_recipients" + """ + award_recipients_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [award_recipients_stream_cursor_input]! + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """ + fetch data from the table: "awards" + """ + awards( + """distinct select on columns""" + distinct_on: [awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [awards_order_by!] + + """filter the rows returned""" + where: awards_bool_exp + ): [awards!]! + + """ + fetch aggregated fields from the table: "awards" + """ + awards_aggregate( + """distinct select on columns""" + distinct_on: [awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [awards_order_by!] + + """filter the rows returned""" + where: awards_bool_exp + ): awards_aggregate! + + """fetch data from the table: "awards" using primary key columns""" + awards_by_pk(id: uuid!): awards + + """ + fetch data from the table in a streaming manner: "awards" + """ + awards_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [awards_stream_cursor_input]! + + """filter the rows returned""" + where: awards_bool_exp + ): [awards!]! + """An array relationship""" clip_render_jobs( """distinct select on columns""" @@ -78027,6 +80343,120 @@ type subscription_root { where: draft_games_bool_exp ): [draft_games!]! + """ + fetch data from the table: "e_award_sources" + """ + e_award_sources( + """distinct select on columns""" + distinct_on: [e_award_sources_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_award_sources_order_by!] + + """filter the rows returned""" + where: e_award_sources_bool_exp + ): [e_award_sources!]! + + """ + fetch aggregated fields from the table: "e_award_sources" + """ + e_award_sources_aggregate( + """distinct select on columns""" + distinct_on: [e_award_sources_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_award_sources_order_by!] + + """filter the rows returned""" + where: e_award_sources_bool_exp + ): e_award_sources_aggregate! + + """fetch data from the table: "e_award_sources" using primary key columns""" + e_award_sources_by_pk(value: String!): e_award_sources + + """ + fetch data from the table in a streaming manner: "e_award_sources" + """ + e_award_sources_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [e_award_sources_stream_cursor_input]! + + """filter the rows returned""" + where: e_award_sources_bool_exp + ): [e_award_sources!]! + + """ + fetch data from the table: "e_award_tiers" + """ + e_award_tiers( + """distinct select on columns""" + distinct_on: [e_award_tiers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_award_tiers_order_by!] + + """filter the rows returned""" + where: e_award_tiers_bool_exp + ): [e_award_tiers!]! + + """ + fetch aggregated fields from the table: "e_award_tiers" + """ + e_award_tiers_aggregate( + """distinct select on columns""" + distinct_on: [e_award_tiers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_award_tiers_order_by!] + + """filter the rows returned""" + where: e_award_tiers_bool_exp + ): e_award_tiers_aggregate! + + """fetch data from the table: "e_award_tiers" using primary key columns""" + e_award_tiers_by_pk(value: String!): e_award_tiers + + """ + fetch data from the table in a streaming manner: "e_award_tiers" + """ + e_award_tiers_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [e_award_tiers_stream_cursor_input]! + + """filter the rows returned""" + where: e_award_tiers_bool_exp + ): [e_award_tiers!]! + """ fetch data from the table: "e_check_in_settings" """ @@ -85748,6 +88178,65 @@ type subscription_root { where: teams_bool_exp ): [teams!]! + """ + fetch data from the table: "tournament_awards" + """ + tournament_awards( + """distinct select on columns""" + distinct_on: [tournament_awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_awards_order_by!] + + """filter the rows returned""" + where: tournament_awards_bool_exp + ): [tournament_awards!]! + + """ + fetch aggregated fields from the table: "tournament_awards" + """ + tournament_awards_aggregate( + """distinct select on columns""" + distinct_on: [tournament_awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_awards_order_by!] + + """filter the rows returned""" + where: tournament_awards_bool_exp + ): tournament_awards_aggregate! + + """ + fetch data from the table: "tournament_awards" using primary key columns + """ + tournament_awards_by_pk(id: uuid!): tournament_awards + + """ + fetch data from the table in a streaming manner: "tournament_awards" + """ + tournament_awards_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [tournament_awards_stream_cursor_input]! + + """filter the rows returned""" + where: tournament_awards_bool_exp + ): [tournament_awards!]! + """An array relationship""" tournament_brackets( """distinct select on columns""" @@ -86318,120 +88807,6 @@ type subscription_root { where: tournament_teams_bool_exp ): [tournament_teams!]! - """An array relationship""" - tournament_trophies( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] - - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): [tournament_trophies!]! - - """An aggregate relationship""" - tournament_trophies_aggregate( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] - - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): tournament_trophies_aggregate! - - """ - fetch data from the table: "tournament_trophies" using primary key columns - """ - tournament_trophies_by_pk(id: uuid!): tournament_trophies - - """ - fetch data from the table in a streaming manner: "tournament_trophies" - """ - tournament_trophies_stream( - """maximum number of rows returned in a single batch""" - batch_size: Int! - - """cursor to stream the results returned by the query""" - cursor: [tournament_trophies_stream_cursor_input]! - - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): [tournament_trophies!]! - - """ - fetch data from the table: "tournament_trophy_configs" - """ - tournament_trophy_configs( - """distinct select on columns""" - distinct_on: [tournament_trophy_configs_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophy_configs_order_by!] - - """filter the rows returned""" - where: tournament_trophy_configs_bool_exp - ): [tournament_trophy_configs!]! - - """ - fetch aggregated fields from the table: "tournament_trophy_configs" - """ - tournament_trophy_configs_aggregate( - """distinct select on columns""" - distinct_on: [tournament_trophy_configs_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophy_configs_order_by!] - - """filter the rows returned""" - where: tournament_trophy_configs_bool_exp - ): tournament_trophy_configs_aggregate! - - """ - fetch data from the table: "tournament_trophy_configs" using primary key columns - """ - tournament_trophy_configs_by_pk(id: uuid!): tournament_trophy_configs - - """ - fetch data from the table in a streaming manner: "tournament_trophy_configs" - """ - tournament_trophy_configs_stream( - """maximum number of rows returned in a single batch""" - batch_size: Int! - - """cursor to stream the results returned by the query""" - cursor: [tournament_trophy_configs_stream_cursor_input]! - - """filter the rows returned""" - where: tournament_trophy_configs_bool_exp - ): [tournament_trophy_configs!]! - """An array relationship""" tournaments( """distinct select on columns""" @@ -91763,6 +94138,42 @@ columns and relationships of "teams" type teams { avatar_url: String + """An array relationship""" + awards( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """An aggregate relationship""" + awards_aggregate( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): award_recipients_aggregate! + """ A computed field, executes function "can_change_team_role" """ @@ -92111,6 +94522,8 @@ input teams_bool_exp { _not: teams_bool_exp _or: [teams_bool_exp!] avatar_url: String_comparison_exp + awards: award_recipients_bool_exp + awards_aggregate: award_recipients_aggregate_bool_exp can_change_role: Boolean_comparison_exp can_invite: Boolean_comparison_exp can_manage_scrims: Boolean_comparison_exp @@ -92168,6 +94581,7 @@ input type for inserting data into table "teams" """ input teams_insert_input { avatar_url: String + awards: award_recipients_arr_rel_insert_input captain: players_obj_rel_insert_input captain_steam_id: bigint id: uuid @@ -92273,6 +94687,7 @@ input teams_on_conflict { """Ordering options when selecting data from "teams".""" input teams_order_by { avatar_url: order_by + awards_aggregate: award_recipients_aggregate_order_by can_change_role: order_by can_invite: order_by can_manage_scrims: order_by @@ -92428,109 +94843,584 @@ type teams_sum_fields { } """ -order by sum() on columns of table "teams" +order by sum() on columns of table "teams" +""" +input teams_sum_order_by { + captain_steam_id: order_by + owner_steam_id: order_by +} + +""" +update columns of table "teams" +""" +enum teams_update_column { + """column name""" + avatar_url + + """column name""" + captain_steam_id + + """column name""" + id + + """column name""" + is_organization + + """column name""" + name + + """column name""" + owner_steam_id + + """column name""" + short_name +} + +input teams_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: teams_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: teams_set_input + + """filter the rows which have to be updated""" + where: teams_bool_exp! +} + +"""aggregate var_pop on columns""" +type teams_var_pop_fields { + captain_steam_id: Float + owner_steam_id: Float +} + +""" +order by var_pop() on columns of table "teams" +""" +input teams_var_pop_order_by { + captain_steam_id: order_by + owner_steam_id: order_by +} + +"""aggregate var_samp on columns""" +type teams_var_samp_fields { + captain_steam_id: Float + owner_steam_id: Float +} + +""" +order by var_samp() on columns of table "teams" +""" +input teams_var_samp_order_by { + captain_steam_id: order_by + owner_steam_id: order_by +} + +"""aggregate variance on columns""" +type teams_variance_fields { + captain_steam_id: Float + owner_steam_id: Float +} + +""" +order by variance() on columns of table "teams" +""" +input teams_variance_order_by { + captain_steam_id: order_by + owner_steam_id: order_by +} + +scalar timestamp + +scalar timestamptz + +""" +Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. +""" +input timestamptz_comparison_exp { + _eq: timestamptz + _gt: timestamptz + _gte: timestamptz + _in: [timestamptz!] + _is_null: Boolean + _lt: timestamptz + _lte: timestamptz + _neq: timestamptz + _nin: [timestamptz!] +} + +""" +columns and relationships of "tournament_awards" +""" +type tournament_awards { + """An object relationship""" + award: awards + award_id: uuid + created_at: timestamptz! + custom_name: String + id: uuid! + image_url: String + placement: Int! + silhouette: Int + + """An object relationship""" + tournament: tournaments! + tournament_id: uuid! + updated_at: timestamptz! +} + +""" +aggregated selection of "tournament_awards" +""" +type tournament_awards_aggregate { + aggregate: tournament_awards_aggregate_fields + nodes: [tournament_awards!]! +} + +input tournament_awards_aggregate_bool_exp { + count: tournament_awards_aggregate_bool_exp_count +} + +input tournament_awards_aggregate_bool_exp_count { + arguments: [tournament_awards_select_column!] + distinct: Boolean + filter: tournament_awards_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "tournament_awards" +""" +type tournament_awards_aggregate_fields { + avg: tournament_awards_avg_fields + count(columns: [tournament_awards_select_column!], distinct: Boolean): Int! + max: tournament_awards_max_fields + min: tournament_awards_min_fields + stddev: tournament_awards_stddev_fields + stddev_pop: tournament_awards_stddev_pop_fields + stddev_samp: tournament_awards_stddev_samp_fields + sum: tournament_awards_sum_fields + var_pop: tournament_awards_var_pop_fields + var_samp: tournament_awards_var_samp_fields + variance: tournament_awards_variance_fields +} + +""" +order by aggregate values of table "tournament_awards" +""" +input tournament_awards_aggregate_order_by { + avg: tournament_awards_avg_order_by + count: order_by + max: tournament_awards_max_order_by + min: tournament_awards_min_order_by + stddev: tournament_awards_stddev_order_by + stddev_pop: tournament_awards_stddev_pop_order_by + stddev_samp: tournament_awards_stddev_samp_order_by + sum: tournament_awards_sum_order_by + var_pop: tournament_awards_var_pop_order_by + var_samp: tournament_awards_var_samp_order_by + variance: tournament_awards_variance_order_by +} + +""" +input type for inserting array relation for remote table "tournament_awards" +""" +input tournament_awards_arr_rel_insert_input { + data: [tournament_awards_insert_input!]! + + """upsert condition""" + on_conflict: tournament_awards_on_conflict +} + +"""aggregate avg on columns""" +type tournament_awards_avg_fields { + placement: Float + silhouette: Float +} + +""" +order by avg() on columns of table "tournament_awards" +""" +input tournament_awards_avg_order_by { + placement: order_by + silhouette: order_by +} + +""" +Boolean expression to filter rows from the table "tournament_awards". All fields are combined with a logical 'AND'. +""" +input tournament_awards_bool_exp { + _and: [tournament_awards_bool_exp!] + _not: tournament_awards_bool_exp + _or: [tournament_awards_bool_exp!] + award: awards_bool_exp + award_id: uuid_comparison_exp + created_at: timestamptz_comparison_exp + custom_name: String_comparison_exp + id: uuid_comparison_exp + image_url: String_comparison_exp + placement: Int_comparison_exp + silhouette: Int_comparison_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp + updated_at: timestamptz_comparison_exp +} + +""" +unique or primary key constraints on table "tournament_awards" +""" +enum tournament_awards_constraint { + """ + unique or primary key constraint on columns "id" + """ + tournament_awards_pkey + + """ + unique or primary key constraint on columns "placement", "tournament_id" + """ + tournament_awards_tournament_id_placement_key +} + +""" +input type for incrementing numeric columns in table "tournament_awards" +""" +input tournament_awards_inc_input { + placement: Int + silhouette: Int +} + +""" +input type for inserting data into table "tournament_awards" +""" +input tournament_awards_insert_input { + award: awards_obj_rel_insert_input + award_id: uuid + created_at: timestamptz + custom_name: String + id: uuid + image_url: String + placement: Int + silhouette: Int + tournament: tournaments_obj_rel_insert_input + tournament_id: uuid + updated_at: timestamptz +} + +"""aggregate max on columns""" +type tournament_awards_max_fields { + award_id: uuid + created_at: timestamptz + custom_name: String + id: uuid + image_url: String + placement: Int + silhouette: Int + tournament_id: uuid + updated_at: timestamptz +} + +""" +order by max() on columns of table "tournament_awards" +""" +input tournament_awards_max_order_by { + award_id: order_by + created_at: order_by + custom_name: order_by + id: order_by + image_url: order_by + placement: order_by + silhouette: order_by + tournament_id: order_by + updated_at: order_by +} + +"""aggregate min on columns""" +type tournament_awards_min_fields { + award_id: uuid + created_at: timestamptz + custom_name: String + id: uuid + image_url: String + placement: Int + silhouette: Int + tournament_id: uuid + updated_at: timestamptz +} + +""" +order by min() on columns of table "tournament_awards" +""" +input tournament_awards_min_order_by { + award_id: order_by + created_at: order_by + custom_name: order_by + id: order_by + image_url: order_by + placement: order_by + silhouette: order_by + tournament_id: order_by + updated_at: order_by +} + +""" +response of any mutation on the table "tournament_awards" +""" +type tournament_awards_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [tournament_awards!]! +} + +""" +input type for inserting object relation for remote table "tournament_awards" +""" +input tournament_awards_obj_rel_insert_input { + data: tournament_awards_insert_input! + + """upsert condition""" + on_conflict: tournament_awards_on_conflict +} + +""" +on_conflict condition type for table "tournament_awards" +""" +input tournament_awards_on_conflict { + constraint: tournament_awards_constraint! + update_columns: [tournament_awards_update_column!]! = [] + where: tournament_awards_bool_exp +} + +"""Ordering options when selecting data from "tournament_awards".""" +input tournament_awards_order_by { + award: awards_order_by + award_id: order_by + created_at: order_by + custom_name: order_by + id: order_by + image_url: order_by + placement: order_by + silhouette: order_by + tournament: tournaments_order_by + tournament_id: order_by + updated_at: order_by +} + +"""primary key columns input for table: tournament_awards""" +input tournament_awards_pk_columns_input { + id: uuid! +} + +""" +select columns of table "tournament_awards" +""" +enum tournament_awards_select_column { + """column name""" + award_id + + """column name""" + created_at + + """column name""" + custom_name + + """column name""" + id + + """column name""" + image_url + + """column name""" + placement + + """column name""" + silhouette + + """column name""" + tournament_id + + """column name""" + updated_at +} + +""" +input type for updating data in table "tournament_awards" +""" +input tournament_awards_set_input { + award_id: uuid + created_at: timestamptz + custom_name: String + id: uuid + image_url: String + placement: Int + silhouette: Int + tournament_id: uuid + updated_at: timestamptz +} + +"""aggregate stddev on columns""" +type tournament_awards_stddev_fields { + placement: Float + silhouette: Float +} + +""" +order by stddev() on columns of table "tournament_awards" +""" +input tournament_awards_stddev_order_by { + placement: order_by + silhouette: order_by +} + +"""aggregate stddev_pop on columns""" +type tournament_awards_stddev_pop_fields { + placement: Float + silhouette: Float +} + +""" +order by stddev_pop() on columns of table "tournament_awards" +""" +input tournament_awards_stddev_pop_order_by { + placement: order_by + silhouette: order_by +} + +"""aggregate stddev_samp on columns""" +type tournament_awards_stddev_samp_fields { + placement: Float + silhouette: Float +} + +""" +order by stddev_samp() on columns of table "tournament_awards" +""" +input tournament_awards_stddev_samp_order_by { + placement: order_by + silhouette: order_by +} + +""" +Streaming cursor of the table "tournament_awards" +""" +input tournament_awards_stream_cursor_input { + """Stream column input with initial value""" + initial_value: tournament_awards_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input tournament_awards_stream_cursor_value_input { + award_id: uuid + created_at: timestamptz + custom_name: String + id: uuid + image_url: String + placement: Int + silhouette: Int + tournament_id: uuid + updated_at: timestamptz +} + +"""aggregate sum on columns""" +type tournament_awards_sum_fields { + placement: Int + silhouette: Int +} + +""" +order by sum() on columns of table "tournament_awards" """ -input teams_sum_order_by { - captain_steam_id: order_by - owner_steam_id: order_by +input tournament_awards_sum_order_by { + placement: order_by + silhouette: order_by } """ -update columns of table "teams" +update columns of table "tournament_awards" """ -enum teams_update_column { +enum tournament_awards_update_column { """column name""" - avatar_url + award_id """column name""" - captain_steam_id + created_at + + """column name""" + custom_name """column name""" id """column name""" - is_organization + image_url """column name""" - name + placement """column name""" - owner_steam_id + silhouette """column name""" - short_name + tournament_id + + """column name""" + updated_at } -input teams_updates { +input tournament_awards_updates { """increments the numeric columns with given value of the filtered values""" - _inc: teams_inc_input + _inc: tournament_awards_inc_input """sets the columns of the filtered rows to the given values""" - _set: teams_set_input + _set: tournament_awards_set_input """filter the rows which have to be updated""" - where: teams_bool_exp! + where: tournament_awards_bool_exp! } """aggregate var_pop on columns""" -type teams_var_pop_fields { - captain_steam_id: Float - owner_steam_id: Float +type tournament_awards_var_pop_fields { + placement: Float + silhouette: Float } """ -order by var_pop() on columns of table "teams" +order by var_pop() on columns of table "tournament_awards" """ -input teams_var_pop_order_by { - captain_steam_id: order_by - owner_steam_id: order_by +input tournament_awards_var_pop_order_by { + placement: order_by + silhouette: order_by } """aggregate var_samp on columns""" -type teams_var_samp_fields { - captain_steam_id: Float - owner_steam_id: Float +type tournament_awards_var_samp_fields { + placement: Float + silhouette: Float } """ -order by var_samp() on columns of table "teams" +order by var_samp() on columns of table "tournament_awards" """ -input teams_var_samp_order_by { - captain_steam_id: order_by - owner_steam_id: order_by +input tournament_awards_var_samp_order_by { + placement: order_by + silhouette: order_by } """aggregate variance on columns""" -type teams_variance_fields { - captain_steam_id: Float - owner_steam_id: Float -} - -""" -order by variance() on columns of table "teams" -""" -input teams_variance_order_by { - captain_steam_id: order_by - owner_steam_id: order_by +type tournament_awards_variance_fields { + placement: Float + silhouette: Float } -scalar timestamp - -scalar timestamptz - """ -Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. +order by variance() on columns of table "tournament_awards" """ -input timestamptz_comparison_exp { - _eq: timestamptz - _gt: timestamptz - _gte: timestamptz - _in: [timestamptz!] - _is_null: Boolean - _lt: timestamptz - _lte: timestamptz - _neq: timestamptz - _nin: [timestamptz!] +input tournament_awards_variance_order_by { + placement: order_by + silhouette: order_by } """ @@ -93322,473 +96212,34 @@ input tournament_brackets_var_samp_order_by { team_2_seed: order_by } -"""aggregate variance on columns""" -type tournament_brackets_variance_fields { - group: Float - match_number: Float - round: Float - team_1_seed: Float - team_2_seed: Float -} - -""" -order by variance() on columns of table "tournament_brackets" -""" -input tournament_brackets_variance_order_by { - group: order_by - match_number: order_by - round: order_by - team_1_seed: order_by - team_2_seed: order_by -} - -""" -columns and relationships of "tournament_categories" -""" -type tournament_categories { - category: e_tournament_categories_enum! - - """An object relationship""" - e_tournament_category: e_tournament_categories! - - """An object relationship""" - tournament: tournaments! - tournament_id: uuid! -} - -""" -aggregated selection of "tournament_categories" -""" -type tournament_categories_aggregate { - aggregate: tournament_categories_aggregate_fields - nodes: [tournament_categories!]! -} - -input tournament_categories_aggregate_bool_exp { - count: tournament_categories_aggregate_bool_exp_count -} - -input tournament_categories_aggregate_bool_exp_count { - arguments: [tournament_categories_select_column!] - distinct: Boolean - filter: tournament_categories_bool_exp - predicate: Int_comparison_exp! -} - -""" -aggregate fields of "tournament_categories" -""" -type tournament_categories_aggregate_fields { - count(columns: [tournament_categories_select_column!], distinct: Boolean): Int! - max: tournament_categories_max_fields - min: tournament_categories_min_fields -} - -""" -order by aggregate values of table "tournament_categories" -""" -input tournament_categories_aggregate_order_by { - count: order_by - max: tournament_categories_max_order_by - min: tournament_categories_min_order_by -} - -""" -input type for inserting array relation for remote table "tournament_categories" -""" -input tournament_categories_arr_rel_insert_input { - data: [tournament_categories_insert_input!]! - - """upsert condition""" - on_conflict: tournament_categories_on_conflict -} - -""" -Boolean expression to filter rows from the table "tournament_categories". All fields are combined with a logical 'AND'. -""" -input tournament_categories_bool_exp { - _and: [tournament_categories_bool_exp!] - _not: tournament_categories_bool_exp - _or: [tournament_categories_bool_exp!] - category: e_tournament_categories_enum_comparison_exp - e_tournament_category: e_tournament_categories_bool_exp - tournament: tournaments_bool_exp - tournament_id: uuid_comparison_exp -} - -""" -unique or primary key constraints on table "tournament_categories" -""" -enum tournament_categories_constraint { - """ - unique or primary key constraint on columns "tournament_id", "category" - """ - tournament_categories_pkey -} - -""" -input type for inserting data into table "tournament_categories" -""" -input tournament_categories_insert_input { - category: e_tournament_categories_enum - e_tournament_category: e_tournament_categories_obj_rel_insert_input - tournament: tournaments_obj_rel_insert_input - tournament_id: uuid -} - -"""aggregate max on columns""" -type tournament_categories_max_fields { - tournament_id: uuid -} - -""" -order by max() on columns of table "tournament_categories" -""" -input tournament_categories_max_order_by { - tournament_id: order_by -} - -"""aggregate min on columns""" -type tournament_categories_min_fields { - tournament_id: uuid -} - -""" -order by min() on columns of table "tournament_categories" -""" -input tournament_categories_min_order_by { - tournament_id: order_by -} - -""" -response of any mutation on the table "tournament_categories" -""" -type tournament_categories_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! - - """data from the rows affected by the mutation""" - returning: [tournament_categories!]! -} - -""" -on_conflict condition type for table "tournament_categories" -""" -input tournament_categories_on_conflict { - constraint: tournament_categories_constraint! - update_columns: [tournament_categories_update_column!]! = [] - where: tournament_categories_bool_exp -} - -"""Ordering options when selecting data from "tournament_categories".""" -input tournament_categories_order_by { - category: order_by - e_tournament_category: e_tournament_categories_order_by - tournament: tournaments_order_by - tournament_id: order_by -} - -"""primary key columns input for table: tournament_categories""" -input tournament_categories_pk_columns_input { - category: e_tournament_categories_enum! - tournament_id: uuid! -} - -""" -select columns of table "tournament_categories" -""" -enum tournament_categories_select_column { - """column name""" - category - - """column name""" - tournament_id -} - -""" -input type for updating data in table "tournament_categories" -""" -input tournament_categories_set_input { - category: e_tournament_categories_enum - tournament_id: uuid -} - -""" -Streaming cursor of the table "tournament_categories" -""" -input tournament_categories_stream_cursor_input { - """Stream column input with initial value""" - initial_value: tournament_categories_stream_cursor_value_input! - - """cursor ordering""" - ordering: cursor_ordering -} - -"""Initial value of the column from where the streaming should start""" -input tournament_categories_stream_cursor_value_input { - category: e_tournament_categories_enum - tournament_id: uuid -} - -""" -update columns of table "tournament_categories" -""" -enum tournament_categories_update_column { - """column name""" - category - - """column name""" - tournament_id -} - -input tournament_categories_updates { - """sets the columns of the filtered rows to the given values""" - _set: tournament_categories_set_input - - """filter the rows which have to be updated""" - where: tournament_categories_bool_exp! -} - -""" -columns and relationships of "tournament_organizer_teams" -""" -type tournament_organizer_teams { - created_at: timestamptz! - - """An object relationship""" - team: teams! - team_id: uuid! - - """An object relationship""" - tournament: tournaments! - tournament_id: uuid! -} - -""" -aggregated selection of "tournament_organizer_teams" -""" -type tournament_organizer_teams_aggregate { - aggregate: tournament_organizer_teams_aggregate_fields - nodes: [tournament_organizer_teams!]! -} - -input tournament_organizer_teams_aggregate_bool_exp { - count: tournament_organizer_teams_aggregate_bool_exp_count -} - -input tournament_organizer_teams_aggregate_bool_exp_count { - arguments: [tournament_organizer_teams_select_column!] - distinct: Boolean - filter: tournament_organizer_teams_bool_exp - predicate: Int_comparison_exp! -} - -""" -aggregate fields of "tournament_organizer_teams" -""" -type tournament_organizer_teams_aggregate_fields { - count(columns: [tournament_organizer_teams_select_column!], distinct: Boolean): Int! - max: tournament_organizer_teams_max_fields - min: tournament_organizer_teams_min_fields -} - -""" -order by aggregate values of table "tournament_organizer_teams" -""" -input tournament_organizer_teams_aggregate_order_by { - count: order_by - max: tournament_organizer_teams_max_order_by - min: tournament_organizer_teams_min_order_by -} - -""" -input type for inserting array relation for remote table "tournament_organizer_teams" -""" -input tournament_organizer_teams_arr_rel_insert_input { - data: [tournament_organizer_teams_insert_input!]! - - """upsert condition""" - on_conflict: tournament_organizer_teams_on_conflict -} - -""" -Boolean expression to filter rows from the table "tournament_organizer_teams". All fields are combined with a logical 'AND'. -""" -input tournament_organizer_teams_bool_exp { - _and: [tournament_organizer_teams_bool_exp!] - _not: tournament_organizer_teams_bool_exp - _or: [tournament_organizer_teams_bool_exp!] - created_at: timestamptz_comparison_exp - team: teams_bool_exp - team_id: uuid_comparison_exp - tournament: tournaments_bool_exp - tournament_id: uuid_comparison_exp -} - -""" -unique or primary key constraints on table "tournament_organizer_teams" -""" -enum tournament_organizer_teams_constraint { - """ - unique or primary key constraint on columns "tournament_id", "team_id" - """ - tournament_organizer_teams_pkey -} - -""" -input type for inserting data into table "tournament_organizer_teams" -""" -input tournament_organizer_teams_insert_input { - created_at: timestamptz - team: teams_obj_rel_insert_input - team_id: uuid - tournament: tournaments_obj_rel_insert_input - tournament_id: uuid -} - -"""aggregate max on columns""" -type tournament_organizer_teams_max_fields { - created_at: timestamptz - team_id: uuid - tournament_id: uuid -} - -""" -order by max() on columns of table "tournament_organizer_teams" -""" -input tournament_organizer_teams_max_order_by { - created_at: order_by - team_id: order_by - tournament_id: order_by -} - -"""aggregate min on columns""" -type tournament_organizer_teams_min_fields { - created_at: timestamptz - team_id: uuid - tournament_id: uuid -} - -""" -order by min() on columns of table "tournament_organizer_teams" -""" -input tournament_organizer_teams_min_order_by { - created_at: order_by - team_id: order_by - tournament_id: order_by -} - -""" -response of any mutation on the table "tournament_organizer_teams" -""" -type tournament_organizer_teams_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! - - """data from the rows affected by the mutation""" - returning: [tournament_organizer_teams!]! -} - -""" -on_conflict condition type for table "tournament_organizer_teams" -""" -input tournament_organizer_teams_on_conflict { - constraint: tournament_organizer_teams_constraint! - update_columns: [tournament_organizer_teams_update_column!]! = [] - where: tournament_organizer_teams_bool_exp -} - -""" -Ordering options when selecting data from "tournament_organizer_teams". -""" -input tournament_organizer_teams_order_by { - created_at: order_by - team: teams_order_by - team_id: order_by - tournament: tournaments_order_by - tournament_id: order_by -} - -"""primary key columns input for table: tournament_organizer_teams""" -input tournament_organizer_teams_pk_columns_input { - team_id: uuid! - tournament_id: uuid! -} - -""" -select columns of table "tournament_organizer_teams" -""" -enum tournament_organizer_teams_select_column { - """column name""" - created_at - - """column name""" - team_id - - """column name""" - tournament_id -} - -""" -input type for updating data in table "tournament_organizer_teams" -""" -input tournament_organizer_teams_set_input { - created_at: timestamptz - team_id: uuid - tournament_id: uuid -} - -""" -Streaming cursor of the table "tournament_organizer_teams" -""" -input tournament_organizer_teams_stream_cursor_input { - """Stream column input with initial value""" - initial_value: tournament_organizer_teams_stream_cursor_value_input! - - """cursor ordering""" - ordering: cursor_ordering -} - -"""Initial value of the column from where the streaming should start""" -input tournament_organizer_teams_stream_cursor_value_input { - created_at: timestamptz - team_id: uuid - tournament_id: uuid +"""aggregate variance on columns""" +type tournament_brackets_variance_fields { + group: Float + match_number: Float + round: Float + team_1_seed: Float + team_2_seed: Float } """ -update columns of table "tournament_organizer_teams" +order by variance() on columns of table "tournament_brackets" """ -enum tournament_organizer_teams_update_column { - """column name""" - created_at - - """column name""" - team_id - - """column name""" - tournament_id -} - -input tournament_organizer_teams_updates { - """sets the columns of the filtered rows to the given values""" - _set: tournament_organizer_teams_set_input - - """filter the rows which have to be updated""" - where: tournament_organizer_teams_bool_exp! +input tournament_brackets_variance_order_by { + group: order_by + match_number: order_by + round: order_by + team_1_seed: order_by + team_2_seed: order_by } """ -columns and relationships of "tournament_organizers" +columns and relationships of "tournament_categories" """ -type tournament_organizers { - """An object relationship""" - organization_team: teams - organization_team_id: uuid +type tournament_categories { + category: e_tournament_categories_enum! """An object relationship""" - organizer: players! - steam_id: bigint! + e_tournament_category: e_tournament_categories! """An object relationship""" tournament: tournaments! @@ -93796,351 +96247,207 @@ type tournament_organizers { } """ -aggregated selection of "tournament_organizers" +aggregated selection of "tournament_categories" """ -type tournament_organizers_aggregate { - aggregate: tournament_organizers_aggregate_fields - nodes: [tournament_organizers!]! +type tournament_categories_aggregate { + aggregate: tournament_categories_aggregate_fields + nodes: [tournament_categories!]! } -input tournament_organizers_aggregate_bool_exp { - count: tournament_organizers_aggregate_bool_exp_count +input tournament_categories_aggregate_bool_exp { + count: tournament_categories_aggregate_bool_exp_count } -input tournament_organizers_aggregate_bool_exp_count { - arguments: [tournament_organizers_select_column!] +input tournament_categories_aggregate_bool_exp_count { + arguments: [tournament_categories_select_column!] distinct: Boolean - filter: tournament_organizers_bool_exp + filter: tournament_categories_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "tournament_organizers" +aggregate fields of "tournament_categories" """ -type tournament_organizers_aggregate_fields { - avg: tournament_organizers_avg_fields - count(columns: [tournament_organizers_select_column!], distinct: Boolean): Int! - max: tournament_organizers_max_fields - min: tournament_organizers_min_fields - stddev: tournament_organizers_stddev_fields - stddev_pop: tournament_organizers_stddev_pop_fields - stddev_samp: tournament_organizers_stddev_samp_fields - sum: tournament_organizers_sum_fields - var_pop: tournament_organizers_var_pop_fields - var_samp: tournament_organizers_var_samp_fields - variance: tournament_organizers_variance_fields +type tournament_categories_aggregate_fields { + count(columns: [tournament_categories_select_column!], distinct: Boolean): Int! + max: tournament_categories_max_fields + min: tournament_categories_min_fields } """ -order by aggregate values of table "tournament_organizers" +order by aggregate values of table "tournament_categories" """ -input tournament_organizers_aggregate_order_by { - avg: tournament_organizers_avg_order_by +input tournament_categories_aggregate_order_by { count: order_by - max: tournament_organizers_max_order_by - min: tournament_organizers_min_order_by - stddev: tournament_organizers_stddev_order_by - stddev_pop: tournament_organizers_stddev_pop_order_by - stddev_samp: tournament_organizers_stddev_samp_order_by - sum: tournament_organizers_sum_order_by - var_pop: tournament_organizers_var_pop_order_by - var_samp: tournament_organizers_var_samp_order_by - variance: tournament_organizers_variance_order_by + max: tournament_categories_max_order_by + min: tournament_categories_min_order_by } """ -input type for inserting array relation for remote table "tournament_organizers" +input type for inserting array relation for remote table "tournament_categories" """ -input tournament_organizers_arr_rel_insert_input { - data: [tournament_organizers_insert_input!]! +input tournament_categories_arr_rel_insert_input { + data: [tournament_categories_insert_input!]! """upsert condition""" - on_conflict: tournament_organizers_on_conflict -} - -"""aggregate avg on columns""" -type tournament_organizers_avg_fields { - steam_id: Float -} - -""" -order by avg() on columns of table "tournament_organizers" -""" -input tournament_organizers_avg_order_by { - steam_id: order_by + on_conflict: tournament_categories_on_conflict } """ -Boolean expression to filter rows from the table "tournament_organizers". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "tournament_categories". All fields are combined with a logical 'AND'. """ -input tournament_organizers_bool_exp { - _and: [tournament_organizers_bool_exp!] - _not: tournament_organizers_bool_exp - _or: [tournament_organizers_bool_exp!] - organization_team: teams_bool_exp - organization_team_id: uuid_comparison_exp - organizer: players_bool_exp - steam_id: bigint_comparison_exp +input tournament_categories_bool_exp { + _and: [tournament_categories_bool_exp!] + _not: tournament_categories_bool_exp + _or: [tournament_categories_bool_exp!] + category: e_tournament_categories_enum_comparison_exp + e_tournament_category: e_tournament_categories_bool_exp tournament: tournaments_bool_exp tournament_id: uuid_comparison_exp } """ -unique or primary key constraints on table "tournament_organizers" +unique or primary key constraints on table "tournament_categories" """ -enum tournament_organizers_constraint { +enum tournament_categories_constraint { """ - unique or primary key constraint on columns "steam_id", "tournament_id" + unique or primary key constraint on columns "tournament_id", "category" """ - tournament_organizers_pkey -} - -""" -input type for incrementing numeric columns in table "tournament_organizers" -""" -input tournament_organizers_inc_input { - steam_id: bigint + tournament_categories_pkey } """ -input type for inserting data into table "tournament_organizers" +input type for inserting data into table "tournament_categories" """ -input tournament_organizers_insert_input { - organization_team: teams_obj_rel_insert_input - organization_team_id: uuid - organizer: players_obj_rel_insert_input - steam_id: bigint +input tournament_categories_insert_input { + category: e_tournament_categories_enum + e_tournament_category: e_tournament_categories_obj_rel_insert_input tournament: tournaments_obj_rel_insert_input tournament_id: uuid } """aggregate max on columns""" -type tournament_organizers_max_fields { - organization_team_id: uuid - steam_id: bigint +type tournament_categories_max_fields { tournament_id: uuid } """ -order by max() on columns of table "tournament_organizers" +order by max() on columns of table "tournament_categories" """ -input tournament_organizers_max_order_by { - organization_team_id: order_by - steam_id: order_by +input tournament_categories_max_order_by { tournament_id: order_by } """aggregate min on columns""" -type tournament_organizers_min_fields { - organization_team_id: uuid - steam_id: bigint +type tournament_categories_min_fields { tournament_id: uuid } """ -order by min() on columns of table "tournament_organizers" +order by min() on columns of table "tournament_categories" """ -input tournament_organizers_min_order_by { - organization_team_id: order_by - steam_id: order_by +input tournament_categories_min_order_by { tournament_id: order_by } """ -response of any mutation on the table "tournament_organizers" +response of any mutation on the table "tournament_categories" """ -type tournament_organizers_mutation_response { +type tournament_categories_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [tournament_organizers!]! + returning: [tournament_categories!]! } """ -on_conflict condition type for table "tournament_organizers" +on_conflict condition type for table "tournament_categories" """ -input tournament_organizers_on_conflict { - constraint: tournament_organizers_constraint! - update_columns: [tournament_organizers_update_column!]! = [] - where: tournament_organizers_bool_exp +input tournament_categories_on_conflict { + constraint: tournament_categories_constraint! + update_columns: [tournament_categories_update_column!]! = [] + where: tournament_categories_bool_exp } -"""Ordering options when selecting data from "tournament_organizers".""" -input tournament_organizers_order_by { - organization_team: teams_order_by - organization_team_id: order_by - organizer: players_order_by - steam_id: order_by +"""Ordering options when selecting data from "tournament_categories".""" +input tournament_categories_order_by { + category: order_by + e_tournament_category: e_tournament_categories_order_by tournament: tournaments_order_by tournament_id: order_by } -"""primary key columns input for table: tournament_organizers""" -input tournament_organizers_pk_columns_input { - steam_id: bigint! +"""primary key columns input for table: tournament_categories""" +input tournament_categories_pk_columns_input { + category: e_tournament_categories_enum! tournament_id: uuid! } """ -select columns of table "tournament_organizers" +select columns of table "tournament_categories" """ -enum tournament_organizers_select_column { - """column name""" - organization_team_id - +enum tournament_categories_select_column { """column name""" - steam_id + category """column name""" tournament_id } """ -input type for updating data in table "tournament_organizers" +input type for updating data in table "tournament_categories" """ -input tournament_organizers_set_input { - organization_team_id: uuid - steam_id: bigint +input tournament_categories_set_input { + category: e_tournament_categories_enum tournament_id: uuid } -"""aggregate stddev on columns""" -type tournament_organizers_stddev_fields { - steam_id: Float -} - -""" -order by stddev() on columns of table "tournament_organizers" -""" -input tournament_organizers_stddev_order_by { - steam_id: order_by -} - -"""aggregate stddev_pop on columns""" -type tournament_organizers_stddev_pop_fields { - steam_id: Float -} - -""" -order by stddev_pop() on columns of table "tournament_organizers" -""" -input tournament_organizers_stddev_pop_order_by { - steam_id: order_by -} - -"""aggregate stddev_samp on columns""" -type tournament_organizers_stddev_samp_fields { - steam_id: Float -} - -""" -order by stddev_samp() on columns of table "tournament_organizers" -""" -input tournament_organizers_stddev_samp_order_by { - steam_id: order_by -} - """ -Streaming cursor of the table "tournament_organizers" +Streaming cursor of the table "tournament_categories" """ -input tournament_organizers_stream_cursor_input { +input tournament_categories_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournament_organizers_stream_cursor_value_input! + initial_value: tournament_categories_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input tournament_organizers_stream_cursor_value_input { - organization_team_id: uuid - steam_id: bigint +input tournament_categories_stream_cursor_value_input { + category: e_tournament_categories_enum tournament_id: uuid } -"""aggregate sum on columns""" -type tournament_organizers_sum_fields { - steam_id: bigint -} - -""" -order by sum() on columns of table "tournament_organizers" -""" -input tournament_organizers_sum_order_by { - steam_id: order_by -} - """ -update columns of table "tournament_organizers" +update columns of table "tournament_categories" """ -enum tournament_organizers_update_column { - """column name""" - organization_team_id - +enum tournament_categories_update_column { """column name""" - steam_id + category """column name""" tournament_id } -input tournament_organizers_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: tournament_organizers_inc_input - +input tournament_categories_updates { """sets the columns of the filtered rows to the given values""" - _set: tournament_organizers_set_input + _set: tournament_categories_set_input """filter the rows which have to be updated""" - where: tournament_organizers_bool_exp! -} - -"""aggregate var_pop on columns""" -type tournament_organizers_var_pop_fields { - steam_id: Float -} - -""" -order by var_pop() on columns of table "tournament_organizers" -""" -input tournament_organizers_var_pop_order_by { - steam_id: order_by -} - -"""aggregate var_samp on columns""" -type tournament_organizers_var_samp_fields { - steam_id: Float -} - -""" -order by var_samp() on columns of table "tournament_organizers" -""" -input tournament_organizers_var_samp_order_by { - steam_id: order_by -} - -"""aggregate variance on columns""" -type tournament_organizers_variance_fields { - steam_id: Float -} - -""" -order by variance() on columns of table "tournament_organizers" -""" -input tournament_organizers_variance_order_by { - steam_id: order_by + where: tournament_categories_bool_exp! } """ -columns and relationships of "tournament_prizes" +columns and relationships of "tournament_organizer_teams" """ -type tournament_prizes { +type tournament_organizer_teams { created_at: timestamptz! - id: uuid! - order: Int! - place: String! - prize: String! + + """An object relationship""" + team: teams! + team_id: uuid! """An object relationship""" tournament: tournaments! @@ -94148,3092 +96455,2664 @@ type tournament_prizes { } """ -aggregated selection of "tournament_prizes" +aggregated selection of "tournament_organizer_teams" """ -type tournament_prizes_aggregate { - aggregate: tournament_prizes_aggregate_fields - nodes: [tournament_prizes!]! +type tournament_organizer_teams_aggregate { + aggregate: tournament_organizer_teams_aggregate_fields + nodes: [tournament_organizer_teams!]! } -input tournament_prizes_aggregate_bool_exp { - count: tournament_prizes_aggregate_bool_exp_count +input tournament_organizer_teams_aggregate_bool_exp { + count: tournament_organizer_teams_aggregate_bool_exp_count } -input tournament_prizes_aggregate_bool_exp_count { - arguments: [tournament_prizes_select_column!] +input tournament_organizer_teams_aggregate_bool_exp_count { + arguments: [tournament_organizer_teams_select_column!] distinct: Boolean - filter: tournament_prizes_bool_exp + filter: tournament_organizer_teams_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "tournament_prizes" +aggregate fields of "tournament_organizer_teams" """ -type tournament_prizes_aggregate_fields { - avg: tournament_prizes_avg_fields - count(columns: [tournament_prizes_select_column!], distinct: Boolean): Int! - max: tournament_prizes_max_fields - min: tournament_prizes_min_fields - stddev: tournament_prizes_stddev_fields - stddev_pop: tournament_prizes_stddev_pop_fields - stddev_samp: tournament_prizes_stddev_samp_fields - sum: tournament_prizes_sum_fields - var_pop: tournament_prizes_var_pop_fields - var_samp: tournament_prizes_var_samp_fields - variance: tournament_prizes_variance_fields +type tournament_organizer_teams_aggregate_fields { + count(columns: [tournament_organizer_teams_select_column!], distinct: Boolean): Int! + max: tournament_organizer_teams_max_fields + min: tournament_organizer_teams_min_fields } """ -order by aggregate values of table "tournament_prizes" +order by aggregate values of table "tournament_organizer_teams" """ -input tournament_prizes_aggregate_order_by { - avg: tournament_prizes_avg_order_by +input tournament_organizer_teams_aggregate_order_by { count: order_by - max: tournament_prizes_max_order_by - min: tournament_prizes_min_order_by - stddev: tournament_prizes_stddev_order_by - stddev_pop: tournament_prizes_stddev_pop_order_by - stddev_samp: tournament_prizes_stddev_samp_order_by - sum: tournament_prizes_sum_order_by - var_pop: tournament_prizes_var_pop_order_by - var_samp: tournament_prizes_var_samp_order_by - variance: tournament_prizes_variance_order_by + max: tournament_organizer_teams_max_order_by + min: tournament_organizer_teams_min_order_by } """ -input type for inserting array relation for remote table "tournament_prizes" +input type for inserting array relation for remote table "tournament_organizer_teams" """ -input tournament_prizes_arr_rel_insert_input { - data: [tournament_prizes_insert_input!]! +input tournament_organizer_teams_arr_rel_insert_input { + data: [tournament_organizer_teams_insert_input!]! """upsert condition""" - on_conflict: tournament_prizes_on_conflict -} - -"""aggregate avg on columns""" -type tournament_prizes_avg_fields { - order: Float -} - -""" -order by avg() on columns of table "tournament_prizes" -""" -input tournament_prizes_avg_order_by { - order: order_by + on_conflict: tournament_organizer_teams_on_conflict } """ -Boolean expression to filter rows from the table "tournament_prizes". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "tournament_organizer_teams". All fields are combined with a logical 'AND'. """ -input tournament_prizes_bool_exp { - _and: [tournament_prizes_bool_exp!] - _not: tournament_prizes_bool_exp - _or: [tournament_prizes_bool_exp!] +input tournament_organizer_teams_bool_exp { + _and: [tournament_organizer_teams_bool_exp!] + _not: tournament_organizer_teams_bool_exp + _or: [tournament_organizer_teams_bool_exp!] created_at: timestamptz_comparison_exp - id: uuid_comparison_exp - order: Int_comparison_exp - place: String_comparison_exp - prize: String_comparison_exp + team: teams_bool_exp + team_id: uuid_comparison_exp tournament: tournaments_bool_exp tournament_id: uuid_comparison_exp } """ -unique or primary key constraints on table "tournament_prizes" +unique or primary key constraints on table "tournament_organizer_teams" """ -enum tournament_prizes_constraint { +enum tournament_organizer_teams_constraint { """ - unique or primary key constraint on columns "id" + unique or primary key constraint on columns "tournament_id", "team_id" """ - tournament_prizes_pkey -} - -""" -input type for incrementing numeric columns in table "tournament_prizes" -""" -input tournament_prizes_inc_input { - order: Int + tournament_organizer_teams_pkey } """ -input type for inserting data into table "tournament_prizes" +input type for inserting data into table "tournament_organizer_teams" """ -input tournament_prizes_insert_input { +input tournament_organizer_teams_insert_input { created_at: timestamptz - id: uuid - order: Int - place: String - prize: String + team: teams_obj_rel_insert_input + team_id: uuid tournament: tournaments_obj_rel_insert_input tournament_id: uuid } """aggregate max on columns""" -type tournament_prizes_max_fields { +type tournament_organizer_teams_max_fields { created_at: timestamptz - id: uuid - order: Int - place: String - prize: String + team_id: uuid tournament_id: uuid } """ -order by max() on columns of table "tournament_prizes" +order by max() on columns of table "tournament_organizer_teams" """ -input tournament_prizes_max_order_by { +input tournament_organizer_teams_max_order_by { created_at: order_by - id: order_by - order: order_by - place: order_by - prize: order_by + team_id: order_by tournament_id: order_by } """aggregate min on columns""" -type tournament_prizes_min_fields { +type tournament_organizer_teams_min_fields { created_at: timestamptz - id: uuid - order: Int - place: String - prize: String + team_id: uuid tournament_id: uuid } """ -order by min() on columns of table "tournament_prizes" +order by min() on columns of table "tournament_organizer_teams" """ -input tournament_prizes_min_order_by { +input tournament_organizer_teams_min_order_by { created_at: order_by - id: order_by - order: order_by - place: order_by - prize: order_by + team_id: order_by tournament_id: order_by } """ -response of any mutation on the table "tournament_prizes" +response of any mutation on the table "tournament_organizer_teams" """ -type tournament_prizes_mutation_response { +type tournament_organizer_teams_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [tournament_prizes!]! + returning: [tournament_organizer_teams!]! +} + +""" +on_conflict condition type for table "tournament_organizer_teams" +""" +input tournament_organizer_teams_on_conflict { + constraint: tournament_organizer_teams_constraint! + update_columns: [tournament_organizer_teams_update_column!]! = [] + where: tournament_organizer_teams_bool_exp } """ -on_conflict condition type for table "tournament_prizes" +Ordering options when selecting data from "tournament_organizer_teams". """ -input tournament_prizes_on_conflict { - constraint: tournament_prizes_constraint! - update_columns: [tournament_prizes_update_column!]! = [] - where: tournament_prizes_bool_exp -} - -"""Ordering options when selecting data from "tournament_prizes".""" -input tournament_prizes_order_by { +input tournament_organizer_teams_order_by { created_at: order_by - id: order_by - order: order_by - place: order_by - prize: order_by + team: teams_order_by + team_id: order_by tournament: tournaments_order_by tournament_id: order_by } -"""primary key columns input for table: tournament_prizes""" -input tournament_prizes_pk_columns_input { - id: uuid! +"""primary key columns input for table: tournament_organizer_teams""" +input tournament_organizer_teams_pk_columns_input { + team_id: uuid! + tournament_id: uuid! } """ -select columns of table "tournament_prizes" +select columns of table "tournament_organizer_teams" """ -enum tournament_prizes_select_column { +enum tournament_organizer_teams_select_column { """column name""" created_at """column name""" - id - - """column name""" - order - - """column name""" - place - - """column name""" - prize + team_id """column name""" tournament_id } """ -input type for updating data in table "tournament_prizes" +input type for updating data in table "tournament_organizer_teams" """ -input tournament_prizes_set_input { +input tournament_organizer_teams_set_input { created_at: timestamptz - id: uuid - order: Int - place: String - prize: String + team_id: uuid tournament_id: uuid } -"""aggregate stddev on columns""" -type tournament_prizes_stddev_fields { - order: Float -} - -""" -order by stddev() on columns of table "tournament_prizes" -""" -input tournament_prizes_stddev_order_by { - order: order_by -} - -"""aggregate stddev_pop on columns""" -type tournament_prizes_stddev_pop_fields { - order: Float -} - -""" -order by stddev_pop() on columns of table "tournament_prizes" -""" -input tournament_prizes_stddev_pop_order_by { - order: order_by -} - -"""aggregate stddev_samp on columns""" -type tournament_prizes_stddev_samp_fields { - order: Float -} - -""" -order by stddev_samp() on columns of table "tournament_prizes" -""" -input tournament_prizes_stddev_samp_order_by { - order: order_by -} - """ -Streaming cursor of the table "tournament_prizes" +Streaming cursor of the table "tournament_organizer_teams" """ -input tournament_prizes_stream_cursor_input { +input tournament_organizer_teams_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournament_prizes_stream_cursor_value_input! + initial_value: tournament_organizer_teams_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input tournament_prizes_stream_cursor_value_input { +input tournament_organizer_teams_stream_cursor_value_input { created_at: timestamptz - id: uuid - order: Int - place: String - prize: String + team_id: uuid tournament_id: uuid } -"""aggregate sum on columns""" -type tournament_prizes_sum_fields { - order: Int -} - """ -order by sum() on columns of table "tournament_prizes" -""" -input tournament_prizes_sum_order_by { - order: order_by -} - -""" -update columns of table "tournament_prizes" +update columns of table "tournament_organizer_teams" """ -enum tournament_prizes_update_column { +enum tournament_organizer_teams_update_column { """column name""" created_at """column name""" - id - - """column name""" - order - - """column name""" - place - - """column name""" - prize + team_id """column name""" tournament_id } -input tournament_prizes_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: tournament_prizes_inc_input - +input tournament_organizer_teams_updates { """sets the columns of the filtered rows to the given values""" - _set: tournament_prizes_set_input + _set: tournament_organizer_teams_set_input """filter the rows which have to be updated""" - where: tournament_prizes_bool_exp! -} - -"""aggregate var_pop on columns""" -type tournament_prizes_var_pop_fields { - order: Float -} - -""" -order by var_pop() on columns of table "tournament_prizes" -""" -input tournament_prizes_var_pop_order_by { - order: order_by -} - -"""aggregate var_samp on columns""" -type tournament_prizes_var_samp_fields { - order: Float -} - -""" -order by var_samp() on columns of table "tournament_prizes" -""" -input tournament_prizes_var_samp_order_by { - order: order_by -} - -"""aggregate variance on columns""" -type tournament_prizes_variance_fields { - order: Float + where: tournament_organizer_teams_bool_exp! } """ -order by variance() on columns of table "tournament_prizes" +columns and relationships of "tournament_organizers" """ -input tournament_prizes_variance_order_by { - order: order_by -} +type tournament_organizers { + """An object relationship""" + organization_team: teams + organization_team_id: uuid -""" -columns and relationships of "tournament_stage_windows" -""" -type tournament_stage_windows { - closes_at: timestamptz - created_at: timestamptz! - default_match_at: timestamptz - id: uuid! - opens_at: timestamptz - round: Int! + """An object relationship""" + organizer: players! + steam_id: bigint! """An object relationship""" - stage: tournament_stages! - tournament_stage_id: uuid! + tournament: tournaments! + tournament_id: uuid! } """ -aggregated selection of "tournament_stage_windows" +aggregated selection of "tournament_organizers" """ -type tournament_stage_windows_aggregate { - aggregate: tournament_stage_windows_aggregate_fields - nodes: [tournament_stage_windows!]! +type tournament_organizers_aggregate { + aggregate: tournament_organizers_aggregate_fields + nodes: [tournament_organizers!]! } -input tournament_stage_windows_aggregate_bool_exp { - count: tournament_stage_windows_aggregate_bool_exp_count +input tournament_organizers_aggregate_bool_exp { + count: tournament_organizers_aggregate_bool_exp_count } -input tournament_stage_windows_aggregate_bool_exp_count { - arguments: [tournament_stage_windows_select_column!] +input tournament_organizers_aggregate_bool_exp_count { + arguments: [tournament_organizers_select_column!] distinct: Boolean - filter: tournament_stage_windows_bool_exp + filter: tournament_organizers_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "tournament_stage_windows" +aggregate fields of "tournament_organizers" """ -type tournament_stage_windows_aggregate_fields { - avg: tournament_stage_windows_avg_fields - count(columns: [tournament_stage_windows_select_column!], distinct: Boolean): Int! - max: tournament_stage_windows_max_fields - min: tournament_stage_windows_min_fields - stddev: tournament_stage_windows_stddev_fields - stddev_pop: tournament_stage_windows_stddev_pop_fields - stddev_samp: tournament_stage_windows_stddev_samp_fields - sum: tournament_stage_windows_sum_fields - var_pop: tournament_stage_windows_var_pop_fields - var_samp: tournament_stage_windows_var_samp_fields - variance: tournament_stage_windows_variance_fields +type tournament_organizers_aggregate_fields { + avg: tournament_organizers_avg_fields + count(columns: [tournament_organizers_select_column!], distinct: Boolean): Int! + max: tournament_organizers_max_fields + min: tournament_organizers_min_fields + stddev: tournament_organizers_stddev_fields + stddev_pop: tournament_organizers_stddev_pop_fields + stddev_samp: tournament_organizers_stddev_samp_fields + sum: tournament_organizers_sum_fields + var_pop: tournament_organizers_var_pop_fields + var_samp: tournament_organizers_var_samp_fields + variance: tournament_organizers_variance_fields } """ -order by aggregate values of table "tournament_stage_windows" +order by aggregate values of table "tournament_organizers" """ -input tournament_stage_windows_aggregate_order_by { - avg: tournament_stage_windows_avg_order_by +input tournament_organizers_aggregate_order_by { + avg: tournament_organizers_avg_order_by count: order_by - max: tournament_stage_windows_max_order_by - min: tournament_stage_windows_min_order_by - stddev: tournament_stage_windows_stddev_order_by - stddev_pop: tournament_stage_windows_stddev_pop_order_by - stddev_samp: tournament_stage_windows_stddev_samp_order_by - sum: tournament_stage_windows_sum_order_by - var_pop: tournament_stage_windows_var_pop_order_by - var_samp: tournament_stage_windows_var_samp_order_by - variance: tournament_stage_windows_variance_order_by + max: tournament_organizers_max_order_by + min: tournament_organizers_min_order_by + stddev: tournament_organizers_stddev_order_by + stddev_pop: tournament_organizers_stddev_pop_order_by + stddev_samp: tournament_organizers_stddev_samp_order_by + sum: tournament_organizers_sum_order_by + var_pop: tournament_organizers_var_pop_order_by + var_samp: tournament_organizers_var_samp_order_by + variance: tournament_organizers_variance_order_by } """ -input type for inserting array relation for remote table "tournament_stage_windows" +input type for inserting array relation for remote table "tournament_organizers" """ -input tournament_stage_windows_arr_rel_insert_input { - data: [tournament_stage_windows_insert_input!]! +input tournament_organizers_arr_rel_insert_input { + data: [tournament_organizers_insert_input!]! """upsert condition""" - on_conflict: tournament_stage_windows_on_conflict + on_conflict: tournament_organizers_on_conflict } """aggregate avg on columns""" -type tournament_stage_windows_avg_fields { - round: Float +type tournament_organizers_avg_fields { + steam_id: Float } """ -order by avg() on columns of table "tournament_stage_windows" +order by avg() on columns of table "tournament_organizers" """ -input tournament_stage_windows_avg_order_by { - round: order_by +input tournament_organizers_avg_order_by { + steam_id: order_by } """ -Boolean expression to filter rows from the table "tournament_stage_windows". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "tournament_organizers". All fields are combined with a logical 'AND'. """ -input tournament_stage_windows_bool_exp { - _and: [tournament_stage_windows_bool_exp!] - _not: tournament_stage_windows_bool_exp - _or: [tournament_stage_windows_bool_exp!] - closes_at: timestamptz_comparison_exp - created_at: timestamptz_comparison_exp - default_match_at: timestamptz_comparison_exp - id: uuid_comparison_exp - opens_at: timestamptz_comparison_exp - round: Int_comparison_exp - stage: tournament_stages_bool_exp - tournament_stage_id: uuid_comparison_exp +input tournament_organizers_bool_exp { + _and: [tournament_organizers_bool_exp!] + _not: tournament_organizers_bool_exp + _or: [tournament_organizers_bool_exp!] + organization_team: teams_bool_exp + organization_team_id: uuid_comparison_exp + organizer: players_bool_exp + steam_id: bigint_comparison_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp } """ -unique or primary key constraints on table "tournament_stage_windows" +unique or primary key constraints on table "tournament_organizers" """ -enum tournament_stage_windows_constraint { - """ - unique or primary key constraint on columns "id" - """ - tournament_stage_windows_pkey - +enum tournament_organizers_constraint { """ - unique or primary key constraint on columns "tournament_stage_id", "round" + unique or primary key constraint on columns "steam_id", "tournament_id" """ - tournament_stage_windows_tournament_stage_id_round_key + tournament_organizers_pkey } """ -input type for incrementing numeric columns in table "tournament_stage_windows" +input type for incrementing numeric columns in table "tournament_organizers" """ -input tournament_stage_windows_inc_input { - round: Int +input tournament_organizers_inc_input { + steam_id: bigint } """ -input type for inserting data into table "tournament_stage_windows" +input type for inserting data into table "tournament_organizers" """ -input tournament_stage_windows_insert_input { - closes_at: timestamptz - created_at: timestamptz - default_match_at: timestamptz - id: uuid - opens_at: timestamptz - round: Int - stage: tournament_stages_obj_rel_insert_input - tournament_stage_id: uuid +input tournament_organizers_insert_input { + organization_team: teams_obj_rel_insert_input + organization_team_id: uuid + organizer: players_obj_rel_insert_input + steam_id: bigint + tournament: tournaments_obj_rel_insert_input + tournament_id: uuid } """aggregate max on columns""" -type tournament_stage_windows_max_fields { - closes_at: timestamptz - created_at: timestamptz - default_match_at: timestamptz - id: uuid - opens_at: timestamptz - round: Int - tournament_stage_id: uuid +type tournament_organizers_max_fields { + organization_team_id: uuid + steam_id: bigint + tournament_id: uuid } """ -order by max() on columns of table "tournament_stage_windows" +order by max() on columns of table "tournament_organizers" """ -input tournament_stage_windows_max_order_by { - closes_at: order_by - created_at: order_by - default_match_at: order_by - id: order_by - opens_at: order_by - round: order_by - tournament_stage_id: order_by +input tournament_organizers_max_order_by { + organization_team_id: order_by + steam_id: order_by + tournament_id: order_by } """aggregate min on columns""" -type tournament_stage_windows_min_fields { - closes_at: timestamptz - created_at: timestamptz - default_match_at: timestamptz - id: uuid - opens_at: timestamptz - round: Int - tournament_stage_id: uuid +type tournament_organizers_min_fields { + organization_team_id: uuid + steam_id: bigint + tournament_id: uuid } """ -order by min() on columns of table "tournament_stage_windows" +order by min() on columns of table "tournament_organizers" """ -input tournament_stage_windows_min_order_by { - closes_at: order_by - created_at: order_by - default_match_at: order_by - id: order_by - opens_at: order_by - round: order_by - tournament_stage_id: order_by +input tournament_organizers_min_order_by { + organization_team_id: order_by + steam_id: order_by + tournament_id: order_by } """ -response of any mutation on the table "tournament_stage_windows" +response of any mutation on the table "tournament_organizers" """ -type tournament_stage_windows_mutation_response { +type tournament_organizers_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [tournament_stage_windows!]! + returning: [tournament_organizers!]! } """ -on_conflict condition type for table "tournament_stage_windows" +on_conflict condition type for table "tournament_organizers" """ -input tournament_stage_windows_on_conflict { - constraint: tournament_stage_windows_constraint! - update_columns: [tournament_stage_windows_update_column!]! = [] - where: tournament_stage_windows_bool_exp +input tournament_organizers_on_conflict { + constraint: tournament_organizers_constraint! + update_columns: [tournament_organizers_update_column!]! = [] + where: tournament_organizers_bool_exp } -"""Ordering options when selecting data from "tournament_stage_windows".""" -input tournament_stage_windows_order_by { - closes_at: order_by - created_at: order_by - default_match_at: order_by - id: order_by - opens_at: order_by - round: order_by - stage: tournament_stages_order_by - tournament_stage_id: order_by +"""Ordering options when selecting data from "tournament_organizers".""" +input tournament_organizers_order_by { + organization_team: teams_order_by + organization_team_id: order_by + organizer: players_order_by + steam_id: order_by + tournament: tournaments_order_by + tournament_id: order_by } -"""primary key columns input for table: tournament_stage_windows""" -input tournament_stage_windows_pk_columns_input { - id: uuid! +"""primary key columns input for table: tournament_organizers""" +input tournament_organizers_pk_columns_input { + steam_id: bigint! + tournament_id: uuid! } """ -select columns of table "tournament_stage_windows" +select columns of table "tournament_organizers" """ -enum tournament_stage_windows_select_column { - """column name""" - closes_at - - """column name""" - created_at - - """column name""" - default_match_at - - """column name""" - id - +enum tournament_organizers_select_column { """column name""" - opens_at + organization_team_id """column name""" - round + steam_id """column name""" - tournament_stage_id + tournament_id } """ -input type for updating data in table "tournament_stage_windows" +input type for updating data in table "tournament_organizers" """ -input tournament_stage_windows_set_input { - closes_at: timestamptz - created_at: timestamptz - default_match_at: timestamptz - id: uuid - opens_at: timestamptz - round: Int - tournament_stage_id: uuid +input tournament_organizers_set_input { + organization_team_id: uuid + steam_id: bigint + tournament_id: uuid } """aggregate stddev on columns""" -type tournament_stage_windows_stddev_fields { - round: Float +type tournament_organizers_stddev_fields { + steam_id: Float } """ -order by stddev() on columns of table "tournament_stage_windows" +order by stddev() on columns of table "tournament_organizers" """ -input tournament_stage_windows_stddev_order_by { - round: order_by +input tournament_organizers_stddev_order_by { + steam_id: order_by } """aggregate stddev_pop on columns""" -type tournament_stage_windows_stddev_pop_fields { - round: Float +type tournament_organizers_stddev_pop_fields { + steam_id: Float } """ -order by stddev_pop() on columns of table "tournament_stage_windows" +order by stddev_pop() on columns of table "tournament_organizers" """ -input tournament_stage_windows_stddev_pop_order_by { - round: order_by +input tournament_organizers_stddev_pop_order_by { + steam_id: order_by } """aggregate stddev_samp on columns""" -type tournament_stage_windows_stddev_samp_fields { - round: Float +type tournament_organizers_stddev_samp_fields { + steam_id: Float } """ -order by stddev_samp() on columns of table "tournament_stage_windows" +order by stddev_samp() on columns of table "tournament_organizers" """ -input tournament_stage_windows_stddev_samp_order_by { - round: order_by +input tournament_organizers_stddev_samp_order_by { + steam_id: order_by } """ -Streaming cursor of the table "tournament_stage_windows" +Streaming cursor of the table "tournament_organizers" """ -input tournament_stage_windows_stream_cursor_input { +input tournament_organizers_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournament_stage_windows_stream_cursor_value_input! + initial_value: tournament_organizers_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } - -"""Initial value of the column from where the streaming should start""" -input tournament_stage_windows_stream_cursor_value_input { - closes_at: timestamptz - created_at: timestamptz - default_match_at: timestamptz - id: uuid - opens_at: timestamptz - round: Int - tournament_stage_id: uuid + +"""Initial value of the column from where the streaming should start""" +input tournament_organizers_stream_cursor_value_input { + organization_team_id: uuid + steam_id: bigint + tournament_id: uuid } """aggregate sum on columns""" -type tournament_stage_windows_sum_fields { - round: Int +type tournament_organizers_sum_fields { + steam_id: bigint } """ -order by sum() on columns of table "tournament_stage_windows" +order by sum() on columns of table "tournament_organizers" """ -input tournament_stage_windows_sum_order_by { - round: order_by +input tournament_organizers_sum_order_by { + steam_id: order_by } """ -update columns of table "tournament_stage_windows" +update columns of table "tournament_organizers" """ -enum tournament_stage_windows_update_column { - """column name""" - closes_at - - """column name""" - created_at - - """column name""" - default_match_at - - """column name""" - id - +enum tournament_organizers_update_column { """column name""" - opens_at + organization_team_id """column name""" - round + steam_id """column name""" - tournament_stage_id + tournament_id } -input tournament_stage_windows_updates { +input tournament_organizers_updates { """increments the numeric columns with given value of the filtered values""" - _inc: tournament_stage_windows_inc_input + _inc: tournament_organizers_inc_input """sets the columns of the filtered rows to the given values""" - _set: tournament_stage_windows_set_input + _set: tournament_organizers_set_input """filter the rows which have to be updated""" - where: tournament_stage_windows_bool_exp! + where: tournament_organizers_bool_exp! } """aggregate var_pop on columns""" -type tournament_stage_windows_var_pop_fields { - round: Float +type tournament_organizers_var_pop_fields { + steam_id: Float } """ -order by var_pop() on columns of table "tournament_stage_windows" +order by var_pop() on columns of table "tournament_organizers" """ -input tournament_stage_windows_var_pop_order_by { - round: order_by +input tournament_organizers_var_pop_order_by { + steam_id: order_by } """aggregate var_samp on columns""" -type tournament_stage_windows_var_samp_fields { - round: Float +type tournament_organizers_var_samp_fields { + steam_id: Float } """ -order by var_samp() on columns of table "tournament_stage_windows" +order by var_samp() on columns of table "tournament_organizers" """ -input tournament_stage_windows_var_samp_order_by { - round: order_by +input tournament_organizers_var_samp_order_by { + steam_id: order_by } """aggregate variance on columns""" -type tournament_stage_windows_variance_fields { - round: Float +type tournament_organizers_variance_fields { + steam_id: Float } """ -order by variance() on columns of table "tournament_stage_windows" +order by variance() on columns of table "tournament_organizers" """ -input tournament_stage_windows_variance_order_by { - round: order_by +input tournament_organizers_variance_order_by { + steam_id: order_by } """ -columns and relationships of "tournament_stages" +columns and relationships of "tournament_prizes" """ -type tournament_stages { - """An array relationship""" - brackets( - """distinct select on columns""" - distinct_on: [tournament_brackets_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_brackets_order_by!] - - """filter the rows returned""" - where: tournament_brackets_bool_exp - ): [tournament_brackets!]! - - """An aggregate relationship""" - brackets_aggregate( - """distinct select on columns""" - distinct_on: [tournament_brackets_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_brackets_order_by!] - - """filter the rows returned""" - where: tournament_brackets_bool_exp - ): tournament_brackets_aggregate! - decider_best_of: Int - default_best_of: Int! - - """An object relationship""" - e_tournament_stage_type: e_tournament_stage_types! - final_map_advantage: Int! - groups: Int +type tournament_prizes { + created_at: timestamptz! id: uuid! - match_options_id: uuid - max_rounds: Int - max_teams: Int! - min_teams: Int! - - """An object relationship""" - options: match_options order: Int! - - """An array relationship""" - results( - """distinct select on columns""" - distinct_on: [v_team_stage_results_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [v_team_stage_results_order_by!] - - """filter the rows returned""" - where: v_team_stage_results_bool_exp - ): [v_team_stage_results!]! - - """An aggregate relationship""" - results_aggregate( - """distinct select on columns""" - distinct_on: [v_team_stage_results_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [v_team_stage_results_order_by!] - - """filter the rows returned""" - where: v_team_stage_results_bool_exp - ): v_team_stage_results_aggregate! - settings( - """JSON select path""" - path: String - ): jsonb - swiss_no_elimination: Boolean! - third_place_match: Boolean! + place: String! + prize: String! """An object relationship""" tournament: tournaments! tournament_id: uuid! - type: e_tournament_stage_types_enum! - - """An array relationship""" - windows( - """distinct select on columns""" - distinct_on: [tournament_stage_windows_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_stage_windows_order_by!] - - """filter the rows returned""" - where: tournament_stage_windows_bool_exp - ): [tournament_stage_windows!]! - - """An aggregate relationship""" - windows_aggregate( - """distinct select on columns""" - distinct_on: [tournament_stage_windows_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_stage_windows_order_by!] - - """filter the rows returned""" - where: tournament_stage_windows_bool_exp - ): tournament_stage_windows_aggregate! } """ -aggregated selection of "tournament_stages" +aggregated selection of "tournament_prizes" """ -type tournament_stages_aggregate { - aggregate: tournament_stages_aggregate_fields - nodes: [tournament_stages!]! -} - -input tournament_stages_aggregate_bool_exp { - bool_and: tournament_stages_aggregate_bool_exp_bool_and - bool_or: tournament_stages_aggregate_bool_exp_bool_or - count: tournament_stages_aggregate_bool_exp_count -} - -input tournament_stages_aggregate_bool_exp_bool_and { - arguments: tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: tournament_stages_bool_exp - predicate: Boolean_comparison_exp! +type tournament_prizes_aggregate { + aggregate: tournament_prizes_aggregate_fields + nodes: [tournament_prizes!]! } -input tournament_stages_aggregate_bool_exp_bool_or { - arguments: tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: tournament_stages_bool_exp - predicate: Boolean_comparison_exp! +input tournament_prizes_aggregate_bool_exp { + count: tournament_prizes_aggregate_bool_exp_count } -input tournament_stages_aggregate_bool_exp_count { - arguments: [tournament_stages_select_column!] +input tournament_prizes_aggregate_bool_exp_count { + arguments: [tournament_prizes_select_column!] distinct: Boolean - filter: tournament_stages_bool_exp + filter: tournament_prizes_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "tournament_stages" +aggregate fields of "tournament_prizes" """ -type tournament_stages_aggregate_fields { - avg: tournament_stages_avg_fields - count(columns: [tournament_stages_select_column!], distinct: Boolean): Int! - max: tournament_stages_max_fields - min: tournament_stages_min_fields - stddev: tournament_stages_stddev_fields - stddev_pop: tournament_stages_stddev_pop_fields - stddev_samp: tournament_stages_stddev_samp_fields - sum: tournament_stages_sum_fields - var_pop: tournament_stages_var_pop_fields - var_samp: tournament_stages_var_samp_fields - variance: tournament_stages_variance_fields +type tournament_prizes_aggregate_fields { + avg: tournament_prizes_avg_fields + count(columns: [tournament_prizes_select_column!], distinct: Boolean): Int! + max: tournament_prizes_max_fields + min: tournament_prizes_min_fields + stddev: tournament_prizes_stddev_fields + stddev_pop: tournament_prizes_stddev_pop_fields + stddev_samp: tournament_prizes_stddev_samp_fields + sum: tournament_prizes_sum_fields + var_pop: tournament_prizes_var_pop_fields + var_samp: tournament_prizes_var_samp_fields + variance: tournament_prizes_variance_fields } """ -order by aggregate values of table "tournament_stages" +order by aggregate values of table "tournament_prizes" """ -input tournament_stages_aggregate_order_by { - avg: tournament_stages_avg_order_by +input tournament_prizes_aggregate_order_by { + avg: tournament_prizes_avg_order_by count: order_by - max: tournament_stages_max_order_by - min: tournament_stages_min_order_by - stddev: tournament_stages_stddev_order_by - stddev_pop: tournament_stages_stddev_pop_order_by - stddev_samp: tournament_stages_stddev_samp_order_by - sum: tournament_stages_sum_order_by - var_pop: tournament_stages_var_pop_order_by - var_samp: tournament_stages_var_samp_order_by - variance: tournament_stages_variance_order_by -} - -"""append existing jsonb value of filtered columns with new jsonb value""" -input tournament_stages_append_input { - settings: jsonb + max: tournament_prizes_max_order_by + min: tournament_prizes_min_order_by + stddev: tournament_prizes_stddev_order_by + stddev_pop: tournament_prizes_stddev_pop_order_by + stddev_samp: tournament_prizes_stddev_samp_order_by + sum: tournament_prizes_sum_order_by + var_pop: tournament_prizes_var_pop_order_by + var_samp: tournament_prizes_var_samp_order_by + variance: tournament_prizes_variance_order_by } """ -input type for inserting array relation for remote table "tournament_stages" +input type for inserting array relation for remote table "tournament_prizes" """ -input tournament_stages_arr_rel_insert_input { - data: [tournament_stages_insert_input!]! +input tournament_prizes_arr_rel_insert_input { + data: [tournament_prizes_insert_input!]! """upsert condition""" - on_conflict: tournament_stages_on_conflict + on_conflict: tournament_prizes_on_conflict } """aggregate avg on columns""" -type tournament_stages_avg_fields { - decider_best_of: Float - default_best_of: Float - final_map_advantage: Float - groups: Float - max_rounds: Float - max_teams: Float - min_teams: Float +type tournament_prizes_avg_fields { order: Float } """ -order by avg() on columns of table "tournament_stages" +order by avg() on columns of table "tournament_prizes" """ -input tournament_stages_avg_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by +input tournament_prizes_avg_order_by { order: order_by } """ -Boolean expression to filter rows from the table "tournament_stages". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "tournament_prizes". All fields are combined with a logical 'AND'. """ -input tournament_stages_bool_exp { - _and: [tournament_stages_bool_exp!] - _not: tournament_stages_bool_exp - _or: [tournament_stages_bool_exp!] - brackets: tournament_brackets_bool_exp - brackets_aggregate: tournament_brackets_aggregate_bool_exp - decider_best_of: Int_comparison_exp - default_best_of: Int_comparison_exp - e_tournament_stage_type: e_tournament_stage_types_bool_exp - final_map_advantage: Int_comparison_exp - groups: Int_comparison_exp +input tournament_prizes_bool_exp { + _and: [tournament_prizes_bool_exp!] + _not: tournament_prizes_bool_exp + _or: [tournament_prizes_bool_exp!] + created_at: timestamptz_comparison_exp id: uuid_comparison_exp - match_options_id: uuid_comparison_exp - max_rounds: Int_comparison_exp - max_teams: Int_comparison_exp - min_teams: Int_comparison_exp - options: match_options_bool_exp order: Int_comparison_exp - results: v_team_stage_results_bool_exp - results_aggregate: v_team_stage_results_aggregate_bool_exp - settings: jsonb_comparison_exp - swiss_no_elimination: Boolean_comparison_exp - third_place_match: Boolean_comparison_exp + place: String_comparison_exp + prize: String_comparison_exp tournament: tournaments_bool_exp tournament_id: uuid_comparison_exp - type: e_tournament_stage_types_enum_comparison_exp - windows: tournament_stage_windows_bool_exp - windows_aggregate: tournament_stage_windows_aggregate_bool_exp } """ -unique or primary key constraints on table "tournament_stages" +unique or primary key constraints on table "tournament_prizes" """ -enum tournament_stages_constraint { +enum tournament_prizes_constraint { """ unique or primary key constraint on columns "id" """ - tournament_stages_pkey -} - -""" -delete the field or element with specified path (for JSON arrays, negative integers count from the end) -""" -input tournament_stages_delete_at_path_input { - settings: [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 tournament_stages_delete_elem_input { - settings: Int -} - -""" -delete key/value pair or string element. key/value pairs are matched based on their key value -""" -input tournament_stages_delete_key_input { - settings: String + tournament_prizes_pkey } """ -input type for incrementing numeric columns in table "tournament_stages" +input type for incrementing numeric columns in table "tournament_prizes" """ -input tournament_stages_inc_input { - decider_best_of: Int - default_best_of: Int - final_map_advantage: Int - groups: Int - max_rounds: Int - max_teams: Int - min_teams: Int +input tournament_prizes_inc_input { order: Int } """ -input type for inserting data into table "tournament_stages" +input type for inserting data into table "tournament_prizes" """ -input tournament_stages_insert_input { - brackets: tournament_brackets_arr_rel_insert_input - decider_best_of: Int - default_best_of: Int - e_tournament_stage_type: e_tournament_stage_types_obj_rel_insert_input - final_map_advantage: Int - groups: Int +input tournament_prizes_insert_input { + created_at: timestamptz id: uuid - match_options_id: uuid - max_rounds: Int - max_teams: Int - min_teams: Int - options: match_options_obj_rel_insert_input order: Int - results: v_team_stage_results_arr_rel_insert_input - settings: jsonb - swiss_no_elimination: Boolean - third_place_match: Boolean + place: String + prize: String tournament: tournaments_obj_rel_insert_input tournament_id: uuid - type: e_tournament_stage_types_enum - windows: tournament_stage_windows_arr_rel_insert_input } """aggregate max on columns""" -type tournament_stages_max_fields { - decider_best_of: Int - default_best_of: Int - final_map_advantage: Int - groups: Int +type tournament_prizes_max_fields { + created_at: timestamptz id: uuid - match_options_id: uuid - max_rounds: Int - max_teams: Int - min_teams: Int order: Int + place: String + prize: String tournament_id: uuid } """ -order by max() on columns of table "tournament_stages" +order by max() on columns of table "tournament_prizes" """ -input tournament_stages_max_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by +input tournament_prizes_max_order_by { + created_at: order_by id: order_by - match_options_id: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by order: order_by + place: order_by + prize: order_by tournament_id: order_by } """aggregate min on columns""" -type tournament_stages_min_fields { - decider_best_of: Int - default_best_of: Int - final_map_advantage: Int - groups: Int +type tournament_prizes_min_fields { + created_at: timestamptz id: uuid - match_options_id: uuid - max_rounds: Int - max_teams: Int - min_teams: Int order: Int + place: String + prize: String tournament_id: uuid } """ -order by min() on columns of table "tournament_stages" +order by min() on columns of table "tournament_prizes" """ -input tournament_stages_min_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by +input tournament_prizes_min_order_by { + created_at: order_by id: order_by - match_options_id: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by order: order_by + place: order_by + prize: order_by tournament_id: order_by } """ -response of any mutation on the table "tournament_stages" +response of any mutation on the table "tournament_prizes" """ -type tournament_stages_mutation_response { +type tournament_prizes_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [tournament_stages!]! -} - -""" -input type for inserting object relation for remote table "tournament_stages" -""" -input tournament_stages_obj_rel_insert_input { - data: tournament_stages_insert_input! - - """upsert condition""" - on_conflict: tournament_stages_on_conflict + returning: [tournament_prizes!]! } """ -on_conflict condition type for table "tournament_stages" +on_conflict condition type for table "tournament_prizes" """ -input tournament_stages_on_conflict { - constraint: tournament_stages_constraint! - update_columns: [tournament_stages_update_column!]! = [] - where: tournament_stages_bool_exp -} - -"""Ordering options when selecting data from "tournament_stages".""" -input tournament_stages_order_by { - brackets_aggregate: tournament_brackets_aggregate_order_by - decider_best_of: order_by - default_best_of: order_by - e_tournament_stage_type: e_tournament_stage_types_order_by - final_map_advantage: order_by - groups: order_by +input tournament_prizes_on_conflict { + constraint: tournament_prizes_constraint! + update_columns: [tournament_prizes_update_column!]! = [] + where: tournament_prizes_bool_exp +} + +"""Ordering options when selecting data from "tournament_prizes".""" +input tournament_prizes_order_by { + created_at: order_by id: order_by - match_options_id: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by - options: match_options_order_by order: order_by - results_aggregate: v_team_stage_results_aggregate_order_by - settings: order_by - swiss_no_elimination: order_by - third_place_match: order_by + place: order_by + prize: order_by tournament: tournaments_order_by tournament_id: order_by - type: order_by - windows_aggregate: tournament_stage_windows_aggregate_order_by } -"""primary key columns input for table: tournament_stages""" -input tournament_stages_pk_columns_input { +"""primary key columns input for table: tournament_prizes""" +input tournament_prizes_pk_columns_input { id: uuid! } -"""prepend existing jsonb value of filtered columns with new jsonb value""" -input tournament_stages_prepend_input { - settings: jsonb -} - """ -select columns of table "tournament_stages" +select columns of table "tournament_prizes" """ -enum tournament_stages_select_column { - """column name""" - decider_best_of - - """column name""" - default_best_of - - """column name""" - final_map_advantage - +enum tournament_prizes_select_column { """column name""" - groups + created_at """column name""" id - """column name""" - match_options_id - - """column name""" - max_rounds - - """column name""" - max_teams - - """column name""" - min_teams - """column name""" order """column name""" - settings - - """column name""" - swiss_no_elimination + place """column name""" - third_place_match + prize """column name""" tournament_id - - """column name""" - type -} - -""" -select "tournament_stages_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_stages" -""" -enum tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns { - """column name""" - swiss_no_elimination - - """column name""" - third_place_match -} - -""" -select "tournament_stages_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_stages" -""" -enum tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns { - """column name""" - swiss_no_elimination - - """column name""" - third_place_match } """ -input type for updating data in table "tournament_stages" +input type for updating data in table "tournament_prizes" """ -input tournament_stages_set_input { - decider_best_of: Int - default_best_of: Int - final_map_advantage: Int - groups: Int +input tournament_prizes_set_input { + created_at: timestamptz id: uuid - match_options_id: uuid - max_rounds: Int - max_teams: Int - min_teams: Int order: Int - settings: jsonb - swiss_no_elimination: Boolean - third_place_match: Boolean + place: String + prize: String tournament_id: uuid - type: e_tournament_stage_types_enum } """aggregate stddev on columns""" -type tournament_stages_stddev_fields { - decider_best_of: Float - default_best_of: Float - final_map_advantage: Float - groups: Float - max_rounds: Float - max_teams: Float - min_teams: Float +type tournament_prizes_stddev_fields { order: Float } """ -order by stddev() on columns of table "tournament_stages" +order by stddev() on columns of table "tournament_prizes" """ -input tournament_stages_stddev_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by +input tournament_prizes_stddev_order_by { order: order_by } """aggregate stddev_pop on columns""" -type tournament_stages_stddev_pop_fields { - decider_best_of: Float - default_best_of: Float - final_map_advantage: Float - groups: Float - max_rounds: Float - max_teams: Float - min_teams: Float +type tournament_prizes_stddev_pop_fields { order: Float } """ -order by stddev_pop() on columns of table "tournament_stages" +order by stddev_pop() on columns of table "tournament_prizes" """ -input tournament_stages_stddev_pop_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by +input tournament_prizes_stddev_pop_order_by { order: order_by } """aggregate stddev_samp on columns""" -type tournament_stages_stddev_samp_fields { - decider_best_of: Float - default_best_of: Float - final_map_advantage: Float - groups: Float - max_rounds: Float - max_teams: Float - min_teams: Float +type tournament_prizes_stddev_samp_fields { order: Float } """ -order by stddev_samp() on columns of table "tournament_stages" +order by stddev_samp() on columns of table "tournament_prizes" """ -input tournament_stages_stddev_samp_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by +input tournament_prizes_stddev_samp_order_by { order: order_by } """ -Streaming cursor of the table "tournament_stages" +Streaming cursor of the table "tournament_prizes" """ -input tournament_stages_stream_cursor_input { +input tournament_prizes_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournament_stages_stream_cursor_value_input! + initial_value: tournament_prizes_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input tournament_stages_stream_cursor_value_input { - decider_best_of: Int - default_best_of: Int - final_map_advantage: Int - groups: Int +input tournament_prizes_stream_cursor_value_input { + created_at: timestamptz id: uuid - match_options_id: uuid - max_rounds: Int - max_teams: Int - min_teams: Int order: Int - settings: jsonb - swiss_no_elimination: Boolean - third_place_match: Boolean + place: String + prize: String tournament_id: uuid - type: e_tournament_stage_types_enum } """aggregate sum on columns""" -type tournament_stages_sum_fields { - decider_best_of: Int - default_best_of: Int - final_map_advantage: Int - groups: Int - max_rounds: Int - max_teams: Int - min_teams: Int +type tournament_prizes_sum_fields { order: Int } """ -order by sum() on columns of table "tournament_stages" +order by sum() on columns of table "tournament_prizes" """ -input tournament_stages_sum_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by +input tournament_prizes_sum_order_by { order: order_by } """ -update columns of table "tournament_stages" +update columns of table "tournament_prizes" """ -enum tournament_stages_update_column { - """column name""" - decider_best_of - - """column name""" - default_best_of - - """column name""" - final_map_advantage - +enum tournament_prizes_update_column { """column name""" - groups + created_at """column name""" id - """column name""" - match_options_id - - """column name""" - max_rounds - - """column name""" - max_teams - - """column name""" - min_teams - """column name""" order """column name""" - settings - - """column name""" - swiss_no_elimination + place """column name""" - third_place_match + prize """column name""" tournament_id - - """column name""" - type } -input tournament_stages_updates { - """append existing jsonb value of filtered columns with new jsonb value""" - _append: tournament_stages_append_input - - """ - delete the field or element with specified path (for JSON arrays, negative integers count from the end) - """ - _delete_at_path: tournament_stages_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: tournament_stages_delete_elem_input - - """ - delete key/value pair or string element. key/value pairs are matched based on their key value - """ - _delete_key: tournament_stages_delete_key_input - +input tournament_prizes_updates { """increments the numeric columns with given value of the filtered values""" - _inc: tournament_stages_inc_input - - """prepend existing jsonb value of filtered columns with new jsonb value""" - _prepend: tournament_stages_prepend_input + _inc: tournament_prizes_inc_input """sets the columns of the filtered rows to the given values""" - _set: tournament_stages_set_input + _set: tournament_prizes_set_input """filter the rows which have to be updated""" - where: tournament_stages_bool_exp! + where: tournament_prizes_bool_exp! } """aggregate var_pop on columns""" -type tournament_stages_var_pop_fields { - decider_best_of: Float - default_best_of: Float - final_map_advantage: Float - groups: Float - max_rounds: Float - max_teams: Float - min_teams: Float +type tournament_prizes_var_pop_fields { order: Float } """ -order by var_pop() on columns of table "tournament_stages" +order by var_pop() on columns of table "tournament_prizes" """ -input tournament_stages_var_pop_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by +input tournament_prizes_var_pop_order_by { order: order_by } """aggregate var_samp on columns""" -type tournament_stages_var_samp_fields { - decider_best_of: Float - default_best_of: Float - final_map_advantage: Float - groups: Float - max_rounds: Float - max_teams: Float - min_teams: Float +type tournament_prizes_var_samp_fields { order: Float } """ -order by var_samp() on columns of table "tournament_stages" +order by var_samp() on columns of table "tournament_prizes" """ -input tournament_stages_var_samp_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by +input tournament_prizes_var_samp_order_by { order: order_by } """aggregate variance on columns""" -type tournament_stages_variance_fields { - decider_best_of: Float - default_best_of: Float - final_map_advantage: Float - groups: Float - max_rounds: Float - max_teams: Float - min_teams: Float +type tournament_prizes_variance_fields { order: Float } """ -order by variance() on columns of table "tournament_stages" +order by variance() on columns of table "tournament_prizes" """ -input tournament_stages_variance_order_by { - decider_best_of: order_by - default_best_of: order_by - final_map_advantage: order_by - groups: order_by - max_rounds: order_by - max_teams: order_by - min_teams: order_by +input tournament_prizes_variance_order_by { order: order_by } """ -columns and relationships of "tournament_team_invites" +columns and relationships of "tournament_stage_windows" """ -type tournament_team_invites { +type tournament_stage_windows { + closes_at: timestamptz created_at: timestamptz! + default_match_at: timestamptz id: uuid! + opens_at: timestamptz + round: Int! """An object relationship""" - invited_by: players! - invited_by_player_steam_id: bigint! - - """An object relationship""" - player: players! - steam_id: bigint! - - """An object relationship""" - team: tournament_teams! - tournament_team_id: uuid! + stage: tournament_stages! + tournament_stage_id: uuid! } """ -aggregated selection of "tournament_team_invites" +aggregated selection of "tournament_stage_windows" """ -type tournament_team_invites_aggregate { - aggregate: tournament_team_invites_aggregate_fields - nodes: [tournament_team_invites!]! +type tournament_stage_windows_aggregate { + aggregate: tournament_stage_windows_aggregate_fields + nodes: [tournament_stage_windows!]! } -input tournament_team_invites_aggregate_bool_exp { - count: tournament_team_invites_aggregate_bool_exp_count +input tournament_stage_windows_aggregate_bool_exp { + count: tournament_stage_windows_aggregate_bool_exp_count } -input tournament_team_invites_aggregate_bool_exp_count { - arguments: [tournament_team_invites_select_column!] +input tournament_stage_windows_aggregate_bool_exp_count { + arguments: [tournament_stage_windows_select_column!] distinct: Boolean - filter: tournament_team_invites_bool_exp + filter: tournament_stage_windows_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "tournament_team_invites" +aggregate fields of "tournament_stage_windows" """ -type tournament_team_invites_aggregate_fields { - avg: tournament_team_invites_avg_fields - count(columns: [tournament_team_invites_select_column!], distinct: Boolean): Int! - max: tournament_team_invites_max_fields - min: tournament_team_invites_min_fields - stddev: tournament_team_invites_stddev_fields - stddev_pop: tournament_team_invites_stddev_pop_fields - stddev_samp: tournament_team_invites_stddev_samp_fields - sum: tournament_team_invites_sum_fields - var_pop: tournament_team_invites_var_pop_fields - var_samp: tournament_team_invites_var_samp_fields - variance: tournament_team_invites_variance_fields +type tournament_stage_windows_aggregate_fields { + avg: tournament_stage_windows_avg_fields + count(columns: [tournament_stage_windows_select_column!], distinct: Boolean): Int! + max: tournament_stage_windows_max_fields + min: tournament_stage_windows_min_fields + stddev: tournament_stage_windows_stddev_fields + stddev_pop: tournament_stage_windows_stddev_pop_fields + stddev_samp: tournament_stage_windows_stddev_samp_fields + sum: tournament_stage_windows_sum_fields + var_pop: tournament_stage_windows_var_pop_fields + var_samp: tournament_stage_windows_var_samp_fields + variance: tournament_stage_windows_variance_fields } """ -order by aggregate values of table "tournament_team_invites" +order by aggregate values of table "tournament_stage_windows" """ -input tournament_team_invites_aggregate_order_by { - avg: tournament_team_invites_avg_order_by +input tournament_stage_windows_aggregate_order_by { + avg: tournament_stage_windows_avg_order_by count: order_by - max: tournament_team_invites_max_order_by - min: tournament_team_invites_min_order_by - stddev: tournament_team_invites_stddev_order_by - stddev_pop: tournament_team_invites_stddev_pop_order_by - stddev_samp: tournament_team_invites_stddev_samp_order_by - sum: tournament_team_invites_sum_order_by - var_pop: tournament_team_invites_var_pop_order_by - var_samp: tournament_team_invites_var_samp_order_by - variance: tournament_team_invites_variance_order_by + max: tournament_stage_windows_max_order_by + min: tournament_stage_windows_min_order_by + stddev: tournament_stage_windows_stddev_order_by + stddev_pop: tournament_stage_windows_stddev_pop_order_by + stddev_samp: tournament_stage_windows_stddev_samp_order_by + sum: tournament_stage_windows_sum_order_by + var_pop: tournament_stage_windows_var_pop_order_by + var_samp: tournament_stage_windows_var_samp_order_by + variance: tournament_stage_windows_variance_order_by } """ -input type for inserting array relation for remote table "tournament_team_invites" +input type for inserting array relation for remote table "tournament_stage_windows" """ -input tournament_team_invites_arr_rel_insert_input { - data: [tournament_team_invites_insert_input!]! +input tournament_stage_windows_arr_rel_insert_input { + data: [tournament_stage_windows_insert_input!]! """upsert condition""" - on_conflict: tournament_team_invites_on_conflict + on_conflict: tournament_stage_windows_on_conflict } """aggregate avg on columns""" -type tournament_team_invites_avg_fields { - invited_by_player_steam_id: Float - steam_id: Float +type tournament_stage_windows_avg_fields { + round: Float } """ -order by avg() on columns of table "tournament_team_invites" +order by avg() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_avg_order_by { - invited_by_player_steam_id: order_by - steam_id: order_by +input tournament_stage_windows_avg_order_by { + round: order_by } """ -Boolean expression to filter rows from the table "tournament_team_invites". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "tournament_stage_windows". All fields are combined with a logical 'AND'. """ -input tournament_team_invites_bool_exp { - _and: [tournament_team_invites_bool_exp!] - _not: tournament_team_invites_bool_exp - _or: [tournament_team_invites_bool_exp!] +input tournament_stage_windows_bool_exp { + _and: [tournament_stage_windows_bool_exp!] + _not: tournament_stage_windows_bool_exp + _or: [tournament_stage_windows_bool_exp!] + closes_at: timestamptz_comparison_exp created_at: timestamptz_comparison_exp + default_match_at: timestamptz_comparison_exp id: uuid_comparison_exp - invited_by: players_bool_exp - invited_by_player_steam_id: bigint_comparison_exp - player: players_bool_exp - steam_id: bigint_comparison_exp - team: tournament_teams_bool_exp - tournament_team_id: uuid_comparison_exp + opens_at: timestamptz_comparison_exp + round: Int_comparison_exp + stage: tournament_stages_bool_exp + tournament_stage_id: uuid_comparison_exp } """ -unique or primary key constraints on table "tournament_team_invites" +unique or primary key constraints on table "tournament_stage_windows" """ -enum tournament_team_invites_constraint { +enum tournament_stage_windows_constraint { """ unique or primary key constraint on columns "id" """ - tournament_team_invites_pkey + tournament_stage_windows_pkey """ - unique or primary key constraint on columns "steam_id", "tournament_team_id" + unique or primary key constraint on columns "tournament_stage_id", "round" """ - tournament_team_invites_steam_id_tournament_team_id_key + tournament_stage_windows_tournament_stage_id_round_key } """ -input type for incrementing numeric columns in table "tournament_team_invites" +input type for incrementing numeric columns in table "tournament_stage_windows" """ -input tournament_team_invites_inc_input { - invited_by_player_steam_id: bigint - steam_id: bigint +input tournament_stage_windows_inc_input { + round: Int } """ -input type for inserting data into table "tournament_team_invites" +input type for inserting data into table "tournament_stage_windows" """ -input tournament_team_invites_insert_input { +input tournament_stage_windows_insert_input { + closes_at: timestamptz created_at: timestamptz + default_match_at: timestamptz id: uuid - invited_by: players_obj_rel_insert_input - invited_by_player_steam_id: bigint - player: players_obj_rel_insert_input - steam_id: bigint - team: tournament_teams_obj_rel_insert_input - tournament_team_id: uuid + opens_at: timestamptz + round: Int + stage: tournament_stages_obj_rel_insert_input + tournament_stage_id: uuid } """aggregate max on columns""" -type tournament_team_invites_max_fields { +type tournament_stage_windows_max_fields { + closes_at: timestamptz created_at: timestamptz + default_match_at: timestamptz id: uuid - invited_by_player_steam_id: bigint - steam_id: bigint - tournament_team_id: uuid + opens_at: timestamptz + round: Int + tournament_stage_id: uuid } """ -order by max() on columns of table "tournament_team_invites" +order by max() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_max_order_by { +input tournament_stage_windows_max_order_by { + closes_at: order_by created_at: order_by + default_match_at: order_by id: order_by - invited_by_player_steam_id: order_by - steam_id: order_by - tournament_team_id: order_by + opens_at: order_by + round: order_by + tournament_stage_id: order_by } """aggregate min on columns""" -type tournament_team_invites_min_fields { +type tournament_stage_windows_min_fields { + closes_at: timestamptz created_at: timestamptz + default_match_at: timestamptz id: uuid - invited_by_player_steam_id: bigint - steam_id: bigint - tournament_team_id: uuid + opens_at: timestamptz + round: Int + tournament_stage_id: uuid } """ -order by min() on columns of table "tournament_team_invites" +order by min() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_min_order_by { +input tournament_stage_windows_min_order_by { + closes_at: order_by created_at: order_by + default_match_at: order_by id: order_by - invited_by_player_steam_id: order_by - steam_id: order_by - tournament_team_id: order_by + opens_at: order_by + round: order_by + tournament_stage_id: order_by } """ -response of any mutation on the table "tournament_team_invites" +response of any mutation on the table "tournament_stage_windows" """ -type tournament_team_invites_mutation_response { +type tournament_stage_windows_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [tournament_team_invites!]! + returning: [tournament_stage_windows!]! } """ -on_conflict condition type for table "tournament_team_invites" +on_conflict condition type for table "tournament_stage_windows" """ -input tournament_team_invites_on_conflict { - constraint: tournament_team_invites_constraint! - update_columns: [tournament_team_invites_update_column!]! = [] - where: tournament_team_invites_bool_exp +input tournament_stage_windows_on_conflict { + constraint: tournament_stage_windows_constraint! + update_columns: [tournament_stage_windows_update_column!]! = [] + where: tournament_stage_windows_bool_exp } -"""Ordering options when selecting data from "tournament_team_invites".""" -input tournament_team_invites_order_by { +"""Ordering options when selecting data from "tournament_stage_windows".""" +input tournament_stage_windows_order_by { + closes_at: order_by created_at: order_by + default_match_at: order_by id: order_by - invited_by: players_order_by - invited_by_player_steam_id: order_by - player: players_order_by - steam_id: order_by - team: tournament_teams_order_by - tournament_team_id: order_by + opens_at: order_by + round: order_by + stage: tournament_stages_order_by + tournament_stage_id: order_by } -"""primary key columns input for table: tournament_team_invites""" -input tournament_team_invites_pk_columns_input { +"""primary key columns input for table: tournament_stage_windows""" +input tournament_stage_windows_pk_columns_input { id: uuid! } """ -select columns of table "tournament_team_invites" +select columns of table "tournament_stage_windows" """ -enum tournament_team_invites_select_column { +enum tournament_stage_windows_select_column { + """column name""" + closes_at + """column name""" created_at + """column name""" + default_match_at + """column name""" id """column name""" - invited_by_player_steam_id + opens_at """column name""" - steam_id + round """column name""" - tournament_team_id + tournament_stage_id } """ -input type for updating data in table "tournament_team_invites" +input type for updating data in table "tournament_stage_windows" """ -input tournament_team_invites_set_input { +input tournament_stage_windows_set_input { + closes_at: timestamptz created_at: timestamptz + default_match_at: timestamptz id: uuid - invited_by_player_steam_id: bigint - steam_id: bigint - tournament_team_id: uuid + opens_at: timestamptz + round: Int + tournament_stage_id: uuid } """aggregate stddev on columns""" -type tournament_team_invites_stddev_fields { - invited_by_player_steam_id: Float - steam_id: Float +type tournament_stage_windows_stddev_fields { + round: Float } """ -order by stddev() on columns of table "tournament_team_invites" +order by stddev() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_stddev_order_by { - invited_by_player_steam_id: order_by - steam_id: order_by +input tournament_stage_windows_stddev_order_by { + round: order_by } """aggregate stddev_pop on columns""" -type tournament_team_invites_stddev_pop_fields { - invited_by_player_steam_id: Float - steam_id: Float +type tournament_stage_windows_stddev_pop_fields { + round: Float } """ -order by stddev_pop() on columns of table "tournament_team_invites" +order by stddev_pop() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_stddev_pop_order_by { - invited_by_player_steam_id: order_by - steam_id: order_by +input tournament_stage_windows_stddev_pop_order_by { + round: order_by } """aggregate stddev_samp on columns""" -type tournament_team_invites_stddev_samp_fields { - invited_by_player_steam_id: Float - steam_id: Float +type tournament_stage_windows_stddev_samp_fields { + round: Float } """ -order by stddev_samp() on columns of table "tournament_team_invites" +order by stddev_samp() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_stddev_samp_order_by { - invited_by_player_steam_id: order_by - steam_id: order_by +input tournament_stage_windows_stddev_samp_order_by { + round: order_by } """ -Streaming cursor of the table "tournament_team_invites" +Streaming cursor of the table "tournament_stage_windows" """ -input tournament_team_invites_stream_cursor_input { +input tournament_stage_windows_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournament_team_invites_stream_cursor_value_input! + initial_value: tournament_stage_windows_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input tournament_team_invites_stream_cursor_value_input { +input tournament_stage_windows_stream_cursor_value_input { + closes_at: timestamptz created_at: timestamptz + default_match_at: timestamptz id: uuid - invited_by_player_steam_id: bigint - steam_id: bigint - tournament_team_id: uuid + opens_at: timestamptz + round: Int + tournament_stage_id: uuid } """aggregate sum on columns""" -type tournament_team_invites_sum_fields { - invited_by_player_steam_id: bigint - steam_id: bigint +type tournament_stage_windows_sum_fields { + round: Int } """ -order by sum() on columns of table "tournament_team_invites" +order by sum() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_sum_order_by { - invited_by_player_steam_id: order_by - steam_id: order_by +input tournament_stage_windows_sum_order_by { + round: order_by } """ -update columns of table "tournament_team_invites" +update columns of table "tournament_stage_windows" """ -enum tournament_team_invites_update_column { +enum tournament_stage_windows_update_column { + """column name""" + closes_at + """column name""" created_at + """column name""" + default_match_at + """column name""" id """column name""" - invited_by_player_steam_id + opens_at """column name""" - steam_id + round """column name""" - tournament_team_id + tournament_stage_id } -input tournament_team_invites_updates { +input tournament_stage_windows_updates { """increments the numeric columns with given value of the filtered values""" - _inc: tournament_team_invites_inc_input + _inc: tournament_stage_windows_inc_input """sets the columns of the filtered rows to the given values""" - _set: tournament_team_invites_set_input + _set: tournament_stage_windows_set_input """filter the rows which have to be updated""" - where: tournament_team_invites_bool_exp! + where: tournament_stage_windows_bool_exp! } """aggregate var_pop on columns""" -type tournament_team_invites_var_pop_fields { - invited_by_player_steam_id: Float - steam_id: Float +type tournament_stage_windows_var_pop_fields { + round: Float } """ -order by var_pop() on columns of table "tournament_team_invites" +order by var_pop() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_var_pop_order_by { - invited_by_player_steam_id: order_by - steam_id: order_by +input tournament_stage_windows_var_pop_order_by { + round: order_by } """aggregate var_samp on columns""" -type tournament_team_invites_var_samp_fields { - invited_by_player_steam_id: Float - steam_id: Float +type tournament_stage_windows_var_samp_fields { + round: Float } """ -order by var_samp() on columns of table "tournament_team_invites" +order by var_samp() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_var_samp_order_by { - invited_by_player_steam_id: order_by - steam_id: order_by +input tournament_stage_windows_var_samp_order_by { + round: order_by } """aggregate variance on columns""" -type tournament_team_invites_variance_fields { - invited_by_player_steam_id: Float - steam_id: Float +type tournament_stage_windows_variance_fields { + round: Float } """ -order by variance() on columns of table "tournament_team_invites" +order by variance() on columns of table "tournament_stage_windows" """ -input tournament_team_invites_variance_order_by { - invited_by_player_steam_id: order_by - steam_id: order_by +input tournament_stage_windows_variance_order_by { + round: order_by } """ -columns and relationships of "tournament_team_roster" +columns and relationships of "tournament_stages" """ -type tournament_team_roster { +type tournament_stages { + """An array relationship""" + brackets( + """distinct select on columns""" + distinct_on: [tournament_brackets_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_brackets_order_by!] + + """filter the rows returned""" + where: tournament_brackets_bool_exp + ): [tournament_brackets!]! + + """An aggregate relationship""" + brackets_aggregate( + """distinct select on columns""" + distinct_on: [tournament_brackets_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_brackets_order_by!] + + """filter the rows returned""" + where: tournament_brackets_bool_exp + ): tournament_brackets_aggregate! + decider_best_of: Int + default_best_of: Int! + """An object relationship""" - e_team_role: e_team_roles! + e_tournament_stage_type: e_tournament_stage_types! + final_map_advantage: Int! + groups: Int + id: uuid! + match_options_id: uuid + max_rounds: Int + max_teams: Int! + min_teams: Int! """An object relationship""" - player: players! - player_steam_id: bigint! - role: e_team_roles_enum! + options: match_options + order: Int! + + """An array relationship""" + results( + """distinct select on columns""" + distinct_on: [v_team_stage_results_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v_team_stage_results_order_by!] + + """filter the rows returned""" + where: v_team_stage_results_bool_exp + ): [v_team_stage_results!]! + + """An aggregate relationship""" + results_aggregate( + """distinct select on columns""" + distinct_on: [v_team_stage_results_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v_team_stage_results_order_by!] + + """filter the rows returned""" + where: v_team_stage_results_bool_exp + ): v_team_stage_results_aggregate! + settings( + """JSON select path""" + path: String + ): jsonb + swiss_no_elimination: Boolean! + third_place_match: Boolean! """An object relationship""" tournament: tournaments! tournament_id: uuid! + type: e_tournament_stage_types_enum! - """An object relationship""" - tournament_team: tournament_teams! - tournament_team_id: uuid! + """An array relationship""" + windows( + """distinct select on columns""" + distinct_on: [tournament_stage_windows_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_stage_windows_order_by!] + + """filter the rows returned""" + where: tournament_stage_windows_bool_exp + ): [tournament_stage_windows!]! + + """An aggregate relationship""" + windows_aggregate( + """distinct select on columns""" + distinct_on: [tournament_stage_windows_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_stage_windows_order_by!] + + """filter the rows returned""" + where: tournament_stage_windows_bool_exp + ): tournament_stage_windows_aggregate! } """ -aggregated selection of "tournament_team_roster" +aggregated selection of "tournament_stages" """ -type tournament_team_roster_aggregate { - aggregate: tournament_team_roster_aggregate_fields - nodes: [tournament_team_roster!]! +type tournament_stages_aggregate { + aggregate: tournament_stages_aggregate_fields + nodes: [tournament_stages!]! } -input tournament_team_roster_aggregate_bool_exp { - count: tournament_team_roster_aggregate_bool_exp_count +input tournament_stages_aggregate_bool_exp { + bool_and: tournament_stages_aggregate_bool_exp_bool_and + bool_or: tournament_stages_aggregate_bool_exp_bool_or + count: tournament_stages_aggregate_bool_exp_count } -input tournament_team_roster_aggregate_bool_exp_count { - arguments: [tournament_team_roster_select_column!] +input tournament_stages_aggregate_bool_exp_bool_and { + arguments: tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns! distinct: Boolean - filter: tournament_team_roster_bool_exp + filter: tournament_stages_bool_exp + predicate: Boolean_comparison_exp! +} + +input tournament_stages_aggregate_bool_exp_bool_or { + arguments: tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: tournament_stages_bool_exp + predicate: Boolean_comparison_exp! +} + +input tournament_stages_aggregate_bool_exp_count { + arguments: [tournament_stages_select_column!] + distinct: Boolean + filter: tournament_stages_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "tournament_team_roster" +aggregate fields of "tournament_stages" """ -type tournament_team_roster_aggregate_fields { - avg: tournament_team_roster_avg_fields - count(columns: [tournament_team_roster_select_column!], distinct: Boolean): Int! - max: tournament_team_roster_max_fields - min: tournament_team_roster_min_fields - stddev: tournament_team_roster_stddev_fields - stddev_pop: tournament_team_roster_stddev_pop_fields - stddev_samp: tournament_team_roster_stddev_samp_fields - sum: tournament_team_roster_sum_fields - var_pop: tournament_team_roster_var_pop_fields - var_samp: tournament_team_roster_var_samp_fields - variance: tournament_team_roster_variance_fields +type tournament_stages_aggregate_fields { + avg: tournament_stages_avg_fields + count(columns: [tournament_stages_select_column!], distinct: Boolean): Int! + max: tournament_stages_max_fields + min: tournament_stages_min_fields + stddev: tournament_stages_stddev_fields + stddev_pop: tournament_stages_stddev_pop_fields + stddev_samp: tournament_stages_stddev_samp_fields + sum: tournament_stages_sum_fields + var_pop: tournament_stages_var_pop_fields + var_samp: tournament_stages_var_samp_fields + variance: tournament_stages_variance_fields } """ -order by aggregate values of table "tournament_team_roster" +order by aggregate values of table "tournament_stages" """ -input tournament_team_roster_aggregate_order_by { - avg: tournament_team_roster_avg_order_by +input tournament_stages_aggregate_order_by { + avg: tournament_stages_avg_order_by count: order_by - max: tournament_team_roster_max_order_by - min: tournament_team_roster_min_order_by - stddev: tournament_team_roster_stddev_order_by - stddev_pop: tournament_team_roster_stddev_pop_order_by - stddev_samp: tournament_team_roster_stddev_samp_order_by - sum: tournament_team_roster_sum_order_by - var_pop: tournament_team_roster_var_pop_order_by - var_samp: tournament_team_roster_var_samp_order_by - variance: tournament_team_roster_variance_order_by + max: tournament_stages_max_order_by + min: tournament_stages_min_order_by + stddev: tournament_stages_stddev_order_by + stddev_pop: tournament_stages_stddev_pop_order_by + stddev_samp: tournament_stages_stddev_samp_order_by + sum: tournament_stages_sum_order_by + var_pop: tournament_stages_var_pop_order_by + var_samp: tournament_stages_var_samp_order_by + variance: tournament_stages_variance_order_by +} + +"""append existing jsonb value of filtered columns with new jsonb value""" +input tournament_stages_append_input { + settings: jsonb } """ -input type for inserting array relation for remote table "tournament_team_roster" +input type for inserting array relation for remote table "tournament_stages" """ -input tournament_team_roster_arr_rel_insert_input { - data: [tournament_team_roster_insert_input!]! +input tournament_stages_arr_rel_insert_input { + data: [tournament_stages_insert_input!]! """upsert condition""" - on_conflict: tournament_team_roster_on_conflict + on_conflict: tournament_stages_on_conflict +} + +"""aggregate avg on columns""" +type tournament_stages_avg_fields { + decider_best_of: Float + default_best_of: Float + final_map_advantage: Float + groups: Float + max_rounds: Float + max_teams: Float + min_teams: Float + order: Float +} + +""" +order by avg() on columns of table "tournament_stages" +""" +input tournament_stages_avg_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by +} + +""" +Boolean expression to filter rows from the table "tournament_stages". All fields are combined with a logical 'AND'. +""" +input tournament_stages_bool_exp { + _and: [tournament_stages_bool_exp!] + _not: tournament_stages_bool_exp + _or: [tournament_stages_bool_exp!] + brackets: tournament_brackets_bool_exp + brackets_aggregate: tournament_brackets_aggregate_bool_exp + decider_best_of: Int_comparison_exp + default_best_of: Int_comparison_exp + e_tournament_stage_type: e_tournament_stage_types_bool_exp + final_map_advantage: Int_comparison_exp + groups: Int_comparison_exp + id: uuid_comparison_exp + match_options_id: uuid_comparison_exp + max_rounds: Int_comparison_exp + max_teams: Int_comparison_exp + min_teams: Int_comparison_exp + options: match_options_bool_exp + order: Int_comparison_exp + results: v_team_stage_results_bool_exp + results_aggregate: v_team_stage_results_aggregate_bool_exp + settings: jsonb_comparison_exp + swiss_no_elimination: Boolean_comparison_exp + third_place_match: Boolean_comparison_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp + type: e_tournament_stage_types_enum_comparison_exp + windows: tournament_stage_windows_bool_exp + windows_aggregate: tournament_stage_windows_aggregate_bool_exp } -"""aggregate avg on columns""" -type tournament_team_roster_avg_fields { - player_steam_id: Float +""" +unique or primary key constraints on table "tournament_stages" +""" +enum tournament_stages_constraint { + """ + unique or primary key constraint on columns "id" + """ + tournament_stages_pkey } """ -order by avg() on columns of table "tournament_team_roster" +delete the field or element with specified path (for JSON arrays, negative integers count from the end) """ -input tournament_team_roster_avg_order_by { - player_steam_id: order_by +input tournament_stages_delete_at_path_input { + settings: [String!] } """ -Boolean expression to filter rows from the table "tournament_team_roster". All fields are combined with a logical 'AND'. +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 tournament_team_roster_bool_exp { - _and: [tournament_team_roster_bool_exp!] - _not: tournament_team_roster_bool_exp - _or: [tournament_team_roster_bool_exp!] - e_team_role: e_team_roles_bool_exp - player: players_bool_exp - player_steam_id: bigint_comparison_exp - role: e_team_roles_enum_comparison_exp - tournament: tournaments_bool_exp - tournament_id: uuid_comparison_exp - tournament_team: tournament_teams_bool_exp - tournament_team_id: uuid_comparison_exp +input tournament_stages_delete_elem_input { + settings: Int } """ -unique or primary key constraints on table "tournament_team_roster" +delete key/value pair or string element. key/value pairs are matched based on their key value """ -enum tournament_team_roster_constraint { - """ - unique or primary key constraint on columns "player_steam_id", "tournament_id" - """ - tournament_roster_pkey - - """ - unique or primary key constraint on columns "player_steam_id", "tournament_id" - """ - tournament_roster_player_steam_id_tournament_id_key +input tournament_stages_delete_key_input { + settings: String } """ -input type for incrementing numeric columns in table "tournament_team_roster" +input type for incrementing numeric columns in table "tournament_stages" """ -input tournament_team_roster_inc_input { - player_steam_id: bigint +input tournament_stages_inc_input { + decider_best_of: Int + default_best_of: Int + final_map_advantage: Int + groups: Int + max_rounds: Int + max_teams: Int + min_teams: Int + order: Int } """ -input type for inserting data into table "tournament_team_roster" +input type for inserting data into table "tournament_stages" """ -input tournament_team_roster_insert_input { - e_team_role: e_team_roles_obj_rel_insert_input - player: players_obj_rel_insert_input - player_steam_id: bigint - role: e_team_roles_enum +input tournament_stages_insert_input { + brackets: tournament_brackets_arr_rel_insert_input + decider_best_of: Int + default_best_of: Int + e_tournament_stage_type: e_tournament_stage_types_obj_rel_insert_input + final_map_advantage: Int + groups: Int + id: uuid + match_options_id: uuid + max_rounds: Int + max_teams: Int + min_teams: Int + options: match_options_obj_rel_insert_input + order: Int + results: v_team_stage_results_arr_rel_insert_input + settings: jsonb + swiss_no_elimination: Boolean + third_place_match: Boolean tournament: tournaments_obj_rel_insert_input tournament_id: uuid - tournament_team: tournament_teams_obj_rel_insert_input - tournament_team_id: uuid + type: e_tournament_stage_types_enum + windows: tournament_stage_windows_arr_rel_insert_input } """aggregate max on columns""" -type tournament_team_roster_max_fields { - player_steam_id: bigint +type tournament_stages_max_fields { + decider_best_of: Int + default_best_of: Int + final_map_advantage: Int + groups: Int + id: uuid + match_options_id: uuid + max_rounds: Int + max_teams: Int + min_teams: Int + order: Int tournament_id: uuid - tournament_team_id: uuid } """ -order by max() on columns of table "tournament_team_roster" +order by max() on columns of table "tournament_stages" """ -input tournament_team_roster_max_order_by { - player_steam_id: order_by +input tournament_stages_max_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + id: order_by + match_options_id: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by tournament_id: order_by - tournament_team_id: order_by } """aggregate min on columns""" -type tournament_team_roster_min_fields { - player_steam_id: bigint +type tournament_stages_min_fields { + decider_best_of: Int + default_best_of: Int + final_map_advantage: Int + groups: Int + id: uuid + match_options_id: uuid + max_rounds: Int + max_teams: Int + min_teams: Int + order: Int tournament_id: uuid - tournament_team_id: uuid } """ -order by min() on columns of table "tournament_team_roster" +order by min() on columns of table "tournament_stages" """ -input tournament_team_roster_min_order_by { - player_steam_id: order_by +input tournament_stages_min_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + id: order_by + match_options_id: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by tournament_id: order_by - tournament_team_id: order_by } """ -response of any mutation on the table "tournament_team_roster" +response of any mutation on the table "tournament_stages" """ -type tournament_team_roster_mutation_response { +type tournament_stages_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [tournament_team_roster!]! + returning: [tournament_stages!]! } """ -on_conflict condition type for table "tournament_team_roster" +input type for inserting object relation for remote table "tournament_stages" """ -input tournament_team_roster_on_conflict { - constraint: tournament_team_roster_constraint! - update_columns: [tournament_team_roster_update_column!]! = [] - where: tournament_team_roster_bool_exp +input tournament_stages_obj_rel_insert_input { + data: tournament_stages_insert_input! + + """upsert condition""" + on_conflict: tournament_stages_on_conflict } -"""Ordering options when selecting data from "tournament_team_roster".""" -input tournament_team_roster_order_by { - e_team_role: e_team_roles_order_by - player: players_order_by - player_steam_id: order_by - role: order_by +""" +on_conflict condition type for table "tournament_stages" +""" +input tournament_stages_on_conflict { + constraint: tournament_stages_constraint! + update_columns: [tournament_stages_update_column!]! = [] + where: tournament_stages_bool_exp +} + +"""Ordering options when selecting data from "tournament_stages".""" +input tournament_stages_order_by { + brackets_aggregate: tournament_brackets_aggregate_order_by + decider_best_of: order_by + default_best_of: order_by + e_tournament_stage_type: e_tournament_stage_types_order_by + final_map_advantage: order_by + groups: order_by + id: order_by + match_options_id: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + options: match_options_order_by + order: order_by + results_aggregate: v_team_stage_results_aggregate_order_by + settings: order_by + swiss_no_elimination: order_by + third_place_match: order_by tournament: tournaments_order_by tournament_id: order_by - tournament_team: tournament_teams_order_by - tournament_team_id: order_by + type: order_by + windows_aggregate: tournament_stage_windows_aggregate_order_by } -"""primary key columns input for table: tournament_team_roster""" -input tournament_team_roster_pk_columns_input { - player_steam_id: bigint! - tournament_id: uuid! +"""primary key columns input for table: tournament_stages""" +input tournament_stages_pk_columns_input { + id: uuid! +} + +"""prepend existing jsonb value of filtered columns with new jsonb value""" +input tournament_stages_prepend_input { + settings: jsonb } """ -select columns of table "tournament_team_roster" +select columns of table "tournament_stages" """ -enum tournament_team_roster_select_column { +enum tournament_stages_select_column { """column name""" - player_steam_id + decider_best_of """column name""" - role + default_best_of + + """column name""" + final_map_advantage + + """column name""" + groups + + """column name""" + id + + """column name""" + match_options_id + + """column name""" + max_rounds + + """column name""" + max_teams + + """column name""" + min_teams + + """column name""" + order + + """column name""" + settings + + """column name""" + swiss_no_elimination + + """column name""" + third_place_match """column name""" tournament_id """column name""" - tournament_team_id + type } """ -input type for updating data in table "tournament_team_roster" +select "tournament_stages_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_stages" """ -input tournament_team_roster_set_input { - player_steam_id: bigint - role: e_team_roles_enum +enum tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + swiss_no_elimination + + """column name""" + third_place_match +} + +""" +select "tournament_stages_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_stages" +""" +enum tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + swiss_no_elimination + + """column name""" + third_place_match +} + +""" +input type for updating data in table "tournament_stages" +""" +input tournament_stages_set_input { + decider_best_of: Int + default_best_of: Int + final_map_advantage: Int + groups: Int + id: uuid + match_options_id: uuid + max_rounds: Int + max_teams: Int + min_teams: Int + order: Int + settings: jsonb + swiss_no_elimination: Boolean + third_place_match: Boolean tournament_id: uuid - tournament_team_id: uuid + type: e_tournament_stage_types_enum } """aggregate stddev on columns""" -type tournament_team_roster_stddev_fields { - player_steam_id: Float +type tournament_stages_stddev_fields { + decider_best_of: Float + default_best_of: Float + final_map_advantage: Float + groups: Float + max_rounds: Float + max_teams: Float + min_teams: Float + order: Float } """ -order by stddev() on columns of table "tournament_team_roster" +order by stddev() on columns of table "tournament_stages" """ -input tournament_team_roster_stddev_order_by { - player_steam_id: order_by +input tournament_stages_stddev_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by } """aggregate stddev_pop on columns""" -type tournament_team_roster_stddev_pop_fields { - player_steam_id: Float +type tournament_stages_stddev_pop_fields { + decider_best_of: Float + default_best_of: Float + final_map_advantage: Float + groups: Float + max_rounds: Float + max_teams: Float + min_teams: Float + order: Float } """ -order by stddev_pop() on columns of table "tournament_team_roster" +order by stddev_pop() on columns of table "tournament_stages" """ -input tournament_team_roster_stddev_pop_order_by { - player_steam_id: order_by +input tournament_stages_stddev_pop_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by } """aggregate stddev_samp on columns""" -type tournament_team_roster_stddev_samp_fields { - player_steam_id: Float +type tournament_stages_stddev_samp_fields { + decider_best_of: Float + default_best_of: Float + final_map_advantage: Float + groups: Float + max_rounds: Float + max_teams: Float + min_teams: Float + order: Float } """ -order by stddev_samp() on columns of table "tournament_team_roster" +order by stddev_samp() on columns of table "tournament_stages" """ -input tournament_team_roster_stddev_samp_order_by { - player_steam_id: order_by +input tournament_stages_stddev_samp_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by } """ -Streaming cursor of the table "tournament_team_roster" +Streaming cursor of the table "tournament_stages" """ -input tournament_team_roster_stream_cursor_input { +input tournament_stages_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournament_team_roster_stream_cursor_value_input! + initial_value: tournament_stages_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input tournament_team_roster_stream_cursor_value_input { - player_steam_id: bigint - role: e_team_roles_enum +input tournament_stages_stream_cursor_value_input { + decider_best_of: Int + default_best_of: Int + final_map_advantage: Int + groups: Int + id: uuid + match_options_id: uuid + max_rounds: Int + max_teams: Int + min_teams: Int + order: Int + settings: jsonb + swiss_no_elimination: Boolean + third_place_match: Boolean tournament_id: uuid - tournament_team_id: uuid + type: e_tournament_stage_types_enum } """aggregate sum on columns""" -type tournament_team_roster_sum_fields { - player_steam_id: bigint +type tournament_stages_sum_fields { + decider_best_of: Int + default_best_of: Int + final_map_advantage: Int + groups: Int + max_rounds: Int + max_teams: Int + min_teams: Int + order: Int } """ -order by sum() on columns of table "tournament_team_roster" +order by sum() on columns of table "tournament_stages" """ -input tournament_team_roster_sum_order_by { - player_steam_id: order_by +input tournament_stages_sum_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by } """ -update columns of table "tournament_team_roster" +update columns of table "tournament_stages" """ -enum tournament_team_roster_update_column { +enum tournament_stages_update_column { """column name""" - player_steam_id + decider_best_of """column name""" - role + default_best_of + + """column name""" + final_map_advantage + + """column name""" + groups + + """column name""" + id + + """column name""" + match_options_id + + """column name""" + max_rounds + + """column name""" + max_teams + + """column name""" + min_teams + + """column name""" + order + + """column name""" + settings + + """column name""" + swiss_no_elimination + + """column name""" + third_place_match """column name""" tournament_id """column name""" - tournament_team_id + type } -input tournament_team_roster_updates { +input tournament_stages_updates { + """append existing jsonb value of filtered columns with new jsonb value""" + _append: tournament_stages_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: tournament_stages_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: tournament_stages_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: tournament_stages_delete_key_input + """increments the numeric columns with given value of the filtered values""" - _inc: tournament_team_roster_inc_input + _inc: tournament_stages_inc_input + + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: tournament_stages_prepend_input """sets the columns of the filtered rows to the given values""" - _set: tournament_team_roster_set_input + _set: tournament_stages_set_input """filter the rows which have to be updated""" - where: tournament_team_roster_bool_exp! + where: tournament_stages_bool_exp! } """aggregate var_pop on columns""" -type tournament_team_roster_var_pop_fields { - player_steam_id: Float +type tournament_stages_var_pop_fields { + decider_best_of: Float + default_best_of: Float + final_map_advantage: Float + groups: Float + max_rounds: Float + max_teams: Float + min_teams: Float + order: Float } """ -order by var_pop() on columns of table "tournament_team_roster" -""" -input tournament_team_roster_var_pop_order_by { - player_steam_id: order_by +order by var_pop() on columns of table "tournament_stages" +""" +input tournament_stages_var_pop_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by } """aggregate var_samp on columns""" -type tournament_team_roster_var_samp_fields { - player_steam_id: Float +type tournament_stages_var_samp_fields { + decider_best_of: Float + default_best_of: Float + final_map_advantage: Float + groups: Float + max_rounds: Float + max_teams: Float + min_teams: Float + order: Float } """ -order by var_samp() on columns of table "tournament_team_roster" +order by var_samp() on columns of table "tournament_stages" """ -input tournament_team_roster_var_samp_order_by { - player_steam_id: order_by +input tournament_stages_var_samp_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by } """aggregate variance on columns""" -type tournament_team_roster_variance_fields { - player_steam_id: Float +type tournament_stages_variance_fields { + decider_best_of: Float + default_best_of: Float + final_map_advantage: Float + groups: Float + max_rounds: Float + max_teams: Float + min_teams: Float + order: Float } """ -order by variance() on columns of table "tournament_team_roster" +order by variance() on columns of table "tournament_stages" """ -input tournament_team_roster_variance_order_by { - player_steam_id: order_by +input tournament_stages_variance_order_by { + decider_best_of: order_by + default_best_of: order_by + final_map_advantage: order_by + groups: order_by + max_rounds: order_by + max_teams: order_by + min_teams: order_by + order: order_by } """ -columns and relationships of "tournament_teams" +columns and relationships of "tournament_team_invites" """ -type tournament_teams { - """ - A computed field, executes function "can_manage_tournament_team" - """ - can_manage: Boolean - - """An object relationship""" - captain: players - captain_steam_id: bigint +type tournament_team_invites { created_at: timestamptz! - - """An object relationship""" - creator: players! - eligible_at: timestamptz id: uuid! - """An array relationship""" - invites( - """distinct select on columns""" - distinct_on: [tournament_team_invites_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_team_invites_order_by!] - - """filter the rows returned""" - where: tournament_team_invites_bool_exp - ): [tournament_team_invites!]! - - """An aggregate relationship""" - invites_aggregate( - """distinct select on columns""" - distinct_on: [tournament_team_invites_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_team_invites_order_by!] - - """filter the rows returned""" - where: tournament_team_invites_bool_exp - ): tournament_team_invites_aggregate! - name: String - owner_steam_id: bigint! - """An object relationship""" - results: v_team_stage_results - - """An array relationship""" - roster( - """distinct select on columns""" - distinct_on: [tournament_team_roster_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_team_roster_order_by!] - - """filter the rows returned""" - where: tournament_team_roster_bool_exp - ): [tournament_team_roster!]! - - """An aggregate relationship""" - roster_aggregate( - """distinct select on columns""" - distinct_on: [tournament_team_roster_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_team_roster_order_by!] - - """filter the rows returned""" - where: tournament_team_roster_bool_exp - ): tournament_team_roster_aggregate! - seed: Int - short_name: String + invited_by: players! + invited_by_player_steam_id: bigint! """An object relationship""" - team: teams - team_id: uuid + player: players! + steam_id: bigint! """An object relationship""" - tournament: tournaments! - tournament_id: uuid! + team: tournament_teams! + tournament_team_id: uuid! } """ -aggregated selection of "tournament_teams" +aggregated selection of "tournament_team_invites" """ -type tournament_teams_aggregate { - aggregate: tournament_teams_aggregate_fields - nodes: [tournament_teams!]! +type tournament_team_invites_aggregate { + aggregate: tournament_team_invites_aggregate_fields + nodes: [tournament_team_invites!]! } -input tournament_teams_aggregate_bool_exp { - count: tournament_teams_aggregate_bool_exp_count +input tournament_team_invites_aggregate_bool_exp { + count: tournament_team_invites_aggregate_bool_exp_count } -input tournament_teams_aggregate_bool_exp_count { - arguments: [tournament_teams_select_column!] +input tournament_team_invites_aggregate_bool_exp_count { + arguments: [tournament_team_invites_select_column!] distinct: Boolean - filter: tournament_teams_bool_exp + filter: tournament_team_invites_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "tournament_teams" +aggregate fields of "tournament_team_invites" """ -type tournament_teams_aggregate_fields { - avg: tournament_teams_avg_fields - count(columns: [tournament_teams_select_column!], distinct: Boolean): Int! - max: tournament_teams_max_fields - min: tournament_teams_min_fields - stddev: tournament_teams_stddev_fields - stddev_pop: tournament_teams_stddev_pop_fields - stddev_samp: tournament_teams_stddev_samp_fields - sum: tournament_teams_sum_fields - var_pop: tournament_teams_var_pop_fields - var_samp: tournament_teams_var_samp_fields - variance: tournament_teams_variance_fields +type tournament_team_invites_aggregate_fields { + avg: tournament_team_invites_avg_fields + count(columns: [tournament_team_invites_select_column!], distinct: Boolean): Int! + max: tournament_team_invites_max_fields + min: tournament_team_invites_min_fields + stddev: tournament_team_invites_stddev_fields + stddev_pop: tournament_team_invites_stddev_pop_fields + stddev_samp: tournament_team_invites_stddev_samp_fields + sum: tournament_team_invites_sum_fields + var_pop: tournament_team_invites_var_pop_fields + var_samp: tournament_team_invites_var_samp_fields + variance: tournament_team_invites_variance_fields } """ -order by aggregate values of table "tournament_teams" +order by aggregate values of table "tournament_team_invites" """ -input tournament_teams_aggregate_order_by { - avg: tournament_teams_avg_order_by +input tournament_team_invites_aggregate_order_by { + avg: tournament_team_invites_avg_order_by count: order_by - max: tournament_teams_max_order_by - min: tournament_teams_min_order_by - stddev: tournament_teams_stddev_order_by - stddev_pop: tournament_teams_stddev_pop_order_by - stddev_samp: tournament_teams_stddev_samp_order_by - sum: tournament_teams_sum_order_by - var_pop: tournament_teams_var_pop_order_by - var_samp: tournament_teams_var_samp_order_by - variance: tournament_teams_variance_order_by + max: tournament_team_invites_max_order_by + min: tournament_team_invites_min_order_by + stddev: tournament_team_invites_stddev_order_by + stddev_pop: tournament_team_invites_stddev_pop_order_by + stddev_samp: tournament_team_invites_stddev_samp_order_by + sum: tournament_team_invites_sum_order_by + var_pop: tournament_team_invites_var_pop_order_by + var_samp: tournament_team_invites_var_samp_order_by + variance: tournament_team_invites_variance_order_by } """ -input type for inserting array relation for remote table "tournament_teams" +input type for inserting array relation for remote table "tournament_team_invites" """ -input tournament_teams_arr_rel_insert_input { - data: [tournament_teams_insert_input!]! +input tournament_team_invites_arr_rel_insert_input { + data: [tournament_team_invites_insert_input!]! """upsert condition""" - on_conflict: tournament_teams_on_conflict + on_conflict: tournament_team_invites_on_conflict } """aggregate avg on columns""" -type tournament_teams_avg_fields { - captain_steam_id: Float - owner_steam_id: Float - seed: Float +type tournament_team_invites_avg_fields { + invited_by_player_steam_id: Float + steam_id: Float } """ -order by avg() on columns of table "tournament_teams" +order by avg() on columns of table "tournament_team_invites" """ -input tournament_teams_avg_order_by { - captain_steam_id: order_by - owner_steam_id: order_by - seed: order_by +input tournament_team_invites_avg_order_by { + invited_by_player_steam_id: order_by + steam_id: order_by } """ -Boolean expression to filter rows from the table "tournament_teams". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "tournament_team_invites". All fields are combined with a logical 'AND'. """ -input tournament_teams_bool_exp { - _and: [tournament_teams_bool_exp!] - _not: tournament_teams_bool_exp - _or: [tournament_teams_bool_exp!] - can_manage: Boolean_comparison_exp - captain: players_bool_exp - captain_steam_id: bigint_comparison_exp +input tournament_team_invites_bool_exp { + _and: [tournament_team_invites_bool_exp!] + _not: tournament_team_invites_bool_exp + _or: [tournament_team_invites_bool_exp!] created_at: timestamptz_comparison_exp - creator: players_bool_exp - eligible_at: timestamptz_comparison_exp id: uuid_comparison_exp - invites: tournament_team_invites_bool_exp - invites_aggregate: tournament_team_invites_aggregate_bool_exp - name: String_comparison_exp - owner_steam_id: bigint_comparison_exp - results: v_team_stage_results_bool_exp - roster: tournament_team_roster_bool_exp - roster_aggregate: tournament_team_roster_aggregate_bool_exp - seed: Int_comparison_exp - short_name: String_comparison_exp - team: teams_bool_exp - team_id: uuid_comparison_exp - tournament: tournaments_bool_exp - tournament_id: uuid_comparison_exp + invited_by: players_bool_exp + invited_by_player_steam_id: bigint_comparison_exp + player: players_bool_exp + steam_id: bigint_comparison_exp + team: tournament_teams_bool_exp + tournament_team_id: uuid_comparison_exp } """ -unique or primary key constraints on table "tournament_teams" +unique or primary key constraints on table "tournament_team_invites" """ -enum tournament_teams_constraint { - """ - unique or primary key constraint on columns "tournament_id", "owner_steam_id" - """ - tournament_teams_creator_steam_id_tournament_id_key - +enum tournament_team_invites_constraint { """ unique or primary key constraint on columns "id" """ - tournament_teams_pkey - - """ - unique or primary key constraint on columns "tournament_id", "name" - """ - tournament_teams_tournament_id_name_key - - """ - unique or primary key constraint on columns "tournament_id", "seed" - """ - tournament_teams_tournament_id_seed_key + tournament_team_invites_pkey """ - unique or primary key constraint on columns "tournament_id", "team_id" + unique or primary key constraint on columns "steam_id", "tournament_team_id" """ - tournament_teams_tournament_id_team_id_key + tournament_team_invites_steam_id_tournament_team_id_key } """ -input type for incrementing numeric columns in table "tournament_teams" +input type for incrementing numeric columns in table "tournament_team_invites" """ -input tournament_teams_inc_input { - captain_steam_id: bigint - owner_steam_id: bigint - seed: Int +input tournament_team_invites_inc_input { + invited_by_player_steam_id: bigint + steam_id: bigint } """ -input type for inserting data into table "tournament_teams" +input type for inserting data into table "tournament_team_invites" """ -input tournament_teams_insert_input { - captain: players_obj_rel_insert_input - captain_steam_id: bigint +input tournament_team_invites_insert_input { created_at: timestamptz - creator: players_obj_rel_insert_input - eligible_at: timestamptz id: uuid - invites: tournament_team_invites_arr_rel_insert_input - name: String - owner_steam_id: bigint - results: v_team_stage_results_obj_rel_insert_input - roster: tournament_team_roster_arr_rel_insert_input - seed: Int - short_name: String - team: teams_obj_rel_insert_input - team_id: uuid - tournament: tournaments_obj_rel_insert_input - tournament_id: uuid + invited_by: players_obj_rel_insert_input + invited_by_player_steam_id: bigint + player: players_obj_rel_insert_input + steam_id: bigint + team: tournament_teams_obj_rel_insert_input + tournament_team_id: uuid } """aggregate max on columns""" -type tournament_teams_max_fields { - captain_steam_id: bigint +type tournament_team_invites_max_fields { created_at: timestamptz - eligible_at: timestamptz id: uuid - name: String - owner_steam_id: bigint - seed: Int - short_name: String - team_id: uuid - tournament_id: uuid + invited_by_player_steam_id: bigint + steam_id: bigint + tournament_team_id: uuid } """ -order by max() on columns of table "tournament_teams" +order by max() on columns of table "tournament_team_invites" """ -input tournament_teams_max_order_by { - captain_steam_id: order_by +input tournament_team_invites_max_order_by { created_at: order_by - eligible_at: order_by id: order_by - name: order_by - owner_steam_id: order_by - seed: order_by - short_name: order_by - team_id: order_by - tournament_id: order_by + invited_by_player_steam_id: order_by + steam_id: order_by + tournament_team_id: order_by } """aggregate min on columns""" -type tournament_teams_min_fields { - captain_steam_id: bigint +type tournament_team_invites_min_fields { created_at: timestamptz - eligible_at: timestamptz id: uuid - name: String - owner_steam_id: bigint - seed: Int - short_name: String - team_id: uuid - tournament_id: uuid + invited_by_player_steam_id: bigint + steam_id: bigint + tournament_team_id: uuid } """ -order by min() on columns of table "tournament_teams" +order by min() on columns of table "tournament_team_invites" """ -input tournament_teams_min_order_by { - captain_steam_id: order_by +input tournament_team_invites_min_order_by { created_at: order_by - eligible_at: order_by id: order_by - name: order_by - owner_steam_id: order_by - seed: order_by - short_name: order_by - team_id: order_by - tournament_id: order_by + invited_by_player_steam_id: order_by + steam_id: order_by + tournament_team_id: order_by } """ -response of any mutation on the table "tournament_teams" +response of any mutation on the table "tournament_team_invites" """ -type tournament_teams_mutation_response { +type tournament_team_invites_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [tournament_teams!]! -} - -""" -input type for inserting object relation for remote table "tournament_teams" -""" -input tournament_teams_obj_rel_insert_input { - data: tournament_teams_insert_input! - - """upsert condition""" - on_conflict: tournament_teams_on_conflict + returning: [tournament_team_invites!]! } """ -on_conflict condition type for table "tournament_teams" +on_conflict condition type for table "tournament_team_invites" """ -input tournament_teams_on_conflict { - constraint: tournament_teams_constraint! - update_columns: [tournament_teams_update_column!]! = [] - where: tournament_teams_bool_exp +input tournament_team_invites_on_conflict { + constraint: tournament_team_invites_constraint! + update_columns: [tournament_team_invites_update_column!]! = [] + where: tournament_team_invites_bool_exp } -"""Ordering options when selecting data from "tournament_teams".""" -input tournament_teams_order_by { - can_manage: order_by - captain: players_order_by - captain_steam_id: order_by +"""Ordering options when selecting data from "tournament_team_invites".""" +input tournament_team_invites_order_by { created_at: order_by - creator: players_order_by - eligible_at: order_by id: order_by - invites_aggregate: tournament_team_invites_aggregate_order_by - name: order_by - owner_steam_id: order_by - results: v_team_stage_results_order_by - roster_aggregate: tournament_team_roster_aggregate_order_by - seed: order_by - short_name: order_by - team: teams_order_by - team_id: order_by - tournament: tournaments_order_by - tournament_id: order_by + invited_by: players_order_by + invited_by_player_steam_id: order_by + player: players_order_by + steam_id: order_by + team: tournament_teams_order_by + tournament_team_id: order_by } -"""primary key columns input for table: tournament_teams""" -input tournament_teams_pk_columns_input { +"""primary key columns input for table: tournament_team_invites""" +input tournament_team_invites_pk_columns_input { id: uuid! } """ -select columns of table "tournament_teams" +select columns of table "tournament_team_invites" """ -enum tournament_teams_select_column { - """column name""" - captain_steam_id - +enum tournament_team_invites_select_column { """column name""" created_at - """column name""" - eligible_at - """column name""" id """column name""" - name - - """column name""" - owner_steam_id - - """column name""" - seed - - """column name""" - short_name + invited_by_player_steam_id """column name""" - team_id + steam_id """column name""" - tournament_id + tournament_team_id } """ -input type for updating data in table "tournament_teams" +input type for updating data in table "tournament_team_invites" """ -input tournament_teams_set_input { - captain_steam_id: bigint +input tournament_team_invites_set_input { created_at: timestamptz - eligible_at: timestamptz id: uuid - name: String - owner_steam_id: bigint - seed: Int - short_name: String - team_id: uuid - tournament_id: uuid + invited_by_player_steam_id: bigint + steam_id: bigint + tournament_team_id: uuid } """aggregate stddev on columns""" -type tournament_teams_stddev_fields { - captain_steam_id: Float - owner_steam_id: Float - seed: Float +type tournament_team_invites_stddev_fields { + invited_by_player_steam_id: Float + steam_id: Float } -""" -order by stddev() on columns of table "tournament_teams" -""" -input tournament_teams_stddev_order_by { - captain_steam_id: order_by - owner_steam_id: order_by - seed: order_by +""" +order by stddev() on columns of table "tournament_team_invites" +""" +input tournament_team_invites_stddev_order_by { + invited_by_player_steam_id: order_by + steam_id: order_by } """aggregate stddev_pop on columns""" -type tournament_teams_stddev_pop_fields { - captain_steam_id: Float - owner_steam_id: Float - seed: Float +type tournament_team_invites_stddev_pop_fields { + invited_by_player_steam_id: Float + steam_id: Float } """ -order by stddev_pop() on columns of table "tournament_teams" +order by stddev_pop() on columns of table "tournament_team_invites" """ -input tournament_teams_stddev_pop_order_by { - captain_steam_id: order_by - owner_steam_id: order_by - seed: order_by +input tournament_team_invites_stddev_pop_order_by { + invited_by_player_steam_id: order_by + steam_id: order_by } """aggregate stddev_samp on columns""" -type tournament_teams_stddev_samp_fields { - captain_steam_id: Float - owner_steam_id: Float - seed: Float +type tournament_team_invites_stddev_samp_fields { + invited_by_player_steam_id: Float + steam_id: Float } """ -order by stddev_samp() on columns of table "tournament_teams" +order by stddev_samp() on columns of table "tournament_team_invites" """ -input tournament_teams_stddev_samp_order_by { - captain_steam_id: order_by - owner_steam_id: order_by - seed: order_by +input tournament_team_invites_stddev_samp_order_by { + invited_by_player_steam_id: order_by + steam_id: order_by } """ -Streaming cursor of the table "tournament_teams" +Streaming cursor of the table "tournament_team_invites" """ -input tournament_teams_stream_cursor_input { +input tournament_team_invites_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournament_teams_stream_cursor_value_input! + initial_value: tournament_team_invites_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input tournament_teams_stream_cursor_value_input { - captain_steam_id: bigint +input tournament_team_invites_stream_cursor_value_input { created_at: timestamptz - eligible_at: timestamptz id: uuid - name: String - owner_steam_id: bigint - seed: Int - short_name: String - team_id: uuid - tournament_id: uuid + invited_by_player_steam_id: bigint + steam_id: bigint + tournament_team_id: uuid } """aggregate sum on columns""" -type tournament_teams_sum_fields { - captain_steam_id: bigint - owner_steam_id: bigint - seed: Int +type tournament_team_invites_sum_fields { + invited_by_player_steam_id: bigint + steam_id: bigint } """ -order by sum() on columns of table "tournament_teams" +order by sum() on columns of table "tournament_team_invites" """ -input tournament_teams_sum_order_by { - captain_steam_id: order_by - owner_steam_id: order_by - seed: order_by +input tournament_team_invites_sum_order_by { + invited_by_player_steam_id: order_by + steam_id: order_by } """ -update columns of table "tournament_teams" +update columns of table "tournament_team_invites" """ -enum tournament_teams_update_column { - """column name""" - captain_steam_id - +enum tournament_team_invites_update_column { """column name""" created_at - """column name""" - eligible_at - """column name""" id """column name""" - name - - """column name""" - owner_steam_id - - """column name""" - seed - - """column name""" - short_name + invited_by_player_steam_id """column name""" - team_id + steam_id """column name""" - tournament_id + tournament_team_id } -input tournament_teams_updates { +input tournament_team_invites_updates { """increments the numeric columns with given value of the filtered values""" - _inc: tournament_teams_inc_input + _inc: tournament_team_invites_inc_input """sets the columns of the filtered rows to the given values""" - _set: tournament_teams_set_input + _set: tournament_team_invites_set_input """filter the rows which have to be updated""" - where: tournament_teams_bool_exp! + where: tournament_team_invites_bool_exp! } """aggregate var_pop on columns""" -type tournament_teams_var_pop_fields { - captain_steam_id: Float - owner_steam_id: Float - seed: Float +type tournament_team_invites_var_pop_fields { + invited_by_player_steam_id: Float + steam_id: Float } """ -order by var_pop() on columns of table "tournament_teams" +order by var_pop() on columns of table "tournament_team_invites" """ -input tournament_teams_var_pop_order_by { - captain_steam_id: order_by - owner_steam_id: order_by - seed: order_by +input tournament_team_invites_var_pop_order_by { + invited_by_player_steam_id: order_by + steam_id: order_by } """aggregate var_samp on columns""" -type tournament_teams_var_samp_fields { - captain_steam_id: Float - owner_steam_id: Float - seed: Float +type tournament_team_invites_var_samp_fields { + invited_by_player_steam_id: Float + steam_id: Float } """ -order by var_samp() on columns of table "tournament_teams" +order by var_samp() on columns of table "tournament_team_invites" """ -input tournament_teams_var_samp_order_by { - captain_steam_id: order_by - owner_steam_id: order_by - seed: order_by +input tournament_team_invites_var_samp_order_by { + invited_by_player_steam_id: order_by + steam_id: order_by } """aggregate variance on columns""" -type tournament_teams_variance_fields { - captain_steam_id: Float - owner_steam_id: Float - seed: Float +type tournament_team_invites_variance_fields { + invited_by_player_steam_id: Float + steam_id: Float } """ -order by variance() on columns of table "tournament_teams" +order by variance() on columns of table "tournament_team_invites" """ -input tournament_teams_variance_order_by { - captain_steam_id: order_by - owner_steam_id: order_by - seed: order_by +input tournament_team_invites_variance_order_by { + invited_by_player_steam_id: order_by + steam_id: order_by } """ -columns and relationships of "tournament_trophies" +columns and relationships of "tournament_team_roster" """ -type tournament_trophies { - created_at: timestamptz! - id: uuid! - manual: Boolean! - placement: Int! - placement_tier: String - +type tournament_team_roster { """An object relationship""" - player: players - player_steam_id: bigint + e_team_role: e_team_roles! """An object relationship""" - team: teams - team_id: uuid + player: players! + player_steam_id: bigint! + role: e_team_roles_enum! """An object relationship""" tournament: tournaments! @@ -97242,298 +99121,215 @@ type tournament_trophies { """An object relationship""" tournament_team: tournament_teams! tournament_team_id: uuid! - - """An object relationship""" - trophy_config: tournament_trophy_configs } """ -aggregated selection of "tournament_trophies" +aggregated selection of "tournament_team_roster" """ -type tournament_trophies_aggregate { - aggregate: tournament_trophies_aggregate_fields - nodes: [tournament_trophies!]! -} - -input tournament_trophies_aggregate_bool_exp { - bool_and: tournament_trophies_aggregate_bool_exp_bool_and - bool_or: tournament_trophies_aggregate_bool_exp_bool_or - count: tournament_trophies_aggregate_bool_exp_count -} - -input tournament_trophies_aggregate_bool_exp_bool_and { - arguments: tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: tournament_trophies_bool_exp - predicate: Boolean_comparison_exp! +type tournament_team_roster_aggregate { + aggregate: tournament_team_roster_aggregate_fields + nodes: [tournament_team_roster!]! } -input tournament_trophies_aggregate_bool_exp_bool_or { - arguments: tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: tournament_trophies_bool_exp - predicate: Boolean_comparison_exp! +input tournament_team_roster_aggregate_bool_exp { + count: tournament_team_roster_aggregate_bool_exp_count } -input tournament_trophies_aggregate_bool_exp_count { - arguments: [tournament_trophies_select_column!] +input tournament_team_roster_aggregate_bool_exp_count { + arguments: [tournament_team_roster_select_column!] distinct: Boolean - filter: tournament_trophies_bool_exp + filter: tournament_team_roster_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "tournament_trophies" +aggregate fields of "tournament_team_roster" """ -type tournament_trophies_aggregate_fields { - avg: tournament_trophies_avg_fields - count(columns: [tournament_trophies_select_column!], distinct: Boolean): Int! - max: tournament_trophies_max_fields - min: tournament_trophies_min_fields - stddev: tournament_trophies_stddev_fields - stddev_pop: tournament_trophies_stddev_pop_fields - stddev_samp: tournament_trophies_stddev_samp_fields - sum: tournament_trophies_sum_fields - var_pop: tournament_trophies_var_pop_fields - var_samp: tournament_trophies_var_samp_fields - variance: tournament_trophies_variance_fields +type tournament_team_roster_aggregate_fields { + avg: tournament_team_roster_avg_fields + count(columns: [tournament_team_roster_select_column!], distinct: Boolean): Int! + max: tournament_team_roster_max_fields + min: tournament_team_roster_min_fields + stddev: tournament_team_roster_stddev_fields + stddev_pop: tournament_team_roster_stddev_pop_fields + stddev_samp: tournament_team_roster_stddev_samp_fields + sum: tournament_team_roster_sum_fields + var_pop: tournament_team_roster_var_pop_fields + var_samp: tournament_team_roster_var_samp_fields + variance: tournament_team_roster_variance_fields } """ -order by aggregate values of table "tournament_trophies" +order by aggregate values of table "tournament_team_roster" """ -input tournament_trophies_aggregate_order_by { - avg: tournament_trophies_avg_order_by +input tournament_team_roster_aggregate_order_by { + avg: tournament_team_roster_avg_order_by count: order_by - max: tournament_trophies_max_order_by - min: tournament_trophies_min_order_by - stddev: tournament_trophies_stddev_order_by - stddev_pop: tournament_trophies_stddev_pop_order_by - stddev_samp: tournament_trophies_stddev_samp_order_by - sum: tournament_trophies_sum_order_by - var_pop: tournament_trophies_var_pop_order_by - var_samp: tournament_trophies_var_samp_order_by - variance: tournament_trophies_variance_order_by + max: tournament_team_roster_max_order_by + min: tournament_team_roster_min_order_by + stddev: tournament_team_roster_stddev_order_by + stddev_pop: tournament_team_roster_stddev_pop_order_by + stddev_samp: tournament_team_roster_stddev_samp_order_by + sum: tournament_team_roster_sum_order_by + var_pop: tournament_team_roster_var_pop_order_by + var_samp: tournament_team_roster_var_samp_order_by + variance: tournament_team_roster_variance_order_by } """ -input type for inserting array relation for remote table "tournament_trophies" +input type for inserting array relation for remote table "tournament_team_roster" """ -input tournament_trophies_arr_rel_insert_input { - data: [tournament_trophies_insert_input!]! +input tournament_team_roster_arr_rel_insert_input { + data: [tournament_team_roster_insert_input!]! """upsert condition""" - on_conflict: tournament_trophies_on_conflict + on_conflict: tournament_team_roster_on_conflict } """aggregate avg on columns""" -type tournament_trophies_avg_fields { - placement: Float +type tournament_team_roster_avg_fields { player_steam_id: Float } """ -order by avg() on columns of table "tournament_trophies" +order by avg() on columns of table "tournament_team_roster" """ -input tournament_trophies_avg_order_by { - placement: order_by +input tournament_team_roster_avg_order_by { player_steam_id: order_by } """ -Boolean expression to filter rows from the table "tournament_trophies". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "tournament_team_roster". All fields are combined with a logical 'AND'. """ -input tournament_trophies_bool_exp { - _and: [tournament_trophies_bool_exp!] - _not: tournament_trophies_bool_exp - _or: [tournament_trophies_bool_exp!] - created_at: timestamptz_comparison_exp - id: uuid_comparison_exp - manual: Boolean_comparison_exp - placement: Int_comparison_exp - placement_tier: String_comparison_exp +input tournament_team_roster_bool_exp { + _and: [tournament_team_roster_bool_exp!] + _not: tournament_team_roster_bool_exp + _or: [tournament_team_roster_bool_exp!] + e_team_role: e_team_roles_bool_exp player: players_bool_exp player_steam_id: bigint_comparison_exp - team: teams_bool_exp - team_id: uuid_comparison_exp + role: e_team_roles_enum_comparison_exp tournament: tournaments_bool_exp tournament_id: uuid_comparison_exp tournament_team: tournament_teams_bool_exp tournament_team_id: uuid_comparison_exp - trophy_config: tournament_trophy_configs_bool_exp } """ -unique or primary key constraints on table "tournament_trophies" +unique or primary key constraints on table "tournament_team_roster" """ -enum tournament_trophies_constraint { - """ - unique or primary key constraint on columns "tournament_id" - """ - tournament_trophies_one_mvp_per_tournament - - """ - unique or primary key constraint on columns "id" - """ - tournament_trophies_pkey - +enum tournament_team_roster_constraint { """ - unique or primary key constraint on columns "player_steam_id", "placement", "tournament_team_id", "tournament_id" + unique or primary key constraint on columns "player_steam_id", "tournament_id" """ - tournament_trophies_player_recipient_key + tournament_roster_pkey """ - unique or primary key constraint on columns "placement", "tournament_team_id", "tournament_id", "team_id" + unique or primary key constraint on columns "player_steam_id", "tournament_id" """ - tournament_trophies_team_recipient_key + tournament_roster_player_steam_id_tournament_id_key } """ -input type for incrementing numeric columns in table "tournament_trophies" +input type for incrementing numeric columns in table "tournament_team_roster" """ -input tournament_trophies_inc_input { - placement: Int +input tournament_team_roster_inc_input { player_steam_id: bigint } """ -input type for inserting data into table "tournament_trophies" +input type for inserting data into table "tournament_team_roster" """ -input tournament_trophies_insert_input { - created_at: timestamptz - id: uuid - manual: Boolean - placement: Int +input tournament_team_roster_insert_input { + e_team_role: e_team_roles_obj_rel_insert_input player: players_obj_rel_insert_input player_steam_id: bigint - team: teams_obj_rel_insert_input - team_id: uuid + role: e_team_roles_enum tournament: tournaments_obj_rel_insert_input tournament_id: uuid tournament_team: tournament_teams_obj_rel_insert_input tournament_team_id: uuid - trophy_config: tournament_trophy_configs_obj_rel_insert_input } """aggregate max on columns""" -type tournament_trophies_max_fields { - created_at: timestamptz - id: uuid - placement: Int - placement_tier: String +type tournament_team_roster_max_fields { player_steam_id: bigint - team_id: uuid tournament_id: uuid tournament_team_id: uuid } """ -order by max() on columns of table "tournament_trophies" +order by max() on columns of table "tournament_team_roster" """ -input tournament_trophies_max_order_by { - created_at: order_by - id: order_by - placement: order_by - placement_tier: order_by +input tournament_team_roster_max_order_by { player_steam_id: order_by - team_id: order_by tournament_id: order_by tournament_team_id: order_by } """aggregate min on columns""" -type tournament_trophies_min_fields { - created_at: timestamptz - id: uuid - placement: Int - placement_tier: String +type tournament_team_roster_min_fields { player_steam_id: bigint - team_id: uuid tournament_id: uuid tournament_team_id: uuid } """ -order by min() on columns of table "tournament_trophies" +order by min() on columns of table "tournament_team_roster" """ -input tournament_trophies_min_order_by { - created_at: order_by - id: order_by - placement: order_by - placement_tier: order_by +input tournament_team_roster_min_order_by { player_steam_id: order_by - team_id: order_by tournament_id: order_by tournament_team_id: order_by } """ -response of any mutation on the table "tournament_trophies" +response of any mutation on the table "tournament_team_roster" """ -type tournament_trophies_mutation_response { +type tournament_team_roster_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [tournament_trophies!]! + returning: [tournament_team_roster!]! } """ -on_conflict condition type for table "tournament_trophies" +on_conflict condition type for table "tournament_team_roster" """ -input tournament_trophies_on_conflict { - constraint: tournament_trophies_constraint! - update_columns: [tournament_trophies_update_column!]! = [] - where: tournament_trophies_bool_exp +input tournament_team_roster_on_conflict { + constraint: tournament_team_roster_constraint! + update_columns: [tournament_team_roster_update_column!]! = [] + where: tournament_team_roster_bool_exp } -"""Ordering options when selecting data from "tournament_trophies".""" -input tournament_trophies_order_by { - created_at: order_by - id: order_by - manual: order_by - placement: order_by - placement_tier: order_by +"""Ordering options when selecting data from "tournament_team_roster".""" +input tournament_team_roster_order_by { + e_team_role: e_team_roles_order_by player: players_order_by player_steam_id: order_by - team: teams_order_by - team_id: order_by + role: order_by tournament: tournaments_order_by tournament_id: order_by tournament_team: tournament_teams_order_by tournament_team_id: order_by - trophy_config: tournament_trophy_configs_order_by } -"""primary key columns input for table: tournament_trophies""" -input tournament_trophies_pk_columns_input { - id: uuid! +"""primary key columns input for table: tournament_team_roster""" +input tournament_team_roster_pk_columns_input { + player_steam_id: bigint! + tournament_id: uuid! } """ -select columns of table "tournament_trophies" +select columns of table "tournament_team_roster" """ -enum tournament_trophies_select_column { - """column name""" - created_at - - """column name""" - id - - """column name""" - manual - - """column name""" - placement - - """column name""" - placement_tier - +enum tournament_team_roster_select_column { """column name""" player_steam_id """column name""" - team_id + role """column name""" tournament_id @@ -97543,136 +99339,91 @@ enum tournament_trophies_select_column { } """ -select "tournament_trophies_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_trophies" -""" -enum tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_and_arguments_columns { - """column name""" - manual -} - -""" -select "tournament_trophies_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_trophies" -""" -enum tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_or_arguments_columns { - """column name""" - manual -} - -""" -input type for updating data in table "tournament_trophies" +input type for updating data in table "tournament_team_roster" """ -input tournament_trophies_set_input { - created_at: timestamptz - id: uuid - manual: Boolean - placement: Int +input tournament_team_roster_set_input { player_steam_id: bigint - team_id: uuid + role: e_team_roles_enum tournament_id: uuid tournament_team_id: uuid } """aggregate stddev on columns""" -type tournament_trophies_stddev_fields { - placement: Float +type tournament_team_roster_stddev_fields { player_steam_id: Float } """ -order by stddev() on columns of table "tournament_trophies" +order by stddev() on columns of table "tournament_team_roster" """ -input tournament_trophies_stddev_order_by { - placement: order_by +input tournament_team_roster_stddev_order_by { player_steam_id: order_by } """aggregate stddev_pop on columns""" -type tournament_trophies_stddev_pop_fields { - placement: Float +type tournament_team_roster_stddev_pop_fields { player_steam_id: Float } """ -order by stddev_pop() on columns of table "tournament_trophies" +order by stddev_pop() on columns of table "tournament_team_roster" """ -input tournament_trophies_stddev_pop_order_by { - placement: order_by +input tournament_team_roster_stddev_pop_order_by { player_steam_id: order_by } """aggregate stddev_samp on columns""" -type tournament_trophies_stddev_samp_fields { - placement: Float +type tournament_team_roster_stddev_samp_fields { player_steam_id: Float } """ -order by stddev_samp() on columns of table "tournament_trophies" +order by stddev_samp() on columns of table "tournament_team_roster" """ -input tournament_trophies_stddev_samp_order_by { - placement: order_by +input tournament_team_roster_stddev_samp_order_by { player_steam_id: order_by } """ -Streaming cursor of the table "tournament_trophies" +Streaming cursor of the table "tournament_team_roster" """ -input tournament_trophies_stream_cursor_input { +input tournament_team_roster_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournament_trophies_stream_cursor_value_input! + initial_value: tournament_team_roster_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input tournament_trophies_stream_cursor_value_input { - created_at: timestamptz - id: uuid - manual: Boolean - placement: Int - placement_tier: String +input tournament_team_roster_stream_cursor_value_input { player_steam_id: bigint - team_id: uuid + role: e_team_roles_enum tournament_id: uuid tournament_team_id: uuid } """aggregate sum on columns""" -type tournament_trophies_sum_fields { - placement: Int +type tournament_team_roster_sum_fields { player_steam_id: bigint } """ -order by sum() on columns of table "tournament_trophies" +order by sum() on columns of table "tournament_team_roster" """ -input tournament_trophies_sum_order_by { - placement: order_by +input tournament_team_roster_sum_order_by { player_steam_id: order_by } """ -update columns of table "tournament_trophies" +update columns of table "tournament_team_roster" """ -enum tournament_trophies_update_column { - """column name""" - created_at - - """column name""" - id - - """column name""" - manual - - """column name""" - placement - +enum tournament_team_roster_update_column { """column name""" player_steam_id """column name""" - team_id + role """column name""" tournament_id @@ -97681,511 +99432,679 @@ enum tournament_trophies_update_column { tournament_team_id } -input tournament_trophies_updates { +input tournament_team_roster_updates { """increments the numeric columns with given value of the filtered values""" - _inc: tournament_trophies_inc_input + _inc: tournament_team_roster_inc_input """sets the columns of the filtered rows to the given values""" - _set: tournament_trophies_set_input + _set: tournament_team_roster_set_input """filter the rows which have to be updated""" - where: tournament_trophies_bool_exp! + where: tournament_team_roster_bool_exp! } """aggregate var_pop on columns""" -type tournament_trophies_var_pop_fields { - placement: Float +type tournament_team_roster_var_pop_fields { player_steam_id: Float } """ -order by var_pop() on columns of table "tournament_trophies" +order by var_pop() on columns of table "tournament_team_roster" """ -input tournament_trophies_var_pop_order_by { - placement: order_by +input tournament_team_roster_var_pop_order_by { player_steam_id: order_by } """aggregate var_samp on columns""" -type tournament_trophies_var_samp_fields { - placement: Float +type tournament_team_roster_var_samp_fields { player_steam_id: Float } """ -order by var_samp() on columns of table "tournament_trophies" +order by var_samp() on columns of table "tournament_team_roster" """ -input tournament_trophies_var_samp_order_by { - placement: order_by +input tournament_team_roster_var_samp_order_by { player_steam_id: order_by } """aggregate variance on columns""" -type tournament_trophies_variance_fields { - placement: Float +type tournament_team_roster_variance_fields { player_steam_id: Float } """ -order by variance() on columns of table "tournament_trophies" +order by variance() on columns of table "tournament_team_roster" """ -input tournament_trophies_variance_order_by { - placement: order_by +input tournament_team_roster_variance_order_by { player_steam_id: order_by } -""" -columns and relationships of "tournament_trophy_configs" -""" -type tournament_trophy_configs { - created_at: timestamptz! - custom_name: String - id: uuid! - image_url: String - placement: Int! - silhouette: Int +""" +columns and relationships of "tournament_teams" +""" +type tournament_teams { + """ + A computed field, executes function "can_manage_tournament_team" + """ + can_manage: Boolean + + """An object relationship""" + captain: players + captain_steam_id: bigint + created_at: timestamptz! + + """An object relationship""" + creator: players! + eligible_at: timestamptz + id: uuid! + + """An array relationship""" + invites( + """distinct select on columns""" + distinct_on: [tournament_team_invites_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_team_invites_order_by!] + + """filter the rows returned""" + where: tournament_team_invites_bool_exp + ): [tournament_team_invites!]! + + """An aggregate relationship""" + invites_aggregate( + """distinct select on columns""" + distinct_on: [tournament_team_invites_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_team_invites_order_by!] + + """filter the rows returned""" + where: tournament_team_invites_bool_exp + ): tournament_team_invites_aggregate! + name: String + owner_steam_id: bigint! + + """An object relationship""" + results: v_team_stage_results + + """An array relationship""" + roster( + """distinct select on columns""" + distinct_on: [tournament_team_roster_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_team_roster_order_by!] + + """filter the rows returned""" + where: tournament_team_roster_bool_exp + ): [tournament_team_roster!]! + + """An aggregate relationship""" + roster_aggregate( + """distinct select on columns""" + distinct_on: [tournament_team_roster_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_team_roster_order_by!] + + """filter the rows returned""" + where: tournament_team_roster_bool_exp + ): tournament_team_roster_aggregate! + seed: Int + short_name: String + + """An object relationship""" + team: teams + team_id: uuid """An object relationship""" tournament: tournaments! tournament_id: uuid! - updated_at: timestamptz! } """ -aggregated selection of "tournament_trophy_configs" +aggregated selection of "tournament_teams" """ -type tournament_trophy_configs_aggregate { - aggregate: tournament_trophy_configs_aggregate_fields - nodes: [tournament_trophy_configs!]! +type tournament_teams_aggregate { + aggregate: tournament_teams_aggregate_fields + nodes: [tournament_teams!]! } -input tournament_trophy_configs_aggregate_bool_exp { - count: tournament_trophy_configs_aggregate_bool_exp_count +input tournament_teams_aggregate_bool_exp { + count: tournament_teams_aggregate_bool_exp_count } -input tournament_trophy_configs_aggregate_bool_exp_count { - arguments: [tournament_trophy_configs_select_column!] +input tournament_teams_aggregate_bool_exp_count { + arguments: [tournament_teams_select_column!] distinct: Boolean - filter: tournament_trophy_configs_bool_exp + filter: tournament_teams_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "tournament_trophy_configs" +aggregate fields of "tournament_teams" """ -type tournament_trophy_configs_aggregate_fields { - avg: tournament_trophy_configs_avg_fields - count(columns: [tournament_trophy_configs_select_column!], distinct: Boolean): Int! - max: tournament_trophy_configs_max_fields - min: tournament_trophy_configs_min_fields - stddev: tournament_trophy_configs_stddev_fields - stddev_pop: tournament_trophy_configs_stddev_pop_fields - stddev_samp: tournament_trophy_configs_stddev_samp_fields - sum: tournament_trophy_configs_sum_fields - var_pop: tournament_trophy_configs_var_pop_fields - var_samp: tournament_trophy_configs_var_samp_fields - variance: tournament_trophy_configs_variance_fields +type tournament_teams_aggregate_fields { + avg: tournament_teams_avg_fields + count(columns: [tournament_teams_select_column!], distinct: Boolean): Int! + max: tournament_teams_max_fields + min: tournament_teams_min_fields + stddev: tournament_teams_stddev_fields + stddev_pop: tournament_teams_stddev_pop_fields + stddev_samp: tournament_teams_stddev_samp_fields + sum: tournament_teams_sum_fields + var_pop: tournament_teams_var_pop_fields + var_samp: tournament_teams_var_samp_fields + variance: tournament_teams_variance_fields } """ -order by aggregate values of table "tournament_trophy_configs" +order by aggregate values of table "tournament_teams" """ -input tournament_trophy_configs_aggregate_order_by { - avg: tournament_trophy_configs_avg_order_by +input tournament_teams_aggregate_order_by { + avg: tournament_teams_avg_order_by count: order_by - max: tournament_trophy_configs_max_order_by - min: tournament_trophy_configs_min_order_by - stddev: tournament_trophy_configs_stddev_order_by - stddev_pop: tournament_trophy_configs_stddev_pop_order_by - stddev_samp: tournament_trophy_configs_stddev_samp_order_by - sum: tournament_trophy_configs_sum_order_by - var_pop: tournament_trophy_configs_var_pop_order_by - var_samp: tournament_trophy_configs_var_samp_order_by - variance: tournament_trophy_configs_variance_order_by + max: tournament_teams_max_order_by + min: tournament_teams_min_order_by + stddev: tournament_teams_stddev_order_by + stddev_pop: tournament_teams_stddev_pop_order_by + stddev_samp: tournament_teams_stddev_samp_order_by + sum: tournament_teams_sum_order_by + var_pop: tournament_teams_var_pop_order_by + var_samp: tournament_teams_var_samp_order_by + variance: tournament_teams_variance_order_by } """ -input type for inserting array relation for remote table "tournament_trophy_configs" +input type for inserting array relation for remote table "tournament_teams" """ -input tournament_trophy_configs_arr_rel_insert_input { - data: [tournament_trophy_configs_insert_input!]! +input tournament_teams_arr_rel_insert_input { + data: [tournament_teams_insert_input!]! """upsert condition""" - on_conflict: tournament_trophy_configs_on_conflict + on_conflict: tournament_teams_on_conflict } """aggregate avg on columns""" -type tournament_trophy_configs_avg_fields { - placement: Float - silhouette: Float +type tournament_teams_avg_fields { + captain_steam_id: Float + owner_steam_id: Float + seed: Float } """ -order by avg() on columns of table "tournament_trophy_configs" +order by avg() on columns of table "tournament_teams" """ -input tournament_trophy_configs_avg_order_by { - placement: order_by - silhouette: order_by +input tournament_teams_avg_order_by { + captain_steam_id: order_by + owner_steam_id: order_by + seed: order_by } """ -Boolean expression to filter rows from the table "tournament_trophy_configs". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "tournament_teams". All fields are combined with a logical 'AND'. """ -input tournament_trophy_configs_bool_exp { - _and: [tournament_trophy_configs_bool_exp!] - _not: tournament_trophy_configs_bool_exp - _or: [tournament_trophy_configs_bool_exp!] +input tournament_teams_bool_exp { + _and: [tournament_teams_bool_exp!] + _not: tournament_teams_bool_exp + _or: [tournament_teams_bool_exp!] + can_manage: Boolean_comparison_exp + captain: players_bool_exp + captain_steam_id: bigint_comparison_exp created_at: timestamptz_comparison_exp - custom_name: String_comparison_exp + creator: players_bool_exp + eligible_at: timestamptz_comparison_exp id: uuid_comparison_exp - image_url: String_comparison_exp - placement: Int_comparison_exp - silhouette: Int_comparison_exp + invites: tournament_team_invites_bool_exp + invites_aggregate: tournament_team_invites_aggregate_bool_exp + name: String_comparison_exp + owner_steam_id: bigint_comparison_exp + results: v_team_stage_results_bool_exp + roster: tournament_team_roster_bool_exp + roster_aggregate: tournament_team_roster_aggregate_bool_exp + seed: Int_comparison_exp + short_name: String_comparison_exp + team: teams_bool_exp + team_id: uuid_comparison_exp tournament: tournaments_bool_exp tournament_id: uuid_comparison_exp - updated_at: timestamptz_comparison_exp } """ -unique or primary key constraints on table "tournament_trophy_configs" +unique or primary key constraints on table "tournament_teams" """ -enum tournament_trophy_configs_constraint { +enum tournament_teams_constraint { + """ + unique or primary key constraint on columns "tournament_id", "owner_steam_id" + """ + tournament_teams_creator_steam_id_tournament_id_key + """ unique or primary key constraint on columns "id" """ - tournament_trophy_configs_pkey + tournament_teams_pkey """ - unique or primary key constraint on columns "placement", "tournament_id" + unique or primary key constraint on columns "tournament_id", "name" + """ + tournament_teams_tournament_id_name_key + + """ + unique or primary key constraint on columns "tournament_id", "seed" + """ + tournament_teams_tournament_id_seed_key + """ - tournament_trophy_configs_tournament_id_placement_key + unique or primary key constraint on columns "tournament_id", "team_id" + """ + tournament_teams_tournament_id_team_id_key } """ -input type for incrementing numeric columns in table "tournament_trophy_configs" +input type for incrementing numeric columns in table "tournament_teams" """ -input tournament_trophy_configs_inc_input { - placement: Int - silhouette: Int +input tournament_teams_inc_input { + captain_steam_id: bigint + owner_steam_id: bigint + seed: Int } """ -input type for inserting data into table "tournament_trophy_configs" +input type for inserting data into table "tournament_teams" """ -input tournament_trophy_configs_insert_input { +input tournament_teams_insert_input { + captain: players_obj_rel_insert_input + captain_steam_id: bigint created_at: timestamptz - custom_name: String + creator: players_obj_rel_insert_input + eligible_at: timestamptz id: uuid - image_url: String - placement: Int - silhouette: Int + invites: tournament_team_invites_arr_rel_insert_input + name: String + owner_steam_id: bigint + results: v_team_stage_results_obj_rel_insert_input + roster: tournament_team_roster_arr_rel_insert_input + seed: Int + short_name: String + team: teams_obj_rel_insert_input + team_id: uuid tournament: tournaments_obj_rel_insert_input tournament_id: uuid - updated_at: timestamptz } """aggregate max on columns""" -type tournament_trophy_configs_max_fields { +type tournament_teams_max_fields { + captain_steam_id: bigint created_at: timestamptz - custom_name: String + eligible_at: timestamptz id: uuid - image_url: String - placement: Int - silhouette: Int + name: String + owner_steam_id: bigint + seed: Int + short_name: String + team_id: uuid tournament_id: uuid - updated_at: timestamptz } """ -order by max() on columns of table "tournament_trophy_configs" +order by max() on columns of table "tournament_teams" """ -input tournament_trophy_configs_max_order_by { +input tournament_teams_max_order_by { + captain_steam_id: order_by created_at: order_by - custom_name: order_by + eligible_at: order_by id: order_by - image_url: order_by - placement: order_by - silhouette: order_by + name: order_by + owner_steam_id: order_by + seed: order_by + short_name: order_by + team_id: order_by tournament_id: order_by - updated_at: order_by } """aggregate min on columns""" -type tournament_trophy_configs_min_fields { +type tournament_teams_min_fields { + captain_steam_id: bigint created_at: timestamptz - custom_name: String + eligible_at: timestamptz id: uuid - image_url: String - placement: Int - silhouette: Int + name: String + owner_steam_id: bigint + seed: Int + short_name: String + team_id: uuid tournament_id: uuid - updated_at: timestamptz } """ -order by min() on columns of table "tournament_trophy_configs" +order by min() on columns of table "tournament_teams" """ -input tournament_trophy_configs_min_order_by { +input tournament_teams_min_order_by { + captain_steam_id: order_by created_at: order_by - custom_name: order_by + eligible_at: order_by id: order_by - image_url: order_by - placement: order_by - silhouette: order_by + name: order_by + owner_steam_id: order_by + seed: order_by + short_name: order_by + team_id: order_by tournament_id: order_by - updated_at: order_by } """ -response of any mutation on the table "tournament_trophy_configs" +response of any mutation on the table "tournament_teams" """ -type tournament_trophy_configs_mutation_response { +type tournament_teams_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [tournament_trophy_configs!]! + returning: [tournament_teams!]! } """ -input type for inserting object relation for remote table "tournament_trophy_configs" +input type for inserting object relation for remote table "tournament_teams" """ -input tournament_trophy_configs_obj_rel_insert_input { - data: tournament_trophy_configs_insert_input! +input tournament_teams_obj_rel_insert_input { + data: tournament_teams_insert_input! """upsert condition""" - on_conflict: tournament_trophy_configs_on_conflict + on_conflict: tournament_teams_on_conflict } """ -on_conflict condition type for table "tournament_trophy_configs" +on_conflict condition type for table "tournament_teams" """ -input tournament_trophy_configs_on_conflict { - constraint: tournament_trophy_configs_constraint! - update_columns: [tournament_trophy_configs_update_column!]! = [] - where: tournament_trophy_configs_bool_exp +input tournament_teams_on_conflict { + constraint: tournament_teams_constraint! + update_columns: [tournament_teams_update_column!]! = [] + where: tournament_teams_bool_exp } -"""Ordering options when selecting data from "tournament_trophy_configs".""" -input tournament_trophy_configs_order_by { +"""Ordering options when selecting data from "tournament_teams".""" +input tournament_teams_order_by { + can_manage: order_by + captain: players_order_by + captain_steam_id: order_by created_at: order_by - custom_name: order_by + creator: players_order_by + eligible_at: order_by id: order_by - image_url: order_by - placement: order_by - silhouette: order_by + invites_aggregate: tournament_team_invites_aggregate_order_by + name: order_by + owner_steam_id: order_by + results: v_team_stage_results_order_by + roster_aggregate: tournament_team_roster_aggregate_order_by + seed: order_by + short_name: order_by + team: teams_order_by + team_id: order_by tournament: tournaments_order_by tournament_id: order_by - updated_at: order_by } -"""primary key columns input for table: tournament_trophy_configs""" -input tournament_trophy_configs_pk_columns_input { +"""primary key columns input for table: tournament_teams""" +input tournament_teams_pk_columns_input { id: uuid! } """ -select columns of table "tournament_trophy_configs" +select columns of table "tournament_teams" """ -enum tournament_trophy_configs_select_column { +enum tournament_teams_select_column { + """column name""" + captain_steam_id + """column name""" created_at """column name""" - custom_name + eligible_at """column name""" id """column name""" - image_url + name """column name""" - placement + owner_steam_id """column name""" - silhouette + seed """column name""" - tournament_id + short_name """column name""" - updated_at + team_id + + """column name""" + tournament_id } """ -input type for updating data in table "tournament_trophy_configs" +input type for updating data in table "tournament_teams" """ -input tournament_trophy_configs_set_input { +input tournament_teams_set_input { + captain_steam_id: bigint created_at: timestamptz - custom_name: String + eligible_at: timestamptz id: uuid - image_url: String - placement: Int - silhouette: Int + name: String + owner_steam_id: bigint + seed: Int + short_name: String + team_id: uuid tournament_id: uuid - updated_at: timestamptz } """aggregate stddev on columns""" -type tournament_trophy_configs_stddev_fields { - placement: Float - silhouette: Float +type tournament_teams_stddev_fields { + captain_steam_id: Float + owner_steam_id: Float + seed: Float } """ -order by stddev() on columns of table "tournament_trophy_configs" +order by stddev() on columns of table "tournament_teams" """ -input tournament_trophy_configs_stddev_order_by { - placement: order_by - silhouette: order_by +input tournament_teams_stddev_order_by { + captain_steam_id: order_by + owner_steam_id: order_by + seed: order_by } """aggregate stddev_pop on columns""" -type tournament_trophy_configs_stddev_pop_fields { - placement: Float - silhouette: Float +type tournament_teams_stddev_pop_fields { + captain_steam_id: Float + owner_steam_id: Float + seed: Float } """ -order by stddev_pop() on columns of table "tournament_trophy_configs" +order by stddev_pop() on columns of table "tournament_teams" """ -input tournament_trophy_configs_stddev_pop_order_by { - placement: order_by - silhouette: order_by +input tournament_teams_stddev_pop_order_by { + captain_steam_id: order_by + owner_steam_id: order_by + seed: order_by } """aggregate stddev_samp on columns""" -type tournament_trophy_configs_stddev_samp_fields { - placement: Float - silhouette: Float +type tournament_teams_stddev_samp_fields { + captain_steam_id: Float + owner_steam_id: Float + seed: Float } """ -order by stddev_samp() on columns of table "tournament_trophy_configs" +order by stddev_samp() on columns of table "tournament_teams" """ -input tournament_trophy_configs_stddev_samp_order_by { - placement: order_by - silhouette: order_by +input tournament_teams_stddev_samp_order_by { + captain_steam_id: order_by + owner_steam_id: order_by + seed: order_by } """ -Streaming cursor of the table "tournament_trophy_configs" +Streaming cursor of the table "tournament_teams" """ -input tournament_trophy_configs_stream_cursor_input { +input tournament_teams_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournament_trophy_configs_stream_cursor_value_input! + initial_value: tournament_teams_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input tournament_trophy_configs_stream_cursor_value_input { +input tournament_teams_stream_cursor_value_input { + captain_steam_id: bigint created_at: timestamptz - custom_name: String + eligible_at: timestamptz id: uuid - image_url: String - placement: Int - silhouette: Int + name: String + owner_steam_id: bigint + seed: Int + short_name: String + team_id: uuid tournament_id: uuid - updated_at: timestamptz } """aggregate sum on columns""" -type tournament_trophy_configs_sum_fields { - placement: Int - silhouette: Int +type tournament_teams_sum_fields { + captain_steam_id: bigint + owner_steam_id: bigint + seed: Int } """ -order by sum() on columns of table "tournament_trophy_configs" +order by sum() on columns of table "tournament_teams" """ -input tournament_trophy_configs_sum_order_by { - placement: order_by - silhouette: order_by +input tournament_teams_sum_order_by { + captain_steam_id: order_by + owner_steam_id: order_by + seed: order_by } """ -update columns of table "tournament_trophy_configs" +update columns of table "tournament_teams" """ -enum tournament_trophy_configs_update_column { +enum tournament_teams_update_column { + """column name""" + captain_steam_id + """column name""" created_at """column name""" - custom_name + eligible_at """column name""" id """column name""" - image_url + name """column name""" - placement + owner_steam_id """column name""" - silhouette + seed """column name""" - tournament_id + short_name """column name""" - updated_at + team_id + + """column name""" + tournament_id } -input tournament_trophy_configs_updates { +input tournament_teams_updates { """increments the numeric columns with given value of the filtered values""" - _inc: tournament_trophy_configs_inc_input + _inc: tournament_teams_inc_input """sets the columns of the filtered rows to the given values""" - _set: tournament_trophy_configs_set_input + _set: tournament_teams_set_input """filter the rows which have to be updated""" - where: tournament_trophy_configs_bool_exp! + where: tournament_teams_bool_exp! } """aggregate var_pop on columns""" -type tournament_trophy_configs_var_pop_fields { - placement: Float - silhouette: Float +type tournament_teams_var_pop_fields { + captain_steam_id: Float + owner_steam_id: Float + seed: Float } """ -order by var_pop() on columns of table "tournament_trophy_configs" +order by var_pop() on columns of table "tournament_teams" """ -input tournament_trophy_configs_var_pop_order_by { - placement: order_by - silhouette: order_by +input tournament_teams_var_pop_order_by { + captain_steam_id: order_by + owner_steam_id: order_by + seed: order_by } """aggregate var_samp on columns""" -type tournament_trophy_configs_var_samp_fields { - placement: Float - silhouette: Float +type tournament_teams_var_samp_fields { + captain_steam_id: Float + owner_steam_id: Float + seed: Float } """ -order by var_samp() on columns of table "tournament_trophy_configs" +order by var_samp() on columns of table "tournament_teams" """ -input tournament_trophy_configs_var_samp_order_by { - placement: order_by - silhouette: order_by +input tournament_teams_var_samp_order_by { + captain_steam_id: order_by + owner_steam_id: order_by + seed: order_by } """aggregate variance on columns""" -type tournament_trophy_configs_variance_fields { - placement: Float - silhouette: Float +type tournament_teams_variance_fields { + captain_steam_id: Float + owner_steam_id: Float + seed: Float } """ -order by variance() on columns of table "tournament_trophy_configs" +order by variance() on columns of table "tournament_teams" """ -input tournament_trophy_configs_variance_order_by { - placement: order_by - silhouette: order_by +input tournament_teams_variance_order_by { + captain_steam_id: order_by + owner_steam_id: order_by + seed: order_by } """ @@ -98195,6 +100114,79 @@ type tournaments { """An object relationship""" admin: players! auto_start: Boolean! + + """An array relationship""" + award_configs( + """distinct select on columns""" + distinct_on: [tournament_awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_awards_order_by!] + + """filter the rows returned""" + where: tournament_awards_bool_exp + ): [tournament_awards!]! + + """An aggregate relationship""" + award_configs_aggregate( + """distinct select on columns""" + distinct_on: [tournament_awards_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_awards_order_by!] + + """filter the rows returned""" + where: tournament_awards_bool_exp + ): tournament_awards_aggregate! + + """An array relationship""" + awards( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): [award_recipients!]! + + """An aggregate relationship""" + awards_aggregate( + """distinct select on columns""" + distinct_on: [award_recipients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [award_recipients_order_by!] + + """filter the rows returned""" + where: award_recipients_bool_exp + ): award_recipients_aggregate! + awards_enabled: Boolean! banner: String """ @@ -98626,79 +100618,6 @@ type tournaments { """filter the rows returned""" where: tournament_teams_bool_exp ): tournament_teams_aggregate! - - """An array relationship""" - trophies( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] - - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): [tournament_trophies!]! - - """An aggregate relationship""" - trophies_aggregate( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] - - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): tournament_trophies_aggregate! - trophies_enabled: Boolean! - - """An array relationship""" - trophy_configs( - """distinct select on columns""" - distinct_on: [tournament_trophy_configs_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophy_configs_order_by!] - - """filter the rows returned""" - where: tournament_trophy_configs_bool_exp - ): [tournament_trophy_configs!]! - - """An aggregate relationship""" - trophy_configs_aggregate( - """distinct select on columns""" - distinct_on: [tournament_trophy_configs_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [tournament_trophy_configs_order_by!] - - """filter the rows returned""" - where: tournament_trophy_configs_bool_exp - ): tournament_trophy_configs_aggregate! } """ @@ -98889,6 +100808,11 @@ input tournaments_bool_exp { _or: [tournaments_bool_exp!] admin: players_bool_exp auto_start: Boolean_comparison_exp + award_configs: tournament_awards_bool_exp + award_configs_aggregate: tournament_awards_aggregate_bool_exp + awards: award_recipients_bool_exp + awards_aggregate: award_recipients_aggregate_bool_exp + awards_enabled: Boolean_comparison_exp banner: String_comparison_exp can_cancel: Boolean_comparison_exp can_close_registration: Boolean_comparison_exp @@ -98956,11 +100880,6 @@ input tournaments_bool_exp { status: e_tournament_status_enum_comparison_exp teams: tournament_teams_bool_exp teams_aggregate: tournament_teams_aggregate_bool_exp - trophies: tournament_trophies_bool_exp - trophies_aggregate: tournament_trophies_aggregate_bool_exp - trophies_enabled: Boolean_comparison_exp - trophy_configs: tournament_trophy_configs_bool_exp - trophy_configs_aggregate: tournament_trophy_configs_aggregate_bool_exp } """ @@ -98993,6 +100912,9 @@ input type for inserting data into table "tournaments" input tournaments_insert_input { admin: players_obj_rel_insert_input auto_start: Boolean + award_configs: tournament_awards_arr_rel_insert_input + awards: award_recipients_arr_rel_insert_input + awards_enabled: Boolean banner: String categories: tournament_categories_arr_rel_insert_input created_at: timestamptz @@ -99038,9 +100960,6 @@ input tournaments_insert_input { start: timestamptz status: e_tournament_status_enum teams: tournament_teams_arr_rel_insert_input - trophies: tournament_trophies_arr_rel_insert_input - trophies_enabled: Boolean - trophy_configs: tournament_trophy_configs_arr_rel_insert_input } """aggregate max on columns""" @@ -99185,6 +101104,9 @@ input tournaments_on_conflict { input tournaments_order_by { admin: players_order_by auto_start: order_by + award_configs_aggregate: tournament_awards_aggregate_order_by + awards_aggregate: award_recipients_aggregate_order_by + awards_enabled: order_by banner: order_by can_cancel: order_by can_close_registration: order_by @@ -99243,9 +101165,6 @@ input tournaments_order_by { start: order_by status: order_by teams_aggregate: tournament_teams_aggregate_order_by - trophies_aggregate: tournament_trophies_aggregate_order_by - trophies_enabled: order_by - trophy_configs_aggregate: tournament_trophy_configs_aggregate_order_by } """primary key columns input for table: tournaments""" @@ -99260,6 +101179,9 @@ enum tournaments_select_column { """column name""" auto_start + """column name""" + awards_enabled + """column name""" banner @@ -99358,9 +101280,6 @@ enum tournaments_select_column { """column name""" status - - """column name""" - trophies_enabled } """ @@ -99381,6 +101300,9 @@ enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments """column name""" auto_start + """column name""" + awards_enabled + """column name""" discord_notifications_enabled @@ -99425,9 +101347,6 @@ enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments """column name""" is_league - - """column name""" - trophies_enabled } """ @@ -99437,6 +101356,9 @@ enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_ """column name""" auto_start + """column name""" + awards_enabled + """column name""" discord_notifications_enabled @@ -99481,9 +101403,6 @@ enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_ """column name""" is_league - - """column name""" - trophies_enabled } """ @@ -99568,6 +101487,7 @@ input type for updating data in table "tournaments" """ input tournaments_set_input { auto_start: Boolean + awards_enabled: Boolean banner: String created_at: timestamptz description: String @@ -99601,7 +101521,6 @@ input tournaments_set_input { scheduling_mode: String start: timestamptz status: e_tournament_status_enum - trophies_enabled: Boolean } """aggregate stddev on columns""" @@ -99696,6 +101615,7 @@ input tournaments_stream_cursor_input { """Initial value of the column from where the streaming should start""" input tournaments_stream_cursor_value_input { auto_start: Boolean + awards_enabled: Boolean banner: String created_at: timestamptz description: String @@ -99729,7 +101649,6 @@ input tournaments_stream_cursor_value_input { scheduling_mode: String start: timestamptz status: e_tournament_status_enum - trophies_enabled: Boolean } """aggregate sum on columns""" @@ -99765,6 +101684,9 @@ enum tournaments_update_column { """column name""" auto_start + """column name""" + awards_enabled + """column name""" banner @@ -99863,9 +101785,6 @@ enum tournaments_update_column { """column name""" status - - """column name""" - trophies_enabled } input tournaments_updates { diff --git a/generated/schema.ts b/generated/schema.ts index c1aaad43c..f97f3efbb 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -52,6 +52,40 @@ export interface ApiKeyResponse { __typename: 'ApiKeyResponse' } +export interface Award { + allow_multiple: Scalars['Boolean'] + created_at: Scalars['String'] + created_by_steam_id: (Scalars['String'] | null) + description: (Scalars['String'] | null) + event_id: (Scalars['uuid'] | null) + id: Scalars['uuid'] + image_url: (Scalars['String'] | null) + league_season_id: (Scalars['uuid'] | null) + name: Scalars['String'] + season_id: (Scalars['uuid'] | null) + silhouette: (Scalars['Int'] | null) + system_key: (Scalars['String'] | null) + tier: Scalars['String'] + tournament_id: (Scalars['uuid'] | null) + updated_at: Scalars['String'] + __typename: 'Award' +} + +export interface AwardRecipient { + award_id: Scalars['uuid'] + awarded_by_steam_id: (Scalars['String'] | null) + created_at: Scalars['String'] + id: Scalars['uuid'] + note: (Scalars['String'] | null) + placement: (Scalars['Int'] | null) + player_steam_id: (Scalars['String'] | null) + source: Scalars['String'] + team_id: (Scalars['uuid'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'AwardRecipient' +} + export interface ConnectionByState { count: Scalars['Int'] state: Scalars['String'] @@ -668,8 +702,64 @@ export interface TeamCalendarOutput { __typename: 'TeamCalendarOutput' } +export interface TelemetryActivityPoint { + day: Scalars['String'] + installs: Scalars['Int'] + matches: Scalars['Int'] + __typename: 'TelemetryActivityPoint' +} + +export interface TelemetryFeatureAdoption { + enabled: Scalars['Int'] + installsUsing: Scalars['Int'] + key: Scalars['String'] + reporting: Scalars['Int'] + total: Scalars['Int'] + __typename: 'TelemetryFeatureAdoption' +} + +export interface TelemetryFleetTotals { + dedicatedServers: Scalars['Int'] + gameServerNodes: Scalars['Int'] + mapsPlayed: Scalars['Int'] + matches: Scalars['Int'] + matchesImported: Scalars['Int'] + matchesImportedMonth: Scalars['Int'] + matchesMonth: Scalars['Int'] + matchesWeek: Scalars['Int'] + matchesYear: Scalars['Int'] + playersActive30d: Scalars['Int'] + playersRegistered: Scalars['Int'] + publicServers: Scalars['Int'] + serverCapacity: Scalars['Int'] + servers: Scalars['Int'] + teams: Scalars['Int'] + __typename: 'TelemetryFleetTotals' +} + +export interface TelemetryGrowthPoint { + installs: Scalars['Int'] + month: Scalars['String'] + __typename: 'TelemetryGrowthPoint' +} + +export interface TelemetryInstallCounts { + active24h: Scalars['Int'] + active30d: Scalars['Int'] + active7d: Scalars['Int'] + new30d: Scalars['Int'] + retained180d: Scalars['Int'] + total: Scalars['Int'] + __typename: 'TelemetryInstallCounts' +} + export interface TelemetryStats { + activity: TelemetryActivityPoint[] + features: TelemetryFeatureAdoption[] + growth: TelemetryGrowthPoint[] + installs: TelemetryInstallCounts online: Scalars['Int'] + totals: TelemetryFleetTotals __typename: 'TelemetryStats' } @@ -694,6 +784,17 @@ export interface TimescaleStats { __typename: 'TimescaleStats' } +export interface TournamentAward { + award_id: (Scalars['uuid'] | null) + custom_name: (Scalars['String'] | null) + id: Scalars['uuid'] + image_url: (Scalars['String'] | null) + placement: Scalars['Int'] + silhouette: (Scalars['Int'] | null) + tournament_id: Scalars['uuid'] + __typename: 'TournamentAward' +} + export interface TournamentMatchResetImpact { bracket_id: Scalars['uuid'] depth: Scalars['Int'] @@ -1046,6 +1147,394 @@ export interface api_keys_variance_fields { } +/** columns and relationships of "award_recipients" */ +export interface award_recipients { + /** An object relationship */ + award: awards + award_id: Scalars['uuid'] + /** An object relationship */ + awarded_by: (players | null) + awarded_by_steam_id: (Scalars['bigint'] | null) + created_at: Scalars['timestamptz'] + /** An object relationship */ + event: (events | null) + event_id: (Scalars['uuid'] | null) + id: Scalars['uuid'] + /** An object relationship */ + league_season: (league_seasons | null) + league_season_id: (Scalars['uuid'] | null) + note: (Scalars['String'] | null) + placement: (Scalars['Int'] | null) + placement_tier: (Scalars['String'] | null) + /** An object relationship */ + player: (players | null) + player_steam_id: (Scalars['bigint'] | null) + /** An object relationship */ + season: (seasons | null) + season_id: (Scalars['uuid'] | null) + source: e_award_sources_enum + /** An object relationship */ + team: (teams | null) + team_id: (Scalars['uuid'] | null) + /** An object relationship */ + tournament: (tournaments | null) + /** An object relationship */ + tournament_award: (tournament_awards | null) + tournament_id: (Scalars['uuid'] | null) + /** An object relationship */ + tournament_team: (tournament_teams | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'award_recipients' +} + + +/** aggregated selection of "award_recipients" */ +export interface award_recipients_aggregate { + aggregate: (award_recipients_aggregate_fields | null) + nodes: award_recipients[] + __typename: 'award_recipients_aggregate' +} + + +/** aggregate fields of "award_recipients" */ +export interface award_recipients_aggregate_fields { + avg: (award_recipients_avg_fields | null) + count: Scalars['Int'] + max: (award_recipients_max_fields | null) + min: (award_recipients_min_fields | null) + stddev: (award_recipients_stddev_fields | null) + stddev_pop: (award_recipients_stddev_pop_fields | null) + stddev_samp: (award_recipients_stddev_samp_fields | null) + sum: (award_recipients_sum_fields | null) + var_pop: (award_recipients_var_pop_fields | null) + var_samp: (award_recipients_var_samp_fields | null) + variance: (award_recipients_variance_fields | null) + __typename: 'award_recipients_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface award_recipients_avg_fields { + awarded_by_steam_id: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'award_recipients_avg_fields' +} + + +/** unique or primary key constraints on table "award_recipients" */ +export type award_recipients_constraint = 'award_recipients_one_mvp_per_tournament' | 'award_recipients_pkey' | 'award_recipients_player_recipient_key' | 'award_recipients_season_player_key' | 'award_recipients_team_recipient_key' + + +/** aggregate max on columns */ +export interface award_recipients_max_fields { + award_id: (Scalars['uuid'] | null) + awarded_by_steam_id: (Scalars['bigint'] | null) + created_at: (Scalars['timestamptz'] | null) + event_id: (Scalars['uuid'] | null) + id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + note: (Scalars['String'] | null) + placement: (Scalars['Int'] | null) + placement_tier: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) + season_id: (Scalars['uuid'] | null) + team_id: (Scalars['uuid'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'award_recipients_max_fields' +} + + +/** aggregate min on columns */ +export interface award_recipients_min_fields { + award_id: (Scalars['uuid'] | null) + awarded_by_steam_id: (Scalars['bigint'] | null) + created_at: (Scalars['timestamptz'] | null) + event_id: (Scalars['uuid'] | null) + id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + note: (Scalars['String'] | null) + placement: (Scalars['Int'] | null) + placement_tier: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) + season_id: (Scalars['uuid'] | null) + team_id: (Scalars['uuid'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'award_recipients_min_fields' +} + + +/** response of any mutation on the table "award_recipients" */ +export interface award_recipients_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: award_recipients[] + __typename: 'award_recipients_mutation_response' +} + + +/** select columns of table "award_recipients" */ +export type award_recipients_select_column = 'award_id' | 'awarded_by_steam_id' | 'created_at' | 'event_id' | 'id' | 'league_season_id' | 'note' | 'placement' | 'placement_tier' | 'player_steam_id' | 'season_id' | 'source' | 'team_id' | 'tournament_id' | 'tournament_team_id' + + +/** aggregate stddev on columns */ +export interface award_recipients_stddev_fields { + awarded_by_steam_id: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'award_recipients_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface award_recipients_stddev_pop_fields { + awarded_by_steam_id: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'award_recipients_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface award_recipients_stddev_samp_fields { + awarded_by_steam_id: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'award_recipients_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface award_recipients_sum_fields { + awarded_by_steam_id: (Scalars['bigint'] | null) + placement: (Scalars['Int'] | null) + player_steam_id: (Scalars['bigint'] | null) + __typename: 'award_recipients_sum_fields' +} + + +/** update columns of table "award_recipients" */ +export type award_recipients_update_column = 'award_id' | 'awarded_by_steam_id' | 'created_at' | 'event_id' | 'id' | 'league_season_id' | 'note' | 'placement' | 'player_steam_id' | 'season_id' | 'source' | 'team_id' | 'tournament_id' | 'tournament_team_id' + + +/** aggregate var_pop on columns */ +export interface award_recipients_var_pop_fields { + awarded_by_steam_id: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'award_recipients_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface award_recipients_var_samp_fields { + awarded_by_steam_id: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'award_recipients_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface award_recipients_variance_fields { + awarded_by_steam_id: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'award_recipients_variance_fields' +} + + +/** columns and relationships of "awards" */ +export interface awards { + allow_multiple: Scalars['Boolean'] + created_at: Scalars['timestamptz'] + /** An object relationship */ + created_by: (players | null) + created_by_steam_id: (Scalars['bigint'] | null) + description: (Scalars['String'] | null) + /** An object relationship */ + event: (events | null) + event_id: (Scalars['uuid'] | null) + id: Scalars['uuid'] + image_url: (Scalars['String'] | null) + /** An object relationship */ + league_season: (league_seasons | null) + league_season_id: (Scalars['uuid'] | null) + name: Scalars['String'] + /** An array relationship */ + recipients: award_recipients[] + /** An aggregate relationship */ + recipients_aggregate: award_recipients_aggregate + /** An object relationship */ + season: (seasons | null) + season_id: (Scalars['uuid'] | null) + silhouette: (Scalars['Int'] | null) + system_key: (Scalars['String'] | null) + tier: e_award_tiers_enum + /** An object relationship */ + tournament: (tournaments | null) + /** An array relationship */ + tournament_configs: tournament_awards[] + /** An aggregate relationship */ + tournament_configs_aggregate: tournament_awards_aggregate + tournament_id: (Scalars['uuid'] | null) + updated_at: Scalars['timestamptz'] + __typename: 'awards' +} + + +/** aggregated selection of "awards" */ +export interface awards_aggregate { + aggregate: (awards_aggregate_fields | null) + nodes: awards[] + __typename: 'awards_aggregate' +} + + +/** aggregate fields of "awards" */ +export interface awards_aggregate_fields { + avg: (awards_avg_fields | null) + count: Scalars['Int'] + max: (awards_max_fields | null) + min: (awards_min_fields | null) + stddev: (awards_stddev_fields | null) + stddev_pop: (awards_stddev_pop_fields | null) + stddev_samp: (awards_stddev_samp_fields | null) + sum: (awards_sum_fields | null) + var_pop: (awards_var_pop_fields | null) + var_samp: (awards_var_samp_fields | null) + variance: (awards_variance_fields | null) + __typename: 'awards_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface awards_avg_fields { + created_by_steam_id: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'awards_avg_fields' +} + + +/** unique or primary key constraints on table "awards" */ +export type awards_constraint = 'awards_pkey' | 'awards_system_key_key' + + +/** aggregate max on columns */ +export interface awards_max_fields { + created_at: (Scalars['timestamptz'] | null) + created_by_steam_id: (Scalars['bigint'] | null) + description: (Scalars['String'] | null) + event_id: (Scalars['uuid'] | null) + id: (Scalars['uuid'] | null) + image_url: (Scalars['String'] | null) + league_season_id: (Scalars['uuid'] | null) + name: (Scalars['String'] | null) + season_id: (Scalars['uuid'] | null) + silhouette: (Scalars['Int'] | null) + system_key: (Scalars['String'] | null) + tournament_id: (Scalars['uuid'] | null) + updated_at: (Scalars['timestamptz'] | null) + __typename: 'awards_max_fields' +} + + +/** aggregate min on columns */ +export interface awards_min_fields { + created_at: (Scalars['timestamptz'] | null) + created_by_steam_id: (Scalars['bigint'] | null) + description: (Scalars['String'] | null) + event_id: (Scalars['uuid'] | null) + id: (Scalars['uuid'] | null) + image_url: (Scalars['String'] | null) + league_season_id: (Scalars['uuid'] | null) + name: (Scalars['String'] | null) + season_id: (Scalars['uuid'] | null) + silhouette: (Scalars['Int'] | null) + system_key: (Scalars['String'] | null) + tournament_id: (Scalars['uuid'] | null) + updated_at: (Scalars['timestamptz'] | null) + __typename: 'awards_min_fields' +} + + +/** response of any mutation on the table "awards" */ +export interface awards_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: awards[] + __typename: 'awards_mutation_response' +} + + +/** select columns of table "awards" */ +export type awards_select_column = 'allow_multiple' | 'created_at' | 'created_by_steam_id' | 'description' | 'event_id' | 'id' | 'image_url' | 'league_season_id' | 'name' | 'season_id' | 'silhouette' | 'system_key' | 'tier' | 'tournament_id' | 'updated_at' + + +/** aggregate stddev on columns */ +export interface awards_stddev_fields { + created_by_steam_id: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'awards_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface awards_stddev_pop_fields { + created_by_steam_id: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'awards_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface awards_stddev_samp_fields { + created_by_steam_id: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'awards_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface awards_sum_fields { + created_by_steam_id: (Scalars['bigint'] | null) + silhouette: (Scalars['Int'] | null) + __typename: 'awards_sum_fields' +} + + +/** update columns of table "awards" */ +export type awards_update_column = 'allow_multiple' | 'created_at' | 'created_by_steam_id' | 'description' | 'event_id' | 'id' | 'image_url' | 'league_season_id' | 'name' | 'season_id' | 'silhouette' | 'system_key' | 'tier' | 'tournament_id' | 'updated_at' + + +/** aggregate var_pop on columns */ +export interface awards_var_pop_fields { + created_by_steam_id: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'awards_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface awards_var_samp_fields { + created_by_steam_id: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'awards_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface awards_variance_fields { + created_by_steam_id: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'awards_variance_fields' +} + + /** columns and relationships of "clip_render_jobs" */ export interface clip_render_jobs { /** An object relationship */ @@ -1253,13 +1742,16 @@ export type cursor_ordering = 'ASC' | 'DESC' /** columns and relationships of "custom_pages" */ export interface custom_pages { created_at: Scalars['timestamptz'] + deployments: Scalars['jsonb'] enabled: Scalars['Boolean'] exposed_module: Scalars['String'] icon: (Scalars['String'] | null) id: Scalars['uuid'] is_default: Scalars['Boolean'] + manifest_url: (Scalars['String'] | null) nav_group: (Scalars['String'] | null) nav_order: Scalars['Int'] + profile_tab_label: (Scalars['String'] | null) remote_entry_url: Scalars['String'] remote_scope: Scalars['String'] required_role: (e_player_roles_enum | null) @@ -1312,8 +1804,10 @@ export interface custom_pages_max_fields { exposed_module: (Scalars['String'] | null) icon: (Scalars['String'] | null) id: (Scalars['uuid'] | null) + manifest_url: (Scalars['String'] | null) nav_group: (Scalars['String'] | null) nav_order: (Scalars['Int'] | null) + profile_tab_label: (Scalars['String'] | null) remote_entry_url: (Scalars['String'] | null) remote_scope: (Scalars['String'] | null) slug: (Scalars['String'] | null) @@ -1329,8 +1823,10 @@ export interface custom_pages_min_fields { exposed_module: (Scalars['String'] | null) icon: (Scalars['String'] | null) id: (Scalars['uuid'] | null) + manifest_url: (Scalars['String'] | null) nav_group: (Scalars['String'] | null) nav_order: (Scalars['Int'] | null) + profile_tab_label: (Scalars['String'] | null) remote_entry_url: (Scalars['String'] | null) remote_scope: (Scalars['String'] | null) slug: (Scalars['String'] | null) @@ -1351,7 +1847,7 @@ export interface custom_pages_mutation_response { /** select columns of table "custom_pages" */ -export type custom_pages_select_column = 'created_at' | 'enabled' | 'exposed_module' | 'icon' | 'id' | 'is_default' | 'nav_group' | 'nav_order' | 'remote_entry_url' | 'remote_scope' | 'required_role' | 'slug' | 'title' | 'updated_at' +export type custom_pages_select_column = 'created_at' | 'deployments' | 'enabled' | 'exposed_module' | 'icon' | 'id' | 'is_default' | 'manifest_url' | 'nav_group' | 'nav_order' | 'profile_tab_label' | 'remote_entry_url' | 'remote_scope' | 'required_role' | 'slug' | 'title' | 'updated_at' /** aggregate stddev on columns */ @@ -1383,7 +1879,7 @@ export interface custom_pages_sum_fields { /** update columns of table "custom_pages" */ -export type custom_pages_update_column = 'created_at' | 'enabled' | 'exposed_module' | 'icon' | 'id' | 'is_default' | 'nav_group' | 'nav_order' | 'remote_entry_url' | 'remote_scope' | 'required_role' | 'slug' | 'title' | 'updated_at' +export type custom_pages_update_column = 'created_at' | 'deployments' | 'enabled' | 'exposed_module' | 'icon' | 'id' | 'is_default' | 'manifest_url' | 'nav_group' | 'nav_order' | 'profile_tab_label' | 'remote_entry_url' | 'remote_scope' | 'required_role' | 'slug' | 'title' | 'updated_at' /** aggregate var_pop on columns */ @@ -2147,6 +2643,136 @@ export interface draft_games_variance_fields { } +/** columns and relationships of "e_award_sources" */ +export interface e_award_sources { + description: Scalars['String'] + value: Scalars['String'] + __typename: 'e_award_sources' +} + + +/** aggregated selection of "e_award_sources" */ +export interface e_award_sources_aggregate { + aggregate: (e_award_sources_aggregate_fields | null) + nodes: e_award_sources[] + __typename: 'e_award_sources_aggregate' +} + + +/** aggregate fields of "e_award_sources" */ +export interface e_award_sources_aggregate_fields { + count: Scalars['Int'] + max: (e_award_sources_max_fields | null) + min: (e_award_sources_min_fields | null) + __typename: 'e_award_sources_aggregate_fields' +} + + +/** unique or primary key constraints on table "e_award_sources" */ +export type e_award_sources_constraint = 'e_award_sources_pkey' + +export type e_award_sources_enum = 'manual' | 'season' | 'tournament' + + +/** aggregate max on columns */ +export interface e_award_sources_max_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_award_sources_max_fields' +} + + +/** aggregate min on columns */ +export interface e_award_sources_min_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_award_sources_min_fields' +} + + +/** response of any mutation on the table "e_award_sources" */ +export interface e_award_sources_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_award_sources[] + __typename: 'e_award_sources_mutation_response' +} + + +/** select columns of table "e_award_sources" */ +export type e_award_sources_select_column = 'description' | 'value' + + +/** update columns of table "e_award_sources" */ +export type e_award_sources_update_column = 'description' | 'value' + + +/** columns and relationships of "e_award_tiers" */ +export interface e_award_tiers { + description: Scalars['String'] + value: Scalars['String'] + __typename: 'e_award_tiers' +} + + +/** aggregated selection of "e_award_tiers" */ +export interface e_award_tiers_aggregate { + aggregate: (e_award_tiers_aggregate_fields | null) + nodes: e_award_tiers[] + __typename: 'e_award_tiers_aggregate' +} + + +/** aggregate fields of "e_award_tiers" */ +export interface e_award_tiers_aggregate_fields { + count: Scalars['Int'] + max: (e_award_tiers_max_fields | null) + min: (e_award_tiers_min_fields | null) + __typename: 'e_award_tiers_aggregate_fields' +} + + +/** unique or primary key constraints on table "e_award_tiers" */ +export type e_award_tiers_constraint = 'e_award_tiers_pkey' + +export type e_award_tiers_enum = 'bronze' | 'gold' | 'mvp' | 'silver' | 'special' + + +/** aggregate max on columns */ +export interface e_award_tiers_max_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_award_tiers_max_fields' +} + + +/** aggregate min on columns */ +export interface e_award_tiers_min_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_award_tiers_min_fields' +} + + +/** response of any mutation on the table "e_award_tiers" */ +export interface e_award_tiers_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_award_tiers[] + __typename: 'e_award_tiers_mutation_response' +} + + +/** select columns of table "e_award_tiers" */ +export type e_award_tiers_select_column = 'description' | 'value' + + +/** update columns of table "e_award_tiers" */ +export type e_award_tiers_update_column = 'description' | 'value' + + /** columns and relationships of "e_check_in_settings" */ export interface e_check_in_settings { description: Scalars['String'] @@ -5722,6 +6348,10 @@ export type event_tournaments_update_column = 'created_at' | 'event_id' | 'tourn /** columns and relationships of "events" */ export interface events { + /** An array relationship */ + awards: award_recipients[] + /** An aggregate relationship */ + awards_aggregate: award_recipients_aggregate /** An object relationship */ banner: (event_media | null) banner_media_id: (Scalars['uuid'] | null) @@ -7517,6 +8147,10 @@ export type league_season_divisions_update_column = 'created_at' | 'id' | 'leagu /** columns and relationships of "league_seasons" */ export interface league_seasons { auto_regular_season_format: Scalars['Boolean'] + /** An array relationship */ + awards: award_recipients[] + /** An aggregate relationship */ + awards_aggregate: award_recipients_aggregate /** A computed field, executes function "can_register_for_league_season" */ can_register: (Scalars['Boolean'] | null) created_at: Scalars['timestamptz'] @@ -11512,6 +12146,8 @@ export interface mutation_root { createScheduledMatch: (CreateScheduledMatchOutput | null) /** Create directory on game server */ createServerDirectory: (SuccessOutput | null) + /** Delete a catalog award */ + deleteAward: (SuccessOutput | null) /** Delete a saved clip and its underlying S3 object */ deleteClip: (SuccessOutput | null) deleteMatch: (SuccessOutput | null) @@ -11535,6 +12171,14 @@ export interface mutation_root { delete_api_keys: (api_keys_mutation_response | null) /** delete single row from the table: "api_keys" */ delete_api_keys_by_pk: (api_keys | null) + /** delete data from the table: "award_recipients" */ + delete_award_recipients: (award_recipients_mutation_response | null) + /** delete single row from the table: "award_recipients" */ + delete_award_recipients_by_pk: (award_recipients | null) + /** delete data from the table: "awards" */ + delete_awards: (awards_mutation_response | null) + /** delete single row from the table: "awards" */ + delete_awards_by_pk: (awards | null) /** delete data from the table: "clip_render_jobs" */ delete_clip_render_jobs: (clip_render_jobs_mutation_response | null) /** delete single row from the table: "clip_render_jobs" */ @@ -11559,6 +12203,14 @@ export interface mutation_root { delete_draft_games: (draft_games_mutation_response | null) /** delete single row from the table: "draft_games" */ delete_draft_games_by_pk: (draft_games | null) + /** delete data from the table: "e_award_sources" */ + delete_e_award_sources: (e_award_sources_mutation_response | null) + /** delete single row from the table: "e_award_sources" */ + delete_e_award_sources_by_pk: (e_award_sources | null) + /** delete data from the table: "e_award_tiers" */ + delete_e_award_tiers: (e_award_tiers_mutation_response | null) + /** delete single row from the table: "e_award_tiers" */ + delete_e_award_tiers_by_pk: (e_award_tiers | null) /** delete data from the table: "e_check_in_settings" */ delete_e_check_in_settings: (e_check_in_settings_mutation_response | null) /** delete single row from the table: "e_check_in_settings" */ @@ -12057,6 +12709,10 @@ export interface mutation_root { delete_teams: (teams_mutation_response | null) /** delete single row from the table: "teams" */ delete_teams_by_pk: (teams | null) + /** delete data from the table: "tournament_awards" */ + delete_tournament_awards: (tournament_awards_mutation_response | null) + /** delete single row from the table: "tournament_awards" */ + delete_tournament_awards_by_pk: (tournament_awards | null) /** delete data from the table: "tournament_brackets" */ delete_tournament_brackets: (tournament_brackets_mutation_response | null) /** delete single row from the table: "tournament_brackets" */ @@ -12097,14 +12753,6 @@ export interface mutation_root { delete_tournament_teams: (tournament_teams_mutation_response | null) /** delete single row from the table: "tournament_teams" */ delete_tournament_teams_by_pk: (tournament_teams | null) - /** delete data from the table: "tournament_trophies" */ - delete_tournament_trophies: (tournament_trophies_mutation_response | null) - /** delete single row from the table: "tournament_trophies" */ - delete_tournament_trophies_by_pk: (tournament_trophies | null) - /** delete data from the table: "tournament_trophy_configs" */ - delete_tournament_trophy_configs: (tournament_trophy_configs_mutation_response | null) - /** delete single row from the table: "tournament_trophy_configs" */ - delete_tournament_trophy_configs_by_pk: (tournament_trophy_configs | null) /** delete data from the table: "tournaments" */ delete_tournaments: (tournaments_mutation_response | null) /** delete single row from the table: "tournaments" */ @@ -12126,6 +12774,8 @@ export interface mutation_root { /** Live pod GSI snapshot — slots, sides, alive/dead. Drives the stream-deck. */ getLiveStreamSpecState: (LiveStreamSpecState | null) getTestUploadLink: GetTestUploadResponse + /** Grant an award to a player or team */ + grantAward: (AwardRecipient | null) /** insert data into the table: "_map_pool" */ insert__map_pool: (_map_pool_mutation_response | null) /** insert a single row into the table: "_map_pool" */ @@ -12138,6 +12788,14 @@ export interface mutation_root { insert_api_keys: (api_keys_mutation_response | null) /** insert a single row into the table: "api_keys" */ insert_api_keys_one: (api_keys | null) + /** insert data into the table: "award_recipients" */ + insert_award_recipients: (award_recipients_mutation_response | null) + /** insert a single row into the table: "award_recipients" */ + insert_award_recipients_one: (award_recipients | null) + /** insert data into the table: "awards" */ + insert_awards: (awards_mutation_response | null) + /** insert a single row into the table: "awards" */ + insert_awards_one: (awards | null) /** insert data into the table: "clip_render_jobs" */ insert_clip_render_jobs: (clip_render_jobs_mutation_response | null) /** insert a single row into the table: "clip_render_jobs" */ @@ -12162,6 +12820,14 @@ export interface mutation_root { insert_draft_games: (draft_games_mutation_response | null) /** insert a single row into the table: "draft_games" */ insert_draft_games_one: (draft_games | null) + /** insert data into the table: "e_award_sources" */ + insert_e_award_sources: (e_award_sources_mutation_response | null) + /** insert a single row into the table: "e_award_sources" */ + insert_e_award_sources_one: (e_award_sources | null) + /** insert data into the table: "e_award_tiers" */ + insert_e_award_tiers: (e_award_tiers_mutation_response | null) + /** insert a single row into the table: "e_award_tiers" */ + insert_e_award_tiers_one: (e_award_tiers | null) /** insert data into the table: "e_check_in_settings" */ insert_e_check_in_settings: (e_check_in_settings_mutation_response | null) /** insert a single row into the table: "e_check_in_settings" */ @@ -12666,6 +13332,10 @@ export interface mutation_root { insert_teams: (teams_mutation_response | null) /** insert a single row into the table: "teams" */ insert_teams_one: (teams | null) + /** insert data into the table: "tournament_awards" */ + insert_tournament_awards: (tournament_awards_mutation_response | null) + /** insert a single row into the table: "tournament_awards" */ + insert_tournament_awards_one: (tournament_awards | null) /** insert data into the table: "tournament_brackets" */ insert_tournament_brackets: (tournament_brackets_mutation_response | null) /** insert a single row into the table: "tournament_brackets" */ @@ -12706,14 +13376,6 @@ export interface mutation_root { insert_tournament_teams: (tournament_teams_mutation_response | null) /** insert a single row into the table: "tournament_teams" */ insert_tournament_teams_one: (tournament_teams | null) - /** insert data into the table: "tournament_trophies" */ - insert_tournament_trophies: (tournament_trophies_mutation_response | null) - /** insert a single row into the table: "tournament_trophies" */ - insert_tournament_trophies_one: (tournament_trophies | null) - /** insert data into the table: "tournament_trophy_configs" */ - insert_tournament_trophy_configs: (tournament_trophy_configs_mutation_response | null) - /** insert a single row into the table: "tournament_trophy_configs" */ - insert_tournament_trophy_configs_one: (tournament_trophy_configs | null) /** insert data into the table: "tournaments" */ insert_tournaments: (tournaments_mutation_response | null) /** insert a single row into the table: "tournaments" */ @@ -12764,8 +13426,8 @@ export interface mutation_root { queueClipFromPreset: (CreateClipRenderOutput | null) randomizeTeams: (SuccessOutput | null) rebootMatchServer: (SuccessOutput | null) - /** execute VOLATILE function "recalculate_tournament_trophies" which returns "tournament_trophies" */ - recalculate_tournament_trophies: tournament_trophies[] + /** execute VOLATILE function "recalculate_tournament_awards" which returns "award_recipients" */ + recalculate_tournament_awards: award_recipients[] /** Wipe and rebuild all player ELO from finished matches in chronological order (admin only). Runs in the background; track via recomputePlayerEloStatus. */ recomputePlayerElo: (RecomputeEloStartedOutput | null) /** Return the progress of the ELO recompute run (admin only). */ @@ -12811,7 +13473,11 @@ export interface mutation_root { /** Delete terminal clip_render_jobs rows for a match_map (all or only failed/cancelled) and re-create them from their saved specs. */ retryClipRenderBatch: (SuccessOutput | null) retryPendingMatchImport: (PendingMatchImportActionOutput | null) + /** Revoke a hand-granted award */ + revokeAward: (SuccessOutput | null) sanctionServerPlayer: SanctionResult + /** Create or update a catalog award */ + saveAward: (Award | null) /** Create or update a first-party news post. Caller role is verified against public.post_news_role. */ saveNewsPost: (NewsPost | null) /** Scan S3 for objects not referenced in the database (admin only). Runs in the background; results land in the logs and orphanedDemosScanResult. */ @@ -12830,6 +13496,8 @@ export interface mutation_root { setMatchWinner: (SuccessOutput | null) /** Publish or unpublish a news post. Caller role is verified against public.post_news_role. */ setNewsPostStatus: (NewsPost | null) + /** Map a tournament placement to an award */ + setTournamentAward: (TournamentAward | null) setupGameServer: (SetupGameServeOutput | null) skipShaders: (SuccessOutput | null) specAutodirector: (SuccessOutput | null) @@ -12883,6 +13551,18 @@ export interface mutation_root { update_api_keys_by_pk: (api_keys | null) /** update multiples rows of table: "api_keys" */ update_api_keys_many: ((api_keys_mutation_response | null)[] | null) + /** update data of the table: "award_recipients" */ + update_award_recipients: (award_recipients_mutation_response | null) + /** update single row of the table: "award_recipients" */ + update_award_recipients_by_pk: (award_recipients | null) + /** update multiples rows of table: "award_recipients" */ + update_award_recipients_many: ((award_recipients_mutation_response | null)[] | null) + /** update data of the table: "awards" */ + update_awards: (awards_mutation_response | null) + /** update single row of the table: "awards" */ + update_awards_by_pk: (awards | null) + /** update multiples rows of table: "awards" */ + update_awards_many: ((awards_mutation_response | null)[] | null) /** update data of the table: "clip_render_jobs" */ update_clip_render_jobs: (clip_render_jobs_mutation_response | null) /** update single row of the table: "clip_render_jobs" */ @@ -12919,6 +13599,18 @@ export interface mutation_root { update_draft_games_by_pk: (draft_games | null) /** update multiples rows of table: "draft_games" */ update_draft_games_many: ((draft_games_mutation_response | null)[] | null) + /** update data of the table: "e_award_sources" */ + update_e_award_sources: (e_award_sources_mutation_response | null) + /** update single row of the table: "e_award_sources" */ + update_e_award_sources_by_pk: (e_award_sources | null) + /** update multiples rows of table: "e_award_sources" */ + update_e_award_sources_many: ((e_award_sources_mutation_response | null)[] | null) + /** update data of the table: "e_award_tiers" */ + update_e_award_tiers: (e_award_tiers_mutation_response | null) + /** update single row of the table: "e_award_tiers" */ + update_e_award_tiers_by_pk: (e_award_tiers | null) + /** update multiples rows of table: "e_award_tiers" */ + update_e_award_tiers_many: ((e_award_tiers_mutation_response | null)[] | null) /** update data of the table: "e_check_in_settings" */ update_e_check_in_settings: (e_check_in_settings_mutation_response | null) /** update single row of the table: "e_check_in_settings" */ @@ -13669,6 +14361,12 @@ export interface mutation_root { update_teams_by_pk: (teams | null) /** update multiples rows of table: "teams" */ update_teams_many: ((teams_mutation_response | null)[] | null) + /** update data of the table: "tournament_awards" */ + update_tournament_awards: (tournament_awards_mutation_response | null) + /** update single row of the table: "tournament_awards" */ + update_tournament_awards_by_pk: (tournament_awards | null) + /** update multiples rows of table: "tournament_awards" */ + update_tournament_awards_many: ((tournament_awards_mutation_response | null)[] | null) /** update data of the table: "tournament_brackets" */ update_tournament_brackets: (tournament_brackets_mutation_response | null) /** update single row of the table: "tournament_brackets" */ @@ -13729,18 +14427,6 @@ export interface mutation_root { update_tournament_teams_by_pk: (tournament_teams | null) /** update multiples rows of table: "tournament_teams" */ update_tournament_teams_many: ((tournament_teams_mutation_response | null)[] | null) - /** update data of the table: "tournament_trophies" */ - update_tournament_trophies: (tournament_trophies_mutation_response | null) - /** update single row of the table: "tournament_trophies" */ - update_tournament_trophies_by_pk: (tournament_trophies | null) - /** update multiples rows of table: "tournament_trophies" */ - update_tournament_trophies_many: ((tournament_trophies_mutation_response | null)[] | null) - /** update data of the table: "tournament_trophy_configs" */ - update_tournament_trophy_configs: (tournament_trophy_configs_mutation_response | null) - /** update single row of the table: "tournament_trophy_configs" */ - update_tournament_trophy_configs_by_pk: (tournament_trophy_configs | null) - /** update multiples rows of table: "tournament_trophy_configs" */ - update_tournament_trophy_configs_many: ((tournament_trophy_configs_mutation_response | null)[] | null) /** update data of the table: "tournaments" */ update_tournaments: (tournaments_mutation_response | null) /** update single row of the table: "tournaments" */ @@ -21153,6 +21839,10 @@ export interface players { assited_by_players_aggregate: player_assists_aggregate avatar_url: (Scalars['String'] | null) /** An array relationship */ + awards: award_recipients[] + /** An aggregate relationship */ + awards_aggregate: award_recipients_aggregate + /** An array relationship */ coach_lineups: match_lineups[] /** An aggregate relationship */ coach_lineups_aggregate: match_lineups_aggregate @@ -21338,10 +22028,6 @@ export interface players { /** An aggregate relationship */ tournament_rosters_aggregate: tournament_team_roster_aggregate /** An array relationship */ - tournament_trophies: tournament_trophies[] - /** An aggregate relationship */ - tournament_trophies_aggregate: tournament_trophies_aggregate - /** An array relationship */ tournaments: tournaments[] /** An aggregate relationship */ tournaments_aggregate: tournaments_aggregate @@ -21915,6 +22601,18 @@ export interface query_root { api_keys_aggregate: api_keys_aggregate /** fetch data from the table: "api_keys" using primary key columns */ api_keys_by_pk: (api_keys | null) + /** fetch data from the table: "award_recipients" */ + award_recipients: award_recipients[] + /** fetch aggregated fields from the table: "award_recipients" */ + award_recipients_aggregate: award_recipients_aggregate + /** fetch data from the table: "award_recipients" using primary key columns */ + award_recipients_by_pk: (award_recipients | null) + /** fetch data from the table: "awards" */ + awards: awards[] + /** fetch aggregated fields from the table: "awards" */ + awards_aggregate: awards_aggregate + /** fetch data from the table: "awards" using primary key columns */ + awards_by_pk: (awards | null) /** An array relationship */ clip_render_jobs: clip_render_jobs[] /** An aggregate relationship */ @@ -21952,6 +22650,18 @@ export interface query_root { draft_games_aggregate: draft_games_aggregate /** fetch data from the table: "draft_games" using primary key columns */ draft_games_by_pk: (draft_games | null) + /** fetch data from the table: "e_award_sources" */ + e_award_sources: e_award_sources[] + /** fetch aggregated fields from the table: "e_award_sources" */ + e_award_sources_aggregate: e_award_sources_aggregate + /** fetch data from the table: "e_award_sources" using primary key columns */ + e_award_sources_by_pk: (e_award_sources | null) + /** fetch data from the table: "e_award_tiers" */ + e_award_tiers: e_award_tiers[] + /** fetch aggregated fields from the table: "e_award_tiers" */ + e_award_tiers_aggregate: e_award_tiers_aggregate + /** fetch data from the table: "e_award_tiers" using primary key columns */ + e_award_tiers_by_pk: (e_award_tiers | null) /** fetch data from the table: "e_check_in_settings" */ e_check_in_settings: e_check_in_settings[] /** fetch aggregated fields from the table: "e_check_in_settings" */ @@ -22787,6 +23497,12 @@ export interface query_root { /** fetch data from the table: "teams" using primary key columns */ teams_by_pk: (teams | null) telemetryStats: TelemetryStats + /** fetch data from the table: "tournament_awards" */ + tournament_awards: tournament_awards[] + /** fetch aggregated fields from the table: "tournament_awards" */ + tournament_awards_aggregate: tournament_awards_aggregate + /** fetch data from the table: "tournament_awards" using primary key columns */ + tournament_awards_by_pk: (tournament_awards | null) /** An array relationship */ tournament_brackets: tournament_brackets[] /** An aggregate relationship */ @@ -22848,18 +23564,6 @@ export interface query_root { /** fetch data from the table: "tournament_teams" using primary key columns */ tournament_teams_by_pk: (tournament_teams | null) /** An array relationship */ - tournament_trophies: tournament_trophies[] - /** An aggregate relationship */ - tournament_trophies_aggregate: tournament_trophies_aggregate - /** fetch data from the table: "tournament_trophies" using primary key columns */ - tournament_trophies_by_pk: (tournament_trophies | null) - /** fetch data from the table: "tournament_trophy_configs" */ - tournament_trophy_configs: tournament_trophy_configs[] - /** fetch aggregated fields from the table: "tournament_trophy_configs" */ - tournament_trophy_configs_aggregate: tournament_trophy_configs_aggregate - /** fetch data from the table: "tournament_trophy_configs" using primary key columns */ - tournament_trophy_configs_by_pk: (tournament_trophy_configs | null) - /** An array relationship */ tournaments: tournaments[] /** An aggregate relationship */ tournaments_aggregate: tournaments_aggregate @@ -23001,6 +23705,10 @@ export interface query_root { /** columns and relationships of "seasons" */ export interface seasons { + /** An array relationship */ + awards: award_recipients[] + /** An aggregate relationship */ + awards_aggregate: award_recipients_aggregate created_at: Scalars['timestamptz'] description: (Scalars['String'] | null) ends_at: (Scalars['timestamptz'] | null) @@ -23887,6 +24595,22 @@ export interface subscription_root { api_keys_by_pk: (api_keys | null) /** fetch data from the table in a streaming manner: "api_keys" */ api_keys_stream: api_keys[] + /** fetch data from the table: "award_recipients" */ + award_recipients: award_recipients[] + /** fetch aggregated fields from the table: "award_recipients" */ + award_recipients_aggregate: award_recipients_aggregate + /** fetch data from the table: "award_recipients" using primary key columns */ + award_recipients_by_pk: (award_recipients | null) + /** fetch data from the table in a streaming manner: "award_recipients" */ + award_recipients_stream: award_recipients[] + /** fetch data from the table: "awards" */ + awards: awards[] + /** fetch aggregated fields from the table: "awards" */ + awards_aggregate: awards_aggregate + /** fetch data from the table: "awards" using primary key columns */ + awards_by_pk: (awards | null) + /** fetch data from the table in a streaming manner: "awards" */ + awards_stream: awards[] /** An array relationship */ clip_render_jobs: clip_render_jobs[] /** An aggregate relationship */ @@ -23935,6 +24659,22 @@ export interface subscription_root { draft_games_by_pk: (draft_games | null) /** fetch data from the table in a streaming manner: "draft_games" */ draft_games_stream: draft_games[] + /** fetch data from the table: "e_award_sources" */ + e_award_sources: e_award_sources[] + /** fetch aggregated fields from the table: "e_award_sources" */ + e_award_sources_aggregate: e_award_sources_aggregate + /** fetch data from the table: "e_award_sources" using primary key columns */ + e_award_sources_by_pk: (e_award_sources | null) + /** fetch data from the table in a streaming manner: "e_award_sources" */ + e_award_sources_stream: e_award_sources[] + /** fetch data from the table: "e_award_tiers" */ + e_award_tiers: e_award_tiers[] + /** fetch aggregated fields from the table: "e_award_tiers" */ + e_award_tiers_aggregate: e_award_tiers_aggregate + /** fetch data from the table: "e_award_tiers" using primary key columns */ + e_award_tiers_by_pk: (e_award_tiers | null) + /** fetch data from the table in a streaming manner: "e_award_tiers" */ + e_award_tiers_stream: e_award_tiers[] /** fetch data from the table: "e_check_in_settings" */ e_check_in_settings: e_check_in_settings[] /** fetch aggregated fields from the table: "e_check_in_settings" */ @@ -24983,6 +25723,14 @@ export interface subscription_root { teams_by_pk: (teams | null) /** fetch data from the table in a streaming manner: "teams" */ teams_stream: teams[] + /** fetch data from the table: "tournament_awards" */ + tournament_awards: tournament_awards[] + /** fetch aggregated fields from the table: "tournament_awards" */ + tournament_awards_aggregate: tournament_awards_aggregate + /** fetch data from the table: "tournament_awards" using primary key columns */ + tournament_awards_by_pk: (tournament_awards | null) + /** fetch data from the table in a streaming manner: "tournament_awards" */ + tournament_awards_stream: tournament_awards[] /** An array relationship */ tournament_brackets: tournament_brackets[] /** An aggregate relationship */ @@ -25064,22 +25812,6 @@ export interface subscription_root { /** fetch data from the table in a streaming manner: "tournament_teams" */ tournament_teams_stream: tournament_teams[] /** An array relationship */ - tournament_trophies: tournament_trophies[] - /** An aggregate relationship */ - tournament_trophies_aggregate: tournament_trophies_aggregate - /** fetch data from the table: "tournament_trophies" using primary key columns */ - tournament_trophies_by_pk: (tournament_trophies | null) - /** fetch data from the table in a streaming manner: "tournament_trophies" */ - tournament_trophies_stream: tournament_trophies[] - /** fetch data from the table: "tournament_trophy_configs" */ - tournament_trophy_configs: tournament_trophy_configs[] - /** fetch aggregated fields from the table: "tournament_trophy_configs" */ - tournament_trophy_configs_aggregate: tournament_trophy_configs_aggregate - /** fetch data from the table: "tournament_trophy_configs" using primary key columns */ - tournament_trophy_configs_by_pk: (tournament_trophy_configs | null) - /** fetch data from the table in a streaming manner: "tournament_trophy_configs" */ - tournament_trophy_configs_stream: tournament_trophy_configs[] - /** An array relationship */ tournaments: tournaments[] /** An aggregate relationship */ tournaments_aggregate: tournaments_aggregate @@ -26606,6 +27338,10 @@ export interface team_suggestions_variance_fields { /** columns and relationships of "teams" */ export interface teams { avatar_url: (Scalars['String'] | null) + /** An array relationship */ + awards: award_recipients[] + /** An aggregate relationship */ + awards_aggregate: award_recipients_aggregate /** A computed field, executes function "can_change_team_role" */ can_change_role: (Scalars['Boolean'] | null) /** A computed field, executes function "can_invite_to_team" */ @@ -26805,6 +27541,166 @@ export interface teams_variance_fields { } +/** columns and relationships of "tournament_awards" */ +export interface tournament_awards { + /** An object relationship */ + award: (awards | null) + award_id: (Scalars['uuid'] | null) + created_at: Scalars['timestamptz'] + custom_name: (Scalars['String'] | null) + id: Scalars['uuid'] + image_url: (Scalars['String'] | null) + placement: Scalars['Int'] + silhouette: (Scalars['Int'] | null) + /** An object relationship */ + tournament: tournaments + tournament_id: Scalars['uuid'] + updated_at: Scalars['timestamptz'] + __typename: 'tournament_awards' +} + + +/** aggregated selection of "tournament_awards" */ +export interface tournament_awards_aggregate { + aggregate: (tournament_awards_aggregate_fields | null) + nodes: tournament_awards[] + __typename: 'tournament_awards_aggregate' +} + + +/** aggregate fields of "tournament_awards" */ +export interface tournament_awards_aggregate_fields { + avg: (tournament_awards_avg_fields | null) + count: Scalars['Int'] + max: (tournament_awards_max_fields | null) + min: (tournament_awards_min_fields | null) + stddev: (tournament_awards_stddev_fields | null) + stddev_pop: (tournament_awards_stddev_pop_fields | null) + stddev_samp: (tournament_awards_stddev_samp_fields | null) + sum: (tournament_awards_sum_fields | null) + var_pop: (tournament_awards_var_pop_fields | null) + var_samp: (tournament_awards_var_samp_fields | null) + variance: (tournament_awards_variance_fields | null) + __typename: 'tournament_awards_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_awards_avg_fields { + placement: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'tournament_awards_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_awards" */ +export type tournament_awards_constraint = 'tournament_awards_pkey' | 'tournament_awards_tournament_id_placement_key' + + +/** aggregate max on columns */ +export interface tournament_awards_max_fields { + award_id: (Scalars['uuid'] | null) + created_at: (Scalars['timestamptz'] | null) + custom_name: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + image_url: (Scalars['String'] | null) + placement: (Scalars['Int'] | null) + silhouette: (Scalars['Int'] | null) + tournament_id: (Scalars['uuid'] | null) + updated_at: (Scalars['timestamptz'] | null) + __typename: 'tournament_awards_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_awards_min_fields { + award_id: (Scalars['uuid'] | null) + created_at: (Scalars['timestamptz'] | null) + custom_name: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + image_url: (Scalars['String'] | null) + placement: (Scalars['Int'] | null) + silhouette: (Scalars['Int'] | null) + tournament_id: (Scalars['uuid'] | null) + updated_at: (Scalars['timestamptz'] | null) + __typename: 'tournament_awards_min_fields' +} + + +/** response of any mutation on the table "tournament_awards" */ +export interface tournament_awards_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_awards[] + __typename: 'tournament_awards_mutation_response' +} + + +/** select columns of table "tournament_awards" */ +export type tournament_awards_select_column = 'award_id' | 'created_at' | 'custom_name' | 'id' | 'image_url' | 'placement' | 'silhouette' | 'tournament_id' | 'updated_at' + + +/** aggregate stddev on columns */ +export interface tournament_awards_stddev_fields { + placement: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'tournament_awards_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_awards_stddev_pop_fields { + placement: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'tournament_awards_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_awards_stddev_samp_fields { + placement: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'tournament_awards_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_awards_sum_fields { + placement: (Scalars['Int'] | null) + silhouette: (Scalars['Int'] | null) + __typename: 'tournament_awards_sum_fields' +} + + +/** update columns of table "tournament_awards" */ +export type tournament_awards_update_column = 'award_id' | 'created_at' | 'custom_name' | 'id' | 'image_url' | 'placement' | 'silhouette' | 'tournament_id' | 'updated_at' + + +/** aggregate var_pop on columns */ +export interface tournament_awards_var_pop_fields { + placement: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'tournament_awards_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_awards_var_samp_fields { + placement: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'tournament_awards_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_awards_variance_fields { + placement: (Scalars['Float'] | null) + silhouette: (Scalars['Float'] | null) + __typename: 'tournament_awards_variance_fields' +} + + /** columns and relationships of "tournament_brackets" */ export interface tournament_brackets { bye: Scalars['Boolean'] @@ -28311,338 +29207,20 @@ export interface tournament_teams_variance_fields { } -/** columns and relationships of "tournament_trophies" */ -export interface tournament_trophies { - created_at: Scalars['timestamptz'] - id: Scalars['uuid'] - manual: Scalars['Boolean'] - placement: Scalars['Int'] - placement_tier: (Scalars['String'] | null) - /** An object relationship */ - player: (players | null) - player_steam_id: (Scalars['bigint'] | null) - /** An object relationship */ - team: (teams | null) - team_id: (Scalars['uuid'] | null) - /** An object relationship */ - tournament: tournaments - tournament_id: Scalars['uuid'] - /** An object relationship */ - tournament_team: tournament_teams - tournament_team_id: Scalars['uuid'] - /** An object relationship */ - trophy_config: (tournament_trophy_configs | null) - __typename: 'tournament_trophies' -} - - -/** aggregated selection of "tournament_trophies" */ -export interface tournament_trophies_aggregate { - aggregate: (tournament_trophies_aggregate_fields | null) - nodes: tournament_trophies[] - __typename: 'tournament_trophies_aggregate' -} - - -/** aggregate fields of "tournament_trophies" */ -export interface tournament_trophies_aggregate_fields { - avg: (tournament_trophies_avg_fields | null) - count: Scalars['Int'] - max: (tournament_trophies_max_fields | null) - min: (tournament_trophies_min_fields | null) - stddev: (tournament_trophies_stddev_fields | null) - stddev_pop: (tournament_trophies_stddev_pop_fields | null) - stddev_samp: (tournament_trophies_stddev_samp_fields | null) - sum: (tournament_trophies_sum_fields | null) - var_pop: (tournament_trophies_var_pop_fields | null) - var_samp: (tournament_trophies_var_samp_fields | null) - variance: (tournament_trophies_variance_fields | null) - __typename: 'tournament_trophies_aggregate_fields' -} - - -/** aggregate avg on columns */ -export interface tournament_trophies_avg_fields { - placement: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_trophies_avg_fields' -} - - -/** unique or primary key constraints on table "tournament_trophies" */ -export type tournament_trophies_constraint = 'tournament_trophies_one_mvp_per_tournament' | 'tournament_trophies_pkey' | 'tournament_trophies_player_recipient_key' | 'tournament_trophies_team_recipient_key' - - -/** aggregate max on columns */ -export interface tournament_trophies_max_fields { - created_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - placement: (Scalars['Int'] | null) - placement_tier: (Scalars['String'] | null) - player_steam_id: (Scalars['bigint'] | null) - team_id: (Scalars['uuid'] | null) - tournament_id: (Scalars['uuid'] | null) - tournament_team_id: (Scalars['uuid'] | null) - __typename: 'tournament_trophies_max_fields' -} - - -/** aggregate min on columns */ -export interface tournament_trophies_min_fields { - created_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - placement: (Scalars['Int'] | null) - placement_tier: (Scalars['String'] | null) - player_steam_id: (Scalars['bigint'] | null) - team_id: (Scalars['uuid'] | null) - tournament_id: (Scalars['uuid'] | null) - tournament_team_id: (Scalars['uuid'] | null) - __typename: 'tournament_trophies_min_fields' -} - - -/** response of any mutation on the table "tournament_trophies" */ -export interface tournament_trophies_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: tournament_trophies[] - __typename: 'tournament_trophies_mutation_response' -} - - -/** select columns of table "tournament_trophies" */ -export type tournament_trophies_select_column = 'created_at' | 'id' | 'manual' | 'placement' | 'placement_tier' | 'player_steam_id' | 'team_id' | 'tournament_id' | 'tournament_team_id' - - -/** select "tournament_trophies_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_trophies" */ -export type tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_and_arguments_columns = 'manual' - - -/** select "tournament_trophies_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_trophies" */ -export type tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_or_arguments_columns = 'manual' - - -/** aggregate stddev on columns */ -export interface tournament_trophies_stddev_fields { - placement: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_trophies_stddev_fields' -} - - -/** aggregate stddev_pop on columns */ -export interface tournament_trophies_stddev_pop_fields { - placement: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_trophies_stddev_pop_fields' -} - - -/** aggregate stddev_samp on columns */ -export interface tournament_trophies_stddev_samp_fields { - placement: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_trophies_stddev_samp_fields' -} - - -/** aggregate sum on columns */ -export interface tournament_trophies_sum_fields { - placement: (Scalars['Int'] | null) - player_steam_id: (Scalars['bigint'] | null) - __typename: 'tournament_trophies_sum_fields' -} - - -/** update columns of table "tournament_trophies" */ -export type tournament_trophies_update_column = 'created_at' | 'id' | 'manual' | 'placement' | 'player_steam_id' | 'team_id' | 'tournament_id' | 'tournament_team_id' - - -/** aggregate var_pop on columns */ -export interface tournament_trophies_var_pop_fields { - placement: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_trophies_var_pop_fields' -} - - -/** aggregate var_samp on columns */ -export interface tournament_trophies_var_samp_fields { - placement: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_trophies_var_samp_fields' -} - - -/** aggregate variance on columns */ -export interface tournament_trophies_variance_fields { - placement: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_trophies_variance_fields' -} - - -/** columns and relationships of "tournament_trophy_configs" */ -export interface tournament_trophy_configs { - created_at: Scalars['timestamptz'] - custom_name: (Scalars['String'] | null) - id: Scalars['uuid'] - image_url: (Scalars['String'] | null) - placement: Scalars['Int'] - silhouette: (Scalars['Int'] | null) - /** An object relationship */ - tournament: tournaments - tournament_id: Scalars['uuid'] - updated_at: Scalars['timestamptz'] - __typename: 'tournament_trophy_configs' -} - - -/** aggregated selection of "tournament_trophy_configs" */ -export interface tournament_trophy_configs_aggregate { - aggregate: (tournament_trophy_configs_aggregate_fields | null) - nodes: tournament_trophy_configs[] - __typename: 'tournament_trophy_configs_aggregate' -} - - -/** aggregate fields of "tournament_trophy_configs" */ -export interface tournament_trophy_configs_aggregate_fields { - avg: (tournament_trophy_configs_avg_fields | null) - count: Scalars['Int'] - max: (tournament_trophy_configs_max_fields | null) - min: (tournament_trophy_configs_min_fields | null) - stddev: (tournament_trophy_configs_stddev_fields | null) - stddev_pop: (tournament_trophy_configs_stddev_pop_fields | null) - stddev_samp: (tournament_trophy_configs_stddev_samp_fields | null) - sum: (tournament_trophy_configs_sum_fields | null) - var_pop: (tournament_trophy_configs_var_pop_fields | null) - var_samp: (tournament_trophy_configs_var_samp_fields | null) - variance: (tournament_trophy_configs_variance_fields | null) - __typename: 'tournament_trophy_configs_aggregate_fields' -} - - -/** aggregate avg on columns */ -export interface tournament_trophy_configs_avg_fields { - placement: (Scalars['Float'] | null) - silhouette: (Scalars['Float'] | null) - __typename: 'tournament_trophy_configs_avg_fields' -} - - -/** unique or primary key constraints on table "tournament_trophy_configs" */ -export type tournament_trophy_configs_constraint = 'tournament_trophy_configs_pkey' | 'tournament_trophy_configs_tournament_id_placement_key' - - -/** aggregate max on columns */ -export interface tournament_trophy_configs_max_fields { - created_at: (Scalars['timestamptz'] | null) - custom_name: (Scalars['String'] | null) - id: (Scalars['uuid'] | null) - image_url: (Scalars['String'] | null) - placement: (Scalars['Int'] | null) - silhouette: (Scalars['Int'] | null) - tournament_id: (Scalars['uuid'] | null) - updated_at: (Scalars['timestamptz'] | null) - __typename: 'tournament_trophy_configs_max_fields' -} - - -/** aggregate min on columns */ -export interface tournament_trophy_configs_min_fields { - created_at: (Scalars['timestamptz'] | null) - custom_name: (Scalars['String'] | null) - id: (Scalars['uuid'] | null) - image_url: (Scalars['String'] | null) - placement: (Scalars['Int'] | null) - silhouette: (Scalars['Int'] | null) - tournament_id: (Scalars['uuid'] | null) - updated_at: (Scalars['timestamptz'] | null) - __typename: 'tournament_trophy_configs_min_fields' -} - - -/** response of any mutation on the table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: tournament_trophy_configs[] - __typename: 'tournament_trophy_configs_mutation_response' -} - - -/** select columns of table "tournament_trophy_configs" */ -export type tournament_trophy_configs_select_column = 'created_at' | 'custom_name' | 'id' | 'image_url' | 'placement' | 'silhouette' | 'tournament_id' | 'updated_at' - - -/** aggregate stddev on columns */ -export interface tournament_trophy_configs_stddev_fields { - placement: (Scalars['Float'] | null) - silhouette: (Scalars['Float'] | null) - __typename: 'tournament_trophy_configs_stddev_fields' -} - - -/** aggregate stddev_pop on columns */ -export interface tournament_trophy_configs_stddev_pop_fields { - placement: (Scalars['Float'] | null) - silhouette: (Scalars['Float'] | null) - __typename: 'tournament_trophy_configs_stddev_pop_fields' -} - - -/** aggregate stddev_samp on columns */ -export interface tournament_trophy_configs_stddev_samp_fields { - placement: (Scalars['Float'] | null) - silhouette: (Scalars['Float'] | null) - __typename: 'tournament_trophy_configs_stddev_samp_fields' -} - - -/** aggregate sum on columns */ -export interface tournament_trophy_configs_sum_fields { - placement: (Scalars['Int'] | null) - silhouette: (Scalars['Int'] | null) - __typename: 'tournament_trophy_configs_sum_fields' -} - - -/** update columns of table "tournament_trophy_configs" */ -export type tournament_trophy_configs_update_column = 'created_at' | 'custom_name' | 'id' | 'image_url' | 'placement' | 'silhouette' | 'tournament_id' | 'updated_at' - - -/** aggregate var_pop on columns */ -export interface tournament_trophy_configs_var_pop_fields { - placement: (Scalars['Float'] | null) - silhouette: (Scalars['Float'] | null) - __typename: 'tournament_trophy_configs_var_pop_fields' -} - - -/** aggregate var_samp on columns */ -export interface tournament_trophy_configs_var_samp_fields { - placement: (Scalars['Float'] | null) - silhouette: (Scalars['Float'] | null) - __typename: 'tournament_trophy_configs_var_samp_fields' -} - - -/** aggregate variance on columns */ -export interface tournament_trophy_configs_variance_fields { - placement: (Scalars['Float'] | null) - silhouette: (Scalars['Float'] | null) - __typename: 'tournament_trophy_configs_variance_fields' -} - - /** columns and relationships of "tournaments" */ export interface tournaments { /** An object relationship */ admin: players auto_start: Scalars['Boolean'] + /** An array relationship */ + award_configs: tournament_awards[] + /** An aggregate relationship */ + award_configs_aggregate: tournament_awards_aggregate + /** An array relationship */ + awards: award_recipients[] + /** An aggregate relationship */ + awards_aggregate: award_recipients_aggregate + awards_enabled: Scalars['Boolean'] banner: (Scalars['String'] | null) /** A computed field, executes function "can_cancel_tournament" */ can_cancel: (Scalars['Boolean'] | null) @@ -28744,15 +29322,6 @@ export interface tournaments { teams: tournament_teams[] /** An aggregate relationship */ teams_aggregate: tournament_teams_aggregate - /** An array relationship */ - trophies: tournament_trophies[] - /** An aggregate relationship */ - trophies_aggregate: tournament_trophies_aggregate - trophies_enabled: Scalars['Boolean'] - /** An array relationship */ - trophy_configs: tournament_trophy_configs[] - /** An aggregate relationship */ - trophy_configs_aggregate: tournament_trophy_configs_aggregate __typename: 'tournaments' } @@ -28864,7 +29433,7 @@ export interface tournaments_mutation_response { /** select columns of table "tournaments" */ -export type tournaments_select_column = 'auto_start' | 'banner' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'scheduling_mode' | 'start' | 'status' | 'trophies_enabled' +export type tournaments_select_column = 'auto_start' | 'awards_enabled' | 'banner' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'scheduling_mode' | 'start' | 'status' /** select "tournaments_aggregate_bool_exp_avg_arguments_columns" columns of table "tournaments" */ @@ -28872,11 +29441,11 @@ export type tournaments_select_column_tournaments_aggregate_bool_exp_avg_argumen /** select "tournaments_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournaments" */ -export type tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns = 'auto_start' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_voice_enabled' | 'is_league' | 'trophies_enabled' +export type tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns = 'auto_start' | 'awards_enabled' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_voice_enabled' | 'is_league' /** select "tournaments_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournaments" */ -export type tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns = 'auto_start' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_voice_enabled' | 'is_league' | 'trophies_enabled' +export type tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns = 'auto_start' | 'awards_enabled' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_voice_enabled' | 'is_league' /** select "tournaments_aggregate_bool_exp_corr_arguments_columns" columns of table "tournaments" */ @@ -28960,7 +29529,7 @@ export interface tournaments_sum_fields { /** update columns of table "tournaments" */ -export type tournaments_update_column = 'auto_start' | 'banner' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'scheduling_mode' | 'start' | 'status' | 'trophies_enabled' +export type tournaments_update_column = 'auto_start' | 'awards_enabled' | 'banner' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'scheduling_mode' | 'start' | 'status' /** aggregate var_pop on columns */ @@ -34994,6 +35563,42 @@ export interface ApiKeyResponseGenqlSelection{ __scalar?: boolean | number } +export interface AwardGenqlSelection{ + allow_multiple?: boolean | number + created_at?: boolean | number + created_by_steam_id?: boolean | number + description?: boolean | number + event_id?: boolean | number + id?: boolean | number + image_url?: boolean | number + league_season_id?: boolean | number + name?: boolean | number + season_id?: boolean | number + silhouette?: boolean | number + system_key?: boolean | number + tier?: boolean | number + tournament_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface AwardRecipientGenqlSelection{ + award_id?: boolean | number + awarded_by_steam_id?: boolean | number + created_at?: boolean | number + id?: boolean | number + note?: boolean | number + placement?: boolean | number + player_steam_id?: boolean | number + source?: boolean | number + team_id?: boolean | number + tournament_id?: boolean | number + tournament_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + /** Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. */ export interface Boolean_comparison_exp {_eq?: (Scalars['Boolean'] | null),_gt?: (Scalars['Boolean'] | null),_gte?: (Scalars['Boolean'] | null),_in?: (Scalars['Boolean'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['Boolean'] | null),_lte?: (Scalars['Boolean'] | null),_neq?: (Scalars['Boolean'] | null),_nin?: (Scalars['Boolean'][] | null)} @@ -35734,8 +36339,69 @@ export interface TeamCalendarOutputGenqlSelection{ __scalar?: boolean | number } +export interface TelemetryActivityPointGenqlSelection{ + day?: boolean | number + installs?: boolean | number + matches?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface TelemetryFeatureAdoptionGenqlSelection{ + enabled?: boolean | number + installsUsing?: boolean | number + key?: boolean | number + reporting?: boolean | number + total?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface TelemetryFleetTotalsGenqlSelection{ + dedicatedServers?: boolean | number + gameServerNodes?: boolean | number + mapsPlayed?: boolean | number + matches?: boolean | number + matchesImported?: boolean | number + matchesImportedMonth?: boolean | number + matchesMonth?: boolean | number + matchesWeek?: boolean | number + matchesYear?: boolean | number + playersActive30d?: boolean | number + playersRegistered?: boolean | number + publicServers?: boolean | number + serverCapacity?: boolean | number + servers?: boolean | number + teams?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface TelemetryGrowthPointGenqlSelection{ + installs?: boolean | number + month?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface TelemetryInstallCountsGenqlSelection{ + active24h?: boolean | number + active30d?: boolean | number + active7d?: boolean | number + new30d?: boolean | number + retained180d?: boolean | number + total?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + export interface TelemetryStatsGenqlSelection{ + activity?: TelemetryActivityPointGenqlSelection + features?: TelemetryFeatureAdoptionGenqlSelection + growth?: TelemetryGrowthPointGenqlSelection + installs?: TelemetryInstallCountsGenqlSelection online?: boolean | number + totals?: TelemetryFleetTotalsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } @@ -35764,6 +36430,18 @@ export interface TimescaleStatsGenqlSelection{ __scalar?: boolean | number } +export interface TournamentAwardGenqlSelection{ + award_id?: boolean | number + custom_name?: boolean | number + id?: boolean | number + image_url?: boolean | number + placement?: boolean | number + silhouette?: boolean | number + tournament_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + export interface TournamentMatchResetImpactGenqlSelection{ bracket_id?: boolean | number depth?: boolean | number @@ -36310,6 +36988,594 @@ export interface api_keys_variance_fieldsGenqlSelection{ export interface approve_league_season_movements_args {_league_season_id?: (Scalars['uuid'] | null)} +/** columns and relationships of "award_recipients" */ +export interface award_recipientsGenqlSelection{ + /** An object relationship */ + award?: awardsGenqlSelection + award_id?: boolean | number + /** An object relationship */ + awarded_by?: playersGenqlSelection + awarded_by_steam_id?: boolean | number + created_at?: boolean | number + /** An object relationship */ + event?: eventsGenqlSelection + event_id?: boolean | number + id?: boolean | number + /** An object relationship */ + league_season?: league_seasonsGenqlSelection + league_season_id?: boolean | number + note?: boolean | number + placement?: boolean | number + placement_tier?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + player_steam_id?: boolean | number + /** An object relationship */ + season?: seasonsGenqlSelection + season_id?: boolean | number + source?: boolean | number + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + /** An object relationship */ + tournament?: tournamentsGenqlSelection + /** An object relationship */ + tournament_award?: tournament_awardsGenqlSelection + tournament_id?: boolean | number + /** An object relationship */ + tournament_team?: tournament_teamsGenqlSelection + tournament_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "award_recipients" */ +export interface award_recipients_aggregateGenqlSelection{ + aggregate?: award_recipients_aggregate_fieldsGenqlSelection + nodes?: award_recipientsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface award_recipients_aggregate_bool_exp {count?: (award_recipients_aggregate_bool_exp_count | null)} + +export interface award_recipients_aggregate_bool_exp_count {arguments?: (award_recipients_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (award_recipients_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "award_recipients" */ +export interface award_recipients_aggregate_fieldsGenqlSelection{ + avg?: award_recipients_avg_fieldsGenqlSelection + count?: { __args: {columns?: (award_recipients_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: award_recipients_max_fieldsGenqlSelection + min?: award_recipients_min_fieldsGenqlSelection + stddev?: award_recipients_stddev_fieldsGenqlSelection + stddev_pop?: award_recipients_stddev_pop_fieldsGenqlSelection + stddev_samp?: award_recipients_stddev_samp_fieldsGenqlSelection + sum?: award_recipients_sum_fieldsGenqlSelection + var_pop?: award_recipients_var_pop_fieldsGenqlSelection + var_samp?: award_recipients_var_samp_fieldsGenqlSelection + variance?: award_recipients_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "award_recipients" */ +export interface award_recipients_aggregate_order_by {avg?: (award_recipients_avg_order_by | null),count?: (order_by | null),max?: (award_recipients_max_order_by | null),min?: (award_recipients_min_order_by | null),stddev?: (award_recipients_stddev_order_by | null),stddev_pop?: (award_recipients_stddev_pop_order_by | null),stddev_samp?: (award_recipients_stddev_samp_order_by | null),sum?: (award_recipients_sum_order_by | null),var_pop?: (award_recipients_var_pop_order_by | null),var_samp?: (award_recipients_var_samp_order_by | null),variance?: (award_recipients_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "award_recipients" */ +export interface award_recipients_arr_rel_insert_input {data: award_recipients_insert_input[], +/** upsert condition */ +on_conflict?: (award_recipients_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface award_recipients_avg_fieldsGenqlSelection{ + awarded_by_steam_id?: boolean | number + placement?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by avg() on columns of table "award_recipients" */ +export interface award_recipients_avg_order_by {awarded_by_steam_id?: (order_by | null),placement?: (order_by | null),player_steam_id?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "award_recipients". All fields are combined with a logical 'AND'. */ +export interface award_recipients_bool_exp {_and?: (award_recipients_bool_exp[] | null),_not?: (award_recipients_bool_exp | null),_or?: (award_recipients_bool_exp[] | null),award?: (awards_bool_exp | null),award_id?: (uuid_comparison_exp | null),awarded_by?: (players_bool_exp | null),awarded_by_steam_id?: (bigint_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),event?: (events_bool_exp | null),event_id?: (uuid_comparison_exp | null),id?: (uuid_comparison_exp | null),league_season?: (league_seasons_bool_exp | null),league_season_id?: (uuid_comparison_exp | null),note?: (String_comparison_exp | null),placement?: (Int_comparison_exp | null),placement_tier?: (String_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),season?: (seasons_bool_exp | null),season_id?: (uuid_comparison_exp | null),source?: (e_award_sources_enum_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_award?: (tournament_awards_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),tournament_team?: (tournament_teams_bool_exp | null),tournament_team_id?: (uuid_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "award_recipients" */ +export interface award_recipients_inc_input {awarded_by_steam_id?: (Scalars['bigint'] | null),placement?: (Scalars['Int'] | null),player_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "award_recipients" */ +export interface award_recipients_insert_input {award?: (awards_obj_rel_insert_input | null),award_id?: (Scalars['uuid'] | null),awarded_by?: (players_obj_rel_insert_input | null),awarded_by_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),event?: (events_obj_rel_insert_input | null),event_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),league_season?: (league_seasons_obj_rel_insert_input | null),league_season_id?: (Scalars['uuid'] | null),note?: (Scalars['String'] | null),placement?: (Scalars['Int'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),season?: (seasons_obj_rel_insert_input | null),season_id?: (Scalars['uuid'] | null),source?: (e_award_sources_enum | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_award?: (tournament_awards_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),tournament_team?: (tournament_teams_obj_rel_insert_input | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface award_recipients_max_fieldsGenqlSelection{ + award_id?: boolean | number + awarded_by_steam_id?: boolean | number + created_at?: boolean | number + event_id?: boolean | number + id?: boolean | number + league_season_id?: boolean | number + note?: boolean | number + placement?: boolean | number + placement_tier?: boolean | number + player_steam_id?: boolean | number + season_id?: boolean | number + team_id?: boolean | number + tournament_id?: boolean | number + tournament_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by max() on columns of table "award_recipients" */ +export interface award_recipients_max_order_by {award_id?: (order_by | null),awarded_by_steam_id?: (order_by | null),created_at?: (order_by | null),event_id?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),note?: (order_by | null),placement?: (order_by | null),placement_tier?: (order_by | null),player_steam_id?: (order_by | null),season_id?: (order_by | null),team_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface award_recipients_min_fieldsGenqlSelection{ + award_id?: boolean | number + awarded_by_steam_id?: boolean | number + created_at?: boolean | number + event_id?: boolean | number + id?: boolean | number + league_season_id?: boolean | number + note?: boolean | number + placement?: boolean | number + placement_tier?: boolean | number + player_steam_id?: boolean | number + season_id?: boolean | number + team_id?: boolean | number + tournament_id?: boolean | number + tournament_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by min() on columns of table "award_recipients" */ +export interface award_recipients_min_order_by {award_id?: (order_by | null),awarded_by_steam_id?: (order_by | null),created_at?: (order_by | null),event_id?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),note?: (order_by | null),placement?: (order_by | null),placement_tier?: (order_by | null),player_steam_id?: (order_by | null),season_id?: (order_by | null),team_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} + + +/** response of any mutation on the table "award_recipients" */ +export interface award_recipients_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: award_recipientsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "award_recipients" */ +export interface award_recipients_on_conflict {constraint: award_recipients_constraint,update_columns?: award_recipients_update_column[],where?: (award_recipients_bool_exp | null)} + + +/** Ordering options when selecting data from "award_recipients". */ +export interface award_recipients_order_by {award?: (awards_order_by | null),award_id?: (order_by | null),awarded_by?: (players_order_by | null),awarded_by_steam_id?: (order_by | null),created_at?: (order_by | null),event?: (events_order_by | null),event_id?: (order_by | null),id?: (order_by | null),league_season?: (league_seasons_order_by | null),league_season_id?: (order_by | null),note?: (order_by | null),placement?: (order_by | null),placement_tier?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),season?: (seasons_order_by | null),season_id?: (order_by | null),source?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_award?: (tournament_awards_order_by | null),tournament_id?: (order_by | null),tournament_team?: (tournament_teams_order_by | null),tournament_team_id?: (order_by | null)} + + +/** primary key columns input for table: award_recipients */ +export interface award_recipients_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "award_recipients" */ +export interface award_recipients_set_input {award_id?: (Scalars['uuid'] | null),awarded_by_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),event_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),note?: (Scalars['String'] | null),placement?: (Scalars['Int'] | null),player_steam_id?: (Scalars['bigint'] | null),season_id?: (Scalars['uuid'] | null),source?: (e_award_sources_enum | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface award_recipients_stddev_fieldsGenqlSelection{ + awarded_by_steam_id?: boolean | number + placement?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev() on columns of table "award_recipients" */ +export interface award_recipients_stddev_order_by {awarded_by_steam_id?: (order_by | null),placement?: (order_by | null),player_steam_id?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface award_recipients_stddev_pop_fieldsGenqlSelection{ + awarded_by_steam_id?: boolean | number + placement?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_pop() on columns of table "award_recipients" */ +export interface award_recipients_stddev_pop_order_by {awarded_by_steam_id?: (order_by | null),placement?: (order_by | null),player_steam_id?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface award_recipients_stddev_samp_fieldsGenqlSelection{ + awarded_by_steam_id?: boolean | number + placement?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "award_recipients" */ +export interface award_recipients_stddev_samp_order_by {awarded_by_steam_id?: (order_by | null),placement?: (order_by | null),player_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "award_recipients" */ +export interface award_recipients_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: award_recipients_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface award_recipients_stream_cursor_value_input {award_id?: (Scalars['uuid'] | null),awarded_by_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),event_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),note?: (Scalars['String'] | null),placement?: (Scalars['Int'] | null),placement_tier?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),season_id?: (Scalars['uuid'] | null),source?: (e_award_sources_enum | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface award_recipients_sum_fieldsGenqlSelection{ + awarded_by_steam_id?: boolean | number + placement?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by sum() on columns of table "award_recipients" */ +export interface award_recipients_sum_order_by {awarded_by_steam_id?: (order_by | null),placement?: (order_by | null),player_steam_id?: (order_by | null)} + +export interface award_recipients_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (award_recipients_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (award_recipients_set_input | null), +/** filter the rows which have to be updated */ +where: award_recipients_bool_exp} + + +/** aggregate var_pop on columns */ +export interface award_recipients_var_pop_fieldsGenqlSelection{ + awarded_by_steam_id?: boolean | number + placement?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_pop() on columns of table "award_recipients" */ +export interface award_recipients_var_pop_order_by {awarded_by_steam_id?: (order_by | null),placement?: (order_by | null),player_steam_id?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface award_recipients_var_samp_fieldsGenqlSelection{ + awarded_by_steam_id?: boolean | number + placement?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_samp() on columns of table "award_recipients" */ +export interface award_recipients_var_samp_order_by {awarded_by_steam_id?: (order_by | null),placement?: (order_by | null),player_steam_id?: (order_by | null)} + + +/** aggregate variance on columns */ +export interface award_recipients_variance_fieldsGenqlSelection{ + awarded_by_steam_id?: boolean | number + placement?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by variance() on columns of table "award_recipients" */ +export interface award_recipients_variance_order_by {awarded_by_steam_id?: (order_by | null),placement?: (order_by | null),player_steam_id?: (order_by | null)} + + +/** columns and relationships of "awards" */ +export interface awardsGenqlSelection{ + allow_multiple?: boolean | number + created_at?: boolean | number + /** An object relationship */ + created_by?: playersGenqlSelection + created_by_steam_id?: boolean | number + description?: boolean | number + /** An object relationship */ + event?: eventsGenqlSelection + event_id?: boolean | number + id?: boolean | number + image_url?: boolean | number + /** An object relationship */ + league_season?: league_seasonsGenqlSelection + league_season_id?: boolean | number + name?: boolean | number + /** An array relationship */ + recipients?: (award_recipientsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** An aggregate relationship */ + recipients_aggregate?: (award_recipients_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** An object relationship */ + season?: seasonsGenqlSelection + season_id?: boolean | number + silhouette?: boolean | number + system_key?: boolean | number + tier?: boolean | number + /** An object relationship */ + tournament?: tournamentsGenqlSelection + /** An array relationship */ + tournament_configs?: (tournament_awardsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (tournament_awards_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_awards_bool_exp | null)} }) + /** An aggregate relationship */ + tournament_configs_aggregate?: (tournament_awards_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (tournament_awards_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_awards_bool_exp | null)} }) + tournament_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "awards" */ +export interface awards_aggregateGenqlSelection{ + aggregate?: awards_aggregate_fieldsGenqlSelection + nodes?: awardsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "awards" */ +export interface awards_aggregate_fieldsGenqlSelection{ + avg?: awards_avg_fieldsGenqlSelection + count?: { __args: {columns?: (awards_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: awards_max_fieldsGenqlSelection + min?: awards_min_fieldsGenqlSelection + stddev?: awards_stddev_fieldsGenqlSelection + stddev_pop?: awards_stddev_pop_fieldsGenqlSelection + stddev_samp?: awards_stddev_samp_fieldsGenqlSelection + sum?: awards_sum_fieldsGenqlSelection + var_pop?: awards_var_pop_fieldsGenqlSelection + var_samp?: awards_var_samp_fieldsGenqlSelection + variance?: awards_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface awards_avg_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "awards". All fields are combined with a logical 'AND'. */ +export interface awards_bool_exp {_and?: (awards_bool_exp[] | null),_not?: (awards_bool_exp | null),_or?: (awards_bool_exp[] | null),allow_multiple?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),created_by?: (players_bool_exp | null),created_by_steam_id?: (bigint_comparison_exp | null),description?: (String_comparison_exp | null),event?: (events_bool_exp | null),event_id?: (uuid_comparison_exp | null),id?: (uuid_comparison_exp | null),image_url?: (String_comparison_exp | null),league_season?: (league_seasons_bool_exp | null),league_season_id?: (uuid_comparison_exp | null),name?: (String_comparison_exp | null),recipients?: (award_recipients_bool_exp | null),recipients_aggregate?: (award_recipients_aggregate_bool_exp | null),season?: (seasons_bool_exp | null),season_id?: (uuid_comparison_exp | null),silhouette?: (Int_comparison_exp | null),system_key?: (String_comparison_exp | null),tier?: (e_award_tiers_enum_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_configs?: (tournament_awards_bool_exp | null),tournament_configs_aggregate?: (tournament_awards_aggregate_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "awards" */ +export interface awards_inc_input {created_by_steam_id?: (Scalars['bigint'] | null),silhouette?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "awards" */ +export interface awards_insert_input {allow_multiple?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),created_by?: (players_obj_rel_insert_input | null),created_by_steam_id?: (Scalars['bigint'] | null),description?: (Scalars['String'] | null),event?: (events_obj_rel_insert_input | null),event_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),image_url?: (Scalars['String'] | null),league_season?: (league_seasons_obj_rel_insert_input | null),league_season_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),recipients?: (award_recipients_arr_rel_insert_input | null),season?: (seasons_obj_rel_insert_input | null),season_id?: (Scalars['uuid'] | null),silhouette?: (Scalars['Int'] | null),system_key?: (Scalars['String'] | null),tier?: (e_award_tiers_enum | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_configs?: (tournament_awards_arr_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate max on columns */ +export interface awards_max_fieldsGenqlSelection{ + created_at?: boolean | number + created_by_steam_id?: boolean | number + description?: boolean | number + event_id?: boolean | number + id?: boolean | number + image_url?: boolean | number + league_season_id?: boolean | number + name?: boolean | number + season_id?: boolean | number + silhouette?: boolean | number + system_key?: boolean | number + tournament_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface awards_min_fieldsGenqlSelection{ + created_at?: boolean | number + created_by_steam_id?: boolean | number + description?: boolean | number + event_id?: boolean | number + id?: boolean | number + image_url?: boolean | number + league_season_id?: boolean | number + name?: boolean | number + season_id?: boolean | number + silhouette?: boolean | number + system_key?: boolean | number + tournament_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "awards" */ +export interface awards_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: awardsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** input type for inserting object relation for remote table "awards" */ +export interface awards_obj_rel_insert_input {data: awards_insert_input, +/** upsert condition */ +on_conflict?: (awards_on_conflict | null)} + + +/** on_conflict condition type for table "awards" */ +export interface awards_on_conflict {constraint: awards_constraint,update_columns?: awards_update_column[],where?: (awards_bool_exp | null)} + + +/** Ordering options when selecting data from "awards". */ +export interface awards_order_by {allow_multiple?: (order_by | null),created_at?: (order_by | null),created_by?: (players_order_by | null),created_by_steam_id?: (order_by | null),description?: (order_by | null),event?: (events_order_by | null),event_id?: (order_by | null),id?: (order_by | null),image_url?: (order_by | null),league_season?: (league_seasons_order_by | null),league_season_id?: (order_by | null),name?: (order_by | null),recipients_aggregate?: (award_recipients_aggregate_order_by | null),season?: (seasons_order_by | null),season_id?: (order_by | null),silhouette?: (order_by | null),system_key?: (order_by | null),tier?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_configs_aggregate?: (tournament_awards_aggregate_order_by | null),tournament_id?: (order_by | null),updated_at?: (order_by | null)} + + +/** primary key columns input for table: awards */ +export interface awards_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "awards" */ +export interface awards_set_input {allow_multiple?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),created_by_steam_id?: (Scalars['bigint'] | null),description?: (Scalars['String'] | null),event_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),image_url?: (Scalars['String'] | null),league_season_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),season_id?: (Scalars['uuid'] | null),silhouette?: (Scalars['Int'] | null),system_key?: (Scalars['String'] | null),tier?: (e_award_tiers_enum | null),tournament_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate stddev on columns */ +export interface awards_stddev_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface awards_stddev_pop_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface awards_stddev_samp_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "awards" */ +export interface awards_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: awards_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface awards_stream_cursor_value_input {allow_multiple?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),created_by_steam_id?: (Scalars['bigint'] | null),description?: (Scalars['String'] | null),event_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),image_url?: (Scalars['String'] | null),league_season_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),season_id?: (Scalars['uuid'] | null),silhouette?: (Scalars['Int'] | null),system_key?: (Scalars['String'] | null),tier?: (e_award_tiers_enum | null),tournament_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate sum on columns */ +export interface awards_sum_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface awards_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (awards_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (awards_set_input | null), +/** filter the rows which have to be updated */ +where: awards_bool_exp} + + +/** aggregate var_pop on columns */ +export interface awards_var_pop_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface awards_var_samp_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface awards_variance_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + /** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */ export interface bigint_array_comparison_exp { /** is the array contained in the given array value */ @@ -36665,13 +37931,18 @@ export interface clone_league_season_args {_league_season_id?: (Scalars['uuid'] /** columns and relationships of "custom_pages" */ export interface custom_pagesGenqlSelection{ created_at?: boolean | number + deployments?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number enabled?: boolean | number exposed_module?: boolean | number icon?: boolean | number id?: boolean | number is_default?: boolean | number + manifest_url?: boolean | number nav_group?: boolean | number nav_order?: boolean | number + profile_tab_label?: boolean | number remote_entry_url?: boolean | number remote_scope?: boolean | number required_role?: boolean | number @@ -36710,6 +37981,10 @@ export interface custom_pages_aggregate_fieldsGenqlSelection{ } +/** append existing jsonb value of filtered columns with new jsonb value */ +export interface custom_pages_append_input {deployments?: (Scalars['jsonb'] | null)} + + /** aggregate avg on columns */ export interface custom_pages_avg_fieldsGenqlSelection{ nav_order?: boolean | number @@ -36719,7 +37994,19 @@ export interface custom_pages_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "custom_pages". All fields are combined with a logical 'AND'. */ -export interface custom_pages_bool_exp {_and?: (custom_pages_bool_exp[] | null),_not?: (custom_pages_bool_exp | null),_or?: (custom_pages_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),enabled?: (Boolean_comparison_exp | null),exposed_module?: (String_comparison_exp | null),icon?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),is_default?: (Boolean_comparison_exp | null),nav_group?: (String_comparison_exp | null),nav_order?: (Int_comparison_exp | null),remote_entry_url?: (String_comparison_exp | null),remote_scope?: (String_comparison_exp | null),required_role?: (e_player_roles_enum_comparison_exp | null),slug?: (String_comparison_exp | null),title?: (String_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} +export interface custom_pages_bool_exp {_and?: (custom_pages_bool_exp[] | null),_not?: (custom_pages_bool_exp | null),_or?: (custom_pages_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),deployments?: (jsonb_comparison_exp | null),enabled?: (Boolean_comparison_exp | null),exposed_module?: (String_comparison_exp | null),icon?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),is_default?: (Boolean_comparison_exp | null),manifest_url?: (String_comparison_exp | null),nav_group?: (String_comparison_exp | null),nav_order?: (Int_comparison_exp | null),profile_tab_label?: (String_comparison_exp | null),remote_entry_url?: (String_comparison_exp | null),remote_scope?: (String_comparison_exp | null),required_role?: (e_player_roles_enum_comparison_exp | null),slug?: (String_comparison_exp | null),title?: (String_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} + + +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +export interface custom_pages_delete_at_path_input {deployments?: (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 custom_pages_delete_elem_input {deployments?: (Scalars['Int'] | null)} + + +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +export interface custom_pages_delete_key_input {deployments?: (Scalars['String'] | null)} /** input type for incrementing numeric columns in table "custom_pages" */ @@ -36727,7 +38014,7 @@ export interface custom_pages_inc_input {nav_order?: (Scalars['Int'] | null)} /** input type for inserting data into table "custom_pages" */ -export interface custom_pages_insert_input {created_at?: (Scalars['timestamptz'] | null),enabled?: (Scalars['Boolean'] | null),exposed_module?: (Scalars['String'] | null),icon?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_default?: (Scalars['Boolean'] | null),nav_group?: (Scalars['String'] | null),nav_order?: (Scalars['Int'] | null),remote_entry_url?: (Scalars['String'] | null),remote_scope?: (Scalars['String'] | null),required_role?: (e_player_roles_enum | null),slug?: (Scalars['String'] | null),title?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null)} +export interface custom_pages_insert_input {created_at?: (Scalars['timestamptz'] | null),deployments?: (Scalars['jsonb'] | null),enabled?: (Scalars['Boolean'] | null),exposed_module?: (Scalars['String'] | null),icon?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_default?: (Scalars['Boolean'] | null),manifest_url?: (Scalars['String'] | null),nav_group?: (Scalars['String'] | null),nav_order?: (Scalars['Int'] | null),profile_tab_label?: (Scalars['String'] | null),remote_entry_url?: (Scalars['String'] | null),remote_scope?: (Scalars['String'] | null),required_role?: (e_player_roles_enum | null),slug?: (Scalars['String'] | null),title?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null)} /** aggregate max on columns */ @@ -36736,8 +38023,10 @@ export interface custom_pages_max_fieldsGenqlSelection{ exposed_module?: boolean | number icon?: boolean | number id?: boolean | number + manifest_url?: boolean | number nav_group?: boolean | number nav_order?: boolean | number + profile_tab_label?: boolean | number remote_entry_url?: boolean | number remote_scope?: boolean | number slug?: boolean | number @@ -36754,8 +38043,10 @@ export interface custom_pages_min_fieldsGenqlSelection{ exposed_module?: boolean | number icon?: boolean | number id?: boolean | number + manifest_url?: boolean | number nav_group?: boolean | number nav_order?: boolean | number + profile_tab_label?: boolean | number remote_entry_url?: boolean | number remote_scope?: boolean | number slug?: boolean | number @@ -36782,15 +38073,19 @@ export interface custom_pages_on_conflict {constraint: custom_pages_constraint,u /** Ordering options when selecting data from "custom_pages". */ -export interface custom_pages_order_by {created_at?: (order_by | null),enabled?: (order_by | null),exposed_module?: (order_by | null),icon?: (order_by | null),id?: (order_by | null),is_default?: (order_by | null),nav_group?: (order_by | null),nav_order?: (order_by | null),remote_entry_url?: (order_by | null),remote_scope?: (order_by | null),required_role?: (order_by | null),slug?: (order_by | null),title?: (order_by | null),updated_at?: (order_by | null)} +export interface custom_pages_order_by {created_at?: (order_by | null),deployments?: (order_by | null),enabled?: (order_by | null),exposed_module?: (order_by | null),icon?: (order_by | null),id?: (order_by | null),is_default?: (order_by | null),manifest_url?: (order_by | null),nav_group?: (order_by | null),nav_order?: (order_by | null),profile_tab_label?: (order_by | null),remote_entry_url?: (order_by | null),remote_scope?: (order_by | null),required_role?: (order_by | null),slug?: (order_by | null),title?: (order_by | null),updated_at?: (order_by | null)} /** primary key columns input for table: custom_pages */ export interface custom_pages_pk_columns_input {id: Scalars['uuid']} +/** prepend existing jsonb value of filtered columns with new jsonb value */ +export interface custom_pages_prepend_input {deployments?: (Scalars['jsonb'] | null)} + + /** input type for updating data in table "custom_pages" */ -export interface custom_pages_set_input {created_at?: (Scalars['timestamptz'] | null),enabled?: (Scalars['Boolean'] | null),exposed_module?: (Scalars['String'] | null),icon?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_default?: (Scalars['Boolean'] | null),nav_group?: (Scalars['String'] | null),nav_order?: (Scalars['Int'] | null),remote_entry_url?: (Scalars['String'] | null),remote_scope?: (Scalars['String'] | null),required_role?: (e_player_roles_enum | null),slug?: (Scalars['String'] | null),title?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null)} +export interface custom_pages_set_input {created_at?: (Scalars['timestamptz'] | null),deployments?: (Scalars['jsonb'] | null),enabled?: (Scalars['Boolean'] | null),exposed_module?: (Scalars['String'] | null),icon?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_default?: (Scalars['Boolean'] | null),manifest_url?: (Scalars['String'] | null),nav_group?: (Scalars['String'] | null),nav_order?: (Scalars['Int'] | null),profile_tab_label?: (Scalars['String'] | null),remote_entry_url?: (Scalars['String'] | null),remote_scope?: (Scalars['String'] | null),required_role?: (e_player_roles_enum | null),slug?: (Scalars['String'] | null),title?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null)} /** aggregate stddev on columns */ @@ -36826,7 +38121,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface custom_pages_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),enabled?: (Scalars['Boolean'] | null),exposed_module?: (Scalars['String'] | null),icon?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_default?: (Scalars['Boolean'] | null),nav_group?: (Scalars['String'] | null),nav_order?: (Scalars['Int'] | null),remote_entry_url?: (Scalars['String'] | null),remote_scope?: (Scalars['String'] | null),required_role?: (e_player_roles_enum | null),slug?: (Scalars['String'] | null),title?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null)} +export interface custom_pages_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),deployments?: (Scalars['jsonb'] | null),enabled?: (Scalars['Boolean'] | null),exposed_module?: (Scalars['String'] | null),icon?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_default?: (Scalars['Boolean'] | null),manifest_url?: (Scalars['String'] | null),nav_group?: (Scalars['String'] | null),nav_order?: (Scalars['Int'] | null),profile_tab_label?: (Scalars['String'] | null),remote_entry_url?: (Scalars['String'] | null),remote_scope?: (Scalars['String'] | null),required_role?: (e_player_roles_enum | null),slug?: (Scalars['String'] | null),title?: (Scalars['String'] | null),updated_at?: (Scalars['timestamptz'] | null)} /** aggregate sum on columns */ @@ -36837,8 +38132,18 @@ export interface custom_pages_sum_fieldsGenqlSelection{ } export interface custom_pages_updates { +/** append existing jsonb value of filtered columns with new jsonb value */ +_append?: (custom_pages_append_input | null), +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +_delete_at_path?: (custom_pages_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?: (custom_pages_delete_elem_input | null), +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +_delete_key?: (custom_pages_delete_key_input | null), /** increments the numeric columns with given value of the filtered values */ _inc?: (custom_pages_inc_input | null), +/** prepend existing jsonb value of filtered columns with new jsonb value */ +_prepend?: (custom_pages_prepend_input | null), /** sets the columns of the filtered rows to the given values */ _set?: (custom_pages_set_input | null), /** filter the rows which have to be updated */ @@ -38007,6 +39312,212 @@ export interface draft_games_variance_fieldsGenqlSelection{ export interface draft_games_variance_order_by {capacity?: (order_by | null),current_pick_lineup?: (order_by | null),host_steam_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null)} +/** columns and relationships of "e_award_sources" */ +export interface e_award_sourcesGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "e_award_sources" */ +export interface e_award_sources_aggregateGenqlSelection{ + aggregate?: e_award_sources_aggregate_fieldsGenqlSelection + nodes?: e_award_sourcesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "e_award_sources" */ +export interface e_award_sources_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_award_sources_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_award_sources_max_fieldsGenqlSelection + min?: e_award_sources_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "e_award_sources". All fields are combined with a logical 'AND'. */ +export interface e_award_sources_bool_exp {_and?: (e_award_sources_bool_exp[] | null),_not?: (e_award_sources_bool_exp | null),_or?: (e_award_sources_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} + + +/** Boolean expression to compare columns of type "e_award_sources_enum". All fields are combined with logical 'AND'. */ +export interface e_award_sources_enum_comparison_exp {_eq?: (e_award_sources_enum | null),_in?: (e_award_sources_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_award_sources_enum | null),_nin?: (e_award_sources_enum[] | null)} + + +/** input type for inserting data into table "e_award_sources" */ +export interface e_award_sources_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_award_sources_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface e_award_sources_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "e_award_sources" */ +export interface e_award_sources_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_award_sourcesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "e_award_sources" */ +export interface e_award_sources_on_conflict {constraint: e_award_sources_constraint,update_columns?: e_award_sources_update_column[],where?: (e_award_sources_bool_exp | null)} + + +/** Ordering options when selecting data from "e_award_sources". */ +export interface e_award_sources_order_by {description?: (order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_award_sources */ +export interface e_award_sources_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_award_sources" */ +export interface e_award_sources_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_award_sources" */ +export interface e_award_sources_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_award_sources_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_award_sources_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_award_sources_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_award_sources_set_input | null), +/** filter the rows which have to be updated */ +where: e_award_sources_bool_exp} + + +/** columns and relationships of "e_award_tiers" */ +export interface e_award_tiersGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "e_award_tiers" */ +export interface e_award_tiers_aggregateGenqlSelection{ + aggregate?: e_award_tiers_aggregate_fieldsGenqlSelection + nodes?: e_award_tiersGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "e_award_tiers" */ +export interface e_award_tiers_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_award_tiers_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_award_tiers_max_fieldsGenqlSelection + min?: e_award_tiers_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "e_award_tiers". All fields are combined with a logical 'AND'. */ +export interface e_award_tiers_bool_exp {_and?: (e_award_tiers_bool_exp[] | null),_not?: (e_award_tiers_bool_exp | null),_or?: (e_award_tiers_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} + + +/** Boolean expression to compare columns of type "e_award_tiers_enum". All fields are combined with logical 'AND'. */ +export interface e_award_tiers_enum_comparison_exp {_eq?: (e_award_tiers_enum | null),_in?: (e_award_tiers_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_award_tiers_enum | null),_nin?: (e_award_tiers_enum[] | null)} + + +/** input type for inserting data into table "e_award_tiers" */ +export interface e_award_tiers_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_award_tiers_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface e_award_tiers_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "e_award_tiers" */ +export interface e_award_tiers_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_award_tiersGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "e_award_tiers" */ +export interface e_award_tiers_on_conflict {constraint: e_award_tiers_constraint,update_columns?: e_award_tiers_update_column[],where?: (e_award_tiers_bool_exp | null)} + + +/** Ordering options when selecting data from "e_award_tiers". */ +export interface e_award_tiers_order_by {description?: (order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_award_tiers */ +export interface e_award_tiers_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_award_tiers" */ +export interface e_award_tiers_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_award_tiers" */ +export interface e_award_tiers_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_award_tiers_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_award_tiers_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_award_tiers_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_award_tiers_set_input | null), +/** filter the rows which have to be updated */ +where: e_award_tiers_bool_exp} + + /** columns and relationships of "e_check_in_settings" */ export interface e_check_in_settingsGenqlSelection{ description?: boolean | number @@ -44218,6 +45729,30 @@ where: event_tournaments_bool_exp} /** columns and relationships of "events" */ export interface eventsGenqlSelection{ + /** An array relationship */ + awards?: (award_recipientsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** An aggregate relationship */ + awards_aggregate?: (award_recipients_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) /** An object relationship */ banner?: event_mediaGenqlSelection banner_media_id?: boolean | number @@ -44424,7 +45959,7 @@ export interface events_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "events". All fields are combined with a logical 'AND'. */ -export interface events_bool_exp {_and?: (events_bool_exp[] | null),_not?: (events_bool_exp | null),_or?: (events_bool_exp[] | null),banner?: (event_media_bool_exp | null),banner_media_id?: (uuid_comparison_exp | null),can_upload_media?: (Boolean_comparison_exp | null),can_view?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),description?: (String_comparison_exp | null),ends_at?: (timestamptz_comparison_exp | null),hide_creator_organizer?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),media?: (event_media_bool_exp | null),media_access?: (e_event_media_access_enum_comparison_exp | null),media_aggregate?: (event_media_aggregate_bool_exp | null),name?: (String_comparison_exp | null),organizer?: (players_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizers?: (event_organizers_bool_exp | null),organizers_aggregate?: (event_organizers_aggregate_bool_exp | null),player_stats?: (v_event_player_stats_bool_exp | null),player_stats_aggregate?: (v_event_player_stats_aggregate_bool_exp | null),players?: (event_players_bool_exp | null),players_aggregate?: (event_players_aggregate_bool_exp | null),starts_at?: (timestamptz_comparison_exp | null),teams?: (event_teams_bool_exp | null),teams_aggregate?: (event_teams_aggregate_bool_exp | null),tournaments?: (event_tournaments_bool_exp | null),tournaments_aggregate?: (event_tournaments_aggregate_bool_exp | null),visibility?: (e_event_visibility_enum_comparison_exp | null)} +export interface events_bool_exp {_and?: (events_bool_exp[] | null),_not?: (events_bool_exp | null),_or?: (events_bool_exp[] | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),banner?: (event_media_bool_exp | null),banner_media_id?: (uuid_comparison_exp | null),can_upload_media?: (Boolean_comparison_exp | null),can_view?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),description?: (String_comparison_exp | null),ends_at?: (timestamptz_comparison_exp | null),hide_creator_organizer?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),media?: (event_media_bool_exp | null),media_access?: (e_event_media_access_enum_comparison_exp | null),media_aggregate?: (event_media_aggregate_bool_exp | null),name?: (String_comparison_exp | null),organizer?: (players_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizers?: (event_organizers_bool_exp | null),organizers_aggregate?: (event_organizers_aggregate_bool_exp | null),player_stats?: (v_event_player_stats_bool_exp | null),player_stats_aggregate?: (v_event_player_stats_aggregate_bool_exp | null),players?: (event_players_bool_exp | null),players_aggregate?: (event_players_aggregate_bool_exp | null),starts_at?: (timestamptz_comparison_exp | null),teams?: (event_teams_bool_exp | null),teams_aggregate?: (event_teams_aggregate_bool_exp | null),tournaments?: (event_tournaments_bool_exp | null),tournaments_aggregate?: (event_tournaments_aggregate_bool_exp | null),visibility?: (e_event_visibility_enum_comparison_exp | null)} /** input type for incrementing numeric columns in table "events" */ @@ -44432,7 +45967,7 @@ export interface events_inc_input {organizer_steam_id?: (Scalars['bigint'] | nul /** input type for inserting data into table "events" */ -export interface events_insert_input {banner?: (event_media_obj_rel_insert_input | null),banner_media_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),ends_at?: (Scalars['timestamptz'] | null),hide_creator_organizer?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),media?: (event_media_arr_rel_insert_input | null),media_access?: (e_event_media_access_enum | null),name?: (Scalars['String'] | null),organizer?: (players_obj_rel_insert_input | null),organizer_steam_id?: (Scalars['bigint'] | null),organizers?: (event_organizers_arr_rel_insert_input | null),player_stats?: (v_event_player_stats_arr_rel_insert_input | null),players?: (event_players_arr_rel_insert_input | null),starts_at?: (Scalars['timestamptz'] | null),teams?: (event_teams_arr_rel_insert_input | null),tournaments?: (event_tournaments_arr_rel_insert_input | null),visibility?: (e_event_visibility_enum | null)} +export interface events_insert_input {awards?: (award_recipients_arr_rel_insert_input | null),banner?: (event_media_obj_rel_insert_input | null),banner_media_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),ends_at?: (Scalars['timestamptz'] | null),hide_creator_organizer?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),media?: (event_media_arr_rel_insert_input | null),media_access?: (e_event_media_access_enum | null),name?: (Scalars['String'] | null),organizer?: (players_obj_rel_insert_input | null),organizer_steam_id?: (Scalars['bigint'] | null),organizers?: (event_organizers_arr_rel_insert_input | null),player_stats?: (v_event_player_stats_arr_rel_insert_input | null),players?: (event_players_arr_rel_insert_input | null),starts_at?: (Scalars['timestamptz'] | null),teams?: (event_teams_arr_rel_insert_input | null),tournaments?: (event_tournaments_arr_rel_insert_input | null),visibility?: (e_event_visibility_enum | null)} /** aggregate max on columns */ @@ -44487,7 +46022,7 @@ export interface events_on_conflict {constraint: events_constraint,update_column /** Ordering options when selecting data from "events". */ -export interface events_order_by {banner?: (event_media_order_by | null),banner_media_id?: (order_by | null),can_upload_media?: (order_by | null),can_view?: (order_by | null),created_at?: (order_by | null),description?: (order_by | null),ends_at?: (order_by | null),hide_creator_organizer?: (order_by | null),id?: (order_by | null),is_organizer?: (order_by | null),media_access?: (order_by | null),media_aggregate?: (event_media_aggregate_order_by | null),name?: (order_by | null),organizer?: (players_order_by | null),organizer_steam_id?: (order_by | null),organizers_aggregate?: (event_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_event_player_stats_aggregate_order_by | null),players_aggregate?: (event_players_aggregate_order_by | null),starts_at?: (order_by | null),teams_aggregate?: (event_teams_aggregate_order_by | null),tournaments_aggregate?: (event_tournaments_aggregate_order_by | null),visibility?: (order_by | null)} +export interface events_order_by {awards_aggregate?: (award_recipients_aggregate_order_by | null),banner?: (event_media_order_by | null),banner_media_id?: (order_by | null),can_upload_media?: (order_by | null),can_view?: (order_by | null),created_at?: (order_by | null),description?: (order_by | null),ends_at?: (order_by | null),hide_creator_organizer?: (order_by | null),id?: (order_by | null),is_organizer?: (order_by | null),media_access?: (order_by | null),media_aggregate?: (event_media_aggregate_order_by | null),name?: (order_by | null),organizer?: (players_order_by | null),organizer_steam_id?: (order_by | null),organizers_aggregate?: (event_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_event_player_stats_aggregate_order_by | null),players_aggregate?: (event_players_aggregate_order_by | null),starts_at?: (order_by | null),teams_aggregate?: (event_teams_aggregate_order_by | null),tournaments_aggregate?: (event_tournaments_aggregate_order_by | null),visibility?: (order_by | null)} /** primary key columns input for table: events */ @@ -47139,6 +48674,30 @@ where: league_season_divisions_bool_exp} /** columns and relationships of "league_seasons" */ export interface league_seasonsGenqlSelection{ auto_regular_season_format?: boolean | number + /** An array relationship */ + awards?: (award_recipientsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** An aggregate relationship */ + awards_aggregate?: (award_recipients_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) /** A computed field, executes function "can_register_for_league_season" */ can_register?: boolean | number created_at?: boolean | number @@ -47421,7 +48980,7 @@ export interface league_seasons_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "league_seasons". All fields are combined with a logical 'AND'. */ -export interface league_seasons_bool_exp {_and?: (league_seasons_bool_exp[] | null),_not?: (league_seasons_bool_exp | null),_or?: (league_seasons_bool_exp[] | null),auto_regular_season_format?: (Boolean_comparison_exp | null),can_register?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),created_by_steam_id?: (bigint_comparison_exp | null),default_best_of?: (Int_comparison_exp | null),direct_promote_count?: (Int_comparison_exp | null),direct_relegate_count?: (Int_comparison_exp | null),e_league_season_status?: (e_league_season_statuses_bool_exp | null),games_per_week?: (Int_comparison_exp | null),id?: (uuid_comparison_exp | null),is_league_admin?: (Boolean_comparison_exp | null),is_roster_locked?: (Boolean_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),match_weeks?: (league_match_weeks_bool_exp | null),match_weeks_aggregate?: (league_match_weeks_aggregate_bool_exp | null),match_weeks_count?: (Int_comparison_exp | null),max_roster_size?: (Int_comparison_exp | null),min_roster_size?: (Int_comparison_exp | null),movements?: (league_team_movements_bool_exp | null),movements_aggregate?: (league_team_movements_aggregate_bool_exp | null),my_registration?: (league_team_seasons_bool_exp | null),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),player_stats?: (v_league_season_player_stats_bool_exp | null),player_stats_aggregate?: (v_league_season_player_stats_aggregate_bool_exp | null),playoff_best_of?: (Int_comparison_exp | null),playoff_round_best_of?: (jsonb_comparison_exp | null),playoff_seats?: (Int_comparison_exp | null),playoff_stage_type?: (e_tournament_stage_types_enum_comparison_exp | null),playoff_third_place_match?: (Boolean_comparison_exp | null),promote_count?: (Int_comparison_exp | null),regular_season_stage_type?: (e_tournament_stage_types_enum_comparison_exp | null),relegate_count?: (Int_comparison_exp | null),relegation_down_count?: (Int_comparison_exp | null),relegation_playoffs?: (league_relegation_playoffs_bool_exp | null),relegation_playoffs_aggregate?: (league_relegation_playoffs_aggregate_bool_exp | null),relegation_up_count?: (Int_comparison_exp | null),roster_lock_at?: (timestamptz_comparison_exp | null),season_divisions?: (league_season_divisions_bool_exp | null),season_divisions_aggregate?: (league_season_divisions_aggregate_bool_exp | null),season_number?: (Int_comparison_exp | null),signup_closes_at?: (timestamptz_comparison_exp | null),signup_opens_at?: (timestamptz_comparison_exp | null),standings?: (v_league_division_standings_bool_exp | null),standings_aggregate?: (v_league_division_standings_aggregate_bool_exp | null),starts_at?: (timestamptz_comparison_exp | null),status?: (e_league_season_statuses_enum_comparison_exp | null),team_seasons?: (league_team_seasons_bool_exp | null),team_seasons_aggregate?: (league_team_seasons_aggregate_bool_exp | null),week_best_of?: (jsonb_comparison_exp | null)} +export interface league_seasons_bool_exp {_and?: (league_seasons_bool_exp[] | null),_not?: (league_seasons_bool_exp | null),_or?: (league_seasons_bool_exp[] | null),auto_regular_season_format?: (Boolean_comparison_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),can_register?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),created_by_steam_id?: (bigint_comparison_exp | null),default_best_of?: (Int_comparison_exp | null),direct_promote_count?: (Int_comparison_exp | null),direct_relegate_count?: (Int_comparison_exp | null),e_league_season_status?: (e_league_season_statuses_bool_exp | null),games_per_week?: (Int_comparison_exp | null),id?: (uuid_comparison_exp | null),is_league_admin?: (Boolean_comparison_exp | null),is_roster_locked?: (Boolean_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),match_weeks?: (league_match_weeks_bool_exp | null),match_weeks_aggregate?: (league_match_weeks_aggregate_bool_exp | null),match_weeks_count?: (Int_comparison_exp | null),max_roster_size?: (Int_comparison_exp | null),min_roster_size?: (Int_comparison_exp | null),movements?: (league_team_movements_bool_exp | null),movements_aggregate?: (league_team_movements_aggregate_bool_exp | null),my_registration?: (league_team_seasons_bool_exp | null),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),player_stats?: (v_league_season_player_stats_bool_exp | null),player_stats_aggregate?: (v_league_season_player_stats_aggregate_bool_exp | null),playoff_best_of?: (Int_comparison_exp | null),playoff_round_best_of?: (jsonb_comparison_exp | null),playoff_seats?: (Int_comparison_exp | null),playoff_stage_type?: (e_tournament_stage_types_enum_comparison_exp | null),playoff_third_place_match?: (Boolean_comparison_exp | null),promote_count?: (Int_comparison_exp | null),regular_season_stage_type?: (e_tournament_stage_types_enum_comparison_exp | null),relegate_count?: (Int_comparison_exp | null),relegation_down_count?: (Int_comparison_exp | null),relegation_playoffs?: (league_relegation_playoffs_bool_exp | null),relegation_playoffs_aggregate?: (league_relegation_playoffs_aggregate_bool_exp | null),relegation_up_count?: (Int_comparison_exp | null),roster_lock_at?: (timestamptz_comparison_exp | null),season_divisions?: (league_season_divisions_bool_exp | null),season_divisions_aggregate?: (league_season_divisions_aggregate_bool_exp | null),season_number?: (Int_comparison_exp | null),signup_closes_at?: (timestamptz_comparison_exp | null),signup_opens_at?: (timestamptz_comparison_exp | null),standings?: (v_league_division_standings_bool_exp | null),standings_aggregate?: (v_league_division_standings_aggregate_bool_exp | null),starts_at?: (timestamptz_comparison_exp | null),status?: (e_league_season_statuses_enum_comparison_exp | null),team_seasons?: (league_team_seasons_bool_exp | null),team_seasons_aggregate?: (league_team_seasons_aggregate_bool_exp | null),week_best_of?: (jsonb_comparison_exp | null)} /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ @@ -47441,7 +49000,7 @@ export interface league_seasons_inc_input {created_by_steam_id?: (Scalars['bigin /** input type for inserting data into table "league_seasons" */ -export interface league_seasons_insert_input {auto_regular_season_format?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),created_by_steam_id?: (Scalars['bigint'] | null),default_best_of?: (Scalars['Int'] | null),direct_promote_count?: (Scalars['Int'] | null),direct_relegate_count?: (Scalars['Int'] | null),e_league_season_status?: (e_league_season_statuses_obj_rel_insert_input | null),games_per_week?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),match_weeks?: (league_match_weeks_arr_rel_insert_input | null),match_weeks_count?: (Scalars['Int'] | null),max_roster_size?: (Scalars['Int'] | null),min_roster_size?: (Scalars['Int'] | null),movements?: (league_team_movements_arr_rel_insert_input | null),name?: (Scalars['String'] | null),options?: (match_options_obj_rel_insert_input | null),player_stats?: (v_league_season_player_stats_arr_rel_insert_input | null),playoff_best_of?: (Scalars['Int'] | null),playoff_round_best_of?: (Scalars['jsonb'] | null),playoff_seats?: (Scalars['Int'] | null),playoff_stage_type?: (e_tournament_stage_types_enum | null),playoff_third_place_match?: (Scalars['Boolean'] | null),promote_count?: (Scalars['Int'] | null),regular_season_stage_type?: (e_tournament_stage_types_enum | null),relegate_count?: (Scalars['Int'] | null),relegation_down_count?: (Scalars['Int'] | null),relegation_playoffs?: (league_relegation_playoffs_arr_rel_insert_input | null),relegation_up_count?: (Scalars['Int'] | null),roster_lock_at?: (Scalars['timestamptz'] | null),season_divisions?: (league_season_divisions_arr_rel_insert_input | null),season_number?: (Scalars['Int'] | null),signup_closes_at?: (Scalars['timestamptz'] | null),signup_opens_at?: (Scalars['timestamptz'] | null),standings?: (v_league_division_standings_arr_rel_insert_input | null),starts_at?: (Scalars['timestamptz'] | null),status?: (e_league_season_statuses_enum | null),team_seasons?: (league_team_seasons_arr_rel_insert_input | null),week_best_of?: (Scalars['jsonb'] | null)} +export interface league_seasons_insert_input {auto_regular_season_format?: (Scalars['Boolean'] | null),awards?: (award_recipients_arr_rel_insert_input | null),created_at?: (Scalars['timestamptz'] | null),created_by_steam_id?: (Scalars['bigint'] | null),default_best_of?: (Scalars['Int'] | null),direct_promote_count?: (Scalars['Int'] | null),direct_relegate_count?: (Scalars['Int'] | null),e_league_season_status?: (e_league_season_statuses_obj_rel_insert_input | null),games_per_week?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),match_weeks?: (league_match_weeks_arr_rel_insert_input | null),match_weeks_count?: (Scalars['Int'] | null),max_roster_size?: (Scalars['Int'] | null),min_roster_size?: (Scalars['Int'] | null),movements?: (league_team_movements_arr_rel_insert_input | null),name?: (Scalars['String'] | null),options?: (match_options_obj_rel_insert_input | null),player_stats?: (v_league_season_player_stats_arr_rel_insert_input | null),playoff_best_of?: (Scalars['Int'] | null),playoff_round_best_of?: (Scalars['jsonb'] | null),playoff_seats?: (Scalars['Int'] | null),playoff_stage_type?: (e_tournament_stage_types_enum | null),playoff_third_place_match?: (Scalars['Boolean'] | null),promote_count?: (Scalars['Int'] | null),regular_season_stage_type?: (e_tournament_stage_types_enum | null),relegate_count?: (Scalars['Int'] | null),relegation_down_count?: (Scalars['Int'] | null),relegation_playoffs?: (league_relegation_playoffs_arr_rel_insert_input | null),relegation_up_count?: (Scalars['Int'] | null),roster_lock_at?: (Scalars['timestamptz'] | null),season_divisions?: (league_season_divisions_arr_rel_insert_input | null),season_number?: (Scalars['Int'] | null),signup_closes_at?: (Scalars['timestamptz'] | null),signup_opens_at?: (Scalars['timestamptz'] | null),standings?: (v_league_division_standings_arr_rel_insert_input | null),starts_at?: (Scalars['timestamptz'] | null),status?: (e_league_season_statuses_enum | null),team_seasons?: (league_team_seasons_arr_rel_insert_input | null),week_best_of?: (Scalars['jsonb'] | null)} /** aggregate max on columns */ @@ -47526,7 +49085,7 @@ export interface league_seasons_on_conflict {constraint: league_seasons_constrai /** Ordering options when selecting data from "league_seasons". */ -export interface league_seasons_order_by {auto_regular_season_format?: (order_by | null),can_register?: (order_by | null),created_at?: (order_by | null),created_by_steam_id?: (order_by | null),default_best_of?: (order_by | null),direct_promote_count?: (order_by | null),direct_relegate_count?: (order_by | null),e_league_season_status?: (e_league_season_statuses_order_by | null),games_per_week?: (order_by | null),id?: (order_by | null),is_league_admin?: (order_by | null),is_roster_locked?: (order_by | null),match_options_id?: (order_by | null),match_weeks_aggregate?: (league_match_weeks_aggregate_order_by | null),match_weeks_count?: (order_by | null),max_roster_size?: (order_by | null),min_roster_size?: (order_by | null),movements_aggregate?: (league_team_movements_aggregate_order_by | null),my_registration_aggregate?: (league_team_seasons_aggregate_order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),player_stats_aggregate?: (v_league_season_player_stats_aggregate_order_by | null),playoff_best_of?: (order_by | null),playoff_round_best_of?: (order_by | null),playoff_seats?: (order_by | null),playoff_stage_type?: (order_by | null),playoff_third_place_match?: (order_by | null),promote_count?: (order_by | null),regular_season_stage_type?: (order_by | null),relegate_count?: (order_by | null),relegation_down_count?: (order_by | null),relegation_playoffs_aggregate?: (league_relegation_playoffs_aggregate_order_by | null),relegation_up_count?: (order_by | null),roster_lock_at?: (order_by | null),season_divisions_aggregate?: (league_season_divisions_aggregate_order_by | null),season_number?: (order_by | null),signup_closes_at?: (order_by | null),signup_opens_at?: (order_by | null),standings_aggregate?: (v_league_division_standings_aggregate_order_by | null),starts_at?: (order_by | null),status?: (order_by | null),team_seasons_aggregate?: (league_team_seasons_aggregate_order_by | null),week_best_of?: (order_by | null)} +export interface league_seasons_order_by {auto_regular_season_format?: (order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),can_register?: (order_by | null),created_at?: (order_by | null),created_by_steam_id?: (order_by | null),default_best_of?: (order_by | null),direct_promote_count?: (order_by | null),direct_relegate_count?: (order_by | null),e_league_season_status?: (e_league_season_statuses_order_by | null),games_per_week?: (order_by | null),id?: (order_by | null),is_league_admin?: (order_by | null),is_roster_locked?: (order_by | null),match_options_id?: (order_by | null),match_weeks_aggregate?: (league_match_weeks_aggregate_order_by | null),match_weeks_count?: (order_by | null),max_roster_size?: (order_by | null),min_roster_size?: (order_by | null),movements_aggregate?: (league_team_movements_aggregate_order_by | null),my_registration_aggregate?: (league_team_seasons_aggregate_order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),player_stats_aggregate?: (v_league_season_player_stats_aggregate_order_by | null),playoff_best_of?: (order_by | null),playoff_round_best_of?: (order_by | null),playoff_seats?: (order_by | null),playoff_stage_type?: (order_by | null),playoff_third_place_match?: (order_by | null),promote_count?: (order_by | null),regular_season_stage_type?: (order_by | null),relegate_count?: (order_by | null),relegation_down_count?: (order_by | null),relegation_playoffs_aggregate?: (league_relegation_playoffs_aggregate_order_by | null),relegation_up_count?: (order_by | null),roster_lock_at?: (order_by | null),season_divisions_aggregate?: (league_season_divisions_aggregate_order_by | null),season_number?: (order_by | null),signup_closes_at?: (order_by | null),signup_opens_at?: (order_by | null),standings_aggregate?: (v_league_division_standings_aggregate_order_by | null),starts_at?: (order_by | null),status?: (order_by | null),team_seasons_aggregate?: (league_team_seasons_aggregate_order_by | null),week_best_of?: (order_by | null)} /** primary key columns input for table: league_seasons */ @@ -54194,6 +55753,8 @@ export interface mutation_rootGenqlSelection{ createScheduledMatch?: (CreateScheduledMatchOutputGenqlSelection & { __args: {lineup_1: ScheduledLineupInput, lineup_2: ScheduledLineupInput, options: Scalars['jsonb'], scheduled_at: Scalars['String']} }) /** Create directory on game server */ createServerDirectory?: (SuccessOutputGenqlSelection & { __args: {dir_path: Scalars['String'], node_id: Scalars['String'], server_id?: (Scalars['String'] | null)} }) + /** Delete a catalog award */ + deleteAward?: (SuccessOutputGenqlSelection & { __args: {id: Scalars['uuid']} }) /** Delete a saved clip and its underlying S3 object */ deleteClip?: (SuccessOutputGenqlSelection & { __args: {clip_id: Scalars['uuid']} }) deleteMatch?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['String']} }) @@ -54223,6 +55784,18 @@ export interface mutation_rootGenqlSelection{ where: api_keys_bool_exp} }) /** delete single row from the table: "api_keys" */ delete_api_keys_by_pk?: (api_keysGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "award_recipients" */ + delete_award_recipients?: (award_recipients_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: award_recipients_bool_exp} }) + /** delete single row from the table: "award_recipients" */ + delete_award_recipients_by_pk?: (award_recipientsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "awards" */ + delete_awards?: (awards_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: awards_bool_exp} }) + /** delete single row from the table: "awards" */ + delete_awards_by_pk?: (awardsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** delete data from the table: "clip_render_jobs" */ delete_clip_render_jobs?: (clip_render_jobs_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -54259,6 +55832,18 @@ export interface mutation_rootGenqlSelection{ where: draft_games_bool_exp} }) /** delete single row from the table: "draft_games" */ delete_draft_games_by_pk?: (draft_gamesGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "e_award_sources" */ + delete_e_award_sources?: (e_award_sources_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_award_sources_bool_exp} }) + /** delete single row from the table: "e_award_sources" */ + delete_e_award_sources_by_pk?: (e_award_sourcesGenqlSelection & { __args: {value: Scalars['String']} }) + /** delete data from the table: "e_award_tiers" */ + delete_e_award_tiers?: (e_award_tiers_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_award_tiers_bool_exp} }) + /** delete single row from the table: "e_award_tiers" */ + delete_e_award_tiers_by_pk?: (e_award_tiersGenqlSelection & { __args: {value: Scalars['String']} }) /** delete data from the table: "e_check_in_settings" */ delete_e_check_in_settings?: (e_check_in_settings_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -55009,6 +56594,12 @@ export interface mutation_rootGenqlSelection{ where: teams_bool_exp} }) /** delete single row from the table: "teams" */ delete_teams_by_pk?: (teamsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "tournament_awards" */ + delete_tournament_awards?: (tournament_awards_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: tournament_awards_bool_exp} }) + /** delete single row from the table: "tournament_awards" */ + delete_tournament_awards_by_pk?: (tournament_awardsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** delete data from the table: "tournament_brackets" */ delete_tournament_brackets?: (tournament_brackets_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -55069,18 +56660,6 @@ export interface mutation_rootGenqlSelection{ where: tournament_teams_bool_exp} }) /** delete single row from the table: "tournament_teams" */ delete_tournament_teams_by_pk?: (tournament_teamsGenqlSelection & { __args: {id: Scalars['uuid']} }) - /** delete data from the table: "tournament_trophies" */ - delete_tournament_trophies?: (tournament_trophies_mutation_responseGenqlSelection & { __args: { - /** filter the rows which have to be deleted */ - where: tournament_trophies_bool_exp} }) - /** delete single row from the table: "tournament_trophies" */ - delete_tournament_trophies_by_pk?: (tournament_trophiesGenqlSelection & { __args: {id: Scalars['uuid']} }) - /** delete data from the table: "tournament_trophy_configs" */ - delete_tournament_trophy_configs?: (tournament_trophy_configs_mutation_responseGenqlSelection & { __args: { - /** filter the rows which have to be deleted */ - where: tournament_trophy_configs_bool_exp} }) - /** delete single row from the table: "tournament_trophy_configs" */ - delete_tournament_trophy_configs_by_pk?: (tournament_trophy_configsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** delete data from the table: "tournaments" */ delete_tournaments?: (tournaments_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -55114,6 +56693,8 @@ export interface mutation_rootGenqlSelection{ /** Live pod GSI snapshot — slots, sides, alive/dead. Drives the stream-deck. */ getLiveStreamSpecState?: (LiveStreamSpecStateGenqlSelection & { __args: {match_id: Scalars['uuid']} }) getTestUploadLink?: GetTestUploadResponseGenqlSelection + /** Grant an award to a player or team */ + grantAward?: (AwardRecipientGenqlSelection & { __args: {award_id: Scalars['uuid'], event_id?: (Scalars['uuid'] | null), league_season_id?: (Scalars['uuid'] | null), note?: (Scalars['String'] | null), player_steam_id?: (Scalars['String'] | null), season_id?: (Scalars['uuid'] | null), team_id?: (Scalars['uuid'] | null), tournament_id?: (Scalars['uuid'] | null)} }) /** insert data into the table: "_map_pool" */ insert__map_pool?: (_map_pool_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -55150,6 +56731,30 @@ export interface mutation_rootGenqlSelection{ object: api_keys_insert_input, /** upsert condition */ on_conflict?: (api_keys_on_conflict | null)} }) + /** insert data into the table: "award_recipients" */ + insert_award_recipients?: (award_recipients_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: award_recipients_insert_input[], + /** upsert condition */ + on_conflict?: (award_recipients_on_conflict | null)} }) + /** insert a single row into the table: "award_recipients" */ + insert_award_recipients_one?: (award_recipientsGenqlSelection & { __args: { + /** the row to be inserted */ + object: award_recipients_insert_input, + /** upsert condition */ + on_conflict?: (award_recipients_on_conflict | null)} }) + /** insert data into the table: "awards" */ + insert_awards?: (awards_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: awards_insert_input[], + /** upsert condition */ + on_conflict?: (awards_on_conflict | null)} }) + /** insert a single row into the table: "awards" */ + insert_awards_one?: (awardsGenqlSelection & { __args: { + /** the row to be inserted */ + object: awards_insert_input, + /** upsert condition */ + on_conflict?: (awards_on_conflict | null)} }) /** insert data into the table: "clip_render_jobs" */ insert_clip_render_jobs?: (clip_render_jobs_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -55222,6 +56827,30 @@ export interface mutation_rootGenqlSelection{ object: draft_games_insert_input, /** upsert condition */ on_conflict?: (draft_games_on_conflict | null)} }) + /** insert data into the table: "e_award_sources" */ + insert_e_award_sources?: (e_award_sources_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_award_sources_insert_input[], + /** upsert condition */ + on_conflict?: (e_award_sources_on_conflict | null)} }) + /** insert a single row into the table: "e_award_sources" */ + insert_e_award_sources_one?: (e_award_sourcesGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_award_sources_insert_input, + /** upsert condition */ + on_conflict?: (e_award_sources_on_conflict | null)} }) + /** insert data into the table: "e_award_tiers" */ + insert_e_award_tiers?: (e_award_tiers_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_award_tiers_insert_input[], + /** upsert condition */ + on_conflict?: (e_award_tiers_on_conflict | null)} }) + /** insert a single row into the table: "e_award_tiers" */ + insert_e_award_tiers_one?: (e_award_tiersGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_award_tiers_insert_input, + /** upsert condition */ + on_conflict?: (e_award_tiers_on_conflict | null)} }) /** insert data into the table: "e_check_in_settings" */ insert_e_check_in_settings?: (e_check_in_settings_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -56722,6 +58351,18 @@ export interface mutation_rootGenqlSelection{ object: teams_insert_input, /** upsert condition */ on_conflict?: (teams_on_conflict | null)} }) + /** insert data into the table: "tournament_awards" */ + insert_tournament_awards?: (tournament_awards_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: tournament_awards_insert_input[], + /** upsert condition */ + on_conflict?: (tournament_awards_on_conflict | null)} }) + /** insert a single row into the table: "tournament_awards" */ + insert_tournament_awards_one?: (tournament_awardsGenqlSelection & { __args: { + /** the row to be inserted */ + object: tournament_awards_insert_input, + /** upsert condition */ + on_conflict?: (tournament_awards_on_conflict | null)} }) /** insert data into the table: "tournament_brackets" */ insert_tournament_brackets?: (tournament_brackets_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -56842,30 +58483,6 @@ export interface mutation_rootGenqlSelection{ object: tournament_teams_insert_input, /** upsert condition */ on_conflict?: (tournament_teams_on_conflict | null)} }) - /** insert data into the table: "tournament_trophies" */ - insert_tournament_trophies?: (tournament_trophies_mutation_responseGenqlSelection & { __args: { - /** the rows to be inserted */ - objects: tournament_trophies_insert_input[], - /** upsert condition */ - on_conflict?: (tournament_trophies_on_conflict | null)} }) - /** insert a single row into the table: "tournament_trophies" */ - insert_tournament_trophies_one?: (tournament_trophiesGenqlSelection & { __args: { - /** the row to be inserted */ - object: tournament_trophies_insert_input, - /** upsert condition */ - on_conflict?: (tournament_trophies_on_conflict | null)} }) - /** insert data into the table: "tournament_trophy_configs" */ - insert_tournament_trophy_configs?: (tournament_trophy_configs_mutation_responseGenqlSelection & { __args: { - /** the rows to be inserted */ - objects: tournament_trophy_configs_insert_input[], - /** upsert condition */ - on_conflict?: (tournament_trophy_configs_on_conflict | null)} }) - /** insert a single row into the table: "tournament_trophy_configs" */ - insert_tournament_trophy_configs_one?: (tournament_trophy_configsGenqlSelection & { __args: { - /** the row to be inserted */ - object: tournament_trophy_configs_insert_input, - /** upsert condition */ - on_conflict?: (tournament_trophy_configs_on_conflict | null)} }) /** insert data into the table: "tournaments" */ insert_tournaments?: (tournaments_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -56960,20 +58577,20 @@ export interface mutation_rootGenqlSelection{ queueClipFromPreset?: (CreateClipRenderOutputGenqlSelection & { __args: {fps?: (Scalars['Int'] | null), match_map_id: Scalars['uuid'], preset: Scalars['String'], resolution?: (Scalars['String'] | null), target_name?: (Scalars['String'] | null), target_steam_id: Scalars['String'], title?: (Scalars['String'] | null)} }) randomizeTeams?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid']} }) rebootMatchServer?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid']} }) - /** execute VOLATILE function "recalculate_tournament_trophies" which returns "tournament_trophies" */ - recalculate_tournament_trophies?: (tournament_trophiesGenqlSelection & { __args: { - /** input parameters for function "recalculate_tournament_trophies" */ - args: recalculate_tournament_trophies_args, + /** execute VOLATILE function "recalculate_tournament_awards" which returns "award_recipients" */ + recalculate_tournament_awards?: (award_recipientsGenqlSelection & { __args: { + /** input parameters for function "recalculate_tournament_awards" */ + args: recalculate_tournament_awards_args, /** distinct select on columns */ - distinct_on?: (tournament_trophies_select_column[] | null), + distinct_on?: (award_recipients_select_column[] | null), /** limit the number of rows returned */ limit?: (Scalars['Int'] | null), /** skip the first n rows. Use only with order_by */ offset?: (Scalars['Int'] | null), /** sort the rows by one or more columns */ - order_by?: (tournament_trophies_order_by[] | null), + order_by?: (award_recipients_order_by[] | null), /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) + where?: (award_recipients_bool_exp | null)} }) /** Wipe and rebuild all player ELO from finished matches in chronological order (admin only). Runs in the background; track via recomputePlayerEloStatus. */ recomputePlayerElo?: RecomputeEloStartedOutputGenqlSelection /** Return the progress of the ELO recompute run (admin only). */ @@ -57055,7 +58672,11 @@ export interface mutation_rootGenqlSelection{ /** Delete terminal clip_render_jobs rows for a match_map (all or only failed/cancelled) and re-create them from their saved specs. */ retryClipRenderBatch?: (SuccessOutputGenqlSelection & { __args: {match_map_id: Scalars['uuid'], only_failed?: (Scalars['Boolean'] | null)} }) retryPendingMatchImport?: (PendingMatchImportActionOutputGenqlSelection & { __args: {valve_match_id: Scalars['String']} }) + /** Revoke a hand-granted award */ + revokeAward?: (SuccessOutputGenqlSelection & { __args: {id: Scalars['uuid']} }) sanctionServerPlayer?: (SanctionResultGenqlSelection & { __args: {duration?: (Scalars['Float'] | null), reason?: (Scalars['String'] | null), serverId?: (Scalars['String'] | null), steam_id: Scalars['String'], type: Scalars['String']} }) + /** Create or update a catalog award */ + saveAward?: (AwardGenqlSelection & { __args: {allow_multiple?: (Scalars['Boolean'] | null), description?: (Scalars['String'] | null), event_id?: (Scalars['uuid'] | null), id?: (Scalars['uuid'] | null), league_season_id?: (Scalars['uuid'] | null), name: Scalars['String'], season_id?: (Scalars['uuid'] | null), silhouette?: (Scalars['Int'] | null), tier: Scalars['String'], tournament_id?: (Scalars['uuid'] | null)} }) /** Create or update a first-party news post. Caller role is verified against public.post_news_role. */ saveNewsPost?: (NewsPostGenqlSelection & { __args: {content_markdown: Scalars['String'], cover_image_url?: (Scalars['String'] | null), id?: (Scalars['uuid'] | null), teaser?: (Scalars['String'] | null), title: Scalars['String']} }) /** Scan S3 for objects not referenced in the database (admin only). Runs in the background; results land in the logs and orphanedDemosScanResult. */ @@ -57074,6 +58695,8 @@ export interface mutation_rootGenqlSelection{ setMatchWinner?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid'], winning_lineup_id: Scalars['uuid']} }) /** Publish or unpublish a news post. Caller role is verified against public.post_news_role. */ setNewsPostStatus?: (NewsPostGenqlSelection & { __args: {id: Scalars['uuid'], status: Scalars['String']} }) + /** Map a tournament placement to an award */ + setTournamentAward?: (TournamentAwardGenqlSelection & { __args: {award_id?: (Scalars['uuid'] | null), custom_name?: (Scalars['String'] | null), placement: Scalars['Int'], silhouette?: (Scalars['Int'] | null), tournament_id: Scalars['uuid']} }) setupGameServer?: SetupGameServeOutputGenqlSelection skipShaders?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid']} }) specAutodirector?: (SuccessOutputGenqlSelection & { __args: {enabled: Scalars['Boolean'], match_id: Scalars['uuid']} }) @@ -57159,6 +58782,42 @@ export interface mutation_rootGenqlSelection{ update_api_keys_many?: (api_keys_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: api_keys_updates[]} }) + /** update data of the table: "award_recipients" */ + update_award_recipients?: (award_recipients_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (award_recipients_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (award_recipients_set_input | null), + /** filter the rows which have to be updated */ + where: award_recipients_bool_exp} }) + /** update single row of the table: "award_recipients" */ + update_award_recipients_by_pk?: (award_recipientsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (award_recipients_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (award_recipients_set_input | null), pk_columns: award_recipients_pk_columns_input} }) + /** update multiples rows of table: "award_recipients" */ + update_award_recipients_many?: (award_recipients_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: award_recipients_updates[]} }) + /** update data of the table: "awards" */ + update_awards?: (awards_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (awards_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (awards_set_input | null), + /** filter the rows which have to be updated */ + where: awards_bool_exp} }) + /** update single row of the table: "awards" */ + update_awards_by_pk?: (awardsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (awards_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (awards_set_input | null), pk_columns: awards_pk_columns_input} }) + /** update multiples rows of table: "awards" */ + update_awards_many?: (awards_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: awards_updates[]} }) /** update data of the table: "clip_render_jobs" */ update_clip_render_jobs?: (clip_render_jobs_mutation_responseGenqlSelection & { __args: { /** append existing jsonb value of filtered columns with new jsonb value */ @@ -57199,16 +58858,36 @@ export interface mutation_rootGenqlSelection{ updates: clip_render_jobs_updates[]} }) /** update data of the table: "custom_pages" */ update_custom_pages?: (custom_pages_mutation_responseGenqlSelection & { __args: { + /** append existing jsonb value of filtered columns with new jsonb value */ + _append?: (custom_pages_append_input | null), + /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ + _delete_at_path?: (custom_pages_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?: (custom_pages_delete_elem_input | null), + /** delete key/value pair or string element. key/value pairs are matched based on their key value */ + _delete_key?: (custom_pages_delete_key_input | null), /** increments the numeric columns with given value of the filtered values */ _inc?: (custom_pages_inc_input | null), + /** prepend existing jsonb value of filtered columns with new jsonb value */ + _prepend?: (custom_pages_prepend_input | null), /** sets the columns of the filtered rows to the given values */ _set?: (custom_pages_set_input | null), /** filter the rows which have to be updated */ where: custom_pages_bool_exp} }) /** update single row of the table: "custom_pages" */ update_custom_pages_by_pk?: (custom_pagesGenqlSelection & { __args: { + /** append existing jsonb value of filtered columns with new jsonb value */ + _append?: (custom_pages_append_input | null), + /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ + _delete_at_path?: (custom_pages_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?: (custom_pages_delete_elem_input | null), + /** delete key/value pair or string element. key/value pairs are matched based on their key value */ + _delete_key?: (custom_pages_delete_key_input | null), /** increments the numeric columns with given value of the filtered values */ _inc?: (custom_pages_inc_input | null), + /** prepend existing jsonb value of filtered columns with new jsonb value */ + _prepend?: (custom_pages_prepend_input | null), /** sets the columns of the filtered rows to the given values */ _set?: (custom_pages_set_input | null), pk_columns: custom_pages_pk_columns_input} }) /** update multiples rows of table: "custom_pages" */ @@ -57287,6 +58966,34 @@ export interface mutation_rootGenqlSelection{ update_draft_games_many?: (draft_games_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: draft_games_updates[]} }) + /** update data of the table: "e_award_sources" */ + update_e_award_sources?: (e_award_sources_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_award_sources_set_input | null), + /** filter the rows which have to be updated */ + where: e_award_sources_bool_exp} }) + /** update single row of the table: "e_award_sources" */ + update_e_award_sources_by_pk?: (e_award_sourcesGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_award_sources_set_input | null), pk_columns: e_award_sources_pk_columns_input} }) + /** update multiples rows of table: "e_award_sources" */ + update_e_award_sources_many?: (e_award_sources_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_award_sources_updates[]} }) + /** update data of the table: "e_award_tiers" */ + update_e_award_tiers?: (e_award_tiers_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_award_tiers_set_input | null), + /** filter the rows which have to be updated */ + where: e_award_tiers_bool_exp} }) + /** update single row of the table: "e_award_tiers" */ + update_e_award_tiers_by_pk?: (e_award_tiersGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_award_tiers_set_input | null), pk_columns: e_award_tiers_pk_columns_input} }) + /** update multiples rows of table: "e_award_tiers" */ + update_e_award_tiers_many?: (e_award_tiers_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_award_tiers_updates[]} }) /** update data of the table: "e_check_in_settings" */ update_e_check_in_settings?: (e_check_in_settings_mutation_responseGenqlSelection & { __args: { /** sets the columns of the filtered rows to the given values */ @@ -59495,6 +61202,24 @@ export interface mutation_rootGenqlSelection{ update_teams_many?: (teams_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: teams_updates[]} }) + /** update data of the table: "tournament_awards" */ + update_tournament_awards?: (tournament_awards_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_awards_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_awards_set_input | null), + /** filter the rows which have to be updated */ + where: tournament_awards_bool_exp} }) + /** update single row of the table: "tournament_awards" */ + update_tournament_awards_by_pk?: (tournament_awardsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_awards_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_awards_set_input | null), pk_columns: tournament_awards_pk_columns_input} }) + /** update multiples rows of table: "tournament_awards" */ + update_tournament_awards_many?: (tournament_awards_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: tournament_awards_updates[]} }) /** update data of the table: "tournament_brackets" */ update_tournament_brackets?: (tournament_brackets_mutation_responseGenqlSelection & { __args: { /** increments the numeric columns with given value of the filtered values */ @@ -59687,42 +61412,6 @@ export interface mutation_rootGenqlSelection{ update_tournament_teams_many?: (tournament_teams_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: tournament_teams_updates[]} }) - /** update data of the table: "tournament_trophies" */ - update_tournament_trophies?: (tournament_trophies_mutation_responseGenqlSelection & { __args: { - /** increments the numeric columns with given value of the filtered values */ - _inc?: (tournament_trophies_inc_input | null), - /** sets the columns of the filtered rows to the given values */ - _set?: (tournament_trophies_set_input | null), - /** filter the rows which have to be updated */ - where: tournament_trophies_bool_exp} }) - /** update single row of the table: "tournament_trophies" */ - update_tournament_trophies_by_pk?: (tournament_trophiesGenqlSelection & { __args: { - /** increments the numeric columns with given value of the filtered values */ - _inc?: (tournament_trophies_inc_input | null), - /** sets the columns of the filtered rows to the given values */ - _set?: (tournament_trophies_set_input | null), pk_columns: tournament_trophies_pk_columns_input} }) - /** update multiples rows of table: "tournament_trophies" */ - update_tournament_trophies_many?: (tournament_trophies_mutation_responseGenqlSelection & { __args: { - /** updates to execute, in order */ - updates: tournament_trophies_updates[]} }) - /** update data of the table: "tournament_trophy_configs" */ - update_tournament_trophy_configs?: (tournament_trophy_configs_mutation_responseGenqlSelection & { __args: { - /** increments the numeric columns with given value of the filtered values */ - _inc?: (tournament_trophy_configs_inc_input | null), - /** sets the columns of the filtered rows to the given values */ - _set?: (tournament_trophy_configs_set_input | null), - /** filter the rows which have to be updated */ - where: tournament_trophy_configs_bool_exp} }) - /** update single row of the table: "tournament_trophy_configs" */ - update_tournament_trophy_configs_by_pk?: (tournament_trophy_configsGenqlSelection & { __args: { - /** increments the numeric columns with given value of the filtered values */ - _inc?: (tournament_trophy_configs_inc_input | null), - /** sets the columns of the filtered rows to the given values */ - _set?: (tournament_trophy_configs_set_input | null), pk_columns: tournament_trophy_configs_pk_columns_input} }) - /** update multiples rows of table: "tournament_trophy_configs" */ - update_tournament_trophy_configs_many?: (tournament_trophy_configs_mutation_responseGenqlSelection & { __args: { - /** updates to execute, in order */ - updates: tournament_trophy_configs_updates[]} }) /** update data of the table: "tournaments" */ update_tournaments?: (tournaments_mutation_responseGenqlSelection & { __args: { /** increments the numeric columns with given value of the filtered values */ @@ -69791,6 +71480,30 @@ export interface playersGenqlSelection{ where?: (player_assists_bool_exp | null)} }) avatar_url?: boolean | number /** An array relationship */ + awards?: (award_recipientsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** An aggregate relationship */ + awards_aggregate?: (award_recipients_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** An array relationship */ coach_lineups?: (match_lineupsGenqlSelection & { __args?: { /** distinct select on columns */ distinct_on?: (match_lineups_select_column[] | null), @@ -70620,30 +72333,6 @@ export interface playersGenqlSelection{ /** filter the rows returned */ where?: (tournament_team_roster_bool_exp | null)} }) /** An array relationship */ - tournament_trophies?: (tournament_trophiesGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophies_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophies_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) - /** An aggregate relationship */ - tournament_trophies_aggregate?: (tournament_trophies_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophies_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophies_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) - /** An array relationship */ tournaments?: (tournamentsGenqlSelection & { __args?: { /** distinct select on columns */ distinct_on?: (tournaments_select_column[] | null), @@ -70790,7 +72479,7 @@ export interface players_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "players". All fields are combined with a logical 'AND'. */ -export interface players_bool_exp {_and?: (players_bool_exp[] | null),_not?: (players_bool_exp | null),_or?: (players_bool_exp[] | null),abandoned_matches?: (abandoned_matches_bool_exp | null),abandoned_matches_aggregate?: (abandoned_matches_aggregate_bool_exp | null),aim_weapon_stats?: (player_aim_weapon_stats_bool_exp | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_bool_exp | null),assists?: (player_assists_bool_exp | null),assists_aggregate?: (player_assists_aggregate_bool_exp | null),assited_by_players?: (player_assists_bool_exp | null),assited_by_players_aggregate?: (player_assists_aggregate_bool_exp | null),avatar_url?: (String_comparison_exp | null),coach_lineups?: (match_lineups_bool_exp | null),coach_lineups_aggregate?: (match_lineups_aggregate_bool_exp | null),country?: (String_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_lobby_id?: (uuid_comparison_exp | null),custom_avatar_url?: (String_comparison_exp | null),damage_dealt?: (player_damages_bool_exp | null),damage_dealt_aggregate?: (player_damages_aggregate_bool_exp | null),damage_taken?: (player_damages_bool_exp | null),damage_taken_aggregate?: (player_damages_aggregate_bool_exp | null),days_since_last_ban?: (Int_comparison_exp | null),deaths?: (player_kills_bool_exp | null),deaths_aggregate?: (player_kills_aggregate_bool_exp | null),discord_id?: (String_comparison_exp | null),draft_game_players?: (draft_game_players_bool_exp | null),draft_game_players_aggregate?: (draft_game_players_aggregate_bool_exp | null),elo?: (jsonb_comparison_exp | null),elo_history?: (v_player_elo_bool_exp | null),elo_history_aggregate?: (v_player_elo_aggregate_bool_exp | null),faceit_elo?: (Int_comparison_exp | null),faceit_nickname?: (String_comparison_exp | null),faceit_player_id?: (String_comparison_exp | null),faceit_rank_history?: (player_faceit_rank_history_bool_exp | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_bool_exp | null),faceit_skill_level?: (Int_comparison_exp | null),faceit_updated_at?: (timestamptz_comparison_exp | null),faceit_url?: (String_comparison_exp | null),flashed_by_players?: (player_flashes_bool_exp | null),flashed_by_players_aggregate?: (player_flashes_aggregate_bool_exp | null),flashed_players?: (player_flashes_bool_exp | null),flashed_players_aggregate?: (player_flashes_aggregate_bool_exp | null),friends?: (my_friends_bool_exp | null),friends_aggregate?: (my_friends_aggregate_bool_exp | null),game_ban_count?: (Int_comparison_exp | null),invited_players?: (team_invites_bool_exp | null),invited_players_aggregate?: (team_invites_aggregate_bool_exp | null),is_banned?: (Boolean_comparison_exp | null),is_gagged?: (Boolean_comparison_exp | null),is_in_another_match?: (Boolean_comparison_exp | null),is_in_draft?: (Boolean_comparison_exp | null),is_in_lobby?: (Boolean_comparison_exp | null),is_muted?: (Boolean_comparison_exp | null),kills?: (player_kills_bool_exp | null),kills_aggregate?: (player_kills_aggregate_bool_exp | null),kills_by_weapons?: (player_kills_by_weapon_bool_exp | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_bool_exp | null),language?: (String_comparison_exp | null),last_read_news_at?: (timestamptz_comparison_exp | null),last_sign_in_at?: (timestamptz_comparison_exp | null),lobby_players?: (lobby_players_bool_exp | null),lobby_players_aggregate?: (lobby_players_aggregate_bool_exp | null),losses?: (Int_comparison_exp | null),losses_competitive?: (Int_comparison_exp | null),losses_duel?: (Int_comparison_exp | null),losses_wingman?: (Int_comparison_exp | null),match_map_hltv?: (v_player_match_map_hltv_bool_exp | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_bool_exp | null),match_map_stats?: (player_match_map_stats_bool_exp | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_bool_exp | null),match_stats?: (player_match_stats_v_bool_exp | null),match_stats_aggregate?: (player_match_stats_v_aggregate_bool_exp | null),matches?: (matches_bool_exp | null),matchmaking_cooldown?: (timestamptz_comparison_exp | null),multi_kills?: (v_player_multi_kills_bool_exp | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_bool_exp | null),name?: (String_comparison_exp | null),name_registered?: (Boolean_comparison_exp | null),notifications?: (notifications_bool_exp | null),notifications_aggregate?: (notifications_aggregate_bool_exp | null),objectives?: (player_objectives_bool_exp | null),objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),owned_teams?: (teams_bool_exp | null),owned_teams_aggregate?: (teams_aggregate_bool_exp | null),peak_elo?: (jsonb_comparison_exp | null),pending_match_imports?: (pending_match_import_players_bool_exp | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_bool_exp | null),player_lineup?: (match_lineup_players_bool_exp | null),player_lineup_aggregate?: (match_lineup_players_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),premier_rank?: (Int_comparison_exp | null),premier_rank_history?: (player_premier_rank_history_bool_exp | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_bool_exp | null),premier_rank_updated_at?: (timestamptz_comparison_exp | null),profile_url?: (String_comparison_exp | null),role?: (e_player_roles_enum_comparison_exp | null),roster_image_url?: (String_comparison_exp | null),sanctions?: (player_sanctions_bool_exp | null),sanctions_aggregate?: (player_sanctions_aggregate_bool_exp | null),season_stats?: (player_season_stats_bool_exp | null),season_stats_aggregate?: (player_season_stats_aggregate_bool_exp | null),show_match_ready_modal?: (Boolean_comparison_exp | null),stats?: (player_stats_bool_exp | null),steam_bans_checked_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),team_invites?: (team_invites_bool_exp | null),team_invites_aggregate?: (team_invites_aggregate_bool_exp | null),team_members?: (team_roster_bool_exp | null),team_members_aggregate?: (team_roster_aggregate_bool_exp | null),teams?: (teams_bool_exp | null),total_matches?: (Int_comparison_exp | null),tournament_organizers?: (tournament_organizers_bool_exp | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),tournament_rosters?: (tournament_team_roster_bool_exp | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),tournament_trophies?: (tournament_trophies_bool_exp | null),tournament_trophies_aggregate?: (tournament_trophies_aggregate_bool_exp | null),tournaments?: (tournaments_bool_exp | null),tournaments_aggregate?: (tournaments_aggregate_bool_exp | null),utility_thrown?: (player_utility_bool_exp | null),utility_thrown_aggregate?: (player_utility_aggregate_bool_exp | null),vac_ban_count?: (Int_comparison_exp | null),vac_banned?: (Boolean_comparison_exp | null),weapon_stats?: (player_weapon_stats_v_bool_exp | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_bool_exp | null),wins?: (Int_comparison_exp | null),wins_competitive?: (Int_comparison_exp | null),wins_duel?: (Int_comparison_exp | null),wins_wingman?: (Int_comparison_exp | null)} +export interface players_bool_exp {_and?: (players_bool_exp[] | null),_not?: (players_bool_exp | null),_or?: (players_bool_exp[] | null),abandoned_matches?: (abandoned_matches_bool_exp | null),abandoned_matches_aggregate?: (abandoned_matches_aggregate_bool_exp | null),aim_weapon_stats?: (player_aim_weapon_stats_bool_exp | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_bool_exp | null),assists?: (player_assists_bool_exp | null),assists_aggregate?: (player_assists_aggregate_bool_exp | null),assited_by_players?: (player_assists_bool_exp | null),assited_by_players_aggregate?: (player_assists_aggregate_bool_exp | null),avatar_url?: (String_comparison_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),coach_lineups?: (match_lineups_bool_exp | null),coach_lineups_aggregate?: (match_lineups_aggregate_bool_exp | null),country?: (String_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_lobby_id?: (uuid_comparison_exp | null),custom_avatar_url?: (String_comparison_exp | null),damage_dealt?: (player_damages_bool_exp | null),damage_dealt_aggregate?: (player_damages_aggregate_bool_exp | null),damage_taken?: (player_damages_bool_exp | null),damage_taken_aggregate?: (player_damages_aggregate_bool_exp | null),days_since_last_ban?: (Int_comparison_exp | null),deaths?: (player_kills_bool_exp | null),deaths_aggregate?: (player_kills_aggregate_bool_exp | null),discord_id?: (String_comparison_exp | null),draft_game_players?: (draft_game_players_bool_exp | null),draft_game_players_aggregate?: (draft_game_players_aggregate_bool_exp | null),elo?: (jsonb_comparison_exp | null),elo_history?: (v_player_elo_bool_exp | null),elo_history_aggregate?: (v_player_elo_aggregate_bool_exp | null),faceit_elo?: (Int_comparison_exp | null),faceit_nickname?: (String_comparison_exp | null),faceit_player_id?: (String_comparison_exp | null),faceit_rank_history?: (player_faceit_rank_history_bool_exp | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_bool_exp | null),faceit_skill_level?: (Int_comparison_exp | null),faceit_updated_at?: (timestamptz_comparison_exp | null),faceit_url?: (String_comparison_exp | null),flashed_by_players?: (player_flashes_bool_exp | null),flashed_by_players_aggregate?: (player_flashes_aggregate_bool_exp | null),flashed_players?: (player_flashes_bool_exp | null),flashed_players_aggregate?: (player_flashes_aggregate_bool_exp | null),friends?: (my_friends_bool_exp | null),friends_aggregate?: (my_friends_aggregate_bool_exp | null),game_ban_count?: (Int_comparison_exp | null),invited_players?: (team_invites_bool_exp | null),invited_players_aggregate?: (team_invites_aggregate_bool_exp | null),is_banned?: (Boolean_comparison_exp | null),is_gagged?: (Boolean_comparison_exp | null),is_in_another_match?: (Boolean_comparison_exp | null),is_in_draft?: (Boolean_comparison_exp | null),is_in_lobby?: (Boolean_comparison_exp | null),is_muted?: (Boolean_comparison_exp | null),kills?: (player_kills_bool_exp | null),kills_aggregate?: (player_kills_aggregate_bool_exp | null),kills_by_weapons?: (player_kills_by_weapon_bool_exp | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_bool_exp | null),language?: (String_comparison_exp | null),last_read_news_at?: (timestamptz_comparison_exp | null),last_sign_in_at?: (timestamptz_comparison_exp | null),lobby_players?: (lobby_players_bool_exp | null),lobby_players_aggregate?: (lobby_players_aggregate_bool_exp | null),losses?: (Int_comparison_exp | null),losses_competitive?: (Int_comparison_exp | null),losses_duel?: (Int_comparison_exp | null),losses_wingman?: (Int_comparison_exp | null),match_map_hltv?: (v_player_match_map_hltv_bool_exp | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_bool_exp | null),match_map_stats?: (player_match_map_stats_bool_exp | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_bool_exp | null),match_stats?: (player_match_stats_v_bool_exp | null),match_stats_aggregate?: (player_match_stats_v_aggregate_bool_exp | null),matches?: (matches_bool_exp | null),matchmaking_cooldown?: (timestamptz_comparison_exp | null),multi_kills?: (v_player_multi_kills_bool_exp | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_bool_exp | null),name?: (String_comparison_exp | null),name_registered?: (Boolean_comparison_exp | null),notifications?: (notifications_bool_exp | null),notifications_aggregate?: (notifications_aggregate_bool_exp | null),objectives?: (player_objectives_bool_exp | null),objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),owned_teams?: (teams_bool_exp | null),owned_teams_aggregate?: (teams_aggregate_bool_exp | null),peak_elo?: (jsonb_comparison_exp | null),pending_match_imports?: (pending_match_import_players_bool_exp | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_bool_exp | null),player_lineup?: (match_lineup_players_bool_exp | null),player_lineup_aggregate?: (match_lineup_players_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),premier_rank?: (Int_comparison_exp | null),premier_rank_history?: (player_premier_rank_history_bool_exp | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_bool_exp | null),premier_rank_updated_at?: (timestamptz_comparison_exp | null),profile_url?: (String_comparison_exp | null),role?: (e_player_roles_enum_comparison_exp | null),roster_image_url?: (String_comparison_exp | null),sanctions?: (player_sanctions_bool_exp | null),sanctions_aggregate?: (player_sanctions_aggregate_bool_exp | null),season_stats?: (player_season_stats_bool_exp | null),season_stats_aggregate?: (player_season_stats_aggregate_bool_exp | null),show_match_ready_modal?: (Boolean_comparison_exp | null),stats?: (player_stats_bool_exp | null),steam_bans_checked_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),team_invites?: (team_invites_bool_exp | null),team_invites_aggregate?: (team_invites_aggregate_bool_exp | null),team_members?: (team_roster_bool_exp | null),team_members_aggregate?: (team_roster_aggregate_bool_exp | null),teams?: (teams_bool_exp | null),total_matches?: (Int_comparison_exp | null),tournament_organizers?: (tournament_organizers_bool_exp | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),tournament_rosters?: (tournament_team_roster_bool_exp | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),tournaments?: (tournaments_bool_exp | null),tournaments_aggregate?: (tournaments_aggregate_bool_exp | null),utility_thrown?: (player_utility_bool_exp | null),utility_thrown_aggregate?: (player_utility_aggregate_bool_exp | null),vac_ban_count?: (Int_comparison_exp | null),vac_banned?: (Boolean_comparison_exp | null),weapon_stats?: (player_weapon_stats_v_bool_exp | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_bool_exp | null),wins?: (Int_comparison_exp | null),wins_competitive?: (Int_comparison_exp | null),wins_duel?: (Int_comparison_exp | null),wins_wingman?: (Int_comparison_exp | null)} /** input type for incrementing numeric columns in table "players" */ @@ -70798,7 +72487,7 @@ export interface players_inc_input {days_since_last_ban?: (Scalars['Int'] | null /** input type for inserting data into table "players" */ -export interface players_insert_input {abandoned_matches?: (abandoned_matches_arr_rel_insert_input | null),aim_weapon_stats?: (player_aim_weapon_stats_arr_rel_insert_input | null),assists?: (player_assists_arr_rel_insert_input | null),assited_by_players?: (player_assists_arr_rel_insert_input | null),avatar_url?: (Scalars['String'] | null),coach_lineups?: (match_lineups_arr_rel_insert_input | null),country?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),custom_avatar_url?: (Scalars['String'] | null),damage_dealt?: (player_damages_arr_rel_insert_input | null),damage_taken?: (player_damages_arr_rel_insert_input | null),days_since_last_ban?: (Scalars['Int'] | null),deaths?: (player_kills_arr_rel_insert_input | null),discord_id?: (Scalars['String'] | null),draft_game_players?: (draft_game_players_arr_rel_insert_input | null),elo_history?: (v_player_elo_arr_rel_insert_input | null),faceit_elo?: (Scalars['Int'] | null),faceit_nickname?: (Scalars['String'] | null),faceit_player_id?: (Scalars['String'] | null),faceit_rank_history?: (player_faceit_rank_history_arr_rel_insert_input | null),faceit_skill_level?: (Scalars['Int'] | null),faceit_updated_at?: (Scalars['timestamptz'] | null),faceit_url?: (Scalars['String'] | null),flashed_by_players?: (player_flashes_arr_rel_insert_input | null),flashed_players?: (player_flashes_arr_rel_insert_input | null),friends?: (my_friends_arr_rel_insert_input | null),game_ban_count?: (Scalars['Int'] | null),invited_players?: (team_invites_arr_rel_insert_input | null),kills?: (player_kills_arr_rel_insert_input | null),kills_by_weapons?: (player_kills_by_weapon_arr_rel_insert_input | null),language?: (Scalars['String'] | null),last_read_news_at?: (Scalars['timestamptz'] | null),last_sign_in_at?: (Scalars['timestamptz'] | null),lobby_players?: (lobby_players_arr_rel_insert_input | null),match_map_hltv?: (v_player_match_map_hltv_arr_rel_insert_input | null),match_map_stats?: (player_match_map_stats_arr_rel_insert_input | null),match_stats?: (player_match_stats_v_arr_rel_insert_input | null),multi_kills?: (v_player_multi_kills_arr_rel_insert_input | null),name?: (Scalars['String'] | null),name_registered?: (Scalars['Boolean'] | null),notifications?: (notifications_arr_rel_insert_input | null),objectives?: (player_objectives_arr_rel_insert_input | null),owned_teams?: (teams_arr_rel_insert_input | null),pending_match_imports?: (pending_match_import_players_arr_rel_insert_input | null),player_lineup?: (match_lineup_players_arr_rel_insert_input | null),player_unused_utilities?: (player_unused_utility_arr_rel_insert_input | null),premier_rank?: (Scalars['Int'] | null),premier_rank_history?: (player_premier_rank_history_arr_rel_insert_input | null),premier_rank_updated_at?: (Scalars['timestamptz'] | null),profile_url?: (Scalars['String'] | null),role?: (e_player_roles_enum | null),roster_image_url?: (Scalars['String'] | null),sanctions?: (player_sanctions_arr_rel_insert_input | null),season_stats?: (player_season_stats_arr_rel_insert_input | null),show_match_ready_modal?: (Scalars['Boolean'] | null),stats?: (player_stats_obj_rel_insert_input | null),steam_bans_checked_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null),team_invites?: (team_invites_arr_rel_insert_input | null),team_members?: (team_roster_arr_rel_insert_input | null),tournament_organizers?: (tournament_organizers_arr_rel_insert_input | null),tournament_rosters?: (tournament_team_roster_arr_rel_insert_input | null),tournament_trophies?: (tournament_trophies_arr_rel_insert_input | null),tournaments?: (tournaments_arr_rel_insert_input | null),utility_thrown?: (player_utility_arr_rel_insert_input | null),vac_ban_count?: (Scalars['Int'] | null),vac_banned?: (Scalars['Boolean'] | null),weapon_stats?: (player_weapon_stats_v_arr_rel_insert_input | null)} +export interface players_insert_input {abandoned_matches?: (abandoned_matches_arr_rel_insert_input | null),aim_weapon_stats?: (player_aim_weapon_stats_arr_rel_insert_input | null),assists?: (player_assists_arr_rel_insert_input | null),assited_by_players?: (player_assists_arr_rel_insert_input | null),avatar_url?: (Scalars['String'] | null),awards?: (award_recipients_arr_rel_insert_input | null),coach_lineups?: (match_lineups_arr_rel_insert_input | null),country?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),custom_avatar_url?: (Scalars['String'] | null),damage_dealt?: (player_damages_arr_rel_insert_input | null),damage_taken?: (player_damages_arr_rel_insert_input | null),days_since_last_ban?: (Scalars['Int'] | null),deaths?: (player_kills_arr_rel_insert_input | null),discord_id?: (Scalars['String'] | null),draft_game_players?: (draft_game_players_arr_rel_insert_input | null),elo_history?: (v_player_elo_arr_rel_insert_input | null),faceit_elo?: (Scalars['Int'] | null),faceit_nickname?: (Scalars['String'] | null),faceit_player_id?: (Scalars['String'] | null),faceit_rank_history?: (player_faceit_rank_history_arr_rel_insert_input | null),faceit_skill_level?: (Scalars['Int'] | null),faceit_updated_at?: (Scalars['timestamptz'] | null),faceit_url?: (Scalars['String'] | null),flashed_by_players?: (player_flashes_arr_rel_insert_input | null),flashed_players?: (player_flashes_arr_rel_insert_input | null),friends?: (my_friends_arr_rel_insert_input | null),game_ban_count?: (Scalars['Int'] | null),invited_players?: (team_invites_arr_rel_insert_input | null),kills?: (player_kills_arr_rel_insert_input | null),kills_by_weapons?: (player_kills_by_weapon_arr_rel_insert_input | null),language?: (Scalars['String'] | null),last_read_news_at?: (Scalars['timestamptz'] | null),last_sign_in_at?: (Scalars['timestamptz'] | null),lobby_players?: (lobby_players_arr_rel_insert_input | null),match_map_hltv?: (v_player_match_map_hltv_arr_rel_insert_input | null),match_map_stats?: (player_match_map_stats_arr_rel_insert_input | null),match_stats?: (player_match_stats_v_arr_rel_insert_input | null),multi_kills?: (v_player_multi_kills_arr_rel_insert_input | null),name?: (Scalars['String'] | null),name_registered?: (Scalars['Boolean'] | null),notifications?: (notifications_arr_rel_insert_input | null),objectives?: (player_objectives_arr_rel_insert_input | null),owned_teams?: (teams_arr_rel_insert_input | null),pending_match_imports?: (pending_match_import_players_arr_rel_insert_input | null),player_lineup?: (match_lineup_players_arr_rel_insert_input | null),player_unused_utilities?: (player_unused_utility_arr_rel_insert_input | null),premier_rank?: (Scalars['Int'] | null),premier_rank_history?: (player_premier_rank_history_arr_rel_insert_input | null),premier_rank_updated_at?: (Scalars['timestamptz'] | null),profile_url?: (Scalars['String'] | null),role?: (e_player_roles_enum | null),roster_image_url?: (Scalars['String'] | null),sanctions?: (player_sanctions_arr_rel_insert_input | null),season_stats?: (player_season_stats_arr_rel_insert_input | null),show_match_ready_modal?: (Scalars['Boolean'] | null),stats?: (player_stats_obj_rel_insert_input | null),steam_bans_checked_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null),team_invites?: (team_invites_arr_rel_insert_input | null),team_members?: (team_roster_arr_rel_insert_input | null),tournament_organizers?: (tournament_organizers_arr_rel_insert_input | null),tournament_rosters?: (tournament_team_roster_arr_rel_insert_input | null),tournaments?: (tournaments_arr_rel_insert_input | null),utility_thrown?: (player_utility_arr_rel_insert_input | null),vac_ban_count?: (Scalars['Int'] | null),vac_banned?: (Scalars['Boolean'] | null),weapon_stats?: (player_weapon_stats_v_arr_rel_insert_input | null)} /** aggregate max on columns */ @@ -70929,7 +72618,7 @@ export interface players_on_conflict {constraint: players_constraint,update_colu /** Ordering options when selecting data from "players". */ -export interface players_order_by {abandoned_matches_aggregate?: (abandoned_matches_aggregate_order_by | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_order_by | null),assists_aggregate?: (player_assists_aggregate_order_by | null),assited_by_players_aggregate?: (player_assists_aggregate_order_by | null),avatar_url?: (order_by | null),coach_lineups_aggregate?: (match_lineups_aggregate_order_by | null),country?: (order_by | null),created_at?: (order_by | null),current_lobby_id?: (order_by | null),custom_avatar_url?: (order_by | null),damage_dealt_aggregate?: (player_damages_aggregate_order_by | null),damage_taken_aggregate?: (player_damages_aggregate_order_by | null),days_since_last_ban?: (order_by | null),deaths_aggregate?: (player_kills_aggregate_order_by | null),discord_id?: (order_by | null),draft_game_players_aggregate?: (draft_game_players_aggregate_order_by | null),elo?: (order_by | null),elo_history_aggregate?: (v_player_elo_aggregate_order_by | null),faceit_elo?: (order_by | null),faceit_nickname?: (order_by | null),faceit_player_id?: (order_by | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_order_by | null),faceit_skill_level?: (order_by | null),faceit_updated_at?: (order_by | null),faceit_url?: (order_by | null),flashed_by_players_aggregate?: (player_flashes_aggregate_order_by | null),flashed_players_aggregate?: (player_flashes_aggregate_order_by | null),friends_aggregate?: (my_friends_aggregate_order_by | null),game_ban_count?: (order_by | null),invited_players_aggregate?: (team_invites_aggregate_order_by | null),is_banned?: (order_by | null),is_gagged?: (order_by | null),is_in_another_match?: (order_by | null),is_in_draft?: (order_by | null),is_in_lobby?: (order_by | null),is_muted?: (order_by | null),kills_aggregate?: (player_kills_aggregate_order_by | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_order_by | null),language?: (order_by | null),last_read_news_at?: (order_by | null),last_sign_in_at?: (order_by | null),lobby_players_aggregate?: (lobby_players_aggregate_order_by | null),losses?: (order_by | null),losses_competitive?: (order_by | null),losses_duel?: (order_by | null),losses_wingman?: (order_by | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_order_by | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_order_by | null),match_stats_aggregate?: (player_match_stats_v_aggregate_order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),matchmaking_cooldown?: (order_by | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_order_by | null),name?: (order_by | null),name_registered?: (order_by | null),notifications_aggregate?: (notifications_aggregate_order_by | null),objectives_aggregate?: (player_objectives_aggregate_order_by | null),owned_teams_aggregate?: (teams_aggregate_order_by | null),peak_elo?: (order_by | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_order_by | null),player_lineup_aggregate?: (match_lineup_players_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),premier_rank?: (order_by | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_order_by | null),premier_rank_updated_at?: (order_by | null),profile_url?: (order_by | null),role?: (order_by | null),roster_image_url?: (order_by | null),sanctions_aggregate?: (player_sanctions_aggregate_order_by | null),season_stats_aggregate?: (player_season_stats_aggregate_order_by | null),show_match_ready_modal?: (order_by | null),stats?: (player_stats_order_by | null),steam_bans_checked_at?: (order_by | null),steam_id?: (order_by | null),team_invites_aggregate?: (team_invites_aggregate_order_by | null),team_members_aggregate?: (team_roster_aggregate_order_by | null),teams_aggregate?: (teams_aggregate_order_by | null),total_matches?: (order_by | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),tournament_trophies_aggregate?: (tournament_trophies_aggregate_order_by | null),tournaments_aggregate?: (tournaments_aggregate_order_by | null),utility_thrown_aggregate?: (player_utility_aggregate_order_by | null),vac_ban_count?: (order_by | null),vac_banned?: (order_by | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_order_by | null),wins?: (order_by | null),wins_competitive?: (order_by | null),wins_duel?: (order_by | null),wins_wingman?: (order_by | null)} +export interface players_order_by {abandoned_matches_aggregate?: (abandoned_matches_aggregate_order_by | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_order_by | null),assists_aggregate?: (player_assists_aggregate_order_by | null),assited_by_players_aggregate?: (player_assists_aggregate_order_by | null),avatar_url?: (order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),coach_lineups_aggregate?: (match_lineups_aggregate_order_by | null),country?: (order_by | null),created_at?: (order_by | null),current_lobby_id?: (order_by | null),custom_avatar_url?: (order_by | null),damage_dealt_aggregate?: (player_damages_aggregate_order_by | null),damage_taken_aggregate?: (player_damages_aggregate_order_by | null),days_since_last_ban?: (order_by | null),deaths_aggregate?: (player_kills_aggregate_order_by | null),discord_id?: (order_by | null),draft_game_players_aggregate?: (draft_game_players_aggregate_order_by | null),elo?: (order_by | null),elo_history_aggregate?: (v_player_elo_aggregate_order_by | null),faceit_elo?: (order_by | null),faceit_nickname?: (order_by | null),faceit_player_id?: (order_by | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_order_by | null),faceit_skill_level?: (order_by | null),faceit_updated_at?: (order_by | null),faceit_url?: (order_by | null),flashed_by_players_aggregate?: (player_flashes_aggregate_order_by | null),flashed_players_aggregate?: (player_flashes_aggregate_order_by | null),friends_aggregate?: (my_friends_aggregate_order_by | null),game_ban_count?: (order_by | null),invited_players_aggregate?: (team_invites_aggregate_order_by | null),is_banned?: (order_by | null),is_gagged?: (order_by | null),is_in_another_match?: (order_by | null),is_in_draft?: (order_by | null),is_in_lobby?: (order_by | null),is_muted?: (order_by | null),kills_aggregate?: (player_kills_aggregate_order_by | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_order_by | null),language?: (order_by | null),last_read_news_at?: (order_by | null),last_sign_in_at?: (order_by | null),lobby_players_aggregate?: (lobby_players_aggregate_order_by | null),losses?: (order_by | null),losses_competitive?: (order_by | null),losses_duel?: (order_by | null),losses_wingman?: (order_by | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_order_by | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_order_by | null),match_stats_aggregate?: (player_match_stats_v_aggregate_order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),matchmaking_cooldown?: (order_by | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_order_by | null),name?: (order_by | null),name_registered?: (order_by | null),notifications_aggregate?: (notifications_aggregate_order_by | null),objectives_aggregate?: (player_objectives_aggregate_order_by | null),owned_teams_aggregate?: (teams_aggregate_order_by | null),peak_elo?: (order_by | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_order_by | null),player_lineup_aggregate?: (match_lineup_players_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),premier_rank?: (order_by | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_order_by | null),premier_rank_updated_at?: (order_by | null),profile_url?: (order_by | null),role?: (order_by | null),roster_image_url?: (order_by | null),sanctions_aggregate?: (player_sanctions_aggregate_order_by | null),season_stats_aggregate?: (player_season_stats_aggregate_order_by | null),show_match_ready_modal?: (order_by | null),stats?: (player_stats_order_by | null),steam_bans_checked_at?: (order_by | null),steam_id?: (order_by | null),team_invites_aggregate?: (team_invites_aggregate_order_by | null),team_members_aggregate?: (team_roster_aggregate_order_by | null),teams_aggregate?: (teams_aggregate_order_by | null),total_matches?: (order_by | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),tournaments_aggregate?: (tournaments_aggregate_order_by | null),utility_thrown_aggregate?: (player_utility_aggregate_order_by | null),vac_ban_count?: (order_by | null),vac_banned?: (order_by | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_order_by | null),wins?: (order_by | null),wins_competitive?: (order_by | null),wins_duel?: (order_by | null),wins_wingman?: (order_by | null)} /** primary key columns input for table: players */ @@ -71443,6 +73132,58 @@ export interface query_rootGenqlSelection{ where?: (api_keys_bool_exp | null)} }) /** fetch data from the table: "api_keys" using primary key columns */ api_keys_by_pk?: (api_keysGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "award_recipients" */ + award_recipients?: (award_recipientsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** fetch aggregated fields from the table: "award_recipients" */ + award_recipients_aggregate?: (award_recipients_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** fetch data from the table: "award_recipients" using primary key columns */ + award_recipients_by_pk?: (award_recipientsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "awards" */ + awards?: (awardsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (awards_order_by[] | null), + /** filter the rows returned */ + where?: (awards_bool_exp | null)} }) + /** fetch aggregated fields from the table: "awards" */ + awards_aggregate?: (awards_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (awards_order_by[] | null), + /** filter the rows returned */ + where?: (awards_bool_exp | null)} }) + /** fetch data from the table: "awards" using primary key columns */ + awards_by_pk?: (awardsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** An array relationship */ clip_render_jobs?: (clip_render_jobsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -71600,6 +73341,58 @@ export interface query_rootGenqlSelection{ where?: (draft_games_bool_exp | null)} }) /** fetch data from the table: "draft_games" using primary key columns */ draft_games_by_pk?: (draft_gamesGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "e_award_sources" */ + e_award_sources?: (e_award_sourcesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_award_sources_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_award_sources_order_by[] | null), + /** filter the rows returned */ + where?: (e_award_sources_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_award_sources" */ + e_award_sources_aggregate?: (e_award_sources_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_award_sources_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_award_sources_order_by[] | null), + /** filter the rows returned */ + where?: (e_award_sources_bool_exp | null)} }) + /** fetch data from the table: "e_award_sources" using primary key columns */ + e_award_sources_by_pk?: (e_award_sourcesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table: "e_award_tiers" */ + e_award_tiers?: (e_award_tiersGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_award_tiers_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_award_tiers_order_by[] | null), + /** filter the rows returned */ + where?: (e_award_tiers_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_award_tiers" */ + e_award_tiers_aggregate?: (e_award_tiers_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_award_tiers_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_award_tiers_order_by[] | null), + /** filter the rows returned */ + where?: (e_award_tiers_bool_exp | null)} }) + /** fetch data from the table: "e_award_tiers" using primary key columns */ + e_award_tiers_by_pk?: (e_award_tiersGenqlSelection & { __args: {value: Scalars['String']} }) /** fetch data from the table: "e_check_in_settings" */ e_check_in_settings?: (e_check_in_settingsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -75151,6 +76944,32 @@ export interface query_rootGenqlSelection{ /** fetch data from the table: "teams" using primary key columns */ teams_by_pk?: (teamsGenqlSelection & { __args: {id: Scalars['uuid']} }) telemetryStats?: TelemetryStatsGenqlSelection + /** fetch data from the table: "tournament_awards" */ + tournament_awards?: (tournament_awardsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (tournament_awards_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_awards_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_awards" */ + tournament_awards_aggregate?: (tournament_awards_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (tournament_awards_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_awards_bool_exp | null)} }) + /** fetch data from the table: "tournament_awards" using primary key columns */ + tournament_awards_by_pk?: (tournament_awardsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** An array relationship */ tournament_brackets?: (tournament_bracketsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -75412,58 +77231,6 @@ export interface query_rootGenqlSelection{ /** fetch data from the table: "tournament_teams" using primary key columns */ tournament_teams_by_pk?: (tournament_teamsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** An array relationship */ - tournament_trophies?: (tournament_trophiesGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophies_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophies_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) - /** An aggregate relationship */ - tournament_trophies_aggregate?: (tournament_trophies_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophies_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophies_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) - /** fetch data from the table: "tournament_trophies" using primary key columns */ - tournament_trophies_by_pk?: (tournament_trophiesGenqlSelection & { __args: {id: Scalars['uuid']} }) - /** fetch data from the table: "tournament_trophy_configs" */ - tournament_trophy_configs?: (tournament_trophy_configsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophy_configs_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophy_configs_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophy_configs_bool_exp | null)} }) - /** fetch aggregated fields from the table: "tournament_trophy_configs" */ - tournament_trophy_configs_aggregate?: (tournament_trophy_configs_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophy_configs_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophy_configs_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophy_configs_bool_exp | null)} }) - /** fetch data from the table: "tournament_trophy_configs" using primary key columns */ - tournament_trophy_configs_by_pk?: (tournament_trophy_configsGenqlSelection & { __args: {id: Scalars['uuid']} }) - /** An array relationship */ tournaments?: (tournamentsGenqlSelection & { __args?: { /** distinct select on columns */ distinct_on?: (tournaments_select_column[] | null), @@ -76263,7 +78030,7 @@ export interface query_rootGenqlSelection{ __scalar?: boolean | number } -export interface recalculate_tournament_trophies_args {_tournament_id?: (Scalars['uuid'] | null)} +export interface recalculate_tournament_awards_args {_tournament_id?: (Scalars['uuid'] | null)} export interface remove_league_team_from_season_args {_league_team_season_id?: (Scalars['uuid'] | null)} @@ -76274,6 +78041,30 @@ export interface restart_league_season_args {_league_season_id?: (Scalars['uuid' /** columns and relationships of "seasons" */ export interface seasonsGenqlSelection{ + /** An array relationship */ + awards?: (award_recipientsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** An aggregate relationship */ + awards_aggregate?: (award_recipients_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) created_at?: boolean | number description?: boolean | number ends_at?: boolean | number @@ -76346,7 +78137,7 @@ export interface seasons_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "seasons". All fields are combined with a logical 'AND'. */ -export interface seasons_bool_exp {_and?: (seasons_bool_exp[] | null),_not?: (seasons_bool_exp | null),_or?: (seasons_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),description?: (String_comparison_exp | null),ends_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),needs_rebuild?: (Boolean_comparison_exp | null),number?: (Int_comparison_exp | null),player_season_stats?: (player_season_stats_bool_exp | null),player_season_stats_aggregate?: (player_season_stats_aggregate_bool_exp | null),starts_at?: (timestamptz_comparison_exp | null)} +export interface seasons_bool_exp {_and?: (seasons_bool_exp[] | null),_not?: (seasons_bool_exp | null),_or?: (seasons_bool_exp[] | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),created_at?: (timestamptz_comparison_exp | null),description?: (String_comparison_exp | null),ends_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),needs_rebuild?: (Boolean_comparison_exp | null),number?: (Int_comparison_exp | null),player_season_stats?: (player_season_stats_bool_exp | null),player_season_stats_aggregate?: (player_season_stats_aggregate_bool_exp | null),starts_at?: (timestamptz_comparison_exp | null)} /** input type for incrementing numeric columns in table "seasons" */ @@ -76354,7 +78145,7 @@ export interface seasons_inc_input {number?: (Scalars['Int'] | null)} /** input type for inserting data into table "seasons" */ -export interface seasons_insert_input {created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),ends_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),needs_rebuild?: (Scalars['Boolean'] | null),number?: (Scalars['Int'] | null),player_season_stats?: (player_season_stats_arr_rel_insert_input | null),starts_at?: (Scalars['timestamptz'] | null)} +export interface seasons_insert_input {awards?: (award_recipients_arr_rel_insert_input | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),ends_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),needs_rebuild?: (Scalars['Boolean'] | null),number?: (Scalars['Int'] | null),player_season_stats?: (player_season_stats_arr_rel_insert_input | null),starts_at?: (Scalars['timestamptz'] | null)} /** aggregate max on columns */ @@ -76405,7 +78196,7 @@ export interface seasons_on_conflict {constraint: seasons_constraint,update_colu /** Ordering options when selecting data from "seasons". */ -export interface seasons_order_by {created_at?: (order_by | null),description?: (order_by | null),ends_at?: (order_by | null),id?: (order_by | null),needs_rebuild?: (order_by | null),number?: (order_by | null),player_season_stats_aggregate?: (player_season_stats_aggregate_order_by | null),starts_at?: (order_by | null)} +export interface seasons_order_by {awards_aggregate?: (award_recipients_aggregate_order_by | null),created_at?: (order_by | null),description?: (order_by | null),ends_at?: (order_by | null),id?: (order_by | null),needs_rebuild?: (order_by | null),number?: (order_by | null),player_season_stats_aggregate?: (player_season_stats_aggregate_order_by | null),starts_at?: (order_by | null)} /** primary key columns input for table: seasons */ @@ -77684,6 +79475,74 @@ export interface subscription_rootGenqlSelection{ cursor: (api_keys_stream_cursor_input | null)[], /** filter the rows returned */ where?: (api_keys_bool_exp | null)} }) + /** fetch data from the table: "award_recipients" */ + award_recipients?: (award_recipientsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** fetch aggregated fields from the table: "award_recipients" */ + award_recipients_aggregate?: (award_recipients_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** fetch data from the table: "award_recipients" using primary key columns */ + award_recipients_by_pk?: (award_recipientsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "award_recipients" */ + award_recipients_stream?: (award_recipientsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (award_recipients_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** fetch data from the table: "awards" */ + awards?: (awardsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (awards_order_by[] | null), + /** filter the rows returned */ + where?: (awards_bool_exp | null)} }) + /** fetch aggregated fields from the table: "awards" */ + awards_aggregate?: (awards_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (awards_order_by[] | null), + /** filter the rows returned */ + where?: (awards_bool_exp | null)} }) + /** fetch data from the table: "awards" using primary key columns */ + awards_by_pk?: (awardsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "awards" */ + awards_stream?: (awardsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (awards_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (awards_bool_exp | null)} }) /** An array relationship */ clip_render_jobs?: (clip_render_jobsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -77888,6 +79747,74 @@ export interface subscription_rootGenqlSelection{ cursor: (draft_games_stream_cursor_input | null)[], /** filter the rows returned */ where?: (draft_games_bool_exp | null)} }) + /** fetch data from the table: "e_award_sources" */ + e_award_sources?: (e_award_sourcesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_award_sources_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_award_sources_order_by[] | null), + /** filter the rows returned */ + where?: (e_award_sources_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_award_sources" */ + e_award_sources_aggregate?: (e_award_sources_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_award_sources_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_award_sources_order_by[] | null), + /** filter the rows returned */ + where?: (e_award_sources_bool_exp | null)} }) + /** fetch data from the table: "e_award_sources" using primary key columns */ + e_award_sources_by_pk?: (e_award_sourcesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_award_sources" */ + e_award_sources_stream?: (e_award_sourcesGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (e_award_sources_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_award_sources_bool_exp | null)} }) + /** fetch data from the table: "e_award_tiers" */ + e_award_tiers?: (e_award_tiersGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_award_tiers_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_award_tiers_order_by[] | null), + /** filter the rows returned */ + where?: (e_award_tiers_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_award_tiers" */ + e_award_tiers_aggregate?: (e_award_tiers_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_award_tiers_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_award_tiers_order_by[] | null), + /** filter the rows returned */ + where?: (e_award_tiers_bool_exp | null)} }) + /** fetch data from the table: "e_award_tiers" using primary key columns */ + e_award_tiers_by_pk?: (e_award_tiersGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_award_tiers" */ + e_award_tiers_stream?: (e_award_tiersGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (e_award_tiers_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_award_tiers_bool_exp | null)} }) /** fetch data from the table: "e_check_in_settings" */ e_check_in_settings?: (e_check_in_settingsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -82438,6 +84365,40 @@ export interface subscription_rootGenqlSelection{ cursor: (teams_stream_cursor_input | null)[], /** filter the rows returned */ where?: (teams_bool_exp | null)} }) + /** fetch data from the table: "tournament_awards" */ + tournament_awards?: (tournament_awardsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (tournament_awards_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_awards_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_awards" */ + tournament_awards_aggregate?: (tournament_awards_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (tournament_awards_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_awards_bool_exp | null)} }) + /** fetch data from the table: "tournament_awards" using primary key columns */ + tournament_awards_by_pk?: (tournament_awardsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "tournament_awards" */ + tournament_awards_stream?: (tournament_awardsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (tournament_awards_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (tournament_awards_bool_exp | null)} }) /** An array relationship */ tournament_brackets?: (tournament_bracketsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -82779,74 +84740,6 @@ export interface subscription_rootGenqlSelection{ /** filter the rows returned */ where?: (tournament_teams_bool_exp | null)} }) /** An array relationship */ - tournament_trophies?: (tournament_trophiesGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophies_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophies_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) - /** An aggregate relationship */ - tournament_trophies_aggregate?: (tournament_trophies_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophies_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophies_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) - /** fetch data from the table: "tournament_trophies" using primary key columns */ - tournament_trophies_by_pk?: (tournament_trophiesGenqlSelection & { __args: {id: Scalars['uuid']} }) - /** fetch data from the table in a streaming manner: "tournament_trophies" */ - tournament_trophies_stream?: (tournament_trophiesGenqlSelection & { __args: { - /** maximum number of rows returned in a single batch */ - batch_size: Scalars['Int'], - /** cursor to stream the results returned by the query */ - cursor: (tournament_trophies_stream_cursor_input | null)[], - /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) - /** fetch data from the table: "tournament_trophy_configs" */ - tournament_trophy_configs?: (tournament_trophy_configsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophy_configs_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophy_configs_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophy_configs_bool_exp | null)} }) - /** fetch aggregated fields from the table: "tournament_trophy_configs" */ - tournament_trophy_configs_aggregate?: (tournament_trophy_configs_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophy_configs_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophy_configs_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophy_configs_bool_exp | null)} }) - /** fetch data from the table: "tournament_trophy_configs" using primary key columns */ - tournament_trophy_configs_by_pk?: (tournament_trophy_configsGenqlSelection & { __args: {id: Scalars['uuid']} }) - /** fetch data from the table in a streaming manner: "tournament_trophy_configs" */ - tournament_trophy_configs_stream?: (tournament_trophy_configsGenqlSelection & { __args: { - /** maximum number of rows returned in a single batch */ - batch_size: Scalars['Int'], - /** cursor to stream the results returned by the query */ - cursor: (tournament_trophy_configs_stream_cursor_input | null)[], - /** filter the rows returned */ - where?: (tournament_trophy_configs_bool_exp | null)} }) - /** An array relationship */ tournaments?: (tournamentsGenqlSelection & { __args?: { /** distinct select on columns */ distinct_on?: (tournaments_select_column[] | null), @@ -85936,6 +87829,30 @@ export interface team_suggestions_variance_fieldsGenqlSelection{ /** columns and relationships of "teams" */ export interface teamsGenqlSelection{ avatar_url?: boolean | number + /** An array relationship */ + awards?: (award_recipientsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** An aggregate relationship */ + awards_aggregate?: (award_recipients_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) /** A computed field, executes function "can_change_team_role" */ can_change_role?: boolean | number /** A computed field, executes function "can_invite_to_team" */ @@ -86158,7 +88075,7 @@ export interface teams_avg_order_by {captain_steam_id?: (order_by | null),owner_ /** Boolean expression to filter rows from the table "teams". All fields are combined with a logical 'AND'. */ -export interface teams_bool_exp {_and?: (teams_bool_exp[] | null),_not?: (teams_bool_exp | null),_or?: (teams_bool_exp[] | null),avatar_url?: (String_comparison_exp | null),can_change_role?: (Boolean_comparison_exp | null),can_invite?: (Boolean_comparison_exp | null),can_manage_scrims?: (Boolean_comparison_exp | null),can_remove?: (Boolean_comparison_exp | null),captain?: (players_bool_exp | null),captain_steam_id?: (bigint_comparison_exp | null),id?: (uuid_comparison_exp | null),invites?: (team_invites_bool_exp | null),invites_aggregate?: (team_invites_aggregate_bool_exp | null),is_organization?: (Boolean_comparison_exp | null),match_lineups?: (match_lineups_bool_exp | null),match_lineups_aggregate?: (match_lineups_aggregate_bool_exp | null),matches?: (matches_bool_exp | null),name?: (String_comparison_exp | null),owner?: (players_bool_exp | null),owner_steam_id?: (bigint_comparison_exp | null),ranks?: (v_team_ranks_bool_exp | null),reputation?: (v_team_reputation_bool_exp | null),role?: (String_comparison_exp | null),roster?: (team_roster_bool_exp | null),roster_aggregate?: (team_roster_aggregate_bool_exp | null),scrim_availability?: (team_scrim_availability_bool_exp | null),scrim_availability_aggregate?: (team_scrim_availability_aggregate_bool_exp | null),scrim_settings?: (team_scrim_settings_bool_exp | null),short_name?: (String_comparison_exp | null),tournament_teams?: (tournament_teams_bool_exp | null),tournament_teams_aggregate?: (tournament_teams_aggregate_bool_exp | null)} +export interface teams_bool_exp {_and?: (teams_bool_exp[] | null),_not?: (teams_bool_exp | null),_or?: (teams_bool_exp[] | null),avatar_url?: (String_comparison_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),can_change_role?: (Boolean_comparison_exp | null),can_invite?: (Boolean_comparison_exp | null),can_manage_scrims?: (Boolean_comparison_exp | null),can_remove?: (Boolean_comparison_exp | null),captain?: (players_bool_exp | null),captain_steam_id?: (bigint_comparison_exp | null),id?: (uuid_comparison_exp | null),invites?: (team_invites_bool_exp | null),invites_aggregate?: (team_invites_aggregate_bool_exp | null),is_organization?: (Boolean_comparison_exp | null),match_lineups?: (match_lineups_bool_exp | null),match_lineups_aggregate?: (match_lineups_aggregate_bool_exp | null),matches?: (matches_bool_exp | null),name?: (String_comparison_exp | null),owner?: (players_bool_exp | null),owner_steam_id?: (bigint_comparison_exp | null),ranks?: (v_team_ranks_bool_exp | null),reputation?: (v_team_reputation_bool_exp | null),role?: (String_comparison_exp | null),roster?: (team_roster_bool_exp | null),roster_aggregate?: (team_roster_aggregate_bool_exp | null),scrim_availability?: (team_scrim_availability_bool_exp | null),scrim_availability_aggregate?: (team_scrim_availability_aggregate_bool_exp | null),scrim_settings?: (team_scrim_settings_bool_exp | null),short_name?: (String_comparison_exp | null),tournament_teams?: (tournament_teams_bool_exp | null),tournament_teams_aggregate?: (tournament_teams_aggregate_bool_exp | null)} /** input type for incrementing numeric columns in table "teams" */ @@ -86166,7 +88083,7 @@ export interface teams_inc_input {captain_steam_id?: (Scalars['bigint'] | null), /** input type for inserting data into table "teams" */ -export interface teams_insert_input {avatar_url?: (Scalars['String'] | null),captain?: (players_obj_rel_insert_input | null),captain_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),invites?: (team_invites_arr_rel_insert_input | null),is_organization?: (Scalars['Boolean'] | null),match_lineups?: (match_lineups_arr_rel_insert_input | null),name?: (Scalars['String'] | null),owner?: (players_obj_rel_insert_input | null),owner_steam_id?: (Scalars['bigint'] | null),ranks?: (v_team_ranks_obj_rel_insert_input | null),reputation?: (v_team_reputation_obj_rel_insert_input | null),roster?: (team_roster_arr_rel_insert_input | null),scrim_availability?: (team_scrim_availability_arr_rel_insert_input | null),scrim_settings?: (team_scrim_settings_obj_rel_insert_input | null),short_name?: (Scalars['String'] | null),tournament_teams?: (tournament_teams_arr_rel_insert_input | null)} +export interface teams_insert_input {avatar_url?: (Scalars['String'] | null),awards?: (award_recipients_arr_rel_insert_input | null),captain?: (players_obj_rel_insert_input | null),captain_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),invites?: (team_invites_arr_rel_insert_input | null),is_organization?: (Scalars['Boolean'] | null),match_lineups?: (match_lineups_arr_rel_insert_input | null),name?: (Scalars['String'] | null),owner?: (players_obj_rel_insert_input | null),owner_steam_id?: (Scalars['bigint'] | null),ranks?: (v_team_ranks_obj_rel_insert_input | null),reputation?: (v_team_reputation_obj_rel_insert_input | null),roster?: (team_roster_arr_rel_insert_input | null),scrim_availability?: (team_scrim_availability_arr_rel_insert_input | null),scrim_settings?: (team_scrim_settings_obj_rel_insert_input | null),short_name?: (Scalars['String'] | null),tournament_teams?: (tournament_teams_arr_rel_insert_input | null)} /** aggregate max on columns */ @@ -86229,7 +88146,7 @@ export interface teams_on_conflict {constraint: teams_constraint,update_columns? /** Ordering options when selecting data from "teams". */ -export interface teams_order_by {avatar_url?: (order_by | null),can_change_role?: (order_by | null),can_invite?: (order_by | null),can_manage_scrims?: (order_by | null),can_remove?: (order_by | null),captain?: (players_order_by | null),captain_steam_id?: (order_by | null),id?: (order_by | null),invites_aggregate?: (team_invites_aggregate_order_by | null),is_organization?: (order_by | null),match_lineups_aggregate?: (match_lineups_aggregate_order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),name?: (order_by | null),owner?: (players_order_by | null),owner_steam_id?: (order_by | null),ranks?: (v_team_ranks_order_by | null),reputation?: (v_team_reputation_order_by | null),role?: (order_by | null),roster_aggregate?: (team_roster_aggregate_order_by | null),scrim_availability_aggregate?: (team_scrim_availability_aggregate_order_by | null),scrim_settings?: (team_scrim_settings_order_by | null),short_name?: (order_by | null),tournament_teams_aggregate?: (tournament_teams_aggregate_order_by | null)} +export interface teams_order_by {avatar_url?: (order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),can_change_role?: (order_by | null),can_invite?: (order_by | null),can_manage_scrims?: (order_by | null),can_remove?: (order_by | null),captain?: (players_order_by | null),captain_steam_id?: (order_by | null),id?: (order_by | null),invites_aggregate?: (team_invites_aggregate_order_by | null),is_organization?: (order_by | null),match_lineups_aggregate?: (match_lineups_aggregate_order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),name?: (order_by | null),owner?: (players_order_by | null),owner_steam_id?: (order_by | null),ranks?: (v_team_ranks_order_by | null),reputation?: (v_team_reputation_order_by | null),role?: (order_by | null),roster_aggregate?: (team_roster_aggregate_order_by | null),scrim_availability_aggregate?: (team_scrim_availability_aggregate_order_by | null),scrim_settings?: (team_scrim_settings_order_by | null),short_name?: (order_by | null),tournament_teams_aggregate?: (tournament_teams_aggregate_order_by | null)} /** primary key columns input for table: teams */ @@ -86355,6 +88272,276 @@ export interface teams_variance_order_by {captain_steam_id?: (order_by | null),o export interface timestamptz_comparison_exp {_eq?: (Scalars['timestamptz'] | null),_gt?: (Scalars['timestamptz'] | null),_gte?: (Scalars['timestamptz'] | null),_in?: (Scalars['timestamptz'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['timestamptz'] | null),_lte?: (Scalars['timestamptz'] | null),_neq?: (Scalars['timestamptz'] | null),_nin?: (Scalars['timestamptz'][] | null)} +/** columns and relationships of "tournament_awards" */ +export interface tournament_awardsGenqlSelection{ + /** An object relationship */ + award?: awardsGenqlSelection + award_id?: boolean | number + created_at?: boolean | number + custom_name?: boolean | number + id?: boolean | number + image_url?: boolean | number + placement?: boolean | number + silhouette?: boolean | number + /** An object relationship */ + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "tournament_awards" */ +export interface tournament_awards_aggregateGenqlSelection{ + aggregate?: tournament_awards_aggregate_fieldsGenqlSelection + nodes?: tournament_awardsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface tournament_awards_aggregate_bool_exp {count?: (tournament_awards_aggregate_bool_exp_count | null)} + +export interface tournament_awards_aggregate_bool_exp_count {arguments?: (tournament_awards_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_awards_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "tournament_awards" */ +export interface tournament_awards_aggregate_fieldsGenqlSelection{ + avg?: tournament_awards_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_awards_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_awards_max_fieldsGenqlSelection + min?: tournament_awards_min_fieldsGenqlSelection + stddev?: tournament_awards_stddev_fieldsGenqlSelection + stddev_pop?: tournament_awards_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_awards_stddev_samp_fieldsGenqlSelection + sum?: tournament_awards_sum_fieldsGenqlSelection + var_pop?: tournament_awards_var_pop_fieldsGenqlSelection + var_samp?: tournament_awards_var_samp_fieldsGenqlSelection + variance?: tournament_awards_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "tournament_awards" */ +export interface tournament_awards_aggregate_order_by {avg?: (tournament_awards_avg_order_by | null),count?: (order_by | null),max?: (tournament_awards_max_order_by | null),min?: (tournament_awards_min_order_by | null),stddev?: (tournament_awards_stddev_order_by | null),stddev_pop?: (tournament_awards_stddev_pop_order_by | null),stddev_samp?: (tournament_awards_stddev_samp_order_by | null),sum?: (tournament_awards_sum_order_by | null),var_pop?: (tournament_awards_var_pop_order_by | null),var_samp?: (tournament_awards_var_samp_order_by | null),variance?: (tournament_awards_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "tournament_awards" */ +export interface tournament_awards_arr_rel_insert_input {data: tournament_awards_insert_input[], +/** upsert condition */ +on_conflict?: (tournament_awards_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface tournament_awards_avg_fieldsGenqlSelection{ + placement?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by avg() on columns of table "tournament_awards" */ +export interface tournament_awards_avg_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "tournament_awards". All fields are combined with a logical 'AND'. */ +export interface tournament_awards_bool_exp {_and?: (tournament_awards_bool_exp[] | null),_not?: (tournament_awards_bool_exp | null),_or?: (tournament_awards_bool_exp[] | null),award?: (awards_bool_exp | null),award_id?: (uuid_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),custom_name?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),image_url?: (String_comparison_exp | null),placement?: (Int_comparison_exp | null),silhouette?: (Int_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "tournament_awards" */ +export interface tournament_awards_inc_input {placement?: (Scalars['Int'] | null),silhouette?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "tournament_awards" */ +export interface tournament_awards_insert_input {award?: (awards_obj_rel_insert_input | null),award_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),custom_name?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),image_url?: (Scalars['String'] | null),placement?: (Scalars['Int'] | null),silhouette?: (Scalars['Int'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate max on columns */ +export interface tournament_awards_max_fieldsGenqlSelection{ + award_id?: boolean | number + created_at?: boolean | number + custom_name?: boolean | number + id?: boolean | number + image_url?: boolean | number + placement?: boolean | number + silhouette?: boolean | number + tournament_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by max() on columns of table "tournament_awards" */ +export interface tournament_awards_max_order_by {award_id?: (order_by | null),created_at?: (order_by | null),custom_name?: (order_by | null),id?: (order_by | null),image_url?: (order_by | null),placement?: (order_by | null),silhouette?: (order_by | null),tournament_id?: (order_by | null),updated_at?: (order_by | null)} + + +/** aggregate min on columns */ +export interface tournament_awards_min_fieldsGenqlSelection{ + award_id?: boolean | number + created_at?: boolean | number + custom_name?: boolean | number + id?: boolean | number + image_url?: boolean | number + placement?: boolean | number + silhouette?: boolean | number + tournament_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by min() on columns of table "tournament_awards" */ +export interface tournament_awards_min_order_by {award_id?: (order_by | null),created_at?: (order_by | null),custom_name?: (order_by | null),id?: (order_by | null),image_url?: (order_by | null),placement?: (order_by | null),silhouette?: (order_by | null),tournament_id?: (order_by | null),updated_at?: (order_by | null)} + + +/** response of any mutation on the table "tournament_awards" */ +export interface tournament_awards_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: tournament_awardsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** input type for inserting object relation for remote table "tournament_awards" */ +export interface tournament_awards_obj_rel_insert_input {data: tournament_awards_insert_input, +/** upsert condition */ +on_conflict?: (tournament_awards_on_conflict | null)} + + +/** on_conflict condition type for table "tournament_awards" */ +export interface tournament_awards_on_conflict {constraint: tournament_awards_constraint,update_columns?: tournament_awards_update_column[],where?: (tournament_awards_bool_exp | null)} + + +/** Ordering options when selecting data from "tournament_awards". */ +export interface tournament_awards_order_by {award?: (awards_order_by | null),award_id?: (order_by | null),created_at?: (order_by | null),custom_name?: (order_by | null),id?: (order_by | null),image_url?: (order_by | null),placement?: (order_by | null),silhouette?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null),updated_at?: (order_by | null)} + + +/** primary key columns input for table: tournament_awards */ +export interface tournament_awards_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "tournament_awards" */ +export interface tournament_awards_set_input {award_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),custom_name?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),image_url?: (Scalars['String'] | null),placement?: (Scalars['Int'] | null),silhouette?: (Scalars['Int'] | null),tournament_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate stddev on columns */ +export interface tournament_awards_stddev_fieldsGenqlSelection{ + placement?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev() on columns of table "tournament_awards" */ +export interface tournament_awards_stddev_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface tournament_awards_stddev_pop_fieldsGenqlSelection{ + placement?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_pop() on columns of table "tournament_awards" */ +export interface tournament_awards_stddev_pop_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface tournament_awards_stddev_samp_fieldsGenqlSelection{ + placement?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "tournament_awards" */ +export interface tournament_awards_stddev_samp_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} + + +/** Streaming cursor of the table "tournament_awards" */ +export interface tournament_awards_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: tournament_awards_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface tournament_awards_stream_cursor_value_input {award_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),custom_name?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),image_url?: (Scalars['String'] | null),placement?: (Scalars['Int'] | null),silhouette?: (Scalars['Int'] | null),tournament_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate sum on columns */ +export interface tournament_awards_sum_fieldsGenqlSelection{ + placement?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by sum() on columns of table "tournament_awards" */ +export interface tournament_awards_sum_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} + +export interface tournament_awards_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (tournament_awards_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (tournament_awards_set_input | null), +/** filter the rows which have to be updated */ +where: tournament_awards_bool_exp} + + +/** aggregate var_pop on columns */ +export interface tournament_awards_var_pop_fieldsGenqlSelection{ + placement?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_pop() on columns of table "tournament_awards" */ +export interface tournament_awards_var_pop_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface tournament_awards_var_samp_fieldsGenqlSelection{ + placement?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_samp() on columns of table "tournament_awards" */ +export interface tournament_awards_var_samp_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} + + +/** aggregate variance on columns */ +export interface tournament_awards_variance_fieldsGenqlSelection{ + placement?: boolean | number + silhouette?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by variance() on columns of table "tournament_awards" */ +export interface tournament_awards_variance_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} + + /** columns and relationships of "tournament_brackets" */ export interface tournament_bracketsGenqlSelection{ bye?: boolean | number @@ -88981,548 +91168,60 @@ export interface tournament_teams_variance_fieldsGenqlSelection{ export interface tournament_teams_variance_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} -/** columns and relationships of "tournament_trophies" */ -export interface tournament_trophiesGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - manual?: boolean | number - placement?: boolean | number - placement_tier?: boolean | number - /** An object relationship */ - player?: playersGenqlSelection - player_steam_id?: boolean | number - /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number - /** An object relationship */ - tournament?: tournamentsGenqlSelection - tournament_id?: boolean | number - /** An object relationship */ - tournament_team?: tournament_teamsGenqlSelection - tournament_team_id?: boolean | number - /** An object relationship */ - trophy_config?: tournament_trophy_configsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregated selection of "tournament_trophies" */ -export interface tournament_trophies_aggregateGenqlSelection{ - aggregate?: tournament_trophies_aggregate_fieldsGenqlSelection - nodes?: tournament_trophiesGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - -export interface tournament_trophies_aggregate_bool_exp {bool_and?: (tournament_trophies_aggregate_bool_exp_bool_and | null),bool_or?: (tournament_trophies_aggregate_bool_exp_bool_or | null),count?: (tournament_trophies_aggregate_bool_exp_count | null)} - -export interface tournament_trophies_aggregate_bool_exp_bool_and {arguments: tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_trophies_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface tournament_trophies_aggregate_bool_exp_bool_or {arguments: tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_trophies_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface tournament_trophies_aggregate_bool_exp_count {arguments?: (tournament_trophies_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_trophies_bool_exp | null),predicate: Int_comparison_exp} - - -/** aggregate fields of "tournament_trophies" */ -export interface tournament_trophies_aggregate_fieldsGenqlSelection{ - avg?: tournament_trophies_avg_fieldsGenqlSelection - count?: { __args: {columns?: (tournament_trophies_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: tournament_trophies_max_fieldsGenqlSelection - min?: tournament_trophies_min_fieldsGenqlSelection - stddev?: tournament_trophies_stddev_fieldsGenqlSelection - stddev_pop?: tournament_trophies_stddev_pop_fieldsGenqlSelection - stddev_samp?: tournament_trophies_stddev_samp_fieldsGenqlSelection - sum?: tournament_trophies_sum_fieldsGenqlSelection - var_pop?: tournament_trophies_var_pop_fieldsGenqlSelection - var_samp?: tournament_trophies_var_samp_fieldsGenqlSelection - variance?: tournament_trophies_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by aggregate values of table "tournament_trophies" */ -export interface tournament_trophies_aggregate_order_by {avg?: (tournament_trophies_avg_order_by | null),count?: (order_by | null),max?: (tournament_trophies_max_order_by | null),min?: (tournament_trophies_min_order_by | null),stddev?: (tournament_trophies_stddev_order_by | null),stddev_pop?: (tournament_trophies_stddev_pop_order_by | null),stddev_samp?: (tournament_trophies_stddev_samp_order_by | null),sum?: (tournament_trophies_sum_order_by | null),var_pop?: (tournament_trophies_var_pop_order_by | null),var_samp?: (tournament_trophies_var_samp_order_by | null),variance?: (tournament_trophies_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "tournament_trophies" */ -export interface tournament_trophies_arr_rel_insert_input {data: tournament_trophies_insert_input[], -/** upsert condition */ -on_conflict?: (tournament_trophies_on_conflict | null)} - - -/** aggregate avg on columns */ -export interface tournament_trophies_avg_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by avg() on columns of table "tournament_trophies" */ -export interface tournament_trophies_avg_order_by {placement?: (order_by | null),player_steam_id?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "tournament_trophies". All fields are combined with a logical 'AND'. */ -export interface tournament_trophies_bool_exp {_and?: (tournament_trophies_bool_exp[] | null),_not?: (tournament_trophies_bool_exp | null),_or?: (tournament_trophies_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),manual?: (Boolean_comparison_exp | null),placement?: (Int_comparison_exp | null),placement_tier?: (String_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),tournament_team?: (tournament_teams_bool_exp | null),tournament_team_id?: (uuid_comparison_exp | null),trophy_config?: (tournament_trophy_configs_bool_exp | null)} - - -/** input type for incrementing numeric columns in table "tournament_trophies" */ -export interface tournament_trophies_inc_input {placement?: (Scalars['Int'] | null),player_steam_id?: (Scalars['bigint'] | null)} - - -/** input type for inserting data into table "tournament_trophies" */ -export interface tournament_trophies_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),manual?: (Scalars['Boolean'] | null),placement?: (Scalars['Int'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),tournament_team?: (tournament_teams_obj_rel_insert_input | null),tournament_team_id?: (Scalars['uuid'] | null),trophy_config?: (tournament_trophy_configs_obj_rel_insert_input | null)} - - -/** aggregate max on columns */ -export interface tournament_trophies_max_fieldsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - placement?: boolean | number - placement_tier?: boolean | number - player_steam_id?: boolean | number - team_id?: boolean | number - tournament_id?: boolean | number - tournament_team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by max() on columns of table "tournament_trophies" */ -export interface tournament_trophies_max_order_by {created_at?: (order_by | null),id?: (order_by | null),placement?: (order_by | null),placement_tier?: (order_by | null),player_steam_id?: (order_by | null),team_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} - - -/** aggregate min on columns */ -export interface tournament_trophies_min_fieldsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - placement?: boolean | number - placement_tier?: boolean | number - player_steam_id?: boolean | number - team_id?: boolean | number - tournament_id?: boolean | number - tournament_team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by min() on columns of table "tournament_trophies" */ -export interface tournament_trophies_min_order_by {created_at?: (order_by | null),id?: (order_by | null),placement?: (order_by | null),placement_tier?: (order_by | null),player_steam_id?: (order_by | null),team_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} - - -/** response of any mutation on the table "tournament_trophies" */ -export interface tournament_trophies_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: tournament_trophiesGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** on_conflict condition type for table "tournament_trophies" */ -export interface tournament_trophies_on_conflict {constraint: tournament_trophies_constraint,update_columns?: tournament_trophies_update_column[],where?: (tournament_trophies_bool_exp | null)} - - -/** Ordering options when selecting data from "tournament_trophies". */ -export interface tournament_trophies_order_by {created_at?: (order_by | null),id?: (order_by | null),manual?: (order_by | null),placement?: (order_by | null),placement_tier?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null),tournament_team?: (tournament_teams_order_by | null),tournament_team_id?: (order_by | null),trophy_config?: (tournament_trophy_configs_order_by | null)} - - -/** primary key columns input for table: tournament_trophies */ -export interface tournament_trophies_pk_columns_input {id: Scalars['uuid']} - - -/** input type for updating data in table "tournament_trophies" */ -export interface tournament_trophies_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),manual?: (Scalars['Boolean'] | null),placement?: (Scalars['Int'] | null),player_steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} - - -/** aggregate stddev on columns */ -export interface tournament_trophies_stddev_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by stddev() on columns of table "tournament_trophies" */ -export interface tournament_trophies_stddev_order_by {placement?: (order_by | null),player_steam_id?: (order_by | null)} - - -/** aggregate stddev_pop on columns */ -export interface tournament_trophies_stddev_pop_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by stddev_pop() on columns of table "tournament_trophies" */ -export interface tournament_trophies_stddev_pop_order_by {placement?: (order_by | null),player_steam_id?: (order_by | null)} - - -/** aggregate stddev_samp on columns */ -export interface tournament_trophies_stddev_samp_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by stddev_samp() on columns of table "tournament_trophies" */ -export interface tournament_trophies_stddev_samp_order_by {placement?: (order_by | null),player_steam_id?: (order_by | null)} - - -/** Streaming cursor of the table "tournament_trophies" */ -export interface tournament_trophies_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: tournament_trophies_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} - - -/** Initial value of the column from where the streaming should start */ -export interface tournament_trophies_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),manual?: (Scalars['Boolean'] | null),placement?: (Scalars['Int'] | null),placement_tier?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} - - -/** aggregate sum on columns */ -export interface tournament_trophies_sum_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by sum() on columns of table "tournament_trophies" */ -export interface tournament_trophies_sum_order_by {placement?: (order_by | null),player_steam_id?: (order_by | null)} - -export interface tournament_trophies_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (tournament_trophies_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (tournament_trophies_set_input | null), -/** filter the rows which have to be updated */ -where: tournament_trophies_bool_exp} - - -/** aggregate var_pop on columns */ -export interface tournament_trophies_var_pop_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by var_pop() on columns of table "tournament_trophies" */ -export interface tournament_trophies_var_pop_order_by {placement?: (order_by | null),player_steam_id?: (order_by | null)} - - -/** aggregate var_samp on columns */ -export interface tournament_trophies_var_samp_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by var_samp() on columns of table "tournament_trophies" */ -export interface tournament_trophies_var_samp_order_by {placement?: (order_by | null),player_steam_id?: (order_by | null)} - - -/** aggregate variance on columns */ -export interface tournament_trophies_variance_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by variance() on columns of table "tournament_trophies" */ -export interface tournament_trophies_variance_order_by {placement?: (order_by | null),player_steam_id?: (order_by | null)} - - -/** columns and relationships of "tournament_trophy_configs" */ -export interface tournament_trophy_configsGenqlSelection{ - created_at?: boolean | number - custom_name?: boolean | number - id?: boolean | number - image_url?: boolean | number - placement?: boolean | number - silhouette?: boolean | number - /** An object relationship */ - tournament?: tournamentsGenqlSelection - tournament_id?: boolean | number - updated_at?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregated selection of "tournament_trophy_configs" */ -export interface tournament_trophy_configs_aggregateGenqlSelection{ - aggregate?: tournament_trophy_configs_aggregate_fieldsGenqlSelection - nodes?: tournament_trophy_configsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - -export interface tournament_trophy_configs_aggregate_bool_exp {count?: (tournament_trophy_configs_aggregate_bool_exp_count | null)} - -export interface tournament_trophy_configs_aggregate_bool_exp_count {arguments?: (tournament_trophy_configs_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_trophy_configs_bool_exp | null),predicate: Int_comparison_exp} - - -/** aggregate fields of "tournament_trophy_configs" */ -export interface tournament_trophy_configs_aggregate_fieldsGenqlSelection{ - avg?: tournament_trophy_configs_avg_fieldsGenqlSelection - count?: { __args: {columns?: (tournament_trophy_configs_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: tournament_trophy_configs_max_fieldsGenqlSelection - min?: tournament_trophy_configs_min_fieldsGenqlSelection - stddev?: tournament_trophy_configs_stddev_fieldsGenqlSelection - stddev_pop?: tournament_trophy_configs_stddev_pop_fieldsGenqlSelection - stddev_samp?: tournament_trophy_configs_stddev_samp_fieldsGenqlSelection - sum?: tournament_trophy_configs_sum_fieldsGenqlSelection - var_pop?: tournament_trophy_configs_var_pop_fieldsGenqlSelection - var_samp?: tournament_trophy_configs_var_samp_fieldsGenqlSelection - variance?: tournament_trophy_configs_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by aggregate values of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_aggregate_order_by {avg?: (tournament_trophy_configs_avg_order_by | null),count?: (order_by | null),max?: (tournament_trophy_configs_max_order_by | null),min?: (tournament_trophy_configs_min_order_by | null),stddev?: (tournament_trophy_configs_stddev_order_by | null),stddev_pop?: (tournament_trophy_configs_stddev_pop_order_by | null),stddev_samp?: (tournament_trophy_configs_stddev_samp_order_by | null),sum?: (tournament_trophy_configs_sum_order_by | null),var_pop?: (tournament_trophy_configs_var_pop_order_by | null),var_samp?: (tournament_trophy_configs_var_samp_order_by | null),variance?: (tournament_trophy_configs_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_arr_rel_insert_input {data: tournament_trophy_configs_insert_input[], -/** upsert condition */ -on_conflict?: (tournament_trophy_configs_on_conflict | null)} - - -/** aggregate avg on columns */ -export interface tournament_trophy_configs_avg_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by avg() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_avg_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "tournament_trophy_configs". All fields are combined with a logical 'AND'. */ -export interface tournament_trophy_configs_bool_exp {_and?: (tournament_trophy_configs_bool_exp[] | null),_not?: (tournament_trophy_configs_bool_exp | null),_or?: (tournament_trophy_configs_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),custom_name?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),image_url?: (String_comparison_exp | null),placement?: (Int_comparison_exp | null),silhouette?: (Int_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} - - -/** input type for incrementing numeric columns in table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_inc_input {placement?: (Scalars['Int'] | null),silhouette?: (Scalars['Int'] | null)} - - -/** input type for inserting data into table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_insert_input {created_at?: (Scalars['timestamptz'] | null),custom_name?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),image_url?: (Scalars['String'] | null),placement?: (Scalars['Int'] | null),silhouette?: (Scalars['Int'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} - - -/** aggregate max on columns */ -export interface tournament_trophy_configs_max_fieldsGenqlSelection{ - created_at?: boolean | number - custom_name?: boolean | number - id?: boolean | number - image_url?: boolean | number - placement?: boolean | number - silhouette?: boolean | number - tournament_id?: boolean | number - updated_at?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by max() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_max_order_by {created_at?: (order_by | null),custom_name?: (order_by | null),id?: (order_by | null),image_url?: (order_by | null),placement?: (order_by | null),silhouette?: (order_by | null),tournament_id?: (order_by | null),updated_at?: (order_by | null)} - - -/** aggregate min on columns */ -export interface tournament_trophy_configs_min_fieldsGenqlSelection{ - created_at?: boolean | number - custom_name?: boolean | number - id?: boolean | number - image_url?: boolean | number - placement?: boolean | number - silhouette?: boolean | number - tournament_id?: boolean | number - updated_at?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by min() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_min_order_by {created_at?: (order_by | null),custom_name?: (order_by | null),id?: (order_by | null),image_url?: (order_by | null),placement?: (order_by | null),silhouette?: (order_by | null),tournament_id?: (order_by | null),updated_at?: (order_by | null)} - - -/** response of any mutation on the table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: tournament_trophy_configsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** input type for inserting object relation for remote table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_obj_rel_insert_input {data: tournament_trophy_configs_insert_input, -/** upsert condition */ -on_conflict?: (tournament_trophy_configs_on_conflict | null)} - - -/** on_conflict condition type for table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_on_conflict {constraint: tournament_trophy_configs_constraint,update_columns?: tournament_trophy_configs_update_column[],where?: (tournament_trophy_configs_bool_exp | null)} - - -/** Ordering options when selecting data from "tournament_trophy_configs". */ -export interface tournament_trophy_configs_order_by {created_at?: (order_by | null),custom_name?: (order_by | null),id?: (order_by | null),image_url?: (order_by | null),placement?: (order_by | null),silhouette?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null),updated_at?: (order_by | null)} - - -/** primary key columns input for table: tournament_trophy_configs */ -export interface tournament_trophy_configs_pk_columns_input {id: Scalars['uuid']} - - -/** input type for updating data in table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_set_input {created_at?: (Scalars['timestamptz'] | null),custom_name?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),image_url?: (Scalars['String'] | null),placement?: (Scalars['Int'] | null),silhouette?: (Scalars['Int'] | null),tournament_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} - - -/** aggregate stddev on columns */ -export interface tournament_trophy_configs_stddev_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by stddev() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_stddev_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} - - -/** aggregate stddev_pop on columns */ -export interface tournament_trophy_configs_stddev_pop_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by stddev_pop() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_stddev_pop_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} - - -/** aggregate stddev_samp on columns */ -export interface tournament_trophy_configs_stddev_samp_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by stddev_samp() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_stddev_samp_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} - - -/** Streaming cursor of the table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: tournament_trophy_configs_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} - - -/** Initial value of the column from where the streaming should start */ -export interface tournament_trophy_configs_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),custom_name?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),image_url?: (Scalars['String'] | null),placement?: (Scalars['Int'] | null),silhouette?: (Scalars['Int'] | null),tournament_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} - - -/** aggregate sum on columns */ -export interface tournament_trophy_configs_sum_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by sum() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_sum_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} - -export interface tournament_trophy_configs_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (tournament_trophy_configs_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (tournament_trophy_configs_set_input | null), -/** filter the rows which have to be updated */ -where: tournament_trophy_configs_bool_exp} - - -/** aggregate var_pop on columns */ -export interface tournament_trophy_configs_var_pop_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by var_pop() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_var_pop_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} - - -/** aggregate var_samp on columns */ -export interface tournament_trophy_configs_var_samp_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by var_samp() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_var_samp_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} - - -/** aggregate variance on columns */ -export interface tournament_trophy_configs_variance_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by variance() on columns of table "tournament_trophy_configs" */ -export interface tournament_trophy_configs_variance_order_by {placement?: (order_by | null),silhouette?: (order_by | null)} - - /** columns and relationships of "tournaments" */ export interface tournamentsGenqlSelection{ /** An object relationship */ admin?: playersGenqlSelection auto_start?: boolean | number + /** An array relationship */ + award_configs?: (tournament_awardsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (tournament_awards_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_awards_bool_exp | null)} }) + /** An aggregate relationship */ + award_configs_aggregate?: (tournament_awards_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_awards_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (tournament_awards_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_awards_bool_exp | null)} }) + /** An array relationship */ + awards?: (award_recipientsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + /** An aggregate relationship */ + awards_aggregate?: (award_recipients_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (award_recipients_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (award_recipients_order_by[] | null), + /** filter the rows returned */ + where?: (award_recipients_bool_exp | null)} }) + awards_enabled?: boolean | number banner?: boolean | number /** A computed field, executes function "can_cancel_tournament" */ can_cancel?: boolean | number @@ -89804,55 +91503,6 @@ export interface tournamentsGenqlSelection{ order_by?: (tournament_teams_order_by[] | null), /** filter the rows returned */ where?: (tournament_teams_bool_exp | null)} }) - /** An array relationship */ - trophies?: (tournament_trophiesGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophies_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophies_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) - /** An aggregate relationship */ - trophies_aggregate?: (tournament_trophies_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophies_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophies_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophies_bool_exp | null)} }) - trophies_enabled?: boolean | number - /** An array relationship */ - trophy_configs?: (tournament_trophy_configsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophy_configs_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophy_configs_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophy_configs_bool_exp | null)} }) - /** An aggregate relationship */ - trophy_configs_aggregate?: (tournament_trophy_configs_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_trophy_configs_select_column[] | null), - /** limit the number of rows returned */ - limit?: (Scalars['Int'] | null), - /** skip the first n rows. Use only with order_by */ - offset?: (Scalars['Int'] | null), - /** sort the rows by one or more columns */ - order_by?: (tournament_trophy_configs_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_trophy_configs_bool_exp | null)} }) __typename?: boolean | number __scalar?: boolean | number } @@ -89942,7 +91592,7 @@ export interface tournaments_avg_order_by {latitude?: (order_by | null),longitud /** Boolean expression to filter rows from the table "tournaments". All fields are combined with a logical 'AND'. */ -export interface tournaments_bool_exp {_and?: (tournaments_bool_exp[] | null),_not?: (tournaments_bool_exp | null),_or?: (tournaments_bool_exp[] | null),admin?: (players_bool_exp | null),auto_start?: (Boolean_comparison_exp | null),banner?: (String_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_close_registration?: (Boolean_comparison_exp | null),can_join?: (Boolean_comparison_exp | null),can_open_registration?: (Boolean_comparison_exp | null),can_pause?: (Boolean_comparison_exp | null),can_resume?: (Boolean_comparison_exp | null),can_setup?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),categories?: (tournament_categories_bool_exp | null),categories_aggregate?: (tournament_categories_aggregate_bool_exp | null),created_at?: (timestamptz_comparison_exp | null),description?: (String_comparison_exp | null),discord_guild_id?: (String_comparison_exp | null),discord_notifications_enabled?: (Boolean_comparison_exp | null),discord_notify_Canceled?: (Boolean_comparison_exp | null),discord_notify_Finished?: (Boolean_comparison_exp | null),discord_notify_Forfeit?: (Boolean_comparison_exp | null),discord_notify_Live?: (Boolean_comparison_exp | null),discord_notify_MapPaused?: (Boolean_comparison_exp | null),discord_notify_PickingPlayers?: (Boolean_comparison_exp | null),discord_notify_Scheduled?: (Boolean_comparison_exp | null),discord_notify_Surrendered?: (Boolean_comparison_exp | null),discord_notify_Tie?: (Boolean_comparison_exp | null),discord_notify_Veto?: (Boolean_comparison_exp | null),discord_notify_WaitingForCheckIn?: (Boolean_comparison_exp | null),discord_notify_WaitingForServer?: (Boolean_comparison_exp | null),discord_role_id?: (String_comparison_exp | null),discord_voice_enabled?: (Boolean_comparison_exp | null),discord_webhook?: (String_comparison_exp | null),e_tournament_status?: (e_tournament_status_bool_exp | null),has_min_teams?: (Boolean_comparison_exp | null),homepage?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),is_league?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_comparison_exp | null),latitude?: (float8_comparison_exp | null),league_season_division?: (league_season_divisions_bool_exp | null),location?: (String_comparison_exp | null),logo?: (String_comparison_exp | null),longitude?: (float8_comparison_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),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizer_teams?: (tournament_organizer_teams_bool_exp | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_bool_exp | null),organizers?: (tournament_organizers_bool_exp | null),organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),player_stats?: (v_tournament_player_stats_bool_exp | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_bool_exp | null),prizes?: (tournament_prizes_bool_exp | null),prizes_aggregate?: (tournament_prizes_aggregate_bool_exp | null),results?: (v_team_tournament_results_bool_exp | null),results_aggregate?: (v_team_tournament_results_aggregate_bool_exp | null),rosters?: (tournament_team_roster_bool_exp | null),rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),scheduling_mode?: (String_comparison_exp | null),stages?: (tournament_stages_bool_exp | null),stages_aggregate?: (tournament_stages_aggregate_bool_exp | null),start?: (timestamptz_comparison_exp | null),status?: (e_tournament_status_enum_comparison_exp | null),teams?: (tournament_teams_bool_exp | null),teams_aggregate?: (tournament_teams_aggregate_bool_exp | null),trophies?: (tournament_trophies_bool_exp | null),trophies_aggregate?: (tournament_trophies_aggregate_bool_exp | null),trophies_enabled?: (Boolean_comparison_exp | null),trophy_configs?: (tournament_trophy_configs_bool_exp | null),trophy_configs_aggregate?: (tournament_trophy_configs_aggregate_bool_exp | null)} +export interface tournaments_bool_exp {_and?: (tournaments_bool_exp[] | null),_not?: (tournaments_bool_exp | null),_or?: (tournaments_bool_exp[] | null),admin?: (players_bool_exp | null),auto_start?: (Boolean_comparison_exp | null),award_configs?: (tournament_awards_bool_exp | null),award_configs_aggregate?: (tournament_awards_aggregate_bool_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),awards_enabled?: (Boolean_comparison_exp | null),banner?: (String_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_close_registration?: (Boolean_comparison_exp | null),can_join?: (Boolean_comparison_exp | null),can_open_registration?: (Boolean_comparison_exp | null),can_pause?: (Boolean_comparison_exp | null),can_resume?: (Boolean_comparison_exp | null),can_setup?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),categories?: (tournament_categories_bool_exp | null),categories_aggregate?: (tournament_categories_aggregate_bool_exp | null),created_at?: (timestamptz_comparison_exp | null),description?: (String_comparison_exp | null),discord_guild_id?: (String_comparison_exp | null),discord_notifications_enabled?: (Boolean_comparison_exp | null),discord_notify_Canceled?: (Boolean_comparison_exp | null),discord_notify_Finished?: (Boolean_comparison_exp | null),discord_notify_Forfeit?: (Boolean_comparison_exp | null),discord_notify_Live?: (Boolean_comparison_exp | null),discord_notify_MapPaused?: (Boolean_comparison_exp | null),discord_notify_PickingPlayers?: (Boolean_comparison_exp | null),discord_notify_Scheduled?: (Boolean_comparison_exp | null),discord_notify_Surrendered?: (Boolean_comparison_exp | null),discord_notify_Tie?: (Boolean_comparison_exp | null),discord_notify_Veto?: (Boolean_comparison_exp | null),discord_notify_WaitingForCheckIn?: (Boolean_comparison_exp | null),discord_notify_WaitingForServer?: (Boolean_comparison_exp | null),discord_role_id?: (String_comparison_exp | null),discord_voice_enabled?: (Boolean_comparison_exp | null),discord_webhook?: (String_comparison_exp | null),e_tournament_status?: (e_tournament_status_bool_exp | null),has_min_teams?: (Boolean_comparison_exp | null),homepage?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),is_league?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_comparison_exp | null),latitude?: (float8_comparison_exp | null),league_season_division?: (league_season_divisions_bool_exp | null),location?: (String_comparison_exp | null),logo?: (String_comparison_exp | null),longitude?: (float8_comparison_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),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizer_teams?: (tournament_organizer_teams_bool_exp | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_bool_exp | null),organizers?: (tournament_organizers_bool_exp | null),organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),player_stats?: (v_tournament_player_stats_bool_exp | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_bool_exp | null),prizes?: (tournament_prizes_bool_exp | null),prizes_aggregate?: (tournament_prizes_aggregate_bool_exp | null),results?: (v_team_tournament_results_bool_exp | null),results_aggregate?: (v_team_tournament_results_aggregate_bool_exp | null),rosters?: (tournament_team_roster_bool_exp | null),rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),scheduling_mode?: (String_comparison_exp | null),stages?: (tournament_stages_bool_exp | null),stages_aggregate?: (tournament_stages_aggregate_bool_exp | null),start?: (timestamptz_comparison_exp | null),status?: (e_tournament_status_enum_comparison_exp | null),teams?: (tournament_teams_bool_exp | null),teams_aggregate?: (tournament_teams_aggregate_bool_exp | null)} /** input type for incrementing numeric columns in table "tournaments" */ @@ -89950,7 +91600,7 @@ export interface tournaments_inc_input {latitude?: (Scalars['float8'] | null),lo /** input type for inserting data into table "tournaments" */ -export interface tournaments_insert_input {admin?: (players_obj_rel_insert_input | null),auto_start?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),categories?: (tournament_categories_arr_rel_insert_input | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),e_tournament_status?: (e_tournament_status_obj_rel_insert_input | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),league_season_division?: (league_season_divisions_obj_rel_insert_input | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),options?: (match_options_obj_rel_insert_input | null),organizer_steam_id?: (Scalars['bigint'] | null),organizer_teams?: (tournament_organizer_teams_arr_rel_insert_input | null),organizers?: (tournament_organizers_arr_rel_insert_input | null),player_stats?: (v_tournament_player_stats_arr_rel_insert_input | null),prizes?: (tournament_prizes_arr_rel_insert_input | null),results?: (v_team_tournament_results_arr_rel_insert_input | null),rosters?: (tournament_team_roster_arr_rel_insert_input | null),scheduling_mode?: (Scalars['String'] | null),stages?: (tournament_stages_arr_rel_insert_input | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null),teams?: (tournament_teams_arr_rel_insert_input | null),trophies?: (tournament_trophies_arr_rel_insert_input | null),trophies_enabled?: (Scalars['Boolean'] | null),trophy_configs?: (tournament_trophy_configs_arr_rel_insert_input | null)} +export interface tournaments_insert_input {admin?: (players_obj_rel_insert_input | null),auto_start?: (Scalars['Boolean'] | null),award_configs?: (tournament_awards_arr_rel_insert_input | null),awards?: (award_recipients_arr_rel_insert_input | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),categories?: (tournament_categories_arr_rel_insert_input | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),e_tournament_status?: (e_tournament_status_obj_rel_insert_input | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),league_season_division?: (league_season_divisions_obj_rel_insert_input | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),options?: (match_options_obj_rel_insert_input | null),organizer_steam_id?: (Scalars['bigint'] | null),organizer_teams?: (tournament_organizer_teams_arr_rel_insert_input | null),organizers?: (tournament_organizers_arr_rel_insert_input | null),player_stats?: (v_tournament_player_stats_arr_rel_insert_input | null),prizes?: (tournament_prizes_arr_rel_insert_input | null),results?: (v_team_tournament_results_arr_rel_insert_input | null),rosters?: (tournament_team_roster_arr_rel_insert_input | null),scheduling_mode?: (Scalars['String'] | null),stages?: (tournament_stages_arr_rel_insert_input | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null),teams?: (tournament_teams_arr_rel_insert_input | null)} /** aggregate max on columns */ @@ -90039,7 +91689,7 @@ export interface tournaments_on_conflict {constraint: tournaments_constraint,upd /** Ordering options when selecting data from "tournaments". */ -export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (order_by | null),banner?: (order_by | null),can_cancel?: (order_by | null),can_close_registration?: (order_by | null),can_join?: (order_by | null),can_open_registration?: (order_by | null),can_pause?: (order_by | null),can_resume?: (order_by | null),can_setup?: (order_by | null),can_start?: (order_by | null),categories_aggregate?: (tournament_categories_aggregate_order_by | null),created_at?: (order_by | null),description?: (order_by | null),discord_guild_id?: (order_by | null),discord_notifications_enabled?: (order_by | null),discord_notify_Canceled?: (order_by | null),discord_notify_Finished?: (order_by | null),discord_notify_Forfeit?: (order_by | null),discord_notify_Live?: (order_by | null),discord_notify_MapPaused?: (order_by | null),discord_notify_PickingPlayers?: (order_by | null),discord_notify_Scheduled?: (order_by | null),discord_notify_Surrendered?: (order_by | null),discord_notify_Tie?: (order_by | null),discord_notify_Veto?: (order_by | null),discord_notify_WaitingForCheckIn?: (order_by | null),discord_notify_WaitingForServer?: (order_by | null),discord_role_id?: (order_by | null),discord_voice_enabled?: (order_by | null),discord_webhook?: (order_by | null),e_tournament_status?: (e_tournament_status_order_by | null),has_min_teams?: (order_by | null),homepage?: (order_by | null),id?: (order_by | null),is_league?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (order_by | null),latitude?: (order_by | null),league_season_division?: (league_season_divisions_order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_players_per_lineup?: (order_by | null),min_players_per_lineup?: (order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),organizer_steam_id?: (order_by | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_order_by | null),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_order_by | null),prizes_aggregate?: (tournament_prizes_aggregate_order_by | null),results_aggregate?: (v_team_tournament_results_aggregate_order_by | null),rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),scheduling_mode?: (order_by | null),stages_aggregate?: (tournament_stages_aggregate_order_by | null),start?: (order_by | null),status?: (order_by | null),teams_aggregate?: (tournament_teams_aggregate_order_by | null),trophies_aggregate?: (tournament_trophies_aggregate_order_by | null),trophies_enabled?: (order_by | null),trophy_configs_aggregate?: (tournament_trophy_configs_aggregate_order_by | null)} +export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (order_by | null),award_configs_aggregate?: (tournament_awards_aggregate_order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),awards_enabled?: (order_by | null),banner?: (order_by | null),can_cancel?: (order_by | null),can_close_registration?: (order_by | null),can_join?: (order_by | null),can_open_registration?: (order_by | null),can_pause?: (order_by | null),can_resume?: (order_by | null),can_setup?: (order_by | null),can_start?: (order_by | null),categories_aggregate?: (tournament_categories_aggregate_order_by | null),created_at?: (order_by | null),description?: (order_by | null),discord_guild_id?: (order_by | null),discord_notifications_enabled?: (order_by | null),discord_notify_Canceled?: (order_by | null),discord_notify_Finished?: (order_by | null),discord_notify_Forfeit?: (order_by | null),discord_notify_Live?: (order_by | null),discord_notify_MapPaused?: (order_by | null),discord_notify_PickingPlayers?: (order_by | null),discord_notify_Scheduled?: (order_by | null),discord_notify_Surrendered?: (order_by | null),discord_notify_Tie?: (order_by | null),discord_notify_Veto?: (order_by | null),discord_notify_WaitingForCheckIn?: (order_by | null),discord_notify_WaitingForServer?: (order_by | null),discord_role_id?: (order_by | null),discord_voice_enabled?: (order_by | null),discord_webhook?: (order_by | null),e_tournament_status?: (e_tournament_status_order_by | null),has_min_teams?: (order_by | null),homepage?: (order_by | null),id?: (order_by | null),is_league?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (order_by | null),latitude?: (order_by | null),league_season_division?: (league_season_divisions_order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_players_per_lineup?: (order_by | null),min_players_per_lineup?: (order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),organizer_steam_id?: (order_by | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_order_by | null),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_order_by | null),prizes_aggregate?: (tournament_prizes_aggregate_order_by | null),results_aggregate?: (v_team_tournament_results_aggregate_order_by | null),rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),scheduling_mode?: (order_by | null),stages_aggregate?: (tournament_stages_aggregate_order_by | null),start?: (order_by | null),status?: (order_by | null),teams_aggregate?: (tournament_teams_aggregate_order_by | null)} /** primary key columns input for table: tournaments */ @@ -90047,7 +91697,7 @@ export interface tournaments_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "tournaments" */ -export interface tournaments_set_input {auto_start?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null),trophies_enabled?: (Scalars['Boolean'] | null)} +export interface tournaments_set_input {auto_start?: (Scalars['Boolean'] | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} /** aggregate stddev on columns */ @@ -90113,7 +91763,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface tournaments_stream_cursor_value_input {auto_start?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null),trophies_enabled?: (Scalars['Boolean'] | null)} +export interface tournaments_stream_cursor_value_input {auto_start?: (Scalars['Boolean'] | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} /** aggregate sum on columns */ @@ -97791,6 +99441,22 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const Award_possibleTypes: string[] = ['Award'] + export const isAward = (obj?: { __typename?: any } | null): obj is Award => { + if (!obj?.__typename) throw new Error('__typename is missing in "isAward"') + return Award_possibleTypes.includes(obj.__typename) + } + + + + const AwardRecipient_possibleTypes: string[] = ['AwardRecipient'] + export const isAwardRecipient = (obj?: { __typename?: any } | null): obj is AwardRecipient => { + if (!obj?.__typename) throw new Error('__typename is missing in "isAwardRecipient"') + return AwardRecipient_possibleTypes.includes(obj.__typename) + } + + + const ConnectionByState_possibleTypes: string[] = ['ConnectionByState'] export const isConnectionByState = (obj?: { __typename?: any } | null): obj is ConnectionByState => { if (!obj?.__typename) throw new Error('__typename is missing in "isConnectionByState"') @@ -98335,6 +100001,46 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const TelemetryActivityPoint_possibleTypes: string[] = ['TelemetryActivityPoint'] + export const isTelemetryActivityPoint = (obj?: { __typename?: any } | null): obj is TelemetryActivityPoint => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTelemetryActivityPoint"') + return TelemetryActivityPoint_possibleTypes.includes(obj.__typename) + } + + + + const TelemetryFeatureAdoption_possibleTypes: string[] = ['TelemetryFeatureAdoption'] + export const isTelemetryFeatureAdoption = (obj?: { __typename?: any } | null): obj is TelemetryFeatureAdoption => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTelemetryFeatureAdoption"') + return TelemetryFeatureAdoption_possibleTypes.includes(obj.__typename) + } + + + + const TelemetryFleetTotals_possibleTypes: string[] = ['TelemetryFleetTotals'] + export const isTelemetryFleetTotals = (obj?: { __typename?: any } | null): obj is TelemetryFleetTotals => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTelemetryFleetTotals"') + return TelemetryFleetTotals_possibleTypes.includes(obj.__typename) + } + + + + const TelemetryGrowthPoint_possibleTypes: string[] = ['TelemetryGrowthPoint'] + export const isTelemetryGrowthPoint = (obj?: { __typename?: any } | null): obj is TelemetryGrowthPoint => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTelemetryGrowthPoint"') + return TelemetryGrowthPoint_possibleTypes.includes(obj.__typename) + } + + + + const TelemetryInstallCounts_possibleTypes: string[] = ['TelemetryInstallCounts'] + export const isTelemetryInstallCounts = (obj?: { __typename?: any } | null): obj is TelemetryInstallCounts => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTelemetryInstallCounts"') + return TelemetryInstallCounts_possibleTypes.includes(obj.__typename) + } + + + const TelemetryStats_possibleTypes: string[] = ['TelemetryStats'] export const isTelemetryStats = (obj?: { __typename?: any } | null): obj is TelemetryStats => { if (!obj?.__typename) throw new Error('__typename is missing in "isTelemetryStats"') @@ -98367,6 +100073,14 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const TournamentAward_possibleTypes: string[] = ['TournamentAward'] + export const isTournamentAward = (obj?: { __typename?: any } | null): obj is TournamentAward => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTournamentAward"') + return TournamentAward_possibleTypes.includes(obj.__typename) + } + + + const TournamentMatchResetImpact_possibleTypes: string[] = ['TournamentMatchResetImpact'] export const isTournamentMatchResetImpact = (obj?: { __typename?: any } | null): obj is TournamentMatchResetImpact => { if (!obj?.__typename) throw new Error('__typename is missing in "isTournamentMatchResetImpact"') @@ -98655,6 +100369,230 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const award_recipients_possibleTypes: string[] = ['award_recipients'] + export const isaward_recipients = (obj?: { __typename?: any } | null): obj is award_recipients => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients"') + return award_recipients_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_aggregate_possibleTypes: string[] = ['award_recipients_aggregate'] + export const isaward_recipients_aggregate = (obj?: { __typename?: any } | null): obj is award_recipients_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_aggregate"') + return award_recipients_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_aggregate_fields_possibleTypes: string[] = ['award_recipients_aggregate_fields'] + export const isaward_recipients_aggregate_fields = (obj?: { __typename?: any } | null): obj is award_recipients_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_aggregate_fields"') + return award_recipients_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_avg_fields_possibleTypes: string[] = ['award_recipients_avg_fields'] + export const isaward_recipients_avg_fields = (obj?: { __typename?: any } | null): obj is award_recipients_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_avg_fields"') + return award_recipients_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_max_fields_possibleTypes: string[] = ['award_recipients_max_fields'] + export const isaward_recipients_max_fields = (obj?: { __typename?: any } | null): obj is award_recipients_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_max_fields"') + return award_recipients_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_min_fields_possibleTypes: string[] = ['award_recipients_min_fields'] + export const isaward_recipients_min_fields = (obj?: { __typename?: any } | null): obj is award_recipients_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_min_fields"') + return award_recipients_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_mutation_response_possibleTypes: string[] = ['award_recipients_mutation_response'] + export const isaward_recipients_mutation_response = (obj?: { __typename?: any } | null): obj is award_recipients_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_mutation_response"') + return award_recipients_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_stddev_fields_possibleTypes: string[] = ['award_recipients_stddev_fields'] + export const isaward_recipients_stddev_fields = (obj?: { __typename?: any } | null): obj is award_recipients_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_stddev_fields"') + return award_recipients_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_stddev_pop_fields_possibleTypes: string[] = ['award_recipients_stddev_pop_fields'] + export const isaward_recipients_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is award_recipients_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_stddev_pop_fields"') + return award_recipients_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_stddev_samp_fields_possibleTypes: string[] = ['award_recipients_stddev_samp_fields'] + export const isaward_recipients_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is award_recipients_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_stddev_samp_fields"') + return award_recipients_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_sum_fields_possibleTypes: string[] = ['award_recipients_sum_fields'] + export const isaward_recipients_sum_fields = (obj?: { __typename?: any } | null): obj is award_recipients_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_sum_fields"') + return award_recipients_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_var_pop_fields_possibleTypes: string[] = ['award_recipients_var_pop_fields'] + export const isaward_recipients_var_pop_fields = (obj?: { __typename?: any } | null): obj is award_recipients_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_var_pop_fields"') + return award_recipients_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_var_samp_fields_possibleTypes: string[] = ['award_recipients_var_samp_fields'] + export const isaward_recipients_var_samp_fields = (obj?: { __typename?: any } | null): obj is award_recipients_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_var_samp_fields"') + return award_recipients_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const award_recipients_variance_fields_possibleTypes: string[] = ['award_recipients_variance_fields'] + export const isaward_recipients_variance_fields = (obj?: { __typename?: any } | null): obj is award_recipients_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isaward_recipients_variance_fields"') + return award_recipients_variance_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_possibleTypes: string[] = ['awards'] + export const isawards = (obj?: { __typename?: any } | null): obj is awards => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards"') + return awards_possibleTypes.includes(obj.__typename) + } + + + + const awards_aggregate_possibleTypes: string[] = ['awards_aggregate'] + export const isawards_aggregate = (obj?: { __typename?: any } | null): obj is awards_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_aggregate"') + return awards_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const awards_aggregate_fields_possibleTypes: string[] = ['awards_aggregate_fields'] + export const isawards_aggregate_fields = (obj?: { __typename?: any } | null): obj is awards_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_aggregate_fields"') + return awards_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_avg_fields_possibleTypes: string[] = ['awards_avg_fields'] + export const isawards_avg_fields = (obj?: { __typename?: any } | null): obj is awards_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_avg_fields"') + return awards_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_max_fields_possibleTypes: string[] = ['awards_max_fields'] + export const isawards_max_fields = (obj?: { __typename?: any } | null): obj is awards_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_max_fields"') + return awards_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_min_fields_possibleTypes: string[] = ['awards_min_fields'] + export const isawards_min_fields = (obj?: { __typename?: any } | null): obj is awards_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_min_fields"') + return awards_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_mutation_response_possibleTypes: string[] = ['awards_mutation_response'] + export const isawards_mutation_response = (obj?: { __typename?: any } | null): obj is awards_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_mutation_response"') + return awards_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const awards_stddev_fields_possibleTypes: string[] = ['awards_stddev_fields'] + export const isawards_stddev_fields = (obj?: { __typename?: any } | null): obj is awards_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_stddev_fields"') + return awards_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_stddev_pop_fields_possibleTypes: string[] = ['awards_stddev_pop_fields'] + export const isawards_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is awards_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_stddev_pop_fields"') + return awards_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_stddev_samp_fields_possibleTypes: string[] = ['awards_stddev_samp_fields'] + export const isawards_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is awards_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_stddev_samp_fields"') + return awards_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_sum_fields_possibleTypes: string[] = ['awards_sum_fields'] + export const isawards_sum_fields = (obj?: { __typename?: any } | null): obj is awards_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_sum_fields"') + return awards_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_var_pop_fields_possibleTypes: string[] = ['awards_var_pop_fields'] + export const isawards_var_pop_fields = (obj?: { __typename?: any } | null): obj is awards_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_var_pop_fields"') + return awards_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_var_samp_fields_possibleTypes: string[] = ['awards_var_samp_fields'] + export const isawards_var_samp_fields = (obj?: { __typename?: any } | null): obj is awards_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_var_samp_fields"') + return awards_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const awards_variance_fields_possibleTypes: string[] = ['awards_variance_fields'] + export const isawards_variance_fields = (obj?: { __typename?: any } | null): obj is awards_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isawards_variance_fields"') + return awards_variance_fields_possibleTypes.includes(obj.__typename) + } + + + const clip_render_jobs_possibleTypes: string[] = ['clip_render_jobs'] export const isclip_render_jobs = (obj?: { __typename?: any } | null): obj is clip_render_jobs => { if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs"') @@ -99327,6 +101265,102 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const e_award_sources_possibleTypes: string[] = ['e_award_sources'] + export const ise_award_sources = (obj?: { __typename?: any } | null): obj is e_award_sources => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_sources"') + return e_award_sources_possibleTypes.includes(obj.__typename) + } + + + + const e_award_sources_aggregate_possibleTypes: string[] = ['e_award_sources_aggregate'] + export const ise_award_sources_aggregate = (obj?: { __typename?: any } | null): obj is e_award_sources_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_sources_aggregate"') + return e_award_sources_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const e_award_sources_aggregate_fields_possibleTypes: string[] = ['e_award_sources_aggregate_fields'] + export const ise_award_sources_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_award_sources_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_sources_aggregate_fields"') + return e_award_sources_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_award_sources_max_fields_possibleTypes: string[] = ['e_award_sources_max_fields'] + export const ise_award_sources_max_fields = (obj?: { __typename?: any } | null): obj is e_award_sources_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_sources_max_fields"') + return e_award_sources_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_award_sources_min_fields_possibleTypes: string[] = ['e_award_sources_min_fields'] + export const ise_award_sources_min_fields = (obj?: { __typename?: any } | null): obj is e_award_sources_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_sources_min_fields"') + return e_award_sources_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_award_sources_mutation_response_possibleTypes: string[] = ['e_award_sources_mutation_response'] + export const ise_award_sources_mutation_response = (obj?: { __typename?: any } | null): obj is e_award_sources_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_sources_mutation_response"') + return e_award_sources_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const e_award_tiers_possibleTypes: string[] = ['e_award_tiers'] + export const ise_award_tiers = (obj?: { __typename?: any } | null): obj is e_award_tiers => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_tiers"') + return e_award_tiers_possibleTypes.includes(obj.__typename) + } + + + + const e_award_tiers_aggregate_possibleTypes: string[] = ['e_award_tiers_aggregate'] + export const ise_award_tiers_aggregate = (obj?: { __typename?: any } | null): obj is e_award_tiers_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_tiers_aggregate"') + return e_award_tiers_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const e_award_tiers_aggregate_fields_possibleTypes: string[] = ['e_award_tiers_aggregate_fields'] + export const ise_award_tiers_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_award_tiers_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_tiers_aggregate_fields"') + return e_award_tiers_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_award_tiers_max_fields_possibleTypes: string[] = ['e_award_tiers_max_fields'] + export const ise_award_tiers_max_fields = (obj?: { __typename?: any } | null): obj is e_award_tiers_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_tiers_max_fields"') + return e_award_tiers_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_award_tiers_min_fields_possibleTypes: string[] = ['e_award_tiers_min_fields'] + export const ise_award_tiers_min_fields = (obj?: { __typename?: any } | null): obj is e_award_tiers_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_tiers_min_fields"') + return e_award_tiers_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_award_tiers_mutation_response_possibleTypes: string[] = ['e_award_tiers_mutation_response'] + export const ise_award_tiers_mutation_response = (obj?: { __typename?: any } | null): obj is e_award_tiers_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_award_tiers_mutation_response"') + return e_award_tiers_mutation_response_possibleTypes.includes(obj.__typename) + } + + + const e_check_in_settings_possibleTypes: string[] = ['e_check_in_settings'] export const ise_check_in_settings = (obj?: { __typename?: any } | null): obj is e_check_in_settings => { if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings"') @@ -110335,6 +112369,118 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const tournament_awards_possibleTypes: string[] = ['tournament_awards'] + export const istournament_awards = (obj?: { __typename?: any } | null): obj is tournament_awards => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards"') + return tournament_awards_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_aggregate_possibleTypes: string[] = ['tournament_awards_aggregate'] + export const istournament_awards_aggregate = (obj?: { __typename?: any } | null): obj is tournament_awards_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_aggregate"') + return tournament_awards_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_aggregate_fields_possibleTypes: string[] = ['tournament_awards_aggregate_fields'] + export const istournament_awards_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_aggregate_fields"') + return tournament_awards_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_avg_fields_possibleTypes: string[] = ['tournament_awards_avg_fields'] + export const istournament_awards_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_avg_fields"') + return tournament_awards_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_max_fields_possibleTypes: string[] = ['tournament_awards_max_fields'] + export const istournament_awards_max_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_max_fields"') + return tournament_awards_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_min_fields_possibleTypes: string[] = ['tournament_awards_min_fields'] + export const istournament_awards_min_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_min_fields"') + return tournament_awards_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_mutation_response_possibleTypes: string[] = ['tournament_awards_mutation_response'] + export const istournament_awards_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_awards_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_mutation_response"') + return tournament_awards_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_stddev_fields_possibleTypes: string[] = ['tournament_awards_stddev_fields'] + export const istournament_awards_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_stddev_fields"') + return tournament_awards_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_stddev_pop_fields_possibleTypes: string[] = ['tournament_awards_stddev_pop_fields'] + export const istournament_awards_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_stddev_pop_fields"') + return tournament_awards_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_stddev_samp_fields_possibleTypes: string[] = ['tournament_awards_stddev_samp_fields'] + export const istournament_awards_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_stddev_samp_fields"') + return tournament_awards_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_sum_fields_possibleTypes: string[] = ['tournament_awards_sum_fields'] + export const istournament_awards_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_sum_fields"') + return tournament_awards_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_var_pop_fields_possibleTypes: string[] = ['tournament_awards_var_pop_fields'] + export const istournament_awards_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_var_pop_fields"') + return tournament_awards_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_var_samp_fields_possibleTypes: string[] = ['tournament_awards_var_samp_fields'] + export const istournament_awards_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_var_samp_fields"') + return tournament_awards_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_awards_variance_fields_possibleTypes: string[] = ['tournament_awards_variance_fields'] + export const istournament_awards_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_awards_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_awards_variance_fields"') + return tournament_awards_variance_fields_possibleTypes.includes(obj.__typename) + } + + + const tournament_brackets_possibleTypes: string[] = ['tournament_brackets'] export const istournament_brackets = (obj?: { __typename?: any } | null): obj is tournament_brackets => { if (!obj?.__typename) throw new Error('__typename is missing in "istournament_brackets"') @@ -111327,230 +113473,6 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection - const tournament_trophies_possibleTypes: string[] = ['tournament_trophies'] - export const istournament_trophies = (obj?: { __typename?: any } | null): obj is tournament_trophies => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies"') - return tournament_trophies_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_aggregate_possibleTypes: string[] = ['tournament_trophies_aggregate'] - export const istournament_trophies_aggregate = (obj?: { __typename?: any } | null): obj is tournament_trophies_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_aggregate"') - return tournament_trophies_aggregate_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_aggregate_fields_possibleTypes: string[] = ['tournament_trophies_aggregate_fields'] - export const istournament_trophies_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_aggregate_fields"') - return tournament_trophies_aggregate_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_avg_fields_possibleTypes: string[] = ['tournament_trophies_avg_fields'] - export const istournament_trophies_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_avg_fields"') - return tournament_trophies_avg_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_max_fields_possibleTypes: string[] = ['tournament_trophies_max_fields'] - export const istournament_trophies_max_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_max_fields"') - return tournament_trophies_max_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_min_fields_possibleTypes: string[] = ['tournament_trophies_min_fields'] - export const istournament_trophies_min_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_min_fields"') - return tournament_trophies_min_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_mutation_response_possibleTypes: string[] = ['tournament_trophies_mutation_response'] - export const istournament_trophies_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_trophies_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_mutation_response"') - return tournament_trophies_mutation_response_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_stddev_fields_possibleTypes: string[] = ['tournament_trophies_stddev_fields'] - export const istournament_trophies_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_stddev_fields"') - return tournament_trophies_stddev_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_stddev_pop_fields_possibleTypes: string[] = ['tournament_trophies_stddev_pop_fields'] - export const istournament_trophies_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_stddev_pop_fields"') - return tournament_trophies_stddev_pop_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_stddev_samp_fields_possibleTypes: string[] = ['tournament_trophies_stddev_samp_fields'] - export const istournament_trophies_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_stddev_samp_fields"') - return tournament_trophies_stddev_samp_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_sum_fields_possibleTypes: string[] = ['tournament_trophies_sum_fields'] - export const istournament_trophies_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_sum_fields"') - return tournament_trophies_sum_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_var_pop_fields_possibleTypes: string[] = ['tournament_trophies_var_pop_fields'] - export const istournament_trophies_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_var_pop_fields"') - return tournament_trophies_var_pop_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_var_samp_fields_possibleTypes: string[] = ['tournament_trophies_var_samp_fields'] - export const istournament_trophies_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_var_samp_fields"') - return tournament_trophies_var_samp_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophies_variance_fields_possibleTypes: string[] = ['tournament_trophies_variance_fields'] - export const istournament_trophies_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_trophies_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophies_variance_fields"') - return tournament_trophies_variance_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_possibleTypes: string[] = ['tournament_trophy_configs'] - export const istournament_trophy_configs = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs"') - return tournament_trophy_configs_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_aggregate_possibleTypes: string[] = ['tournament_trophy_configs_aggregate'] - export const istournament_trophy_configs_aggregate = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_aggregate"') - return tournament_trophy_configs_aggregate_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_aggregate_fields_possibleTypes: string[] = ['tournament_trophy_configs_aggregate_fields'] - export const istournament_trophy_configs_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_aggregate_fields"') - return tournament_trophy_configs_aggregate_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_avg_fields_possibleTypes: string[] = ['tournament_trophy_configs_avg_fields'] - export const istournament_trophy_configs_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_avg_fields"') - return tournament_trophy_configs_avg_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_max_fields_possibleTypes: string[] = ['tournament_trophy_configs_max_fields'] - export const istournament_trophy_configs_max_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_max_fields"') - return tournament_trophy_configs_max_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_min_fields_possibleTypes: string[] = ['tournament_trophy_configs_min_fields'] - export const istournament_trophy_configs_min_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_min_fields"') - return tournament_trophy_configs_min_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_mutation_response_possibleTypes: string[] = ['tournament_trophy_configs_mutation_response'] - export const istournament_trophy_configs_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_mutation_response"') - return tournament_trophy_configs_mutation_response_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_stddev_fields_possibleTypes: string[] = ['tournament_trophy_configs_stddev_fields'] - export const istournament_trophy_configs_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_stddev_fields"') - return tournament_trophy_configs_stddev_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_stddev_pop_fields_possibleTypes: string[] = ['tournament_trophy_configs_stddev_pop_fields'] - export const istournament_trophy_configs_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_stddev_pop_fields"') - return tournament_trophy_configs_stddev_pop_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_stddev_samp_fields_possibleTypes: string[] = ['tournament_trophy_configs_stddev_samp_fields'] - export const istournament_trophy_configs_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_stddev_samp_fields"') - return tournament_trophy_configs_stddev_samp_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_sum_fields_possibleTypes: string[] = ['tournament_trophy_configs_sum_fields'] - export const istournament_trophy_configs_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_sum_fields"') - return tournament_trophy_configs_sum_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_var_pop_fields_possibleTypes: string[] = ['tournament_trophy_configs_var_pop_fields'] - export const istournament_trophy_configs_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_var_pop_fields"') - return tournament_trophy_configs_var_pop_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_var_samp_fields_possibleTypes: string[] = ['tournament_trophy_configs_var_samp_fields'] - export const istournament_trophy_configs_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_var_samp_fields"') - return tournament_trophy_configs_var_samp_fields_possibleTypes.includes(obj.__typename) - } - - - - const tournament_trophy_configs_variance_fields_possibleTypes: string[] = ['tournament_trophy_configs_variance_fields'] - export const istournament_trophy_configs_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_trophy_configs_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "istournament_trophy_configs_variance_fields"') - return tournament_trophy_configs_variance_fields_possibleTypes.includes(obj.__typename) - } - - - const tournaments_possibleTypes: string[] = ['tournaments'] export const istournaments = (obj?: { __typename?: any } | null): obj is tournaments => { if (!obj?.__typename) throw new Error('__typename is missing in "istournaments"') @@ -115016,6 +116938,90 @@ export const enumApiKeysUpdateColumn = { steam_id: 'steam_id' as const } +export const enumAwardRecipientsConstraint = { + award_recipients_one_mvp_per_tournament: 'award_recipients_one_mvp_per_tournament' as const, + award_recipients_pkey: 'award_recipients_pkey' as const, + award_recipients_player_recipient_key: 'award_recipients_player_recipient_key' as const, + award_recipients_season_player_key: 'award_recipients_season_player_key' as const, + award_recipients_team_recipient_key: 'award_recipients_team_recipient_key' as const +} + +export const enumAwardRecipientsSelectColumn = { + award_id: 'award_id' as const, + awarded_by_steam_id: 'awarded_by_steam_id' as const, + created_at: 'created_at' as const, + event_id: 'event_id' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + note: 'note' as const, + placement: 'placement' as const, + placement_tier: 'placement_tier' as const, + player_steam_id: 'player_steam_id' as const, + season_id: 'season_id' as const, + source: 'source' as const, + team_id: 'team_id' as const, + tournament_id: 'tournament_id' as const, + tournament_team_id: 'tournament_team_id' as const +} + +export const enumAwardRecipientsUpdateColumn = { + award_id: 'award_id' as const, + awarded_by_steam_id: 'awarded_by_steam_id' as const, + created_at: 'created_at' as const, + event_id: 'event_id' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + note: 'note' as const, + placement: 'placement' as const, + player_steam_id: 'player_steam_id' as const, + season_id: 'season_id' as const, + source: 'source' as const, + team_id: 'team_id' as const, + tournament_id: 'tournament_id' as const, + tournament_team_id: 'tournament_team_id' as const +} + +export const enumAwardsConstraint = { + awards_pkey: 'awards_pkey' as const, + awards_system_key_key: 'awards_system_key_key' as const +} + +export const enumAwardsSelectColumn = { + allow_multiple: 'allow_multiple' as const, + created_at: 'created_at' as const, + created_by_steam_id: 'created_by_steam_id' as const, + description: 'description' as const, + event_id: 'event_id' as const, + id: 'id' as const, + image_url: 'image_url' as const, + league_season_id: 'league_season_id' as const, + name: 'name' as const, + season_id: 'season_id' as const, + silhouette: 'silhouette' as const, + system_key: 'system_key' as const, + tier: 'tier' as const, + tournament_id: 'tournament_id' as const, + updated_at: 'updated_at' as const +} + +export const enumAwardsUpdateColumn = { + allow_multiple: 'allow_multiple' as const, + created_at: 'created_at' as const, + created_by_steam_id: 'created_by_steam_id' as const, + description: 'description' as const, + event_id: 'event_id' as const, + id: 'id' as const, + image_url: 'image_url' as const, + league_season_id: 'league_season_id' as const, + name: 'name' as const, + season_id: 'season_id' as const, + silhouette: 'silhouette' as const, + system_key: 'system_key' as const, + tier: 'tier' as const, + tournament_id: 'tournament_id' as const, + updated_at: 'updated_at' as const +} + export const enumClipRenderJobsConstraint = { clip_render_jobs_pkey: 'clip_render_jobs_pkey' as const } @@ -115081,13 +117087,16 @@ export const enumCustomPagesConstraint = { export const enumCustomPagesSelectColumn = { created_at: 'created_at' as const, + deployments: 'deployments' as const, enabled: 'enabled' as const, exposed_module: 'exposed_module' as const, icon: 'icon' as const, id: 'id' as const, is_default: 'is_default' as const, + manifest_url: 'manifest_url' as const, nav_group: 'nav_group' as const, nav_order: 'nav_order' as const, + profile_tab_label: 'profile_tab_label' as const, remote_entry_url: 'remote_entry_url' as const, remote_scope: 'remote_scope' as const, required_role: 'required_role' as const, @@ -115098,13 +117107,16 @@ export const enumCustomPagesSelectColumn = { export const enumCustomPagesUpdateColumn = { created_at: 'created_at' as const, + deployments: 'deployments' as const, enabled: 'enabled' as const, exposed_module: 'exposed_module' as const, icon: 'icon' as const, id: 'id' as const, is_default: 'is_default' as const, + manifest_url: 'manifest_url' as const, nav_group: 'nav_group' as const, nav_order: 'nav_order' as const, + profile_tab_label: 'profile_tab_label' as const, remote_entry_url: 'remote_entry_url' as const, remote_scope: 'remote_scope' as const, required_role: 'required_role' as const, @@ -115269,6 +117281,48 @@ export const enumDraftGamesUpdateColumn = { updated_at: 'updated_at' as const } +export const enumEAwardSourcesConstraint = { + e_award_sources_pkey: 'e_award_sources_pkey' as const +} + +export const enumEAwardSourcesEnum = { + manual: 'manual' as const, + season: 'season' as const, + tournament: 'tournament' as const +} + +export const enumEAwardSourcesSelectColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumEAwardSourcesUpdateColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumEAwardTiersConstraint = { + e_award_tiers_pkey: 'e_award_tiers_pkey' as const +} + +export const enumEAwardTiersEnum = { + bronze: 'bronze' as const, + gold: 'gold' as const, + mvp: 'mvp' as const, + silver: 'silver' as const, + special: 'special' as const +} + +export const enumEAwardTiersSelectColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumEAwardTiersUpdateColumn = { + description: 'description' as const, + value: 'value' as const +} + export const enumECheckInSettingsConstraint = { e_check_in_settings_pkey: 'e_check_in_settings_pkey' as const } @@ -119194,6 +121248,35 @@ export const enumTeamsUpdateColumn = { short_name: 'short_name' as const } +export const enumTournamentAwardsConstraint = { + tournament_awards_pkey: 'tournament_awards_pkey' as const, + tournament_awards_tournament_id_placement_key: 'tournament_awards_tournament_id_placement_key' as const +} + +export const enumTournamentAwardsSelectColumn = { + award_id: 'award_id' as const, + created_at: 'created_at' as const, + custom_name: 'custom_name' as const, + id: 'id' as const, + image_url: 'image_url' as const, + placement: 'placement' as const, + silhouette: 'silhouette' as const, + tournament_id: 'tournament_id' as const, + updated_at: 'updated_at' as const +} + +export const enumTournamentAwardsUpdateColumn = { + award_id: 'award_id' as const, + created_at: 'created_at' as const, + custom_name: 'custom_name' as const, + id: 'id' as const, + image_url: 'image_url' as const, + placement: 'placement' as const, + silhouette: 'silhouette' as const, + tournament_id: 'tournament_id' as const, + updated_at: 'updated_at' as const +} + export const enumTournamentBracketsConstraint = { touarnment_brackets_pkey: 'touarnment_brackets_pkey' as const, tournament_brackets_id_tournament_team_id_1_tournament_team_id_: 'tournament_brackets_id_tournament_team_id_1_tournament_team_id_' as const @@ -119470,71 +121553,6 @@ export const enumTournamentTeamsUpdateColumn = { tournament_id: 'tournament_id' as const } -export const enumTournamentTrophiesConstraint = { - tournament_trophies_one_mvp_per_tournament: 'tournament_trophies_one_mvp_per_tournament' as const, - tournament_trophies_pkey: 'tournament_trophies_pkey' as const, - tournament_trophies_player_recipient_key: 'tournament_trophies_player_recipient_key' as const, - tournament_trophies_team_recipient_key: 'tournament_trophies_team_recipient_key' as const -} - -export const enumTournamentTrophiesSelectColumn = { - created_at: 'created_at' as const, - id: 'id' as const, - manual: 'manual' as const, - placement: 'placement' as const, - placement_tier: 'placement_tier' as const, - player_steam_id: 'player_steam_id' as const, - team_id: 'team_id' as const, - tournament_id: 'tournament_id' as const, - tournament_team_id: 'tournament_team_id' as const -} - -export const enumTournamentTrophiesSelectColumnTournamentTrophiesAggregateBoolExpBoolAndArgumentsColumns = { - manual: 'manual' as const -} - -export const enumTournamentTrophiesSelectColumnTournamentTrophiesAggregateBoolExpBoolOrArgumentsColumns = { - manual: 'manual' as const -} - -export const enumTournamentTrophiesUpdateColumn = { - created_at: 'created_at' as const, - id: 'id' as const, - manual: 'manual' as const, - placement: 'placement' as const, - player_steam_id: 'player_steam_id' as const, - team_id: 'team_id' as const, - tournament_id: 'tournament_id' as const, - tournament_team_id: 'tournament_team_id' as const -} - -export const enumTournamentTrophyConfigsConstraint = { - tournament_trophy_configs_pkey: 'tournament_trophy_configs_pkey' as const, - tournament_trophy_configs_tournament_id_placement_key: 'tournament_trophy_configs_tournament_id_placement_key' as const -} - -export const enumTournamentTrophyConfigsSelectColumn = { - created_at: 'created_at' as const, - custom_name: 'custom_name' as const, - id: 'id' as const, - image_url: 'image_url' as const, - placement: 'placement' as const, - silhouette: 'silhouette' as const, - tournament_id: 'tournament_id' as const, - updated_at: 'updated_at' as const -} - -export const enumTournamentTrophyConfigsUpdateColumn = { - created_at: 'created_at' as const, - custom_name: 'custom_name' as const, - id: 'id' as const, - image_url: 'image_url' as const, - placement: 'placement' as const, - silhouette: 'silhouette' as const, - tournament_id: 'tournament_id' as const, - updated_at: 'updated_at' as const -} - export const enumTournamentsConstraint = { tournaments_match_options_id_key: 'tournaments_match_options_id_key' as const, tournaments_pkey: 'tournaments_pkey' as const @@ -119542,6 +121560,7 @@ export const enumTournamentsConstraint = { export const enumTournamentsSelectColumn = { auto_start: 'auto_start' as const, + awards_enabled: 'awards_enabled' as const, banner: 'banner' as const, created_at: 'created_at' as const, description: 'description' as const, @@ -119574,8 +121593,7 @@ export const enumTournamentsSelectColumn = { organizer_steam_id: 'organizer_steam_id' as const, scheduling_mode: 'scheduling_mode' as const, start: 'start' as const, - status: 'status' as const, - trophies_enabled: 'trophies_enabled' as const + status: 'status' as const } export const enumTournamentsSelectColumnTournamentsAggregateBoolExpAvgArgumentsColumns = { @@ -119585,6 +121603,7 @@ export const enumTournamentsSelectColumnTournamentsAggregateBoolExpAvgArgumentsC export const enumTournamentsSelectColumnTournamentsAggregateBoolExpBoolAndArgumentsColumns = { auto_start: 'auto_start' as const, + awards_enabled: 'awards_enabled' as const, discord_notifications_enabled: 'discord_notifications_enabled' as const, discord_notify_Canceled: 'discord_notify_Canceled' as const, discord_notify_Finished: 'discord_notify_Finished' as const, @@ -119599,12 +121618,12 @@ export const enumTournamentsSelectColumnTournamentsAggregateBoolExpBoolAndArgume discord_notify_WaitingForCheckIn: 'discord_notify_WaitingForCheckIn' as const, discord_notify_WaitingForServer: 'discord_notify_WaitingForServer' as const, discord_voice_enabled: 'discord_voice_enabled' as const, - is_league: 'is_league' as const, - trophies_enabled: 'trophies_enabled' as const + is_league: 'is_league' as const } export const enumTournamentsSelectColumnTournamentsAggregateBoolExpBoolOrArgumentsColumns = { auto_start: 'auto_start' as const, + awards_enabled: 'awards_enabled' as const, discord_notifications_enabled: 'discord_notifications_enabled' as const, discord_notify_Canceled: 'discord_notify_Canceled' as const, discord_notify_Finished: 'discord_notify_Finished' as const, @@ -119619,8 +121638,7 @@ export const enumTournamentsSelectColumnTournamentsAggregateBoolExpBoolOrArgumen discord_notify_WaitingForCheckIn: 'discord_notify_WaitingForCheckIn' as const, discord_notify_WaitingForServer: 'discord_notify_WaitingForServer' as const, discord_voice_enabled: 'discord_voice_enabled' as const, - is_league: 'is_league' as const, - trophies_enabled: 'trophies_enabled' as const + is_league: 'is_league' as const } export const enumTournamentsSelectColumnTournamentsAggregateBoolExpCorrArgumentsColumns = { @@ -119660,6 +121678,7 @@ export const enumTournamentsSelectColumnTournamentsAggregateBoolExpVarSampArgume export const enumTournamentsUpdateColumn = { auto_start: 'auto_start' as const, + awards_enabled: 'awards_enabled' as const, banner: 'banner' as const, created_at: 'created_at' as const, description: 'description' as const, @@ -119692,8 +121711,7 @@ export const enumTournamentsUpdateColumn = { organizer_steam_id: 'organizer_steam_id' as const, scheduling_mode: 'scheduling_mode' as const, start: 'start' as const, - status: 'status' as const, - trophies_enabled: 'trophies_enabled' as const + status: 'status' as const } export const enumVEventPlayerStatsSelectColumn = { diff --git a/generated/types.ts b/generated/types.ts index 7a7505808..0c0e53289 100644 --- a/generated/types.ts +++ b/generated/types.ts @@ -1,150 +1,140 @@ export default { "scalars": [ - 3, - 29, - 38, - 78, - 96, + 5, + 31, + 40, + 80, 104, - 108, - 110, - 121, - 132, - 144, - 157, - 166, + 112, + 116, + 118, + 129, + 140, + 152, + 165, 174, - 180, - 183, + 182, 198, - 213, - 214, - 215, - 227, - 236, - 242, - 251, - 259, - 269, - 278, - 286, - 303, - 314, - 315, - 316, - 328, - 348, - 359, + 209, + 221, + 234, + 244, + 252, + 257, + 260, + 275, + 290, + 291, + 292, + 304, + 313, + 320, + 333, + 341, + 351, 360, - 361, - 373, - 393, - 405, - 406, - 407, - 419, - 431, - 432, + 368, + 385, + 396, + 397, + 398, + 410, + 430, 441, - 445, - 451, - 452, - 462, - 466, - 472, - 473, - 483, + 442, + 443, + 455, + 475, 487, - 493, - 494, - 504, - 508, + 488, + 489, + 501, + 513, 514, - 515, - 525, - 529, - 535, - 536, - 546, - 550, - 556, - 557, - 566, - 570, - 576, - 577, - 586, - 590, - 596, - 597, - 607, - 611, - 617, - 618, - 627, - 631, + 523, + 527, + 533, + 534, + 543, + 547, + 553, + 554, + 563, + 567, + 573, + 574, + 584, + 588, + 594, + 595, + 605, + 609, + 615, + 616, + 626, + 630, + 636, 637, - 638, - 648, - 652, + 647, + 651, + 657, 658, - 659, - 669, - 673, + 668, + 672, + 678, 679, - 680, - 690, - 694, - 700, - 701, - 711, - 715, - 721, - 722, - 732, - 736, - 742, - 743, + 688, + 692, + 698, + 699, + 708, + 712, + 718, + 719, + 729, + 733, + 739, + 740, + 749, 753, - 757, - 763, - 764, - 773, - 777, - 783, - 784, - 794, - 798, - 804, - 805, - 814, - 818, - 824, - 825, - 835, - 839, - 845, - 846, - 855, - 859, + 759, + 760, + 770, + 774, + 780, + 781, + 791, + 795, + 801, + 802, + 812, + 816, + 822, + 823, + 833, + 837, + 843, + 844, + 854, + 858, + 864, 865, - 866, - 876, - 880, + 875, + 879, + 885, 886, - 887, - 897, - 901, - 907, - 908, - 917, - 921, + 895, + 899, + 905, + 906, + 916, + 920, + 926, 927, - 928, - 937, - 941, + 936, + 940, + 946, 947, - 948, 957, 961, 967, @@ -153,3787 +143,3897 @@ export default { 981, 987, 988, - 997, - 1001, - 1007, + 998, + 1002, 1008, - 1018, - 1022, - 1028, + 1009, + 1019, + 1023, 1029, - 1038, - 1042, - 1048, + 1030, + 1039, + 1043, 1049, - 1058, - 1062, - 1068, + 1050, + 1059, + 1063, 1069, - 1078, - 1082, - 1088, + 1070, + 1079, + 1083, 1089, - 1098, - 1102, - 1108, + 1090, + 1099, + 1103, 1109, + 1110, 1119, 1123, 1129, 1130, - 1139, - 1143, - 1149, + 1140, + 1144, 1150, - 1159, - 1163, - 1169, + 1151, + 1160, + 1164, 1170, + 1171, 1180, 1184, 1190, 1191, - 1201, - 1205, + 1200, + 1204, + 1210, 1211, - 1212, - 1222, - 1226, - 1232, - 1233, - 1242, - 1246, + 1220, + 1224, + 1230, + 1231, + 1241, + 1245, + 1251, 1252, - 1253, - 1262, - 1266, + 1261, + 1265, + 1271, 1272, - 1273, - 1282, - 1286, + 1281, + 1285, + 1291, 1292, - 1300, - 1304, - 1316, - 1338, - 1349, - 1361, - 1369, - 1381, - 1399, - 1410, + 1302, + 1306, + 1312, + 1313, + 1323, + 1327, + 1333, + 1334, + 1344, + 1348, + 1354, + 1355, + 1364, + 1368, + 1374, + 1375, + 1384, + 1388, + 1394, + 1395, + 1404, + 1408, + 1414, 1422, - 1440, - 1451, - 1463, - 1479, - 1489, - 1493, + 1426, + 1438, + 1460, + 1471, + 1483, + 1491, 1503, - 1513, - 1517, - 1524, - 1534, - 1542, - 1547, - 1554, - 1563, - 1571, - 1589, - 1605, - 1606, - 1607, - 1619, - 1633, - 1647, - 1655, - 1666, - 1679, - 1687, - 1696, - 1698, - 1700, - 1714, - 1732, - 1742, - 1750, - 1765, - 1776, + 1521, + 1532, + 1544, + 1562, + 1573, + 1585, + 1601, + 1611, + 1615, + 1625, + 1635, + 1639, + 1646, + 1656, + 1664, + 1669, + 1676, + 1685, + 1693, + 1711, + 1727, + 1728, + 1729, + 1741, + 1755, + 1769, + 1777, 1788, - 1806, - 1817, - 1829, - 1847, - 1858, - 1870, - 1886, - 1897, - 1901, - 1909, - 1923, - 1931, - 1946, - 1957, + 1801, + 1809, + 1818, + 1820, + 1822, + 1836, + 1854, + 1864, + 1872, + 1887, + 1898, + 1910, + 1928, + 1939, + 1951, 1969, - 1987, - 1998, - 2010, - 2028, - 2040, - 2052, - 2064, - 2073, - 2077, - 2083, - 2092, - 2096, - 2110, - 2121, - 2122, - 2123, - 2135, - 2147, - 2156, - 2160, - 2172, - 2183, - 2184, - 2185, - 2189, - 2201, - 2213, - 2225, + 1980, + 1992, + 2008, + 2019, + 2023, + 2031, + 2045, + 2053, + 2068, + 2079, + 2091, + 2109, + 2120, + 2132, + 2150, + 2162, + 2174, + 2186, + 2195, + 2199, + 2205, + 2214, + 2218, + 2232, + 2243, 2244, - 2259, - 2271, - 2291, - 2302, - 2303, - 2304, - 2316, - 2334, - 2346, - 2358, - 2379, - 2395, - 2396, - 2397, - 2409, - 2427, + 2245, + 2257, + 2269, + 2278, + 2282, + 2294, + 2305, + 2306, + 2307, + 2311, + 2323, + 2335, + 2347, + 2366, + 2381, + 2393, + 2413, + 2424, + 2425, + 2426, 2438, - 2450, - 2466, - 2476, + 2456, + 2468, 2480, - 2492, - 2504, - 2516, - 2529, - 2539, - 2547, + 2501, + 2517, + 2518, + 2519, + 2531, + 2549, 2560, - 2570, - 2574, - 2589, - 2604, - 2605, - 2606, - 2618, - 2630, + 2572, + 2588, + 2598, + 2602, + 2614, + 2626, 2638, - 2642, - 2654, - 2666, - 2678, - 2690, - 2698, - 2702, - 2729, - 2730, - 2731, - 2755, + 2651, + 2661, + 2669, + 2682, + 2692, + 2696, + 2711, + 2726, + 2727, + 2728, + 2740, + 2752, + 2760, 2764, - 2772, - 2790, - 2805, - 2806, - 2807, - 2819, - 2827, - 2829, - 2840, + 2776, + 2788, + 2800, + 2812, + 2820, + 2824, 2851, - 2863, - 2876, + 2852, + 2853, + 2877, 2886, 2894, - 2904, - 2913, - 2921, - 2936, - 2947, - 2959, - 2979, - 2990, - 2991, - 2992, - 3004, - 3020, - 3040, - 3051, - 3063, - 3076, - 3085, - 3093, - 3108, - 3119, - 3131, - 3151, + 2912, + 2927, + 2928, + 2929, + 2941, + 2949, + 2951, + 2962, + 2973, + 2985, + 2998, + 3008, + 3016, + 3026, + 3035, + 3043, + 3058, + 3069, + 3081, + 3101, + 3112, + 3113, + 3114, + 3126, + 3142, 3162, - 3163, - 3164, - 3176, - 3206, - 3217, - 3229, - 3237, - 3248, - 3249, - 3250, - 3262, - 3281, - 3303, - 3314, - 3326, - 3342, - 3368, - 3395, - 3406, - 3418, - 3434, - 3454, - 3465, - 3477, - 3495, - 3506, - 3518, - 3546, - 3557, - 3558, - 3559, - 3560, - 3561, - 3562, - 3563, - 3564, - 3565, - 3577, - 3590, - 3600, - 3608, - 3619, - 3632, + 3173, + 3185, + 3198, + 3207, + 3215, + 3230, + 3241, + 3253, + 3273, + 3284, + 3285, + 3286, + 3298, + 3328, + 3339, + 3351, + 3359, + 3370, + 3371, + 3372, + 3384, + 3403, + 3425, + 3436, + 3448, + 3464, + 3490, + 3517, + 3528, + 3540, + 3556, + 3576, + 3587, + 3599, + 3617, + 3628, 3640, - 3650, - 3659, - 3667, + 3668, + 3679, + 3680, + 3681, 3682, - 3693, - 3705, - 3723, - 3734, - 3746, - 3770, - 3792, - 3802, - 3810, - 3820, - 3829, - 3837, - 3851, - 3861, - 3869, - 3879, - 3888, - 3896, - 3913, - 3925, - 3926, - 3927, - 3939, + 3683, + 3684, + 3685, + 3686, + 3687, + 3699, + 3712, + 3722, + 3730, + 3741, + 3754, + 3762, + 3772, + 3781, + 3789, + 3804, + 3815, + 3827, + 3845, + 3856, + 3868, + 3892, + 3914, + 3924, + 3932, + 3942, 3951, 3959, - 3963, - 3965, - 3975, - 3985, - 3989, - 3996, - 4006, - 4014, - 4024, - 4033, - 4041, - 4056, - 4067, - 4079, - 4099, - 4110, + 3973, + 3983, + 3991, + 4001, + 4010, + 4018, + 4035, + 4047, + 4048, + 4049, + 4061, + 4073, + 4081, + 4085, + 4087, + 4097, + 4107, 4111, - 4112, - 4124, - 4137, + 4118, + 4128, + 4136, 4146, - 4154, - 4169, - 4179, - 4180, - 4181, - 4185, - 4197, - 4208, - 4220, - 4240, - 4252, - 4253, - 4254, - 4266, - 4279, - 4289, - 4297, + 4155, + 4163, + 4178, + 4189, + 4201, + 4221, + 4232, + 4233, + 4234, + 4246, + 4259, + 4268, + 4276, + 4291, + 4301, + 4302, + 4303, 4307, - 4316, - 4324, - 4341, - 4353, - 4354, - 4355, - 4367, + 4319, + 4330, + 4342, + 4362, + 4374, 4375, 4376, - 4390, - 4402, - 4403, - 4404, - 4416, - 4432, - 4442, + 4388, + 4401, + 4411, + 4419, + 4429, + 4438, 4446, - 4456, - 4466, - 4470, - 4482, - 4493, - 4505, - 4523, + 4463, + 4475, + 4476, + 4477, + 4489, + 4497, + 4498, + 4510, + 4522, 4534, - 4546, - 4564, - 4575, - 4587, - 4608, - 4624, - 4625, - 4626, - 4638, - 4656, - 4667, - 4679, - 4697, - 4708, - 4720, - 4738, - 4750, - 4762, - 4782, - 4793, - 4794, - 4795, - 4807, - 4825, - 4837, - 4849, - 4879, - 4891, - 4892, - 4893, - 4894, - 4895, - 4896, - 4897, - 4898, - 4899, - 4900, - 4901, - 4913, - 4921, - 4950, - 4951, - 4952, - 4953, - 4954, - 4955, + 4554, + 4566, + 4567, + 4568, + 4580, + 4596, + 4606, + 4610, + 4620, + 4630, + 4634, + 4646, + 4657, + 4669, + 4687, + 4698, + 4710, + 4728, + 4739, + 4751, + 4772, + 4788, + 4789, + 4790, + 4802, + 4820, + 4831, + 4843, + 4861, + 4872, + 4884, + 4902, + 4914, + 4926, 4956, - 4957, - 4958, - 4983, - 5009, - 5052, - 5053, - 5054, - 5055, - 5056, - 5057, - 5058, - 5059, + 4968, + 4969, + 4970, + 4971, + 4972, + 4973, + 4974, + 4975, + 4976, + 4977, + 4978, + 4990, + 4998, + 5027, + 5028, + 5029, + 5030, + 5031, + 5032, + 5033, + 5034, + 5035, 5060, - 5089, - 5117, - 5142, - 5160, - 5178, - 5199, + 5086, + 5129, + 5130, + 5131, + 5132, + 5133, + 5134, + 5135, + 5136, + 5137, + 5166, + 5194, 5219, - 5245, - 5270, - 5288, - 5324, - 5325, - 5326, - 5327, - 5328, - 5329, - 5330, - 5331, - 5332, - 5357, - 5375, - 5393, - 5421, - 5448, - 5466, - 5484, - 5510, - 5535, - 5553, - 5580, - 5581, - 5582, - 5595, - 5615, - 5635, - 5665, - 5677, - 5678, - 5679, - 5680, - 5681, - 5682, - 5683, - 5684, - 5685, - 5697, - 5731, - 5732, - 5733, - 5734, - 5735, - 5736, - 5737, - 5738, - 5739, - 5782, - 5783, - 5784, - 5785, - 5786, - 5787, - 5788, - 5789, - 5790 + 5237, + 5255, + 5276, + 5296, + 5322, + 5347, + 5365, + 5401, + 5402, + 5403, + 5404, + 5405, + 5406, + 5407, + 5408, + 5409, + 5434, + 5452, + 5470, + 5498, + 5525, + 5543, + 5561, + 5587, + 5612, + 5630, + 5657, + 5658, + 5659, + 5672, + 5692, + 5712, + 5742, + 5754, + 5755, + 5756, + 5757, + 5758, + 5759, + 5760, + 5761, + 5762, + 5774, + 5808, + 5809, + 5810, + 5811, + 5812, + 5813, + 5814, + 5815, + 5816, + 5859, + 5860, + 5861, + 5862, + 5863, + 5864, + 5865, + 5866, + 5867 ], "types": { "ActiveConnection": { "application_name": [ - 78 + 80 ], "client_addr": [ - 78 + 80 ], "pid": [ - 38 + 40 ], "query": [ - 78 + 80 ], "query_start": [ - 4375 + 4497 ], "state": [ - 78 + 80 ], "usename": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "ActiveQuery": { "application_name": [ - 78 + 80 ], "client_addr": [ - 78 + 80 ], "duration_seconds": [ - 29 + 31 ], "pid": [ - 38 + 40 ], "query": [ - 78 + 80 ], "query_start": [ - 4375 + 4497 ], "state": [ - 78 + 80 ], "usename": [ - 78 + 80 ], "wait_event": [ - 78 + 80 ], "wait_event_type": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "ApiKeyResponse": { "key": [ - 78 + 80 + ], + "__typename": [ + 80 + ] + }, + "Award": { + "allow_multiple": [ + 5 + ], + "created_at": [ + 80 + ], + "created_by_steam_id": [ + 80 + ], + "description": [ + 80 + ], + "event_id": [ + 4998 + ], + "id": [ + 4998 + ], + "image_url": [ + 80 + ], + "league_season_id": [ + 4998 + ], + "name": [ + 80 + ], + "season_id": [ + 4998 + ], + "silhouette": [ + 40 + ], + "system_key": [ + 80 + ], + "tier": [ + 80 + ], + "tournament_id": [ + 4998 + ], + "updated_at": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "AwardRecipient": { + "award_id": [ + 4998 + ], + "awarded_by_steam_id": [ + 80 + ], + "created_at": [ + 80 + ], + "id": [ + 4998 + ], + "note": [ + 80 + ], + "placement": [ + 40 + ], + "player_steam_id": [ + 80 + ], + "source": [ + 80 + ], + "team_id": [ + 4998 + ], + "tournament_id": [ + 4998 + ], + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, "Boolean": {}, "Boolean_comparison_exp": { "_eq": [ - 3 + 5 ], "_gt": [ - 3 + 5 ], "_gte": [ - 3 + 5 ], "_in": [ - 3 + 5 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 3 + 5 ], "_lte": [ - 3 + 5 ], "_neq": [ - 3 + 5 ], "_nin": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "ClipAudioInput": { "duck_game_audio": [ - 3 + 5 ], "fade_in_ms": [ - 38 + 40 ], "fade_out_ms": [ - 38 + 40 ], "track_url": [ - 78 + 80 ], "volume": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "ClipOutputInput": { "format": [ - 78 + 80 ], "fps": [ - 38 + 40 ], "resolution": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "ClipOverlayInput": { "end_ms": [ - 38 + 40 ], "payload": [ - 1700 + 1822 ], "start_ms": [ - 38 + 40 ], "type": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "ClipSegmentInput": { "end_tick": [ - 38 + 40 ], "pov_steam_id": [ - 78 + 80 ], "start_tick": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "ClipSpecInput": { "audio": [ - 5 + 7 ], "destination": [ - 78 + 80 ], "match_map_id": [ - 4921 + 4998 ], "output": [ - 6 + 8 ], "overlays": [ - 7 + 9 ], "segments": [ - 8 + 10 ], "title": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "ConnectionByState": { "count": [ - 38 + 40 ], "state": [ - 78 + 80 ], "wait_event_type": [ - 78 + 80 ], "waiting_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "ConnectionStats": { "active": [ - 38 + 40 ], "by_state": [ - 10 + 12 ], "idle": [ - 38 + 40 ], "idle_in_transaction": [ - 38 + 40 ], "total": [ - 38 + 40 ], "waiting": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "CpuStat": { "time": [ - 4375 + 4497 ], "total": [ - 180 + 257 ], "used": [ - 180 + 257 ], "window": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "CreateClipRenderOutput": { "job_id": [ - 4921 + 4998 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "CreateDraftGameOutput": { "draftGameId": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "CreateScheduledMatchOutput": { "matchId": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "DatabaseStats": { "blks_hit": [ - 38 + 40 ], "blks_read": [ - 38 + 40 ], "cache_hit_ratio": [ - 29 + 31 ], "conflicts": [ - 38 + 40 ], "datname": [ - 78 + 80 ], "deadlocks": [ - 38 + 40 ], "numbackends": [ - 38 + 40 ], "tup_deleted": [ - 38 + 40 ], "tup_fetched": [ - 38 + 40 ], "tup_inserted": [ - 38 + 40 ], "tup_returned": [ - 38 + 40 ], "tup_updated": [ - 38 + 40 ], "xact_commit": [ - 38 + 40 ], "xact_rollback": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "DbStats": { "calls": [ - 38 + 40 ], "local_blks_hit": [ - 38 + 40 ], "local_blks_read": [ - 38 + 40 ], "max_exec_time": [ - 29 + 31 ], "mean_exec_time": [ - 29 + 31 ], "min_exec_time": [ - 29 + 31 ], "query": [ - 78 + 80 ], "queryid": [ - 78 + 80 ], "shared_blks_hit": [ - 38 + 40 ], "shared_blks_read": [ - 38 + 40 ], "total_exec_time": [ - 29 + 31 ], "total_rows": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "DedicatedSeverInfo": { "id": [ - 78 + 80 ], "lastPing": [ - 78 + 80 ], "map": [ - 78 + 80 ], "players": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "DeleteOrphansOutput": { "bytes_freed": [ - 29 + 31 ], "deleted": [ - 38 + 40 ], "remaining_orphans": [ - 38 + 40 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "DiskStat": { "available": [ - 78 + 80 ], "filesystem": [ - 78 + 80 ], "mountpoint": [ - 78 + 80 ], "size": [ - 78 + 80 ], "used": [ - 78 + 80 ], "usedPercent": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "DiskStats": { "disks": [ - 20 + 22 ], "time": [ - 4375 + 4497 ], "__typename": [ - 78 + 80 ] }, "DraftGamePreviewOutput": { "accepted_count": [ - 38 + 40 ], "access": [ - 78 + 80 ], "capacity": [ - 38 + 40 ], "host_avatar_url": [ - 78 + 80 ], "host_name": [ - 78 + 80 ], "host_steam_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "mode": [ - 78 + 80 ], "players": [ - 23 + 25 ], "require_approval": [ - 3 + 5 ], "status": [ - 78 + 80 ], "type": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "DraftGamePreviewPlayer": { "avatar_url": [ - 78 + 80 ], "name": [ - 78 + 80 ], "status": [ - 78 + 80 ], "steam_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "FaceitTestOutput": { "dataApi": [ - 25 + 27 ], "downloadApi": [ - 25 + 27 ], "__typename": [ - 78 + 80 ] }, "FaceitTestResult": { "detail": [ - 78 + 80 ], "ok": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "FileContentResponse": { "content": [ - 78 + 80 ], "path": [ - 78 + 80 ], "size": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "FileItem": { "isDirectory": [ - 3 + 5 ], "modified": [ - 4375 + 4497 ], "name": [ - 78 + 80 ], "path": [ - 78 + 80 ], "size": [ - 180 + 257 ], "type": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "FileListResponse": { "currentPath": [ - 78 + 80 ], "items": [ - 27 + 29 ], "__typename": [ - 78 + 80 ] }, "Float": {}, "Float_comparison_exp": { "_eq": [ - 29 + 31 ], "_gt": [ - 29 + 31 ], "_gte": [ - 29 + 31 ], "_in": [ - 29 + 31 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 29 + 31 ], "_lte": [ - 29 + 31 ], "_neq": [ - 29 + 31 ], "_nin": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "GetTestUploadResponse": { "error": [ - 78 + 80 ], "link": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "GpuDeviceStat": { "index": [ - 38 + 40 ], "memory_mb": [ - 38 + 40 ], "memory_used_mb": [ - 38 + 40 ], "name": [ - 78 + 80 ], "power_w": [ - 38 + 40 ], "temperature_c": [ - 38 + 40 ], "utilization_percent": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "GpuStats": { "devices": [ - 32 + 34 ], "time": [ - 4375 + 4497 ], "__typename": [ - 78 + 80 ] }, "HighlightPresetAvailability": { "best_round": [ - 3 + 5 ], "has_demo": [ - 3 + 5 ], "knife": [ - 3 + 5 ], "multikills": [ - 3 + 5 ], "recap": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "HypertableInfo": { "compression_enabled": [ - 3 + 5 ], "hypertable_name": [ - 78 + 80 ], "num_chunks": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "IndexIOStat": { "idx_blks_hit": [ - 38 + 40 ], "idx_blks_read": [ - 38 + 40 ], "indexname": [ - 78 + 80 ], "schemaname": [ - 78 + 80 ], "tablename": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "IndexStat": { "idx_scan": [ - 38 + 40 ], "idx_tup_fetch": [ - 38 + 40 ], "idx_tup_read": [ - 38 + 40 ], "index_size": [ - 38 + 40 ], "indexname": [ - 78 + 80 ], "schemaname": [ - 78 + 80 ], "table_size": [ - 38 + 40 ], "tablename": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "Int": {}, "Int_comparison_exp": { "_eq": [ - 38 + 40 ], "_gt": [ - 38 + 40 ], "_gte": [ - 38 + 40 ], "_in": [ - 38 + 40 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 38 + 40 ], "_lte": [ - 38 + 40 ], "_neq": [ - 38 + 40 ], "_nin": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "KickResult": { "kicked": [ - 3 + 5 ], "message": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "LiveSpecGsi": { "map_name": [ - 78 + 80 ], "map_phase": [ - 78 + 80 ], "round_number": [ - 38 + 40 ], "round_phase": [ - 78 + 80 ], "spec_slots": [ - 42 + 44 ], "spectated_steam_id": [ - 78 + 80 ], "team_ct_name": [ - 78 + 80 ], "team_ct_score": [ - 38 + 40 ], "team_t_name": [ - 78 + 80 ], "team_t_score": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "LiveSpecSlot": { "alive": [ - 3 + 5 ], "health": [ - 38 + 40 ], "name": [ - 78 + 80 ], "slot": [ - 38 + 40 ], "steam_id": [ - 78 + 80 ], "team": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "LiveStreamSpecState": { "gsi": [ - 41 + 43 ], "__typename": [ - 78 + 80 ] }, "LockInfo": { "granted": [ - 3 + 5 ], "locktype": [ - 78 + 80 ], "mode": [ - 78 + 80 ], "pid": [ - 38 + 40 ], "query": [ - 78 + 80 ], "relation": [ - 78 + 80 ], "usename": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "MeResponse": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "discord_id": [ - 78 + 80 ], "language": [ - 78 + 80 ], "name": [ - 78 + 80 ], "player": [ - 3787 + 3909 ], "profile_url": [ - 78 + 80 ], "role": [ - 78 + 80 ], "steam_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "MemoryStat": { "time": [ - 4375 + 4497 ], "total": [ - 180 + 257 ], "used": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "NetworkStats": { "nics": [ - 49 + 51 ], "time": [ - 4375 + 4497 ], "__typename": [ - 78 + 80 ] }, "NewsPost": { "author_steam_id": [ - 78 + 80 ], "content_markdown": [ - 78 + 80 ], "cover_image_url": [ - 78 + 80 ], "created_at": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "published_at": [ - 78 + 80 ], "slug": [ - 78 + 80 ], "status": [ - 78 + 80 ], "teaser": [ - 78 + 80 ], "title": [ - 78 + 80 ], "updated_at": [ - 78 + 80 ], "view_count": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "NicStat": { "name": [ - 78 + 80 ], "rx": [ - 180 + 257 ], "tx": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "NodeStats": { "cpu": [ - 12 + 14 ], "disks": [ - 21 + 23 ], "gpu": [ - 33 + 35 ], "memory": [ - 46 + 48 ], "network": [ - 47 + 49 ], "node": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "OrphanObject": { "key": [ - 78 + 80 ], "size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "OrphanScanResultOutput": { "bucket": [ - 78 + 80 ], "clip_bytes": [ - 29 + 31 ], "clip_objects": [ - 38 + 40 ], "demo_bytes": [ - 29 + 31 ], "demo_objects": [ - 38 + 40 ], "found": [ - 3 + 5 ], "orphan_bytes": [ - 29 + 31 ], "orphan_objects": [ - 38 + 40 ], "orphans": [ - 51 + 53 ], "other_bytes": [ - 29 + 31 ], "other_objects": [ - 38 + 40 ], "scanned_at": [ - 78 + 80 ], "scanning": [ - 3 + 5 ], "total_bytes": [ - 29 + 31 ], "total_objects": [ - 38 + 40 ], "tracked_bytes": [ - 29 + 31 ], "tracked_objects": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "PendingMatchImportActionOutput": { "error": [ - 78 + 80 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "PodStats": { "cpu": [ - 12 + 14 ], "memory": [ - 46 + 48 ], "name": [ - 78 + 80 ], "node": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "PreviewTournamentMatchResetOutput": { "impacts": [ - 90 + 98 ], "__typename": [ - 78 + 80 ] }, "QueryDetail": { "explain_plan": [ - 78 + 80 ], "query": [ - 78 + 80 ], "queryid": [ - 78 + 80 ], "stats": [ - 57 + 59 ], "__typename": [ - 78 + 80 ] }, "QueryStat": { "cache_hit_ratio": [ - 29 + 31 ], "calls": [ - 38 + 40 ], "local_blks_hit": [ - 38 + 40 ], "local_blks_read": [ - 38 + 40 ], "max_exec_time": [ - 29 + 31 ], "mean_exec_time": [ - 29 + 31 ], "min_exec_time": [ - 29 + 31 ], "query": [ - 78 + 80 ], "queryid": [ - 78 + 80 ], "shared_blks_hit": [ - 38 + 40 ], "shared_blks_read": [ - 38 + 40 ], "stddev_exec_time": [ - 29 + 31 ], "temp_blks_written": [ - 38 + 40 ], "total_exec_time": [ - 29 + 31 ], "total_rows": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "RecomputeEloStartedOutput": { "running": [ - 3 + 5 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "RecomputeEloStatusOutput": { "canceled": [ - 3 + 5 ], "completed": [ - 38 + 40 ], "current_match_id": [ - 78 + 80 ], "failed": [ - 38 + 40 ], "finished_at": [ - 78 + 80 ], "running": [ - 3 + 5 ], "started_at": [ - 78 + 80 ], "total": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "ReindexStartedOutput": { "running": [ - 3 + 5 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "ReindexStatusOutput": { "canceled": [ - 3 + 5 ], "completed": [ - 38 + 40 ], "current_steam_id": [ - 78 + 80 ], "failed": [ - 38 + 40 ], "finished_at": [ - 78 + 80 ], "running": [ - 3 + 5 ], "started_at": [ - 78 + 80 ], "total": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "ReparseAllStartedOutput": { "running": [ - 3 + 5 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "ReparseAllStatusOutput": { "canceled": [ - 3 + 5 ], "completed": [ - 38 + 40 ], "current_demo_id": [ - 78 + 80 ], "failed": [ - 38 + 40 ], "finished_at": [ - 78 + 80 ], "running": [ - 3 + 5 ], "started_at": [ - 78 + 80 ], "total": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "SanctionResult": { "enforced": [ - 3 + 5 ], "id": [ - 78 + 80 ], "message": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "ScanStartedOutput": { "scanning": [ - 3 + 5 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "ScheduledLineupInput": { "steam_ids": [ - 78 + 80 ], "team_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "SeasonBackfillStatusOutput": { "canceled": [ - 3 + 5 ], "completed": [ - 38 + 40 ], "current_match_id": [ - 78 + 80 ], "failed": [ - 38 + 40 ], "finished_at": [ - 78 + 80 ], "running": [ - 3 + 5 ], "season_id": [ - 78 + 80 ], "started_at": [ - 78 + 80 ], "total": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "ServerPlayer": { "name": [ - 78 + 80 ], "steam_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "SetupGameServeOutput": { "gameServerId": [ - 78 + 80 ], "link": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "SteamMatchHistoryLinkOutput": { "error": [ - 78 + 80 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "SteamMatchHistoryPollOutput": { "collected": [ - 38 + 40 ], "error": [ - 78 + 80 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "SteamPresenceAdminStatusOutput": { "bots": [ - 73 + 75 ], "enabled": [ - 3 + 5 ], "pool": [ - 75 + 77 ], "__typename": [ - 78 + 80 ] }, "SteamPresenceBot": { "assigned": [ - 38 + 40 ], "capacity": [ - 38 + 40 ], "guardLastWrong": [ - 3 + 5 ], "guardType": [ - 78 + 80 ], "id": [ - 78 + 80 ], "needs2fa": [ - 3 + 5 ], "online": [ - 3 + 5 ], "steamId": [ - 78 + 80 ], "steamLevel": [ - 38 + 40 ], "username": [ - 78 + 80 ], "watching": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "SteamPresenceBotAssignment": { "addUrl": [ - 78 + 80 ], "enabled": [ - 3 + 5 ], "status": [ - 78 + 80 ], "steamId": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "SteamPresencePool": { "bots": [ - 38 + 40 ], "capacity": [ - 38 + 40 ], "online": [ - 38 + 40 ], "pending": [ - 38 + 40 ], "watching": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "StorageStats": { "summary": [ - 77 + 79 ], "tables": [ - 83 + 85 ], "__typename": [ - 78 + 80 ] }, "StorageSummary": { "estimated_reclaimable_space": [ - 29 + 31 ], "total_database_size": [ - 29 + 31 ], "total_indexes_size": [ - 29 + 31 ], "total_table_size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "String": {}, "String_array_comparison_exp": { "_contained_in": [ - 78 + 80 ], "_contains": [ - 78 + 80 ], "_eq": [ - 78 + 80 ], "_gt": [ - 78 + 80 ], "_gte": [ - 78 + 80 ], "_in": [ - 78 + 80 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 78 + 80 ], "_lte": [ - 78 + 80 ], "_neq": [ - 78 + 80 ], "_nin": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "String_comparison_exp": { "_eq": [ - 78 + 80 ], "_gt": [ - 78 + 80 ], "_gte": [ - 78 + 80 ], "_ilike": [ - 78 + 80 ], "_in": [ - 78 + 80 ], "_iregex": [ - 78 + 80 ], "_is_null": [ - 3 + 5 ], "_like": [ - 78 + 80 ], "_lt": [ - 78 + 80 ], "_lte": [ - 78 + 80 ], "_neq": [ - 78 + 80 ], "_nilike": [ - 78 + 80 ], "_nin": [ - 78 + 80 ], "_niregex": [ - 78 + 80 ], "_nlike": [ - 78 + 80 ], "_nregex": [ - 78 + 80 ], "_nsimilar": [ - 78 + 80 ], "_regex": [ - 78 + 80 ], "_similar": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "SuccessOutput": { "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "TableIOStat": { "cache_hit_ratio": [ - 29 + 31 ], "heap_blks_hit": [ - 38 + 40 ], "heap_blks_read": [ - 38 + 40 ], "idx_blks_hit": [ - 38 + 40 ], "idx_blks_read": [ - 38 + 40 ], "relname": [ - 78 + 80 ], "schemaname": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "TableSizeInfo": { "estimated_dead_tuple_bytes": [ - 29 + 31 ], "indexes_size": [ - 29 + 31 ], "n_dead_tup": [ - 38 + 40 ], "n_live_tup": [ - 38 + 40 ], "schemaname": [ - 78 + 80 ], "table_size": [ - 29 + 31 ], "tablename": [ - 78 + 80 ], "total_size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "TableStat": { "idx_scan": [ - 38 + 40 ], "idx_tup_fetch": [ - 38 + 40 ], "last_analyze": [ - 4375 + 4497 ], "last_autoanalyze": [ - 4375 + 4497 ], "last_autovacuum": [ - 4375 + 4497 ], "last_vacuum": [ - 4375 + 4497 ], "n_dead_tup": [ - 38 + 40 ], "n_live_tup": [ - 38 + 40 ], "n_tup_del": [ - 38 + 40 ], "n_tup_hot_upd": [ - 38 + 40 ], "n_tup_ins": [ - 38 + 40 ], "n_tup_upd": [ - 38 + 40 ], "relname": [ - 78 + 80 ], "schemaname": [ - 78 + 80 ], "seq_scan": [ - 38 + 40 ], "seq_tup_read": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "TeamCalendarOutput": { "url": [ - 78 + 80 + ], + "__typename": [ + 80 + ] + }, + "TelemetryActivityPoint": { + "day": [ + 80 + ], + "installs": [ + 40 + ], + "matches": [ + 40 + ], + "__typename": [ + 80 + ] + }, + "TelemetryFeatureAdoption": { + "enabled": [ + 40 + ], + "installsUsing": [ + 40 + ], + "key": [ + 80 + ], + "reporting": [ + 40 + ], + "total": [ + 40 + ], + "__typename": [ + 80 + ] + }, + "TelemetryFleetTotals": { + "dedicatedServers": [ + 40 + ], + "gameServerNodes": [ + 40 + ], + "mapsPlayed": [ + 40 + ], + "matches": [ + 40 + ], + "matchesImported": [ + 40 + ], + "matchesImportedMonth": [ + 40 + ], + "matchesMonth": [ + 40 + ], + "matchesWeek": [ + 40 + ], + "matchesYear": [ + 40 + ], + "playersActive30d": [ + 40 + ], + "playersRegistered": [ + 40 + ], + "publicServers": [ + 40 + ], + "serverCapacity": [ + 40 + ], + "servers": [ + 40 + ], + "teams": [ + 40 + ], + "__typename": [ + 80 + ] + }, + "TelemetryGrowthPoint": { + "installs": [ + 40 + ], + "month": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "TelemetryInstallCounts": { + "active24h": [ + 40 + ], + "active30d": [ + 40 + ], + "active7d": [ + 40 + ], + "new30d": [ + 40 + ], + "retained180d": [ + 40 + ], + "total": [ + 40 ], "__typename": [ - 78 + 80 ] }, "TelemetryStats": { + "activity": [ + 88 + ], + "features": [ + 89 + ], + "growth": [ + 91 + ], + "installs": [ + 92 + ], "online": [ - 38 + 40 + ], + "totals": [ + 90 ], "__typename": [ - 78 + 80 ] }, "TestUploadResponse": { "error": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "TimescaleJob": { "hypertable_name": [ - 78 + 80 ], "job_id": [ - 38 + 40 ], "job_type": [ - 78 + 80 ], "last_run_status": [ - 78 + 80 ], "next_start": [ - 4375 + 4497 ], "__typename": [ - 78 + 80 ] }, "TimescaleStats": { "chunks_count": [ - 38 + 40 ], "hypertables": [ - 35 + 37 ], "jobs": [ - 88 + 95 + ], + "__typename": [ + 80 + ] + }, + "TournamentAward": { + "award_id": [ + 4998 + ], + "custom_name": [ + 80 + ], + "id": [ + 4998 + ], + "image_url": [ + 80 + ], + "placement": [ + 40 + ], + "silhouette": [ + 40 + ], + "tournament_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, "TournamentMatchResetImpact": { "bracket_id": [ - 4921 + 4998 ], "depth": [ - 38 + 40 ], "is_source": [ - 3 + 5 ], "match_id": [ - 4921 + 4998 ], "match_number": [ - 38 + 40 ], "match_status": [ - 78 + 80 ], "path": [ - 78 + 80 ], "round": [ - 38 + 40 ], "stage_type": [ - 78 + 80 ], "will_delete_match": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "WatchDemoOutput": { "match_map_id": [ - 78 + 80 ], "session_id": [ - 78 + 80 ], "stream_url": [ - 78 + 80 ], "success": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "_map_pool": { "map_id": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "_map_pool_aggregate": { "aggregate": [ - 94 + 102 ], "nodes": [ - 92 + 100 ], "__typename": [ - 78 + 80 ] }, "_map_pool_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 104, + 112, "[_map_pool_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 98 + 106 ], "min": [ - 99 + 107 ], "__typename": [ - 78 + 80 ] }, "_map_pool_bool_exp": { "_and": [ - 95 + 103 ], "_not": [ - 95 + 103 ], "_or": [ - 95 + 103 ], "map_id": [ - 4923 + 5000 ], "map_pool_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "_map_pool_constraint": {}, "_map_pool_insert_input": { "map_id": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "_map_pool_max_fields": { "map_id": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "_map_pool_min_fields": { "map_id": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "_map_pool_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 92 + 100 ], "__typename": [ - 78 + 80 ] }, "_map_pool_on_conflict": { "constraint": [ - 96 + 104 ], "update_columns": [ - 108 + 116 ], "where": [ - 95 + 103 ], "__typename": [ - 78 + 80 ] }, "_map_pool_order_by": { "map_id": [ - 2829 + 2951 ], "map_pool_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "_map_pool_pk_columns_input": { "map_id": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "_map_pool_select_column": {}, "_map_pool_set_input": { "map_id": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "_map_pool_stream_cursor_input": { "initial_value": [ - 107 + 115 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "_map_pool_stream_cursor_value_input": { "map_id": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "_map_pool_update_column": {}, "_map_pool_updates": { "_set": [ - 105 + 113 ], "where": [ - 95 + 103 ], "__typename": [ - 78 + 80 ] }, "_uuid": {}, "abandoned_matches": { "abandoned_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_aggregate": { "aggregate": [ - 115 + 123 ], "nodes": [ - 111 + 119 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_aggregate_bool_exp": { "count": [ - 114 + 122 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_aggregate_bool_exp_count": { "arguments": [ - 132 + 140 ], "distinct": [ - 3 + 5 ], "filter": [ - 120 + 128 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_aggregate_fields": { "avg": [ - 118 + 126 ], "count": [ - 38, + 40, { "columns": [ - 132, + 140, "[abandoned_matches_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 124 + 132 ], "min": [ - 126 + 134 ], "stddev": [ - 134 + 142 ], "stddev_pop": [ - 136 + 144 ], "stddev_samp": [ - 138 + 146 ], "sum": [ - 142 + 150 ], "var_pop": [ - 146 + 154 ], "var_samp": [ - 148 + 156 ], "variance": [ - 150 + 158 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_aggregate_order_by": { "avg": [ - 119 + 127 ], "count": [ - 2829 + 2951 ], "max": [ - 125 + 133 ], "min": [ - 127 + 135 ], "stddev": [ - 135 + 143 ], "stddev_pop": [ - 137 + 145 ], "stddev_samp": [ - 139 + 147 ], "sum": [ - 143 + 151 ], "var_pop": [ - 147 + 155 ], "var_samp": [ - 149 + 157 ], "variance": [ - 151 + 159 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_arr_rel_insert_input": { "data": [ - 123 + 131 ], "on_conflict": [ - 129 + 137 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_avg_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_bool_exp": { "_and": [ - 120 + 128 ], "_not": [ - 120 + 128 ], "_or": [ - 120 + 128 ], "abandoned_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_constraint": {}, "abandoned_matches_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_insert_input": { "abandoned_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_max_fields": { "abandoned_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_max_order_by": { "abandoned_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_min_fields": { "abandoned_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_min_order_by": { "abandoned_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 111 + 119 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_on_conflict": { "constraint": [ - 121 + 129 ], "update_columns": [ - 144 + 152 ], "where": [ - 120 + 128 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_order_by": { "abandoned_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_select_column": {}, "abandoned_matches_set_input": { "abandoned_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_stddev_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_stddev_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_stddev_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_stream_cursor_input": { "initial_value": [ - 141 + 149 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_stream_cursor_value_input": { "abandoned_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_sum_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_update_column": {}, "abandoned_matches_updates": { "_inc": [ - 122 + 130 ], "_set": [ - 133 + 141 ], "where": [ - 120 + 128 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_var_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_var_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "abandoned_matches_variance_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "api_keys": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "last_used_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "api_keys_aggregate": { "aggregate": [ - 154 + 162 ], "nodes": [ - 152 + 160 ], "__typename": [ - 78 + 80 ] }, "api_keys_aggregate_fields": { "avg": [ - 155 + 163 ], "count": [ - 38, + 40, { "columns": [ - 166, + 174, "[api_keys_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 160 + 168 ], "min": [ - 161 + 169 ], "stddev": [ - 168 + 176 ], "stddev_pop": [ - 169 + 177 ], "stddev_samp": [ - 170 + 178 ], "sum": [ - 173 + 181 ], "var_pop": [ - 176 + 184 ], "var_samp": [ - 177 + 185 ], "variance": [ - 178 + 186 ], "__typename": [ - 78 + 80 ] }, "api_keys_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "api_keys_bool_exp": { "_and": [ - 156 + 164 ], "_not": [ - 156 + 164 ], "_or": [ - 156 + 164 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "label": [ - 80 + 82 ], "last_used_at": [ - 4377 + 4499 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "api_keys_constraint": {}, "api_keys_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "api_keys_insert_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "last_used_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "api_keys_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "last_used_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "api_keys_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "last_used_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "api_keys_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 152 + 160 ], "__typename": [ - 78 + 80 ] }, "api_keys_on_conflict": { "constraint": [ - 157 + 165 ], "update_columns": [ - 174 + 182 ], "where": [ - 156 + 164 ], "__typename": [ - 78 + 80 ] }, "api_keys_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "last_used_at": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "api_keys_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "api_keys_select_column": {}, "api_keys_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "last_used_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "api_keys_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "api_keys_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "api_keys_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "api_keys_stream_cursor_input": { "initial_value": [ - 172 + 180 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "api_keys_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "last_used_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "api_keys_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "api_keys_update_column": {}, "api_keys_updates": { "_inc": [ - 158 + 166 ], "_set": [ - 167 + 175 ], "where": [ - 156 + 164 ], "__typename": [ - 78 + 80 ] }, "api_keys_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "api_keys_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "api_keys_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "approve_league_season_movements_args": { "_league_season_id": [ - 4921 - ], - "__typename": [ - 78 - ] - }, - "bigint": {}, - "bigint_array_comparison_exp": { - "_contained_in": [ - 180 - ], - "_contains": [ - 180 - ], - "_eq": [ - 180 - ], - "_gt": [ - 180 - ], - "_gte": [ - 180 - ], - "_in": [ - 180 - ], - "_is_null": [ - 3 - ], - "_lt": [ - 180 - ], - "_lte": [ - 180 - ], - "_neq": [ - 180 - ], - "_nin": [ - 180 - ], - "__typename": [ - 78 - ] - }, - "bigint_comparison_exp": { - "_eq": [ - 180 - ], - "_gt": [ - 180 - ], - "_gte": [ - 180 - ], - "_in": [ - 180 - ], - "_is_null": [ - 3 - ], - "_lt": [ - 180 - ], - "_lte": [ - 180 - ], - "_neq": [ - 180 - ], - "_nin": [ - 180 + 4998 ], "__typename": [ - 78 + 80 ] }, - "bytea": {}, - "bytea_comparison_exp": { - "_eq": [ - 183 - ], - "_gt": [ - 183 - ], - "_gte": [ - 183 - ], - "_in": [ - 183 - ], - "_is_null": [ - 3 - ], - "_lt": [ - 183 - ], - "_lte": [ - 183 - ], - "_neq": [ - 183 + "award_recipients": { + "award": [ + 229 ], - "_nin": [ - 183 + "award_id": [ + 4998 ], - "__typename": [ - 78 - ] - }, - "clip_render_jobs": { - "clip": [ - 2191 + "awarded_by": [ + 3909 ], - "clip_id": [ - 4921 + "awarded_by_steam_id": [ + 257 ], "created_at": [ - 4376 - ], - "error_message": [ - 78 + 4498 ], - "game_server_node": [ - 1576 + "event": [ + 1641 ], - "game_server_node_id": [ - 78 + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "k8s_job_name": [ - 78 + "league_season": [ + 2025 ], - "last_status_at": [ - 4376 + "league_season_id": [ + 4998 ], - "match_map": [ - 2482 + "note": [ + 80 ], - "match_map_demo": [ - 2366 + "placement": [ + 40 ], - "match_map_demo_id": [ - 4921 + "placement_tier": [ + 80 ], - "match_map_id": [ - 4921 + "player": [ + 3909 ], - "paused": [ - 3 + "player_steam_id": [ + 257 ], - "progress": [ - 2827 + "season": [ + 3968 ], - "session_token": [ - 78 + "season_id": [ + 4998 ], - "sort_index": [ - 38 + "source": [ + 514 ], - "spec": [ - 1700, - { - "path": [ - 78 - ] - } + "team": [ + 4451 ], - "status": [ - 78 + "team_id": [ + 4998 ], - "status_history": [ - 1700, - { - "path": [ - 78 - ] - } + "tournament": [ + 4934 ], - "user": [ - 3787 + "tournament_award": [ + 4500 ], - "user_steam_id": [ - 180 + "tournament_id": [ + 4998 + ], + "tournament_team": [ + 4892 + ], + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_aggregate": { + "award_recipients_aggregate": { "aggregate": [ - 191 + 192 ], "nodes": [ - 185 - ], - "__typename": [ - 78 - ] - }, - "clip_render_jobs_aggregate_bool_exp": { - "bool_and": [ 188 ], - "bool_or": [ - 189 - ], - "count": [ - 190 - ], - "__typename": [ - 78 - ] - }, - "clip_render_jobs_aggregate_bool_exp_bool_and": { - "arguments": [ - 214 - ], - "distinct": [ - 3 - ], - "filter": [ - 197 - ], - "predicate": [ - 4 - ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_aggregate_bool_exp_bool_or": { - "arguments": [ - 215 - ], - "distinct": [ - 3 - ], - "filter": [ - 197 - ], - "predicate": [ - 4 + "award_recipients_aggregate_bool_exp": { + "count": [ + 191 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_aggregate_bool_exp_count": { + "award_recipients_aggregate_bool_exp_count": { "arguments": [ - 213 + 209 ], "distinct": [ - 3 + 5 ], "filter": [ 197 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_aggregate_fields": { + "award_recipients_aggregate_fields": { "avg": [ 195 ], "count": [ - 38, + 40, { "columns": [ - 213, - "[clip_render_jobs_select_column!]" + 209, + "[award_recipients_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 204 + 201 ], "min": [ - 206 + 203 ], "stddev": [ - 217 + 211 ], "stddev_pop": [ - 219 + 213 ], "stddev_samp": [ - 221 + 215 ], "sum": [ - 225 + 219 ], "var_pop": [ - 229 + 223 ], "var_samp": [ - 231 + 225 ], "variance": [ - 233 + 227 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_aggregate_order_by": { + "award_recipients_aggregate_order_by": { "avg": [ 196 ], "count": [ - 2829 + 2951 ], "max": [ - 205 + 202 ], "min": [ - 207 + 204 ], "stddev": [ - 218 + 212 ], "stddev_pop": [ - 220 + 214 ], "stddev_samp": [ - 222 + 216 ], "sum": [ - 226 + 220 ], "var_pop": [ - 230 + 224 ], "var_samp": [ - 232 + 226 ], "variance": [ - 234 - ], - "__typename": [ - 78 - ] - }, - "clip_render_jobs_append_input": { - "spec": [ - 1700 - ], - "status_history": [ - 1700 + 228 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_arr_rel_insert_input": { + "award_recipients_arr_rel_insert_input": { "data": [ - 203 + 200 ], "on_conflict": [ - 209 + 206 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_avg_fields": { - "progress": [ - 29 + "award_recipients_avg_fields": { + "awarded_by_steam_id": [ + 31 ], - "sort_index": [ - 29 + "placement": [ + 31 ], - "user_steam_id": [ - 29 + "player_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_avg_order_by": { - "progress": [ - 2829 + "award_recipients_avg_order_by": { + "awarded_by_steam_id": [ + 2951 ], - "sort_index": [ - 2829 + "placement": [ + 2951 ], - "user_steam_id": [ - 2829 + "player_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_bool_exp": { + "award_recipients_bool_exp": { "_and": [ 197 ], @@ -3943,4494 +4043,6616 @@ export default { "_or": [ 197 ], - "clip": [ - 2200 + "award": [ + 233 ], - "clip_id": [ - 4923 + "award_id": [ + 5000 ], - "created_at": [ - 4377 + "awarded_by": [ + 3913 ], - "error_message": [ - 80 + "awarded_by_steam_id": [ + 259 ], - "game_server_node": [ - 1588 + "created_at": [ + 4499 ], - "game_server_node_id": [ - 80 + "event": [ + 1645 + ], + "event_id": [ + 5000 ], "id": [ - 4923 + 5000 ], - "k8s_job_name": [ - 80 + "league_season": [ + 2030 ], - "last_status_at": [ - 4377 + "league_season_id": [ + 5000 ], - "match_map": [ - 2491 + "note": [ + 82 ], - "match_map_demo": [ - 2378 + "placement": [ + 41 ], - "match_map_demo_id": [ - 4923 + "placement_tier": [ + 82 ], - "match_map_id": [ - 4923 + "player": [ + 3913 ], - "paused": [ - 4 + "player_steam_id": [ + 259 ], - "progress": [ - 2828 + "season": [ + 3972 ], - "session_token": [ - 80 + "season_id": [ + 5000 ], - "sort_index": [ - 39 + "source": [ + 515 ], - "spec": [ - 1702 + "team": [ + 4462 ], - "status": [ - 80 + "team_id": [ + 5000 ], - "status_history": [ - 1702 + "tournament": [ + 4955 ], - "user": [ - 3791 + "tournament_award": [ + 4509 ], - "user_steam_id": [ - 182 + "tournament_id": [ + 5000 ], - "__typename": [ - 78 - ] - }, - "clip_render_jobs_constraint": {}, - "clip_render_jobs_delete_at_path_input": { - "spec": [ - 78 + "tournament_team": [ + 4901 ], - "status_history": [ - 78 + "tournament_team_id": [ + 5000 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_delete_elem_input": { - "spec": [ - 38 - ], - "status_history": [ - 38 + "award_recipients_constraint": {}, + "award_recipients_inc_input": { + "awarded_by_steam_id": [ + 257 ], - "__typename": [ - 78 - ] - }, - "clip_render_jobs_delete_key_input": { - "spec": [ - 78 + "placement": [ + 40 ], - "status_history": [ - 78 + "player_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_inc_input": { - "progress": [ - 2827 - ], - "sort_index": [ - 38 + "award_recipients_insert_input": { + "award": [ + 240 ], - "user_steam_id": [ - 180 + "award_id": [ + 4998 ], - "__typename": [ - 78 - ] - }, - "clip_render_jobs_insert_input": { - "clip": [ - 2209 + "awarded_by": [ + 3920 ], - "clip_id": [ - 4921 + "awarded_by_steam_id": [ + 257 ], "created_at": [ - 4376 - ], - "error_message": [ - 78 + 4498 ], - "game_server_node": [ - 1600 + "event": [ + 1652 ], - "game_server_node_id": [ - 78 + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "k8s_job_name": [ - 78 + "league_season": [ + 2040 ], - "last_status_at": [ - 4376 + "league_season_id": [ + 4998 ], - "match_map": [ - 2500 + "note": [ + 80 ], - "match_map_demo": [ - 2390 + "placement": [ + 40 ], - "match_map_demo_id": [ - 4921 + "player": [ + 3920 ], - "match_map_id": [ - 4921 + "player_steam_id": [ + 257 ], - "paused": [ - 3 + "season": [ + 3979 ], - "progress": [ - 2827 + "season_id": [ + 4998 ], - "session_token": [ - 78 + "source": [ + 514 ], - "sort_index": [ - 38 + "team": [ + 4471 ], - "spec": [ - 1700 + "team_id": [ + 4998 ], - "status": [ - 78 + "tournament": [ + 4964 ], - "status_history": [ - 1700 + "tournament_award": [ + 4518 ], - "user": [ - 3798 + "tournament_id": [ + 4998 ], - "user_steam_id": [ - 180 + "tournament_team": [ + 4910 + ], + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_max_fields": { - "clip_id": [ - 4921 + "award_recipients_max_fields": { + "award_id": [ + 4998 ], - "created_at": [ - 4376 + "awarded_by_steam_id": [ + 257 ], - "error_message": [ - 78 + "created_at": [ + 4498 ], - "game_server_node_id": [ - 78 + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "k8s_job_name": [ - 78 + "league_season_id": [ + 4998 ], - "last_status_at": [ - 4376 + "note": [ + 80 ], - "match_map_demo_id": [ - 4921 + "placement": [ + 40 ], - "match_map_id": [ - 4921 + "placement_tier": [ + 80 ], - "progress": [ - 2827 + "player_steam_id": [ + 257 ], - "session_token": [ - 78 + "season_id": [ + 4998 ], - "sort_index": [ - 38 + "team_id": [ + 4998 ], - "status": [ - 78 + "tournament_id": [ + 4998 ], - "user_steam_id": [ - 180 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_max_order_by": { - "clip_id": [ - 2829 + "award_recipients_max_order_by": { + "award_id": [ + 2951 ], - "created_at": [ - 2829 + "awarded_by_steam_id": [ + 2951 ], - "error_message": [ - 2829 + "created_at": [ + 2951 ], - "game_server_node_id": [ - 2829 + "event_id": [ + 2951 ], "id": [ - 2829 + 2951 ], - "k8s_job_name": [ - 2829 + "league_season_id": [ + 2951 ], - "last_status_at": [ - 2829 + "note": [ + 2951 ], - "match_map_demo_id": [ - 2829 + "placement": [ + 2951 ], - "match_map_id": [ - 2829 + "placement_tier": [ + 2951 ], - "progress": [ - 2829 + "player_steam_id": [ + 2951 ], - "session_token": [ - 2829 + "season_id": [ + 2951 ], - "sort_index": [ - 2829 + "team_id": [ + 2951 ], - "status": [ - 2829 + "tournament_id": [ + 2951 ], - "user_steam_id": [ - 2829 + "tournament_team_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_min_fields": { - "clip_id": [ - 4921 + "award_recipients_min_fields": { + "award_id": [ + 4998 ], - "created_at": [ - 4376 + "awarded_by_steam_id": [ + 257 ], - "error_message": [ - 78 + "created_at": [ + 4498 ], - "game_server_node_id": [ - 78 + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "k8s_job_name": [ - 78 + "league_season_id": [ + 4998 ], - "last_status_at": [ - 4376 + "note": [ + 80 ], - "match_map_demo_id": [ - 4921 + "placement": [ + 40 ], - "match_map_id": [ - 4921 + "placement_tier": [ + 80 ], - "progress": [ - 2827 + "player_steam_id": [ + 257 ], - "session_token": [ - 78 + "season_id": [ + 4998 ], - "sort_index": [ - 38 + "team_id": [ + 4998 ], - "status": [ - 78 + "tournament_id": [ + 4998 ], - "user_steam_id": [ - 180 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_min_order_by": { - "clip_id": [ - 2829 + "award_recipients_min_order_by": { + "award_id": [ + 2951 ], - "created_at": [ - 2829 + "awarded_by_steam_id": [ + 2951 ], - "error_message": [ - 2829 + "created_at": [ + 2951 ], - "game_server_node_id": [ - 2829 + "event_id": [ + 2951 ], "id": [ - 2829 + 2951 ], - "k8s_job_name": [ - 2829 + "league_season_id": [ + 2951 ], - "last_status_at": [ - 2829 + "note": [ + 2951 ], - "match_map_demo_id": [ - 2829 + "placement": [ + 2951 ], - "match_map_id": [ - 2829 + "placement_tier": [ + 2951 ], - "progress": [ - 2829 + "player_steam_id": [ + 2951 ], - "session_token": [ - 2829 + "season_id": [ + 2951 ], - "sort_index": [ - 2829 + "team_id": [ + 2951 ], - "status": [ - 2829 + "tournament_id": [ + 2951 ], - "user_steam_id": [ - 2829 + "tournament_team_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_mutation_response": { + "award_recipients_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 185 + 188 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_on_conflict": { + "award_recipients_on_conflict": { "constraint": [ 198 ], "update_columns": [ - 227 + 221 ], "where": [ 197 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_order_by": { - "clip": [ - 2211 + "award_recipients_order_by": { + "award": [ + 242 ], - "clip_id": [ - 2829 + "award_id": [ + 2951 ], - "created_at": [ - 2829 + "awarded_by": [ + 3922 ], - "error_message": [ - 2829 + "awarded_by_steam_id": [ + 2951 ], - "game_server_node": [ - 1602 + "created_at": [ + 2951 ], - "game_server_node_id": [ - 2829 + "event": [ + 1654 + ], + "event_id": [ + 2951 ], "id": [ - 2829 + 2951 ], - "k8s_job_name": [ - 2829 + "league_season": [ + 2042 ], - "last_status_at": [ - 2829 + "league_season_id": [ + 2951 ], - "match_map": [ - 2502 + "note": [ + 2951 ], - "match_map_demo": [ - 2392 + "placement": [ + 2951 ], - "match_map_demo_id": [ - 2829 + "placement_tier": [ + 2951 ], - "match_map_id": [ - 2829 + "player": [ + 3922 ], - "paused": [ - 2829 + "player_steam_id": [ + 2951 ], - "progress": [ - 2829 + "season": [ + 3981 ], - "session_token": [ - 2829 + "season_id": [ + 2951 ], - "sort_index": [ - 2829 + "source": [ + 2951 ], - "spec": [ - 2829 + "team": [ + 4473 ], - "status": [ - 2829 + "team_id": [ + 2951 ], - "status_history": [ - 2829 + "tournament": [ + 4966 ], - "user": [ - 3800 + "tournament_award": [ + 4520 ], - "user_steam_id": [ - 2829 + "tournament_id": [ + 2951 + ], + "tournament_team": [ + 4912 + ], + "tournament_team_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_pk_columns_input": { + "award_recipients_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_prepend_input": { - "spec": [ - 1700 - ], - "status_history": [ - 1700 + "award_recipients_select_column": {}, + "award_recipients_set_input": { + "award_id": [ + 4998 ], - "__typename": [ - 78 - ] - }, - "clip_render_jobs_select_column": {}, - "clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_and_arguments_columns": {}, - "clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns": {}, - "clip_render_jobs_set_input": { - "clip_id": [ - 4921 + "awarded_by_steam_id": [ + 257 ], "created_at": [ - 4376 - ], - "error_message": [ - 78 + 4498 ], - "game_server_node_id": [ - 78 + "event_id": [ + 4998 ], "id": [ - 4921 - ], - "k8s_job_name": [ - 78 - ], - "last_status_at": [ - 4376 - ], - "match_map_demo_id": [ - 4921 + 4998 ], - "match_map_id": [ - 4921 + "league_season_id": [ + 4998 ], - "paused": [ - 3 + "note": [ + 80 ], - "progress": [ - 2827 + "placement": [ + 40 ], - "session_token": [ - 78 + "player_steam_id": [ + 257 ], - "sort_index": [ - 38 + "season_id": [ + 4998 ], - "spec": [ - 1700 + "source": [ + 514 ], - "status": [ - 78 + "team_id": [ + 4998 ], - "status_history": [ - 1700 + "tournament_id": [ + 4998 ], - "user_steam_id": [ - 180 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_stddev_fields": { - "progress": [ - 29 + "award_recipients_stddev_fields": { + "awarded_by_steam_id": [ + 31 ], - "sort_index": [ - 29 + "placement": [ + 31 ], - "user_steam_id": [ - 29 + "player_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_stddev_order_by": { - "progress": [ - 2829 + "award_recipients_stddev_order_by": { + "awarded_by_steam_id": [ + 2951 ], - "sort_index": [ - 2829 + "placement": [ + 2951 ], - "user_steam_id": [ - 2829 + "player_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_stddev_pop_fields": { - "progress": [ - 29 + "award_recipients_stddev_pop_fields": { + "awarded_by_steam_id": [ + 31 ], - "sort_index": [ - 29 + "placement": [ + 31 ], - "user_steam_id": [ - 29 + "player_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_stddev_pop_order_by": { - "progress": [ - 2829 + "award_recipients_stddev_pop_order_by": { + "awarded_by_steam_id": [ + 2951 ], - "sort_index": [ - 2829 + "placement": [ + 2951 ], - "user_steam_id": [ - 2829 + "player_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_stddev_samp_fields": { - "progress": [ - 29 + "award_recipients_stddev_samp_fields": { + "awarded_by_steam_id": [ + 31 ], - "sort_index": [ - 29 + "placement": [ + 31 ], - "user_steam_id": [ - 29 + "player_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_stddev_samp_order_by": { - "progress": [ - 2829 + "award_recipients_stddev_samp_order_by": { + "awarded_by_steam_id": [ + 2951 ], - "sort_index": [ - 2829 + "placement": [ + 2951 ], - "user_steam_id": [ - 2829 + "player_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_stream_cursor_input": { + "award_recipients_stream_cursor_input": { "initial_value": [ - 224 + 218 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_stream_cursor_value_input": { - "clip_id": [ - 4921 + "award_recipients_stream_cursor_value_input": { + "award_id": [ + 4998 ], - "created_at": [ - 4376 + "awarded_by_steam_id": [ + 257 ], - "error_message": [ - 78 + "created_at": [ + 4498 ], - "game_server_node_id": [ - 78 + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "k8s_job_name": [ - 78 - ], - "last_status_at": [ - 4376 - ], - "match_map_demo_id": [ - 4921 + "league_season_id": [ + 4998 ], - "match_map_id": [ - 4921 + "note": [ + 80 ], - "paused": [ - 3 + "placement": [ + 40 ], - "progress": [ - 2827 + "placement_tier": [ + 80 ], - "session_token": [ - 78 + "player_steam_id": [ + 257 ], - "sort_index": [ - 38 + "season_id": [ + 4998 ], - "spec": [ - 1700 + "source": [ + 514 ], - "status": [ - 78 + "team_id": [ + 4998 ], - "status_history": [ - 1700 + "tournament_id": [ + 4998 ], - "user_steam_id": [ - 180 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_sum_fields": { - "progress": [ - 2827 + "award_recipients_sum_fields": { + "awarded_by_steam_id": [ + 257 ], - "sort_index": [ - 38 + "placement": [ + 40 ], - "user_steam_id": [ - 180 + "player_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_sum_order_by": { - "progress": [ - 2829 + "award_recipients_sum_order_by": { + "awarded_by_steam_id": [ + 2951 ], - "sort_index": [ - 2829 + "placement": [ + 2951 ], - "user_steam_id": [ - 2829 + "player_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_update_column": {}, - "clip_render_jobs_updates": { - "_append": [ - 193 - ], - "_delete_at_path": [ - 199 - ], - "_delete_elem": [ - 200 - ], - "_delete_key": [ - 201 - ], + "award_recipients_update_column": {}, + "award_recipients_updates": { "_inc": [ - 202 - ], - "_prepend": [ - 212 + 199 ], "_set": [ - 216 + 210 ], "where": [ 197 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_var_pop_fields": { - "progress": [ - 29 + "award_recipients_var_pop_fields": { + "awarded_by_steam_id": [ + 31 ], - "sort_index": [ - 29 + "placement": [ + 31 ], - "user_steam_id": [ - 29 + "player_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_var_pop_order_by": { - "progress": [ - 2829 + "award_recipients_var_pop_order_by": { + "awarded_by_steam_id": [ + 2951 ], - "sort_index": [ - 2829 + "placement": [ + 2951 ], - "user_steam_id": [ - 2829 + "player_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_var_samp_fields": { - "progress": [ - 29 + "award_recipients_var_samp_fields": { + "awarded_by_steam_id": [ + 31 ], - "sort_index": [ - 29 + "placement": [ + 31 ], - "user_steam_id": [ - 29 + "player_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_var_samp_order_by": { - "progress": [ - 2829 + "award_recipients_var_samp_order_by": { + "awarded_by_steam_id": [ + 2951 ], - "sort_index": [ - 2829 + "placement": [ + 2951 ], - "user_steam_id": [ - 2829 + "player_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_variance_fields": { - "progress": [ - 29 + "award_recipients_variance_fields": { + "awarded_by_steam_id": [ + 31 ], - "sort_index": [ - 29 + "placement": [ + 31 ], - "user_steam_id": [ - 29 + "player_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "clip_render_jobs_variance_order_by": { - "progress": [ - 2829 + "award_recipients_variance_order_by": { + "awarded_by_steam_id": [ + 2951 ], - "sort_index": [ - 2829 + "placement": [ + 2951 ], - "user_steam_id": [ - 2829 + "player_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "clone_league_season_args": { - "_league_season_id": [ - 4921 + "awards": { + "allow_multiple": [ + 5 ], - "__typename": [ - 78 - ] - }, - "cursor_ordering": {}, - "custom_pages": { "created_at": [ - 4376 + 4498 ], - "enabled": [ - 3 + "created_by": [ + 3909 ], - "exposed_module": [ - 78 + "created_by_steam_id": [ + 257 ], - "icon": [ - 78 + "description": [ + 80 + ], + "event": [ + 1641 + ], + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "is_default": [ - 3 + "image_url": [ + 80 ], - "nav_group": [ - 78 + "league_season": [ + 2025 ], - "nav_order": [ - 38 + "league_season_id": [ + 4998 ], - "remote_entry_url": [ - 78 + "name": [ + 80 ], - "remote_scope": [ - 78 + "recipients": [ + 188, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } ], - "required_role": [ - 948 + "recipients_aggregate": [ + 189, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } ], - "slug": [ - 78 + "season": [ + 3968 ], - "title": [ - 78 + "season_id": [ + 4998 + ], + "silhouette": [ + 40 + ], + "system_key": [ + 80 + ], + "tier": [ + 534 + ], + "tournament": [ + 4934 + ], + "tournament_configs": [ + 4500, + { + "distinct_on": [ + 4522, + "[tournament_awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4520, + "[tournament_awards_order_by!]" + ], + "where": [ + 4509 + ] + } + ], + "tournament_configs_aggregate": [ + 4501, + { + "distinct_on": [ + 4522, + "[tournament_awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4520, + "[tournament_awards_order_by!]" + ], + "where": [ + 4509 + ] + } + ], + "tournament_id": [ + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_aggregate": { + "awards_aggregate": { "aggregate": [ - 239 + 231 ], "nodes": [ - 237 + 229 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_aggregate_fields": { + "awards_aggregate_fields": { "avg": [ - 240 + 232 ], "count": [ - 38, + 40, { "columns": [ - 251, - "[custom_pages_select_column!]" + 244, + "[awards_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 245 + 237 ], "min": [ - 246 + 238 ], "stddev": [ - 253 + 246 ], "stddev_pop": [ - 254 + 247 ], "stddev_samp": [ - 255 + 248 ], "sum": [ - 258 + 251 ], "var_pop": [ - 261 + 254 ], "var_samp": [ - 262 + 255 ], "variance": [ - 263 + 256 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_avg_fields": { - "nav_order": [ - 29 + "awards_avg_fields": { + "created_by_steam_id": [ + 31 + ], + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_bool_exp": { + "awards_bool_exp": { "_and": [ - 241 + 233 ], "_not": [ - 241 + 233 ], "_or": [ - 241 + 233 + ], + "allow_multiple": [ + 6 ], "created_at": [ - 4377 + 4499 ], - "enabled": [ - 4 + "created_by": [ + 3913 ], - "exposed_module": [ - 80 + "created_by_steam_id": [ + 259 ], - "icon": [ - 80 + "description": [ + 82 + ], + "event": [ + 1645 + ], + "event_id": [ + 5000 ], "id": [ - 4923 + 5000 ], - "is_default": [ - 4 + "image_url": [ + 82 ], - "nav_group": [ - 80 + "league_season": [ + 2030 ], - "nav_order": [ - 39 + "league_season_id": [ + 5000 ], - "remote_entry_url": [ - 80 + "name": [ + 82 ], - "remote_scope": [ - 80 + "recipients": [ + 197 ], - "required_role": [ - 949 + "recipients_aggregate": [ + 190 ], - "slug": [ - 80 + "season": [ + 3972 ], - "title": [ - 80 + "season_id": [ + 5000 + ], + "silhouette": [ + 41 + ], + "system_key": [ + 82 + ], + "tier": [ + 535 + ], + "tournament": [ + 4955 + ], + "tournament_configs": [ + 4509 + ], + "tournament_configs_aggregate": [ + 4502 + ], + "tournament_id": [ + 5000 ], "updated_at": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_constraint": {}, - "custom_pages_inc_input": { - "nav_order": [ - 38 + "awards_constraint": {}, + "awards_inc_input": { + "created_by_steam_id": [ + 257 + ], + "silhouette": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_insert_input": { + "awards_insert_input": { + "allow_multiple": [ + 5 + ], "created_at": [ - 4376 + 4498 ], - "enabled": [ - 3 + "created_by": [ + 3920 ], - "exposed_module": [ - 78 + "created_by_steam_id": [ + 257 ], - "icon": [ - 78 + "description": [ + 80 + ], + "event": [ + 1652 + ], + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "is_default": [ - 3 + "image_url": [ + 80 ], - "nav_group": [ - 78 + "league_season": [ + 2040 ], - "nav_order": [ - 38 + "league_season_id": [ + 4998 ], - "remote_entry_url": [ - 78 + "name": [ + 80 ], - "remote_scope": [ - 78 + "recipients": [ + 194 ], - "required_role": [ - 948 + "season": [ + 3979 ], - "slug": [ - 78 + "season_id": [ + 4998 ], - "title": [ - 78 + "silhouette": [ + 40 + ], + "system_key": [ + 80 + ], + "tier": [ + 534 + ], + "tournament": [ + 4964 + ], + "tournament_configs": [ + 4506 + ], + "tournament_id": [ + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_max_fields": { + "awards_max_fields": { "created_at": [ - 4376 + 4498 ], - "exposed_module": [ - 78 + "created_by_steam_id": [ + 257 ], - "icon": [ - 78 + "description": [ + 80 + ], + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "nav_group": [ - 78 + "image_url": [ + 80 ], - "nav_order": [ - 38 + "league_season_id": [ + 4998 ], - "remote_entry_url": [ - 78 + "name": [ + 80 ], - "remote_scope": [ - 78 + "season_id": [ + 4998 ], - "slug": [ - 78 + "silhouette": [ + 40 ], - "title": [ - 78 + "system_key": [ + 80 + ], + "tournament_id": [ + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_min_fields": { + "awards_min_fields": { "created_at": [ - 4376 + 4498 ], - "exposed_module": [ - 78 + "created_by_steam_id": [ + 257 ], - "icon": [ - 78 + "description": [ + 80 + ], + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "nav_group": [ - 78 + "image_url": [ + 80 ], - "nav_order": [ - 38 + "league_season_id": [ + 4998 ], - "remote_entry_url": [ - 78 + "name": [ + 80 ], - "remote_scope": [ - 78 + "season_id": [ + 4998 ], - "slug": [ - 78 + "silhouette": [ + 40 ], - "title": [ - 78 + "system_key": [ + 80 + ], + "tournament_id": [ + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_mutation_response": { + "awards_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 237 + 229 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_on_conflict": { + "awards_obj_rel_insert_input": { + "data": [ + 236 + ], + "on_conflict": [ + 241 + ], + "__typename": [ + 80 + ] + }, + "awards_on_conflict": { "constraint": [ - 242 + 234 ], "update_columns": [ - 259 + 252 ], "where": [ - 241 + 233 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_order_by": { + "awards_order_by": { + "allow_multiple": [ + 2951 + ], "created_at": [ - 2829 + 2951 ], - "enabled": [ - 2829 + "created_by": [ + 3922 ], - "exposed_module": [ - 2829 + "created_by_steam_id": [ + 2951 ], - "icon": [ - 2829 + "description": [ + 2951 + ], + "event": [ + 1654 + ], + "event_id": [ + 2951 ], "id": [ - 2829 + 2951 ], - "is_default": [ - 2829 + "image_url": [ + 2951 ], - "nav_group": [ - 2829 + "league_season": [ + 2042 ], - "nav_order": [ - 2829 + "league_season_id": [ + 2951 ], - "remote_entry_url": [ - 2829 + "name": [ + 2951 ], - "remote_scope": [ - 2829 + "recipients_aggregate": [ + 193 ], - "required_role": [ - 2829 + "season": [ + 3981 ], - "slug": [ - 2829 + "season_id": [ + 2951 ], - "title": [ - 2829 + "silhouette": [ + 2951 + ], + "system_key": [ + 2951 + ], + "tier": [ + 2951 + ], + "tournament": [ + 4966 + ], + "tournament_configs_aggregate": [ + 4505 + ], + "tournament_id": [ + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_pk_columns_input": { + "awards_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_select_column": {}, - "custom_pages_set_input": { + "awards_select_column": {}, + "awards_set_input": { + "allow_multiple": [ + 5 + ], "created_at": [ - 4376 + 4498 ], - "enabled": [ - 3 + "created_by_steam_id": [ + 257 ], - "exposed_module": [ - 78 + "description": [ + 80 ], - "icon": [ - 78 + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "is_default": [ - 3 + "image_url": [ + 80 ], - "nav_group": [ - 78 + "league_season_id": [ + 4998 ], - "nav_order": [ - 38 + "name": [ + 80 ], - "remote_entry_url": [ - 78 + "season_id": [ + 4998 ], - "remote_scope": [ - 78 + "silhouette": [ + 40 ], - "required_role": [ - 948 + "system_key": [ + 80 ], - "slug": [ - 78 + "tier": [ + 534 ], - "title": [ - 78 + "tournament_id": [ + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_stddev_fields": { - "nav_order": [ - 29 + "awards_stddev_fields": { + "created_by_steam_id": [ + 31 + ], + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_stddev_pop_fields": { - "nav_order": [ - 29 + "awards_stddev_pop_fields": { + "created_by_steam_id": [ + 31 + ], + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_stddev_samp_fields": { - "nav_order": [ - 29 + "awards_stddev_samp_fields": { + "created_by_steam_id": [ + 31 + ], + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_stream_cursor_input": { + "awards_stream_cursor_input": { "initial_value": [ - 257 + 250 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_stream_cursor_value_input": { + "awards_stream_cursor_value_input": { + "allow_multiple": [ + 5 + ], "created_at": [ - 4376 + 4498 ], - "enabled": [ - 3 + "created_by_steam_id": [ + 257 ], - "exposed_module": [ - 78 + "description": [ + 80 ], - "icon": [ - 78 + "event_id": [ + 4998 ], "id": [ - 4921 + 4998 ], - "is_default": [ - 3 + "image_url": [ + 80 ], - "nav_group": [ - 78 + "league_season_id": [ + 4998 ], - "nav_order": [ - 38 + "name": [ + 80 ], - "remote_entry_url": [ - 78 + "season_id": [ + 4998 ], - "remote_scope": [ - 78 + "silhouette": [ + 40 ], - "required_role": [ - 948 + "system_key": [ + 80 ], - "slug": [ - 78 + "tier": [ + 534 ], - "title": [ - 78 + "tournament_id": [ + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_sum_fields": { - "nav_order": [ - 38 + "awards_sum_fields": { + "created_by_steam_id": [ + 257 + ], + "silhouette": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_update_column": {}, - "custom_pages_updates": { + "awards_update_column": {}, + "awards_updates": { "_inc": [ - 243 + 235 ], "_set": [ - 252 + 245 ], "where": [ - 241 - ], - "__typename": [ - 78 - ] - }, - "custom_pages_var_pop_fields": { - "nav_order": [ - 29 + 233 ], "__typename": [ - 78 + 80 ] }, - "custom_pages_var_samp_fields": { - "nav_order": [ - 29 + "awards_var_pop_fields": { + "created_by_steam_id": [ + 31 ], - "__typename": [ - 78 - ] - }, - "custom_pages_variance_fields": { - "nav_order": [ - 29 + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "db_backups": { - "created_at": [ - 4376 - ], - "id": [ - 4921 - ], - "name": [ - 78 + "awards_var_samp_fields": { + "created_by_steam_id": [ + 31 ], - "size": [ - 38 + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "db_backups_aggregate": { - "aggregate": [ - 266 + "awards_variance_fields": { + "created_by_steam_id": [ + 31 ], - "nodes": [ - 264 + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "db_backups_aggregate_fields": { - "avg": [ - 267 + "bigint": {}, + "bigint_array_comparison_exp": { + "_contained_in": [ + 257 ], - "count": [ - 38, - { - "columns": [ - 278, - "[db_backups_select_column!]" - ], - "distinct": [ - 3 - ] - } + "_contains": [ + 257 ], - "max": [ - 272 + "_eq": [ + 257 ], - "min": [ - 273 + "_gt": [ + 257 ], - "stddev": [ - 280 + "_gte": [ + 257 ], - "stddev_pop": [ - 281 + "_in": [ + 257 ], - "stddev_samp": [ - 282 + "_is_null": [ + 5 ], - "sum": [ - 285 + "_lt": [ + 257 ], - "var_pop": [ - 288 + "_lte": [ + 257 ], - "var_samp": [ - 289 + "_neq": [ + 257 ], - "variance": [ - 290 + "_nin": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "db_backups_avg_fields": { - "size": [ - 29 + "bigint_comparison_exp": { + "_eq": [ + 257 ], - "__typename": [ - 78 - ] - }, - "db_backups_bool_exp": { - "_and": [ - 268 + "_gt": [ + 257 ], - "_not": [ - 268 + "_gte": [ + 257 ], - "_or": [ - 268 + "_in": [ + 257 ], - "created_at": [ - 4377 + "_is_null": [ + 5 ], - "id": [ - 4923 + "_lt": [ + 257 ], - "name": [ - 80 + "_lte": [ + 257 ], - "size": [ - 39 + "_neq": [ + 257 ], - "__typename": [ - 78 - ] - }, - "db_backups_constraint": {}, - "db_backups_inc_input": { - "size": [ - 38 + "_nin": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "db_backups_insert_input": { - "created_at": [ - 4376 + "bytea": {}, + "bytea_comparison_exp": { + "_eq": [ + 260 ], - "id": [ - 4921 + "_gt": [ + 260 ], - "name": [ - 78 + "_gte": [ + 260 ], - "size": [ - 38 + "_in": [ + 260 ], - "__typename": [ - 78 - ] - }, - "db_backups_max_fields": { - "created_at": [ - 4376 + "_is_null": [ + 5 ], - "id": [ - 4921 + "_lt": [ + 260 ], - "name": [ - 78 + "_lte": [ + 260 ], - "size": [ - 38 + "_neq": [ + 260 + ], + "_nin": [ + 260 ], "__typename": [ - 78 + 80 ] }, - "db_backups_min_fields": { + "clip_render_jobs": { + "clip": [ + 2313 + ], + "clip_id": [ + 4998 + ], "created_at": [ - 4376 + 4498 + ], + "error_message": [ + 80 + ], + "game_server_node": [ + 1698 + ], + "game_server_node_id": [ + 80 ], "id": [ - 4921 + 4998 ], - "name": [ - 78 + "k8s_job_name": [ + 80 ], - "size": [ - 38 + "last_status_at": [ + 4498 ], - "__typename": [ - 78 - ] - }, - "db_backups_mutation_response": { - "affected_rows": [ - 38 + "match_map": [ + 2604 ], - "returning": [ - 264 + "match_map_demo": [ + 2488 ], - "__typename": [ - 78 - ] - }, - "db_backups_on_conflict": { - "constraint": [ - 269 + "match_map_demo_id": [ + 4998 ], - "update_columns": [ - 286 + "match_map_id": [ + 4998 ], - "where": [ - 268 + "paused": [ + 5 ], - "__typename": [ - 78 - ] - }, - "db_backups_order_by": { - "created_at": [ - 2829 + "progress": [ + 2949 ], - "id": [ - 2829 + "session_token": [ + 80 ], - "name": [ - 2829 + "sort_index": [ + 40 ], - "size": [ - 2829 + "spec": [ + 1822, + { + "path": [ + 80 + ] + } + ], + "status": [ + 80 + ], + "status_history": [ + 1822, + { + "path": [ + 80 + ] + } + ], + "user": [ + 3909 + ], + "user_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "db_backups_pk_columns_input": { - "id": [ - 4921 + "clip_render_jobs_aggregate": { + "aggregate": [ + 268 + ], + "nodes": [ + 262 ], "__typename": [ - 78 + 80 ] }, - "db_backups_select_column": {}, - "db_backups_set_input": { - "created_at": [ - 4376 - ], - "id": [ - 4921 - ], - "name": [ - 78 - ], - "size": [ - 38 - ], - "__typename": [ - 78 - ] - }, - "db_backups_stddev_fields": { - "size": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "db_backups_stddev_pop_fields": { - "size": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "db_backups_stddev_samp_fields": { - "size": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "db_backups_stream_cursor_input": { - "initial_value": [ - 284 - ], - "ordering": [ - 236 - ], - "__typename": [ - 78 - ] - }, - "db_backups_stream_cursor_value_input": { - "created_at": [ - 4376 - ], - "id": [ - 4921 - ], - "name": [ - 78 - ], - "size": [ - 38 - ], - "__typename": [ - 78 - ] - }, - "db_backups_sum_fields": { - "size": [ - 38 - ], - "__typename": [ - 78 - ] - }, - "db_backups_update_column": {}, - "db_backups_updates": { - "_inc": [ - 270 - ], - "_set": [ - 279 - ], - "where": [ - 268 - ], - "__typename": [ - 78 - ] - }, - "db_backups_var_pop_fields": { - "size": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "db_backups_var_samp_fields": { - "size": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "db_backups_variance_fields": { - "size": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "draft_game_picks": { - "auto_picked": [ - 3 - ], - "captain": [ - 3787 - ], - "captain_steam_id": [ - 180 - ], - "created_at": [ - 4376 - ], - "draft_game": [ - 381 - ], - "draft_game_id": [ - 4921 - ], - "id": [ - 4921 - ], - "is_organizer": [ - 3 - ], - "lineup": [ - 38 - ], - "picked": [ - 3787 - ], - "picked_steam_id": [ - 180 - ], - "__typename": [ - 78 - ] - }, - "draft_game_picks_aggregate": { - "aggregate": [ - 297 - ], - "nodes": [ - 291 - ], - "__typename": [ - 78 - ] - }, - "draft_game_picks_aggregate_bool_exp": { + "clip_render_jobs_aggregate_bool_exp": { "bool_and": [ - 294 + 265 ], "bool_or": [ - 295 + 266 ], "count": [ - 296 + 267 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_aggregate_bool_exp_bool_and": { + "clip_render_jobs_aggregate_bool_exp_bool_and": { "arguments": [ - 315 + 291 ], "distinct": [ - 3 + 5 ], "filter": [ - 302 + 274 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_aggregate_bool_exp_bool_or": { + "clip_render_jobs_aggregate_bool_exp_bool_or": { "arguments": [ - 316 + 292 ], "distinct": [ - 3 + 5 ], "filter": [ - 302 + 274 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_aggregate_bool_exp_count": { + "clip_render_jobs_aggregate_bool_exp_count": { "arguments": [ - 314 + 290 ], "distinct": [ - 3 + 5 ], "filter": [ - 302 + 274 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_aggregate_fields": { + "clip_render_jobs_aggregate_fields": { "avg": [ - 300 + 272 ], "count": [ - 38, + 40, { "columns": [ - 314, - "[draft_game_picks_select_column!]" + 290, + "[clip_render_jobs_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 306 + 281 ], "min": [ - 308 + 283 ], "stddev": [ - 318 + 294 ], "stddev_pop": [ - 320 + 296 ], "stddev_samp": [ - 322 + 298 ], "sum": [ - 326 + 302 ], "var_pop": [ - 330 + 306 ], "var_samp": [ - 332 + 308 ], "variance": [ - 334 + 310 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_aggregate_order_by": { + "clip_render_jobs_aggregate_order_by": { "avg": [ - 301 + 273 ], "count": [ - 2829 + 2951 ], "max": [ - 307 + 282 ], "min": [ - 309 + 284 ], "stddev": [ - 319 + 295 ], "stddev_pop": [ - 321 + 297 ], "stddev_samp": [ - 323 + 299 ], "sum": [ - 327 + 303 ], "var_pop": [ - 331 + 307 ], "var_samp": [ - 333 + 309 ], "variance": [ - 335 + 311 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_arr_rel_insert_input": { + "clip_render_jobs_append_input": { + "spec": [ + 1822 + ], + "status_history": [ + 1822 + ], + "__typename": [ + 80 + ] + }, + "clip_render_jobs_arr_rel_insert_input": { "data": [ - 305 + 280 ], "on_conflict": [ - 311 + 286 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_avg_fields": { - "captain_steam_id": [ - 29 + "clip_render_jobs_avg_fields": { + "progress": [ + 31 ], - "lineup": [ - 29 + "sort_index": [ + 31 ], - "picked_steam_id": [ - 29 + "user_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_avg_order_by": { - "captain_steam_id": [ - 2829 + "clip_render_jobs_avg_order_by": { + "progress": [ + 2951 ], - "lineup": [ - 2829 + "sort_index": [ + 2951 ], - "picked_steam_id": [ - 2829 + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_bool_exp": { + "clip_render_jobs_bool_exp": { "_and": [ - 302 + 274 ], "_not": [ - 302 + 274 ], "_or": [ - 302 + 274 ], - "auto_picked": [ - 4 - ], - "captain": [ - 3791 + "clip": [ + 2322 ], - "captain_steam_id": [ - 182 + "clip_id": [ + 5000 ], "created_at": [ - 4377 + 4499 ], - "draft_game": [ - 392 + "error_message": [ + 82 ], - "draft_game_id": [ - 4923 + "game_server_node": [ + 1710 + ], + "game_server_node_id": [ + 82 ], "id": [ - 4923 + 5000 ], - "is_organizer": [ - 4 + "k8s_job_name": [ + 82 ], - "lineup": [ - 39 + "last_status_at": [ + 4499 ], - "picked": [ - 3791 + "match_map": [ + 2613 ], - "picked_steam_id": [ - 182 + "match_map_demo": [ + 2500 + ], + "match_map_demo_id": [ + 5000 + ], + "match_map_id": [ + 5000 + ], + "paused": [ + 6 + ], + "progress": [ + 2950 + ], + "session_token": [ + 82 + ], + "sort_index": [ + 41 + ], + "spec": [ + 1824 + ], + "status": [ + 82 + ], + "status_history": [ + 1824 + ], + "user": [ + 3913 + ], + "user_steam_id": [ + 259 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_constraint": {}, - "draft_game_picks_inc_input": { - "captain_steam_id": [ - 180 + "clip_render_jobs_constraint": {}, + "clip_render_jobs_delete_at_path_input": { + "spec": [ + 80 ], - "lineup": [ - 38 + "status_history": [ + 80 ], - "picked_steam_id": [ - 180 + "__typename": [ + 80 + ] + }, + "clip_render_jobs_delete_elem_input": { + "spec": [ + 40 + ], + "status_history": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_insert_input": { - "auto_picked": [ - 3 + "clip_render_jobs_delete_key_input": { + "spec": [ + 80 ], - "captain": [ - 3798 + "status_history": [ + 80 ], - "captain_steam_id": [ - 180 + "__typename": [ + 80 + ] + }, + "clip_render_jobs_inc_input": { + "progress": [ + 2949 + ], + "sort_index": [ + 40 + ], + "user_steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "clip_render_jobs_insert_input": { + "clip": [ + 2331 + ], + "clip_id": [ + 4998 ], "created_at": [ - 4376 + 4498 ], - "draft_game": [ - 401 + "error_message": [ + 80 ], - "draft_game_id": [ - 4921 + "game_server_node": [ + 1722 + ], + "game_server_node_id": [ + 80 ], "id": [ - 4921 + 4998 ], - "lineup": [ - 38 + "k8s_job_name": [ + 80 ], - "picked": [ - 3798 + "last_status_at": [ + 4498 ], - "picked_steam_id": [ - 180 + "match_map": [ + 2622 + ], + "match_map_demo": [ + 2512 + ], + "match_map_demo_id": [ + 4998 + ], + "match_map_id": [ + 4998 + ], + "paused": [ + 5 + ], + "progress": [ + 2949 + ], + "session_token": [ + 80 + ], + "sort_index": [ + 40 + ], + "spec": [ + 1822 + ], + "status": [ + 80 + ], + "status_history": [ + 1822 + ], + "user": [ + 3920 + ], + "user_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_max_fields": { - "captain_steam_id": [ - 180 + "clip_render_jobs_max_fields": { + "clip_id": [ + 4998 ], "created_at": [ - 4376 + 4498 ], - "draft_game_id": [ - 4921 + "error_message": [ + 80 + ], + "game_server_node_id": [ + 80 ], "id": [ - 4921 + 4998 ], - "lineup": [ - 38 + "k8s_job_name": [ + 80 ], - "picked_steam_id": [ - 180 + "last_status_at": [ + 4498 + ], + "match_map_demo_id": [ + 4998 + ], + "match_map_id": [ + 4998 + ], + "progress": [ + 2949 + ], + "session_token": [ + 80 + ], + "sort_index": [ + 40 + ], + "status": [ + 80 + ], + "user_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_max_order_by": { - "captain_steam_id": [ - 2829 + "clip_render_jobs_max_order_by": { + "clip_id": [ + 2951 ], "created_at": [ - 2829 + 2951 ], - "draft_game_id": [ - 2829 + "error_message": [ + 2951 + ], + "game_server_node_id": [ + 2951 ], "id": [ - 2829 + 2951 ], - "lineup": [ - 2829 + "k8s_job_name": [ + 2951 ], - "picked_steam_id": [ - 2829 + "last_status_at": [ + 2951 + ], + "match_map_demo_id": [ + 2951 + ], + "match_map_id": [ + 2951 + ], + "progress": [ + 2951 + ], + "session_token": [ + 2951 + ], + "sort_index": [ + 2951 + ], + "status": [ + 2951 + ], + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_min_fields": { - "captain_steam_id": [ - 180 + "clip_render_jobs_min_fields": { + "clip_id": [ + 4998 ], "created_at": [ - 4376 + 4498 ], - "draft_game_id": [ - 4921 + "error_message": [ + 80 + ], + "game_server_node_id": [ + 80 ], "id": [ - 4921 + 4998 ], - "lineup": [ - 38 + "k8s_job_name": [ + 80 ], - "picked_steam_id": [ - 180 + "last_status_at": [ + 4498 + ], + "match_map_demo_id": [ + 4998 + ], + "match_map_id": [ + 4998 + ], + "progress": [ + 2949 + ], + "session_token": [ + 80 + ], + "sort_index": [ + 40 + ], + "status": [ + 80 + ], + "user_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_min_order_by": { - "captain_steam_id": [ - 2829 + "clip_render_jobs_min_order_by": { + "clip_id": [ + 2951 ], "created_at": [ - 2829 + 2951 ], - "draft_game_id": [ - 2829 + "error_message": [ + 2951 + ], + "game_server_node_id": [ + 2951 ], "id": [ - 2829 + 2951 ], - "lineup": [ - 2829 + "k8s_job_name": [ + 2951 ], - "picked_steam_id": [ - 2829 + "last_status_at": [ + 2951 + ], + "match_map_demo_id": [ + 2951 + ], + "match_map_id": [ + 2951 + ], + "progress": [ + 2951 + ], + "session_token": [ + 2951 + ], + "sort_index": [ + 2951 + ], + "status": [ + 2951 + ], + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_mutation_response": { + "clip_render_jobs_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 291 + 262 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_on_conflict": { + "clip_render_jobs_on_conflict": { "constraint": [ - 303 + 275 ], "update_columns": [ - 328 + 304 ], "where": [ - 302 + 274 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_order_by": { - "auto_picked": [ - 2829 - ], - "captain": [ - 3800 + "clip_render_jobs_order_by": { + "clip": [ + 2333 ], - "captain_steam_id": [ - 2829 + "clip_id": [ + 2951 ], "created_at": [ - 2829 + 2951 ], - "draft_game": [ - 403 + "error_message": [ + 2951 ], - "draft_game_id": [ - 2829 + "game_server_node": [ + 1724 + ], + "game_server_node_id": [ + 2951 ], "id": [ - 2829 + 2951 ], - "is_organizer": [ - 2829 + "k8s_job_name": [ + 2951 ], - "lineup": [ - 2829 + "last_status_at": [ + 2951 ], - "picked": [ - 3800 + "match_map": [ + 2624 ], - "picked_steam_id": [ - 2829 + "match_map_demo": [ + 2514 + ], + "match_map_demo_id": [ + 2951 + ], + "match_map_id": [ + 2951 + ], + "paused": [ + 2951 + ], + "progress": [ + 2951 + ], + "session_token": [ + 2951 + ], + "sort_index": [ + 2951 + ], + "spec": [ + 2951 + ], + "status": [ + 2951 + ], + "status_history": [ + 2951 + ], + "user": [ + 3922 + ], + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_pk_columns_input": { + "clip_render_jobs_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_select_column": {}, - "draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_and_arguments_columns": {}, - "draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_or_arguments_columns": {}, - "draft_game_picks_set_input": { - "auto_picked": [ - 3 + "clip_render_jobs_prepend_input": { + "spec": [ + 1822 ], - "captain_steam_id": [ - 180 + "status_history": [ + 1822 + ], + "__typename": [ + 80 + ] + }, + "clip_render_jobs_select_column": {}, + "clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_and_arguments_columns": {}, + "clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns": {}, + "clip_render_jobs_set_input": { + "clip_id": [ + 4998 ], "created_at": [ - 4376 + 4498 ], - "draft_game_id": [ - 4921 + "error_message": [ + 80 + ], + "game_server_node_id": [ + 80 ], "id": [ - 4921 + 4998 ], - "lineup": [ - 38 + "k8s_job_name": [ + 80 ], - "picked_steam_id": [ - 180 + "last_status_at": [ + 4498 + ], + "match_map_demo_id": [ + 4998 + ], + "match_map_id": [ + 4998 + ], + "paused": [ + 5 + ], + "progress": [ + 2949 + ], + "session_token": [ + 80 + ], + "sort_index": [ + 40 + ], + "spec": [ + 1822 + ], + "status": [ + 80 + ], + "status_history": [ + 1822 + ], + "user_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_stddev_fields": { - "captain_steam_id": [ - 29 + "clip_render_jobs_stddev_fields": { + "progress": [ + 31 ], - "lineup": [ - 29 + "sort_index": [ + 31 ], - "picked_steam_id": [ - 29 + "user_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_stddev_order_by": { - "captain_steam_id": [ - 2829 + "clip_render_jobs_stddev_order_by": { + "progress": [ + 2951 ], - "lineup": [ - 2829 + "sort_index": [ + 2951 ], - "picked_steam_id": [ - 2829 + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_stddev_pop_fields": { - "captain_steam_id": [ - 29 + "clip_render_jobs_stddev_pop_fields": { + "progress": [ + 31 ], - "lineup": [ - 29 + "sort_index": [ + 31 ], - "picked_steam_id": [ - 29 + "user_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_stddev_pop_order_by": { - "captain_steam_id": [ - 2829 + "clip_render_jobs_stddev_pop_order_by": { + "progress": [ + 2951 ], - "lineup": [ - 2829 + "sort_index": [ + 2951 ], - "picked_steam_id": [ - 2829 + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_stddev_samp_fields": { - "captain_steam_id": [ - 29 + "clip_render_jobs_stddev_samp_fields": { + "progress": [ + 31 ], - "lineup": [ - 29 + "sort_index": [ + 31 ], - "picked_steam_id": [ - 29 + "user_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_stddev_samp_order_by": { - "captain_steam_id": [ - 2829 + "clip_render_jobs_stddev_samp_order_by": { + "progress": [ + 2951 ], - "lineup": [ - 2829 + "sort_index": [ + 2951 ], - "picked_steam_id": [ - 2829 + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_stream_cursor_input": { + "clip_render_jobs_stream_cursor_input": { "initial_value": [ - 325 + 301 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_stream_cursor_value_input": { - "auto_picked": [ - 3 - ], - "captain_steam_id": [ - 180 + "clip_render_jobs_stream_cursor_value_input": { + "clip_id": [ + 4998 ], "created_at": [ - 4376 + 4498 ], - "draft_game_id": [ - 4921 + "error_message": [ + 80 + ], + "game_server_node_id": [ + 80 ], "id": [ - 4921 + 4998 ], - "lineup": [ - 38 + "k8s_job_name": [ + 80 ], - "picked_steam_id": [ - 180 + "last_status_at": [ + 4498 + ], + "match_map_demo_id": [ + 4998 + ], + "match_map_id": [ + 4998 + ], + "paused": [ + 5 + ], + "progress": [ + 2949 + ], + "session_token": [ + 80 + ], + "sort_index": [ + 40 + ], + "spec": [ + 1822 + ], + "status": [ + 80 + ], + "status_history": [ + 1822 + ], + "user_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_sum_fields": { - "captain_steam_id": [ - 180 + "clip_render_jobs_sum_fields": { + "progress": [ + 2949 ], - "lineup": [ - 38 + "sort_index": [ + 40 ], - "picked_steam_id": [ - 180 + "user_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_sum_order_by": { - "captain_steam_id": [ - 2829 + "clip_render_jobs_sum_order_by": { + "progress": [ + 2951 ], - "lineup": [ - 2829 + "sort_index": [ + 2951 ], - "picked_steam_id": [ - 2829 + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_update_column": {}, - "draft_game_picks_updates": { + "clip_render_jobs_update_column": {}, + "clip_render_jobs_updates": { + "_append": [ + 270 + ], + "_delete_at_path": [ + 276 + ], + "_delete_elem": [ + 277 + ], + "_delete_key": [ + 278 + ], "_inc": [ - 304 + 279 + ], + "_prepend": [ + 289 ], "_set": [ - 317 + 293 ], "where": [ - 302 + 274 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_var_pop_fields": { - "captain_steam_id": [ - 29 + "clip_render_jobs_var_pop_fields": { + "progress": [ + 31 ], - "lineup": [ - 29 + "sort_index": [ + 31 ], - "picked_steam_id": [ - 29 + "user_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_var_pop_order_by": { - "captain_steam_id": [ - 2829 - ], - "lineup": [ - 2829 + "clip_render_jobs_var_pop_order_by": { + "progress": [ + 2951 ], - "picked_steam_id": [ - 2829 + "sort_index": [ + 2951 + ], + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_var_samp_fields": { - "captain_steam_id": [ - 29 + "clip_render_jobs_var_samp_fields": { + "progress": [ + 31 ], - "lineup": [ - 29 + "sort_index": [ + 31 ], - "picked_steam_id": [ - 29 + "user_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_var_samp_order_by": { - "captain_steam_id": [ - 2829 + "clip_render_jobs_var_samp_order_by": { + "progress": [ + 2951 ], - "lineup": [ - 2829 + "sort_index": [ + 2951 ], - "picked_steam_id": [ - 2829 + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_variance_fields": { - "captain_steam_id": [ - 29 + "clip_render_jobs_variance_fields": { + "progress": [ + 31 ], - "lineup": [ - 29 + "sort_index": [ + 31 ], - "picked_steam_id": [ - 29 + "user_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_picks_variance_order_by": { - "captain_steam_id": [ - 2829 + "clip_render_jobs_variance_order_by": { + "progress": [ + 2951 ], - "lineup": [ - 2829 + "sort_index": [ + 2951 ], - "picked_steam_id": [ - 2829 + "user_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players": { - "draft_game": [ - 381 - ], - "draft_game_id": [ - 4921 - ], - "e_draft_game_player_status": [ - 510 - ], - "elo_snapshot": [ - 38 - ], - "is_captain": [ - 3 - ], - "is_organizer": [ - 3 - ], - "joined_at": [ - 4376 - ], - "lineup": [ - 38 + "clone_league_season_args": { + "_league_season_id": [ + 4998 ], - "pick_order": [ - 38 + "__typename": [ + 80 + ] + }, + "cursor_ordering": {}, + "custom_pages": { + "created_at": [ + 4498 ], - "player": [ - 3787 + "deployments": [ + 1822, + { + "path": [ + 80 + ] + } ], - "status": [ - 515 + "enabled": [ + 5 ], - "steam_id": [ - 180 + "exposed_module": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_aggregate": { - "aggregate": [ - 342 + "icon": [ + 80 ], - "nodes": [ - 336 + "id": [ + 4998 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_aggregate_bool_exp": { - "bool_and": [ - 339 + "is_default": [ + 5 ], - "bool_or": [ - 340 + "manifest_url": [ + 80 ], - "count": [ - 341 + "nav_group": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_aggregate_bool_exp_bool_and": { - "arguments": [ - 360 + "nav_order": [ + 40 ], - "distinct": [ - 3 + "profile_tab_label": [ + 80 ], - "filter": [ - 347 + "remote_entry_url": [ + 80 ], - "predicate": [ - 4 + "remote_scope": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_aggregate_bool_exp_bool_or": { - "arguments": [ - 361 + "required_role": [ + 1070 ], - "distinct": [ - 3 + "slug": [ + 80 ], - "filter": [ - 347 + "title": [ + 80 ], - "predicate": [ - 4 + "updated_at": [ + 4498 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_aggregate_bool_exp_count": { - "arguments": [ - 359 - ], - "distinct": [ - 3 - ], - "filter": [ - 347 + "custom_pages_aggregate": { + "aggregate": [ + 316 ], - "predicate": [ - 39 + "nodes": [ + 314 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_aggregate_fields": { + "custom_pages_aggregate_fields": { "avg": [ - 345 + 318 ], "count": [ - 38, + 40, { "columns": [ - 359, - "[draft_game_players_select_column!]" + 333, + "[custom_pages_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 351 + 326 ], "min": [ - 353 + 327 ], "stddev": [ - 363 + 335 ], "stddev_pop": [ - 365 + 336 ], "stddev_samp": [ - 367 + 337 ], "sum": [ - 371 + 340 ], "var_pop": [ - 375 + 343 ], "var_samp": [ - 377 + 344 ], "variance": [ - 379 + 345 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_aggregate_order_by": { - "avg": [ - 346 - ], - "count": [ - 2829 - ], - "max": [ - 352 - ], - "min": [ - 354 - ], - "stddev": [ - 364 - ], - "stddev_pop": [ - 366 - ], - "stddev_samp": [ - 368 - ], - "sum": [ - 372 - ], - "var_pop": [ - 376 - ], - "var_samp": [ - 378 - ], - "variance": [ - 380 + "custom_pages_append_input": { + "deployments": [ + 1822 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_arr_rel_insert_input": { - "data": [ - 350 - ], - "on_conflict": [ - 356 + "custom_pages_avg_fields": { + "nav_order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_avg_fields": { - "elo_snapshot": [ - 29 - ], - "lineup": [ - 29 - ], - "pick_order": [ - 29 - ], - "steam_id": [ - 29 + "custom_pages_bool_exp": { + "_and": [ + 319 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_avg_order_by": { - "elo_snapshot": [ - 2829 + "_not": [ + 319 ], - "lineup": [ - 2829 + "_or": [ + 319 ], - "pick_order": [ - 2829 + "created_at": [ + 4499 ], - "steam_id": [ - 2829 + "deployments": [ + 1824 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_bool_exp": { - "_and": [ - 347 + "enabled": [ + 6 ], - "_not": [ - 347 + "exposed_module": [ + 82 ], - "_or": [ - 347 + "icon": [ + 82 ], - "draft_game": [ - 392 + "id": [ + 5000 ], - "draft_game_id": [ - 4923 + "is_default": [ + 6 ], - "e_draft_game_player_status": [ - 513 + "manifest_url": [ + 82 ], - "elo_snapshot": [ - 39 + "nav_group": [ + 82 ], - "is_captain": [ - 4 + "nav_order": [ + 41 ], - "is_organizer": [ - 4 + "profile_tab_label": [ + 82 ], - "joined_at": [ - 4377 + "remote_entry_url": [ + 82 ], - "lineup": [ - 39 + "remote_scope": [ + 82 ], - "pick_order": [ - 39 + "required_role": [ + 1071 ], - "player": [ - 3791 + "slug": [ + 82 ], - "status": [ - 516 + "title": [ + 82 ], - "steam_id": [ - 182 + "updated_at": [ + 4499 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_constraint": {}, - "draft_game_players_inc_input": { - "elo_snapshot": [ - 38 + "custom_pages_constraint": {}, + "custom_pages_delete_at_path_input": { + "deployments": [ + 80 ], - "lineup": [ - 38 + "__typename": [ + 80 + ] + }, + "custom_pages_delete_elem_input": { + "deployments": [ + 40 ], - "pick_order": [ - 38 + "__typename": [ + 80 + ] + }, + "custom_pages_delete_key_input": { + "deployments": [ + 80 ], - "steam_id": [ - 180 + "__typename": [ + 80 + ] + }, + "custom_pages_inc_input": { + "nav_order": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_insert_input": { - "draft_game": [ - 401 + "custom_pages_insert_input": { + "created_at": [ + 4498 ], - "draft_game_id": [ - 4921 + "deployments": [ + 1822 ], - "e_draft_game_player_status": [ - 521 + "enabled": [ + 5 ], - "elo_snapshot": [ - 38 + "exposed_module": [ + 80 ], - "is_captain": [ - 3 + "icon": [ + 80 ], - "joined_at": [ - 4376 + "id": [ + 4998 ], - "lineup": [ - 38 + "is_default": [ + 5 ], - "pick_order": [ - 38 + "manifest_url": [ + 80 ], - "player": [ - 3798 + "nav_group": [ + 80 ], - "status": [ - 515 + "nav_order": [ + 40 ], - "steam_id": [ - 180 + "profile_tab_label": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_max_fields": { - "draft_game_id": [ - 4921 + "remote_entry_url": [ + 80 ], - "elo_snapshot": [ - 38 + "remote_scope": [ + 80 ], - "joined_at": [ - 4376 + "required_role": [ + 1070 ], - "lineup": [ - 38 + "slug": [ + 80 ], - "pick_order": [ - 38 + "title": [ + 80 ], - "steam_id": [ - 180 + "updated_at": [ + 4498 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_max_order_by": { - "draft_game_id": [ - 2829 + "custom_pages_max_fields": { + "created_at": [ + 4498 ], - "elo_snapshot": [ - 2829 + "exposed_module": [ + 80 ], - "joined_at": [ - 2829 + "icon": [ + 80 ], - "lineup": [ - 2829 + "id": [ + 4998 ], - "pick_order": [ - 2829 + "manifest_url": [ + 80 ], - "steam_id": [ - 2829 + "nav_group": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_min_fields": { - "draft_game_id": [ - 4921 + "nav_order": [ + 40 ], - "elo_snapshot": [ - 38 + "profile_tab_label": [ + 80 ], - "joined_at": [ - 4376 + "remote_entry_url": [ + 80 ], - "lineup": [ - 38 + "remote_scope": [ + 80 ], - "pick_order": [ - 38 + "slug": [ + 80 ], - "steam_id": [ - 180 + "title": [ + 80 + ], + "updated_at": [ + 4498 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_min_order_by": { - "draft_game_id": [ - 2829 + "custom_pages_min_fields": { + "created_at": [ + 4498 ], - "elo_snapshot": [ - 2829 + "exposed_module": [ + 80 ], - "joined_at": [ - 2829 + "icon": [ + 80 ], - "lineup": [ - 2829 + "id": [ + 4998 ], - "pick_order": [ - 2829 + "manifest_url": [ + 80 ], - "steam_id": [ - 2829 + "nav_group": [ + 80 + ], + "nav_order": [ + 40 + ], + "profile_tab_label": [ + 80 + ], + "remote_entry_url": [ + 80 + ], + "remote_scope": [ + 80 + ], + "slug": [ + 80 + ], + "title": [ + 80 + ], + "updated_at": [ + 4498 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_mutation_response": { + "custom_pages_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 336 + 314 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_on_conflict": { + "custom_pages_on_conflict": { "constraint": [ - 348 + 320 ], "update_columns": [ - 373 + 341 ], "where": [ - 347 + 319 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_order_by": { - "draft_game": [ - 403 + "custom_pages_order_by": { + "created_at": [ + 2951 ], - "draft_game_id": [ - 2829 + "deployments": [ + 2951 ], - "e_draft_game_player_status": [ - 523 + "enabled": [ + 2951 ], - "elo_snapshot": [ - 2829 + "exposed_module": [ + 2951 ], - "is_captain": [ - 2829 + "icon": [ + 2951 ], - "is_organizer": [ - 2829 + "id": [ + 2951 ], - "joined_at": [ - 2829 + "is_default": [ + 2951 ], - "lineup": [ - 2829 + "manifest_url": [ + 2951 ], - "pick_order": [ - 2829 + "nav_group": [ + 2951 ], - "player": [ - 3800 + "nav_order": [ + 2951 ], - "status": [ - 2829 + "profile_tab_label": [ + 2951 ], - "steam_id": [ - 2829 + "remote_entry_url": [ + 2951 + ], + "remote_scope": [ + 2951 + ], + "required_role": [ + 2951 + ], + "slug": [ + 2951 + ], + "title": [ + 2951 + ], + "updated_at": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_pk_columns_input": { - "draft_game_id": [ - 4921 - ], - "steam_id": [ - 180 + "custom_pages_pk_columns_input": { + "id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_select_column": {}, - "draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_and_arguments_columns": {}, - "draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_or_arguments_columns": {}, - "draft_game_players_set_input": { - "draft_game_id": [ - 4921 - ], - "elo_snapshot": [ - 38 - ], - "is_captain": [ - 3 + "custom_pages_prepend_input": { + "deployments": [ + 1822 ], - "joined_at": [ - 4376 + "__typename": [ + 80 + ] + }, + "custom_pages_select_column": {}, + "custom_pages_set_input": { + "created_at": [ + 4498 ], - "lineup": [ - 38 + "deployments": [ + 1822 ], - "pick_order": [ - 38 + "enabled": [ + 5 ], - "status": [ - 515 + "exposed_module": [ + 80 ], - "steam_id": [ - 180 + "icon": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_stddev_fields": { - "elo_snapshot": [ - 29 + "id": [ + 4998 ], - "lineup": [ - 29 + "is_default": [ + 5 ], - "pick_order": [ - 29 + "manifest_url": [ + 80 ], - "steam_id": [ - 29 + "nav_group": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_stddev_order_by": { - "elo_snapshot": [ - 2829 + "nav_order": [ + 40 ], - "lineup": [ - 2829 + "profile_tab_label": [ + 80 ], - "pick_order": [ - 2829 + "remote_entry_url": [ + 80 ], - "steam_id": [ - 2829 + "remote_scope": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_stddev_pop_fields": { - "elo_snapshot": [ - 29 + "required_role": [ + 1070 ], - "lineup": [ - 29 + "slug": [ + 80 ], - "pick_order": [ - 29 + "title": [ + 80 ], - "steam_id": [ - 29 + "updated_at": [ + 4498 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_stddev_pop_order_by": { - "elo_snapshot": [ - 2829 - ], - "lineup": [ - 2829 - ], - "pick_order": [ - 2829 - ], - "steam_id": [ - 2829 + "custom_pages_stddev_fields": { + "nav_order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_stddev_samp_fields": { - "elo_snapshot": [ - 29 - ], - "lineup": [ - 29 - ], - "pick_order": [ - 29 - ], - "steam_id": [ - 29 + "custom_pages_stddev_pop_fields": { + "nav_order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_stddev_samp_order_by": { - "elo_snapshot": [ - 2829 - ], - "lineup": [ - 2829 - ], - "pick_order": [ - 2829 - ], - "steam_id": [ - 2829 + "custom_pages_stddev_samp_fields": { + "nav_order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_stream_cursor_input": { + "custom_pages_stream_cursor_input": { "initial_value": [ - 370 + 339 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_stream_cursor_value_input": { - "draft_game_id": [ - 4921 + "custom_pages_stream_cursor_value_input": { + "created_at": [ + 4498 ], - "elo_snapshot": [ - 38 + "deployments": [ + 1822 ], - "is_captain": [ - 3 + "enabled": [ + 5 ], - "joined_at": [ - 4376 + "exposed_module": [ + 80 ], - "lineup": [ - 38 + "icon": [ + 80 ], - "pick_order": [ - 38 + "id": [ + 4998 ], - "status": [ - 515 + "is_default": [ + 5 ], - "steam_id": [ - 180 + "manifest_url": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_sum_fields": { - "elo_snapshot": [ - 38 + "nav_group": [ + 80 ], - "lineup": [ - 38 + "nav_order": [ + 40 ], - "pick_order": [ - 38 + "profile_tab_label": [ + 80 ], - "steam_id": [ - 180 + "remote_entry_url": [ + 80 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_sum_order_by": { - "elo_snapshot": [ - 2829 + "remote_scope": [ + 80 ], - "lineup": [ - 2829 + "required_role": [ + 1070 ], - "pick_order": [ - 2829 + "slug": [ + 80 ], - "steam_id": [ - 2829 + "title": [ + 80 + ], + "updated_at": [ + 4498 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_update_column": {}, - "draft_game_players_updates": { - "_inc": [ - 349 - ], - "_set": [ - 362 - ], - "where": [ - 347 + "custom_pages_sum_fields": { + "nav_order": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_var_pop_fields": { - "elo_snapshot": [ - 29 + "custom_pages_update_column": {}, + "custom_pages_updates": { + "_append": [ + 317 ], - "lineup": [ - 29 + "_delete_at_path": [ + 321 ], - "pick_order": [ - 29 + "_delete_elem": [ + 322 ], - "steam_id": [ - 29 + "_delete_key": [ + 323 ], - "__typename": [ - 78 - ] - }, - "draft_game_players_var_pop_order_by": { - "elo_snapshot": [ - 2829 + "_inc": [ + 324 ], - "lineup": [ - 2829 + "_prepend": [ + 332 ], - "pick_order": [ - 2829 + "_set": [ + 334 ], - "steam_id": [ - 2829 + "where": [ + 319 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_var_samp_fields": { - "elo_snapshot": [ - 29 - ], - "lineup": [ - 29 - ], - "pick_order": [ - 29 - ], - "steam_id": [ - 29 + "custom_pages_var_pop_fields": { + "nav_order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_var_samp_order_by": { - "elo_snapshot": [ - 2829 - ], - "lineup": [ - 2829 - ], - "pick_order": [ - 2829 + "custom_pages_var_samp_fields": { + "nav_order": [ + 31 ], - "steam_id": [ - 2829 + "__typename": [ + 80 + ] + }, + "custom_pages_variance_fields": { + "nav_order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_variance_fields": { - "elo_snapshot": [ - 29 + "db_backups": { + "created_at": [ + 4498 ], - "lineup": [ - 29 + "id": [ + 4998 ], - "pick_order": [ - 29 + "name": [ + 80 ], - "steam_id": [ - 29 + "size": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "draft_game_players_variance_order_by": { - "elo_snapshot": [ - 2829 - ], - "lineup": [ - 2829 - ], - "pick_order": [ - 2829 + "db_backups_aggregate": { + "aggregate": [ + 348 ], - "steam_id": [ - 2829 + "nodes": [ + 346 ], "__typename": [ - 78 + 80 ] }, - "draft_games": { - "access": [ - 743 + "db_backups_aggregate_fields": { + "avg": [ + 349 ], - "capacity": [ - 38 + "count": [ + 40, + { + "columns": [ + 360, + "[db_backups_select_column!]" + ], + "distinct": [ + 5 + ] + } ], - "captain_selection": [ - 452 + "max": [ + 354 ], - "created_at": [ - 4376 + "min": [ + 355 ], - "current_pick_lineup": [ - 38 + "stddev": [ + 362 ], - "draft_order": [ - 473 + "stddev_pop": [ + 363 ], - "e_draft_game_captain_selection": [ - 447 + "stddev_samp": [ + 364 ], - "e_draft_game_draft_order": [ - 468 + "sum": [ + 367 ], - "e_draft_game_mode": [ - 489 + "var_pop": [ + 370 ], - "e_draft_game_status": [ - 531 + "var_samp": [ + 371 ], - "e_lobby_access": [ - 738 + "variance": [ + 372 ], - "expires_at": [ - 4376 + "__typename": [ + 80 + ] + }, + "db_backups_avg_fields": { + "size": [ + 31 ], - "host": [ - 3787 + "__typename": [ + 80 + ] + }, + "db_backups_bool_exp": { + "_and": [ + 350 ], - "host_steam_id": [ - 180 + "_not": [ + 350 ], - "id": [ - 4921 + "_or": [ + 350 ], - "inner_squad": [ - 3 + "created_at": [ + 4499 ], - "invite_code": [ - 4921 + "id": [ + 5000 ], - "is_organizer": [ - 3 + "name": [ + 82 ], - "map_pool": [ - 2143 + "size": [ + 41 ], - "map_pool_id": [ - 4921 + "__typename": [ + 80 + ] + }, + "db_backups_constraint": {}, + "db_backups_inc_input": { + "size": [ + 40 ], - "match": [ - 2644 + "__typename": [ + 80 + ] + }, + "db_backups_insert_input": { + "created_at": [ + 4498 ], - "match_id": [ - 4921 + "id": [ + 4998 ], - "match_options_id": [ - 4921 + "name": [ + 80 ], - "max_elo": [ - 38 + "size": [ + 40 ], - "min_elo": [ - 38 + "__typename": [ + 80 + ] + }, + "db_backups_max_fields": { + "created_at": [ + 4498 ], - "mode": [ - 494 + "id": [ + 4998 ], - "options": [ - 2524 + "name": [ + 80 ], - "pattern": [ - 1700, - { - "path": [ - 78 - ] - } + "size": [ + 40 ], - "pick_deadline": [ - 4376 + "__typename": [ + 80 + ] + }, + "db_backups_min_fields": { + "created_at": [ + 4498 ], - "picks": [ - 291, - { - "distinct_on": [ - 314, - "[draft_game_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 312, - "[draft_game_picks_order_by!]" - ], - "where": [ - 302 - ] - } + "id": [ + 4998 ], - "picks_aggregate": [ - 292, - { - "distinct_on": [ - 314, - "[draft_game_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 312, - "[draft_game_picks_order_by!]" - ], - "where": [ - 302 - ] - } + "name": [ + 80 ], - "players": [ - 336, - { - "distinct_on": [ - 359, - "[draft_game_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 357, - "[draft_game_players_order_by!]" - ], - "where": [ - 347 - ] - } + "size": [ + 40 ], - "players_aggregate": [ - 337, - { - "distinct_on": [ - 359, - "[draft_game_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 357, - "[draft_game_players_order_by!]" - ], - "where": [ - 347 - ] - } + "__typename": [ + 80 + ] + }, + "db_backups_mutation_response": { + "affected_rows": [ + 40 ], - "regions": [ - 78 + "returning": [ + 346 ], - "require_approval": [ - 3 + "__typename": [ + 80 + ] + }, + "db_backups_on_conflict": { + "constraint": [ + 351 ], - "scheduled_at": [ - 4376 + "update_columns": [ + 368 ], - "status": [ - 536 + "where": [ + 350 ], - "team_1": [ - 4329 + "__typename": [ + 80 + ] + }, + "db_backups_order_by": { + "created_at": [ + 2951 ], - "team_1_id": [ - 4921 + "id": [ + 2951 ], - "team_2": [ - 4329 + "name": [ + 2951 ], - "team_2_id": [ - 4921 + "size": [ + 2951 ], - "type": [ - 887 + "__typename": [ + 80 + ] + }, + "db_backups_pk_columns_input": { + "id": [ + 4998 ], - "updated_at": [ - 4376 + "__typename": [ + 80 + ] + }, + "db_backups_select_column": {}, + "db_backups_set_input": { + "created_at": [ + 4498 + ], + "id": [ + 4998 + ], + "name": [ + 80 + ], + "size": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "draft_games_aggregate": { + "db_backups_stddev_fields": { + "size": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "db_backups_stddev_pop_fields": { + "size": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "db_backups_stddev_samp_fields": { + "size": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "db_backups_stream_cursor_input": { + "initial_value": [ + 366 + ], + "ordering": [ + 313 + ], + "__typename": [ + 80 + ] + }, + "db_backups_stream_cursor_value_input": { + "created_at": [ + 4498 + ], + "id": [ + 4998 + ], + "name": [ + 80 + ], + "size": [ + 40 + ], + "__typename": [ + 80 + ] + }, + "db_backups_sum_fields": { + "size": [ + 40 + ], + "__typename": [ + 80 + ] + }, + "db_backups_update_column": {}, + "db_backups_updates": { + "_inc": [ + 352 + ], + "_set": [ + 361 + ], + "where": [ + 350 + ], + "__typename": [ + 80 + ] + }, + "db_backups_var_pop_fields": { + "size": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "db_backups_var_samp_fields": { + "size": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "db_backups_variance_fields": { + "size": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_picks": { + "auto_picked": [ + 5 + ], + "captain": [ + 3909 + ], + "captain_steam_id": [ + 257 + ], + "created_at": [ + 4498 + ], + "draft_game": [ + 463 + ], + "draft_game_id": [ + 4998 + ], + "id": [ + 4998 + ], + "is_organizer": [ + 5 + ], + "lineup": [ + 40 + ], + "picked": [ + 3909 + ], + "picked_steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_picks_aggregate": { "aggregate": [ - 387 + 379 ], "nodes": [ - 381 + 373 ], "__typename": [ - 78 + 80 ] }, - "draft_games_aggregate_bool_exp": { + "draft_game_picks_aggregate_bool_exp": { "bool_and": [ - 384 + 376 ], "bool_or": [ - 385 + 377 ], "count": [ - 386 + 378 ], "__typename": [ - 78 + 80 ] }, - "draft_games_aggregate_bool_exp_bool_and": { + "draft_game_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 406 + 397 ], "distinct": [ - 3 + 5 ], "filter": [ - 392 + 384 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, - "draft_games_aggregate_bool_exp_bool_or": { + "draft_game_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 407 + 398 ], "distinct": [ - 3 + 5 ], "filter": [ - 392 + 384 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, - "draft_games_aggregate_bool_exp_count": { + "draft_game_picks_aggregate_bool_exp_count": { "arguments": [ - 405 + 396 ], "distinct": [ - 3 + 5 ], "filter": [ - 392 + 384 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, - "draft_games_aggregate_fields": { + "draft_game_picks_aggregate_fields": { "avg": [ - 390 + 382 ], "count": [ - 38, + 40, { "columns": [ - 405, - "[draft_games_select_column!]" + 396, + "[draft_game_picks_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 396 + 388 ], "min": [ - 398 + 390 ], "stddev": [ - 409 + 400 ], "stddev_pop": [ - 411 + 402 ], "stddev_samp": [ - 413 + 404 ], "sum": [ - 417 + 408 ], "var_pop": [ - 421 + 412 ], "var_samp": [ - 423 + 414 ], "variance": [ - 425 + 416 ], "__typename": [ - 78 + 80 ] }, - "draft_games_aggregate_order_by": { + "draft_game_picks_aggregate_order_by": { "avg": [ - 391 + 383 ], "count": [ - 2829 + 2951 ], "max": [ - 397 + 389 ], "min": [ - 399 + 391 ], "stddev": [ - 410 + 401 ], "stddev_pop": [ - 412 + 403 ], "stddev_samp": [ - 414 + 405 ], "sum": [ - 418 + 409 ], "var_pop": [ - 422 + 413 ], "var_samp": [ - 424 + 415 ], "variance": [ - 426 + 417 ], "__typename": [ - 78 + 80 ] }, - "draft_games_arr_rel_insert_input": { + "draft_game_picks_arr_rel_insert_input": { "data": [ - 395 + 387 ], "on_conflict": [ - 402 + 393 ], "__typename": [ - 78 + 80 ] }, - "draft_games_avg_fields": { - "capacity": [ - 29 - ], - "current_pick_lineup": [ - 29 - ], - "host_steam_id": [ - 29 + "draft_game_picks_avg_fields": { + "captain_steam_id": [ + 31 ], - "max_elo": [ - 29 + "lineup": [ + 31 ], - "min_elo": [ - 29 + "picked_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_games_avg_order_by": { - "capacity": [ - 2829 - ], - "current_pick_lineup": [ - 2829 - ], - "host_steam_id": [ - 2829 + "draft_game_picks_avg_order_by": { + "captain_steam_id": [ + 2951 ], - "max_elo": [ - 2829 + "lineup": [ + 2951 ], - "min_elo": [ - 2829 + "picked_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_games_bool_exp": { + "draft_game_picks_bool_exp": { "_and": [ - 392 + 384 ], "_not": [ - 392 + 384 ], "_or": [ - 392 + 384 ], - "access": [ - 744 + "auto_picked": [ + 6 ], - "capacity": [ - 39 + "captain": [ + 3913 ], - "captain_selection": [ - 453 + "captain_steam_id": [ + 259 ], "created_at": [ - 4377 - ], - "current_pick_lineup": [ - 39 + 4499 ], - "draft_order": [ + "draft_game": [ 474 ], - "e_draft_game_captain_selection": [ - 450 + "draft_game_id": [ + 5000 ], - "e_draft_game_draft_order": [ - 471 + "id": [ + 5000 ], - "e_draft_game_mode": [ - 492 + "is_organizer": [ + 6 ], - "e_draft_game_status": [ - 534 + "lineup": [ + 41 ], - "e_lobby_access": [ - 741 + "picked": [ + 3913 ], - "expires_at": [ - 4377 + "picked_steam_id": [ + 259 ], - "host": [ - 3791 + "__typename": [ + 80 + ] + }, + "draft_game_picks_constraint": {}, + "draft_game_picks_inc_input": { + "captain_steam_id": [ + 257 ], - "host_steam_id": [ - 182 + "lineup": [ + 40 ], - "id": [ - 4923 + "picked_steam_id": [ + 257 ], - "inner_squad": [ - 4 + "__typename": [ + 80 + ] + }, + "draft_game_picks_insert_input": { + "auto_picked": [ + 5 ], - "invite_code": [ - 4923 + "captain": [ + 3920 ], - "is_organizer": [ - 4 + "captain_steam_id": [ + 257 ], - "map_pool": [ - 2146 + "created_at": [ + 4498 ], - "map_pool_id": [ - 4923 + "draft_game": [ + 483 ], - "match": [ - 2653 + "draft_game_id": [ + 4998 ], - "match_id": [ - 4923 + "id": [ + 4998 ], - "match_options_id": [ - 4923 + "lineup": [ + 40 ], - "max_elo": [ - 39 + "picked": [ + 3920 ], - "min_elo": [ - 39 + "picked_steam_id": [ + 257 ], - "mode": [ - 495 + "__typename": [ + 80 + ] + }, + "draft_game_picks_max_fields": { + "captain_steam_id": [ + 257 ], - "options": [ - 2528 + "created_at": [ + 4498 ], - "pattern": [ - 1702 + "draft_game_id": [ + 4998 ], - "pick_deadline": [ - 4377 + "id": [ + 4998 ], - "picks": [ - 302 + "lineup": [ + 40 ], - "picks_aggregate": [ - 293 + "picked_steam_id": [ + 257 ], - "players": [ - 347 + "__typename": [ + 80 + ] + }, + "draft_game_picks_max_order_by": { + "captain_steam_id": [ + 2951 ], - "players_aggregate": [ - 338 + "created_at": [ + 2951 ], - "regions": [ - 79 + "draft_game_id": [ + 2951 ], - "require_approval": [ - 4 + "id": [ + 2951 ], - "scheduled_at": [ - 4377 + "lineup": [ + 2951 ], - "status": [ - 537 + "picked_steam_id": [ + 2951 ], - "team_1": [ - 4340 + "__typename": [ + 80 + ] + }, + "draft_game_picks_min_fields": { + "captain_steam_id": [ + 257 ], - "team_1_id": [ - 4923 + "created_at": [ + 4498 ], - "team_2": [ - 4340 + "draft_game_id": [ + 4998 ], - "team_2_id": [ - 4923 + "id": [ + 4998 ], - "type": [ - 888 + "lineup": [ + 40 ], - "updated_at": [ - 4377 + "picked_steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "draft_games_constraint": {}, - "draft_games_inc_input": { - "capacity": [ - 38 + "draft_game_picks_min_order_by": { + "captain_steam_id": [ + 2951 ], - "current_pick_lineup": [ - 38 + "created_at": [ + 2951 ], - "host_steam_id": [ - 180 + "draft_game_id": [ + 2951 ], - "max_elo": [ - 38 + "id": [ + 2951 ], - "min_elo": [ - 38 + "lineup": [ + 2951 + ], + "picked_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_games_insert_input": { - "access": [ - 743 + "draft_game_picks_mutation_response": { + "affected_rows": [ + 40 ], - "capacity": [ - 38 + "returning": [ + 373 ], - "captain_selection": [ - 452 + "__typename": [ + 80 + ] + }, + "draft_game_picks_on_conflict": { + "constraint": [ + 385 ], - "created_at": [ - 4376 + "update_columns": [ + 410 ], - "current_pick_lineup": [ - 38 + "where": [ + 384 ], - "draft_order": [ - 473 + "__typename": [ + 80 + ] + }, + "draft_game_picks_order_by": { + "auto_picked": [ + 2951 ], - "e_draft_game_captain_selection": [ - 458 + "captain": [ + 3922 ], - "e_draft_game_draft_order": [ - 479 + "captain_steam_id": [ + 2951 ], - "e_draft_game_mode": [ - 500 + "created_at": [ + 2951 ], - "e_draft_game_status": [ - 542 + "draft_game": [ + 485 ], - "e_lobby_access": [ - 749 + "draft_game_id": [ + 2951 ], - "expires_at": [ - 4376 + "id": [ + 2951 ], - "host": [ - 3798 + "is_organizer": [ + 2951 ], - "host_steam_id": [ - 180 + "lineup": [ + 2951 ], - "id": [ - 4921 + "picked": [ + 3922 ], - "inner_squad": [ - 3 + "picked_steam_id": [ + 2951 ], - "invite_code": [ - 4921 + "__typename": [ + 80 + ] + }, + "draft_game_picks_pk_columns_input": { + "id": [ + 4998 ], - "map_pool": [ - 2152 + "__typename": [ + 80 + ] + }, + "draft_game_picks_select_column": {}, + "draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_and_arguments_columns": {}, + "draft_game_picks_select_column_draft_game_picks_aggregate_bool_exp_bool_or_arguments_columns": {}, + "draft_game_picks_set_input": { + "auto_picked": [ + 5 ], - "map_pool_id": [ - 4921 + "captain_steam_id": [ + 257 ], - "match": [ - 2662 + "created_at": [ + 4498 ], - "match_id": [ - 4921 + "draft_game_id": [ + 4998 ], - "match_options_id": [ - 4921 + "id": [ + 4998 ], - "max_elo": [ - 38 + "lineup": [ + 40 ], - "min_elo": [ - 38 + "picked_steam_id": [ + 257 ], - "mode": [ - 494 + "__typename": [ + 80 + ] + }, + "draft_game_picks_stddev_fields": { + "captain_steam_id": [ + 31 ], - "options": [ - 2535 + "lineup": [ + 31 ], - "pick_deadline": [ - 4376 + "picked_steam_id": [ + 31 ], - "picks": [ - 299 + "__typename": [ + 80 + ] + }, + "draft_game_picks_stddev_order_by": { + "captain_steam_id": [ + 2951 ], - "players": [ - 344 + "lineup": [ + 2951 ], - "regions": [ - 78 + "picked_steam_id": [ + 2951 ], - "require_approval": [ - 3 + "__typename": [ + 80 + ] + }, + "draft_game_picks_stddev_pop_fields": { + "captain_steam_id": [ + 31 ], - "scheduled_at": [ - 4376 + "lineup": [ + 31 ], - "status": [ - 536 + "picked_steam_id": [ + 31 ], - "team_1": [ - 4349 + "__typename": [ + 80 + ] + }, + "draft_game_picks_stddev_pop_order_by": { + "captain_steam_id": [ + 2951 ], - "team_1_id": [ - 4921 + "lineup": [ + 2951 ], - "team_2": [ - 4349 + "picked_steam_id": [ + 2951 ], - "team_2_id": [ - 4921 + "__typename": [ + 80 + ] + }, + "draft_game_picks_stddev_samp_fields": { + "captain_steam_id": [ + 31 ], - "type": [ - 887 + "lineup": [ + 31 ], - "updated_at": [ - 4376 + "picked_steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "draft_games_max_fields": { - "capacity": [ - 38 + "draft_game_picks_stddev_samp_order_by": { + "captain_steam_id": [ + 2951 ], - "created_at": [ - 4376 + "lineup": [ + 2951 ], - "current_pick_lineup": [ - 38 + "picked_steam_id": [ + 2951 ], - "expires_at": [ - 4376 + "__typename": [ + 80 + ] + }, + "draft_game_picks_stream_cursor_input": { + "initial_value": [ + 407 ], - "host_steam_id": [ - 180 + "ordering": [ + 313 ], - "id": [ - 4921 + "__typename": [ + 80 + ] + }, + "draft_game_picks_stream_cursor_value_input": { + "auto_picked": [ + 5 ], - "invite_code": [ - 4921 + "captain_steam_id": [ + 257 ], - "map_pool_id": [ - 4921 + "created_at": [ + 4498 ], - "match_id": [ - 4921 + "draft_game_id": [ + 4998 ], - "match_options_id": [ - 4921 + "id": [ + 4998 ], - "max_elo": [ - 38 + "lineup": [ + 40 ], - "min_elo": [ - 38 + "picked_steam_id": [ + 257 ], - "pick_deadline": [ - 4376 + "__typename": [ + 80 + ] + }, + "draft_game_picks_sum_fields": { + "captain_steam_id": [ + 257 ], - "regions": [ - 78 + "lineup": [ + 40 ], - "scheduled_at": [ - 4376 + "picked_steam_id": [ + 257 ], - "team_1_id": [ - 4921 + "__typename": [ + 80 + ] + }, + "draft_game_picks_sum_order_by": { + "captain_steam_id": [ + 2951 ], - "team_2_id": [ - 4921 + "lineup": [ + 2951 ], - "updated_at": [ - 4376 + "picked_steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "draft_games_max_order_by": { - "capacity": [ - 2829 + "draft_game_picks_update_column": {}, + "draft_game_picks_updates": { + "_inc": [ + 386 ], - "created_at": [ - 2829 + "_set": [ + 399 ], - "current_pick_lineup": [ - 2829 + "where": [ + 384 ], - "expires_at": [ - 2829 + "__typename": [ + 80 + ] + }, + "draft_game_picks_var_pop_fields": { + "captain_steam_id": [ + 31 ], - "host_steam_id": [ - 2829 + "lineup": [ + 31 ], - "id": [ - 2829 + "picked_steam_id": [ + 31 ], - "invite_code": [ - 2829 + "__typename": [ + 80 + ] + }, + "draft_game_picks_var_pop_order_by": { + "captain_steam_id": [ + 2951 ], - "map_pool_id": [ - 2829 + "lineup": [ + 2951 ], - "match_id": [ - 2829 + "picked_steam_id": [ + 2951 ], - "match_options_id": [ - 2829 + "__typename": [ + 80 + ] + }, + "draft_game_picks_var_samp_fields": { + "captain_steam_id": [ + 31 ], - "max_elo": [ - 2829 + "lineup": [ + 31 ], - "min_elo": [ - 2829 + "picked_steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_picks_var_samp_order_by": { + "captain_steam_id": [ + 2951 + ], + "lineup": [ + 2951 + ], + "picked_steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_picks_variance_fields": { + "captain_steam_id": [ + 31 + ], + "lineup": [ + 31 + ], + "picked_steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_picks_variance_order_by": { + "captain_steam_id": [ + 2951 + ], + "lineup": [ + 2951 + ], + "picked_steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players": { + "draft_game": [ + 463 + ], + "draft_game_id": [ + 4998 + ], + "e_draft_game_player_status": [ + 632 + ], + "elo_snapshot": [ + 40 + ], + "is_captain": [ + 5 + ], + "is_organizer": [ + 5 + ], + "joined_at": [ + 4498 + ], + "lineup": [ + 40 + ], + "pick_order": [ + 40 + ], + "player": [ + 3909 + ], + "status": [ + 637 + ], + "steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_aggregate": { + "aggregate": [ + 424 + ], + "nodes": [ + 418 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_aggregate_bool_exp": { + "bool_and": [ + 421 + ], + "bool_or": [ + 422 + ], + "count": [ + 423 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_aggregate_bool_exp_bool_and": { + "arguments": [ + 442 + ], + "distinct": [ + 5 + ], + "filter": [ + 429 + ], + "predicate": [ + 6 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_aggregate_bool_exp_bool_or": { + "arguments": [ + 443 + ], + "distinct": [ + 5 + ], + "filter": [ + 429 + ], + "predicate": [ + 6 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_aggregate_bool_exp_count": { + "arguments": [ + 441 + ], + "distinct": [ + 5 + ], + "filter": [ + 429 + ], + "predicate": [ + 41 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_aggregate_fields": { + "avg": [ + 427 + ], + "count": [ + 40, + { + "columns": [ + 441, + "[draft_game_players_select_column!]" + ], + "distinct": [ + 5 + ] + } + ], + "max": [ + 433 + ], + "min": [ + 435 + ], + "stddev": [ + 445 + ], + "stddev_pop": [ + 447 + ], + "stddev_samp": [ + 449 + ], + "sum": [ + 453 + ], + "var_pop": [ + 457 + ], + "var_samp": [ + 459 + ], + "variance": [ + 461 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_aggregate_order_by": { + "avg": [ + 428 + ], + "count": [ + 2951 + ], + "max": [ + 434 + ], + "min": [ + 436 + ], + "stddev": [ + 446 + ], + "stddev_pop": [ + 448 + ], + "stddev_samp": [ + 450 + ], + "sum": [ + 454 + ], + "var_pop": [ + 458 + ], + "var_samp": [ + 460 + ], + "variance": [ + 462 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_arr_rel_insert_input": { + "data": [ + 432 + ], + "on_conflict": [ + 438 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_avg_fields": { + "elo_snapshot": [ + 31 + ], + "lineup": [ + 31 + ], + "pick_order": [ + 31 + ], + "steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_avg_order_by": { + "elo_snapshot": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_bool_exp": { + "_and": [ + 429 + ], + "_not": [ + 429 + ], + "_or": [ + 429 + ], + "draft_game": [ + 474 + ], + "draft_game_id": [ + 5000 + ], + "e_draft_game_player_status": [ + 635 + ], + "elo_snapshot": [ + 41 + ], + "is_captain": [ + 6 + ], + "is_organizer": [ + 6 + ], + "joined_at": [ + 4499 + ], + "lineup": [ + 41 + ], + "pick_order": [ + 41 + ], + "player": [ + 3913 + ], + "status": [ + 638 + ], + "steam_id": [ + 259 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_constraint": {}, + "draft_game_players_inc_input": { + "elo_snapshot": [ + 40 + ], + "lineup": [ + 40 + ], + "pick_order": [ + 40 + ], + "steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_insert_input": { + "draft_game": [ + 483 + ], + "draft_game_id": [ + 4998 + ], + "e_draft_game_player_status": [ + 643 + ], + "elo_snapshot": [ + 40 + ], + "is_captain": [ + 5 + ], + "joined_at": [ + 4498 + ], + "lineup": [ + 40 + ], + "pick_order": [ + 40 + ], + "player": [ + 3920 + ], + "status": [ + 637 + ], + "steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_max_fields": { + "draft_game_id": [ + 4998 + ], + "elo_snapshot": [ + 40 + ], + "joined_at": [ + 4498 + ], + "lineup": [ + 40 + ], + "pick_order": [ + 40 + ], + "steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_max_order_by": { + "draft_game_id": [ + 2951 + ], + "elo_snapshot": [ + 2951 + ], + "joined_at": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_min_fields": { + "draft_game_id": [ + 4998 + ], + "elo_snapshot": [ + 40 + ], + "joined_at": [ + 4498 + ], + "lineup": [ + 40 + ], + "pick_order": [ + 40 + ], + "steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_min_order_by": { + "draft_game_id": [ + 2951 + ], + "elo_snapshot": [ + 2951 + ], + "joined_at": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_mutation_response": { + "affected_rows": [ + 40 + ], + "returning": [ + 418 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_on_conflict": { + "constraint": [ + 430 + ], + "update_columns": [ + 455 + ], + "where": [ + 429 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_order_by": { + "draft_game": [ + 485 + ], + "draft_game_id": [ + 2951 + ], + "e_draft_game_player_status": [ + 645 + ], + "elo_snapshot": [ + 2951 + ], + "is_captain": [ + 2951 + ], + "is_organizer": [ + 2951 + ], + "joined_at": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "player": [ + 3922 + ], + "status": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_pk_columns_input": { + "draft_game_id": [ + 4998 + ], + "steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_select_column": {}, + "draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_and_arguments_columns": {}, + "draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_or_arguments_columns": {}, + "draft_game_players_set_input": { + "draft_game_id": [ + 4998 + ], + "elo_snapshot": [ + 40 + ], + "is_captain": [ + 5 + ], + "joined_at": [ + 4498 + ], + "lineup": [ + 40 + ], + "pick_order": [ + 40 + ], + "status": [ + 637 + ], + "steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_stddev_fields": { + "elo_snapshot": [ + 31 + ], + "lineup": [ + 31 + ], + "pick_order": [ + 31 + ], + "steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_stddev_order_by": { + "elo_snapshot": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_stddev_pop_fields": { + "elo_snapshot": [ + 31 + ], + "lineup": [ + 31 + ], + "pick_order": [ + 31 + ], + "steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_stddev_pop_order_by": { + "elo_snapshot": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_stddev_samp_fields": { + "elo_snapshot": [ + 31 + ], + "lineup": [ + 31 + ], + "pick_order": [ + 31 + ], + "steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_stddev_samp_order_by": { + "elo_snapshot": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_stream_cursor_input": { + "initial_value": [ + 452 + ], + "ordering": [ + 313 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_stream_cursor_value_input": { + "draft_game_id": [ + 4998 + ], + "elo_snapshot": [ + 40 + ], + "is_captain": [ + 5 + ], + "joined_at": [ + 4498 + ], + "lineup": [ + 40 + ], + "pick_order": [ + 40 + ], + "status": [ + 637 + ], + "steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_sum_fields": { + "elo_snapshot": [ + 40 + ], + "lineup": [ + 40 + ], + "pick_order": [ + 40 + ], + "steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_sum_order_by": { + "elo_snapshot": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_update_column": {}, + "draft_game_players_updates": { + "_inc": [ + 431 + ], + "_set": [ + 444 + ], + "where": [ + 429 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_var_pop_fields": { + "elo_snapshot": [ + 31 + ], + "lineup": [ + 31 + ], + "pick_order": [ + 31 + ], + "steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_var_pop_order_by": { + "elo_snapshot": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_var_samp_fields": { + "elo_snapshot": [ + 31 + ], + "lineup": [ + 31 + ], + "pick_order": [ + 31 + ], + "steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_var_samp_order_by": { + "elo_snapshot": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_variance_fields": { + "elo_snapshot": [ + 31 + ], + "lineup": [ + 31 + ], + "pick_order": [ + 31 + ], + "steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_game_players_variance_order_by": { + "elo_snapshot": [ + 2951 + ], + "lineup": [ + 2951 + ], + "pick_order": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_games": { + "access": [ + 865 + ], + "capacity": [ + 40 + ], + "captain_selection": [ + 574 + ], + "created_at": [ + 4498 + ], + "current_pick_lineup": [ + 40 + ], + "draft_order": [ + 595 + ], + "e_draft_game_captain_selection": [ + 569 + ], + "e_draft_game_draft_order": [ + 590 + ], + "e_draft_game_mode": [ + 611 + ], + "e_draft_game_status": [ + 653 + ], + "e_lobby_access": [ + 860 + ], + "expires_at": [ + 4498 + ], + "host": [ + 3909 + ], + "host_steam_id": [ + 257 + ], + "id": [ + 4998 + ], + "inner_squad": [ + 5 + ], + "invite_code": [ + 4998 + ], + "is_organizer": [ + 5 + ], + "map_pool": [ + 2265 + ], + "map_pool_id": [ + 4998 + ], + "match": [ + 2766 + ], + "match_id": [ + 4998 + ], + "match_options_id": [ + 4998 + ], + "max_elo": [ + 40 + ], + "min_elo": [ + 40 + ], + "mode": [ + 616 + ], + "options": [ + 2646 + ], + "pattern": [ + 1822, + { + "path": [ + 80 + ] + } ], "pick_deadline": [ - 2829 + 4498 + ], + "picks": [ + 373, + { + "distinct_on": [ + 396, + "[draft_game_picks_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 394, + "[draft_game_picks_order_by!]" + ], + "where": [ + 384 + ] + } + ], + "picks_aggregate": [ + 374, + { + "distinct_on": [ + 396, + "[draft_game_picks_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 394, + "[draft_game_picks_order_by!]" + ], + "where": [ + 384 + ] + } + ], + "players": [ + 418, + { + "distinct_on": [ + 441, + "[draft_game_players_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 439, + "[draft_game_players_order_by!]" + ], + "where": [ + 429 + ] + } + ], + "players_aggregate": [ + 419, + { + "distinct_on": [ + 441, + "[draft_game_players_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 439, + "[draft_game_players_order_by!]" + ], + "where": [ + 429 + ] + } ], "regions": [ - 2829 + 80 + ], + "require_approval": [ + 5 ], "scheduled_at": [ - 2829 + 4498 + ], + "status": [ + 658 + ], + "team_1": [ + 4451 ], "team_1_id": [ - 2829 + 4998 + ], + "team_2": [ + 4451 ], "team_2_id": [ - 2829 + 4998 + ], + "type": [ + 1009 ], "updated_at": [ - 2829 + 4498 + ], + "__typename": [ + 80 + ] + }, + "draft_games_aggregate": { + "aggregate": [ + 469 + ], + "nodes": [ + 463 + ], + "__typename": [ + 80 + ] + }, + "draft_games_aggregate_bool_exp": { + "bool_and": [ + 466 + ], + "bool_or": [ + 467 + ], + "count": [ + 468 + ], + "__typename": [ + 80 + ] + }, + "draft_games_aggregate_bool_exp_bool_and": { + "arguments": [ + 488 + ], + "distinct": [ + 5 + ], + "filter": [ + 474 + ], + "predicate": [ + 6 + ], + "__typename": [ + 80 + ] + }, + "draft_games_aggregate_bool_exp_bool_or": { + "arguments": [ + 489 + ], + "distinct": [ + 5 + ], + "filter": [ + 474 + ], + "predicate": [ + 6 + ], + "__typename": [ + 80 + ] + }, + "draft_games_aggregate_bool_exp_count": { + "arguments": [ + 487 + ], + "distinct": [ + 5 + ], + "filter": [ + 474 + ], + "predicate": [ + 41 + ], + "__typename": [ + 80 + ] + }, + "draft_games_aggregate_fields": { + "avg": [ + 472 + ], + "count": [ + 40, + { + "columns": [ + 487, + "[draft_games_select_column!]" + ], + "distinct": [ + 5 + ] + } + ], + "max": [ + 478 + ], + "min": [ + 480 + ], + "stddev": [ + 491 + ], + "stddev_pop": [ + 493 + ], + "stddev_samp": [ + 495 + ], + "sum": [ + 499 + ], + "var_pop": [ + 503 + ], + "var_samp": [ + 505 + ], + "variance": [ + 507 + ], + "__typename": [ + 80 + ] + }, + "draft_games_aggregate_order_by": { + "avg": [ + 473 + ], + "count": [ + 2951 + ], + "max": [ + 479 + ], + "min": [ + 481 + ], + "stddev": [ + 492 + ], + "stddev_pop": [ + 494 + ], + "stddev_samp": [ + 496 + ], + "sum": [ + 500 + ], + "var_pop": [ + 504 + ], + "var_samp": [ + 506 + ], + "variance": [ + 508 + ], + "__typename": [ + 80 + ] + }, + "draft_games_arr_rel_insert_input": { + "data": [ + 477 + ], + "on_conflict": [ + 484 + ], + "__typename": [ + 80 + ] + }, + "draft_games_avg_fields": { + "capacity": [ + 31 + ], + "current_pick_lineup": [ + 31 + ], + "host_steam_id": [ + 31 + ], + "max_elo": [ + 31 + ], + "min_elo": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "draft_games_avg_order_by": { + "capacity": [ + 2951 + ], + "current_pick_lineup": [ + 2951 + ], + "host_steam_id": [ + 2951 + ], + "max_elo": [ + 2951 + ], + "min_elo": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "draft_games_bool_exp": { + "_and": [ + 474 + ], + "_not": [ + 474 + ], + "_or": [ + 474 + ], + "access": [ + 866 + ], + "capacity": [ + 41 + ], + "captain_selection": [ + 575 + ], + "created_at": [ + 4499 + ], + "current_pick_lineup": [ + 41 + ], + "draft_order": [ + 596 + ], + "e_draft_game_captain_selection": [ + 572 + ], + "e_draft_game_draft_order": [ + 593 + ], + "e_draft_game_mode": [ + 614 + ], + "e_draft_game_status": [ + 656 + ], + "e_lobby_access": [ + 863 + ], + "expires_at": [ + 4499 + ], + "host": [ + 3913 + ], + "host_steam_id": [ + 259 + ], + "id": [ + 5000 + ], + "inner_squad": [ + 6 + ], + "invite_code": [ + 5000 + ], + "is_organizer": [ + 6 + ], + "map_pool": [ + 2268 + ], + "map_pool_id": [ + 5000 + ], + "match": [ + 2775 + ], + "match_id": [ + 5000 + ], + "match_options_id": [ + 5000 + ], + "max_elo": [ + 41 + ], + "min_elo": [ + 41 + ], + "mode": [ + 617 + ], + "options": [ + 2650 + ], + "pattern": [ + 1824 + ], + "pick_deadline": [ + 4499 + ], + "picks": [ + 384 + ], + "picks_aggregate": [ + 375 + ], + "players": [ + 429 + ], + "players_aggregate": [ + 420 + ], + "regions": [ + 81 + ], + "require_approval": [ + 6 + ], + "scheduled_at": [ + 4499 + ], + "status": [ + 659 + ], + "team_1": [ + 4462 + ], + "team_1_id": [ + 5000 + ], + "team_2": [ + 4462 + ], + "team_2_id": [ + 5000 + ], + "type": [ + 1010 + ], + "updated_at": [ + 4499 + ], + "__typename": [ + 80 + ] + }, + "draft_games_constraint": {}, + "draft_games_inc_input": { + "capacity": [ + 40 + ], + "current_pick_lineup": [ + 40 + ], + "host_steam_id": [ + 257 + ], + "max_elo": [ + 40 + ], + "min_elo": [ + 40 ], "__typename": [ - 78 + 80 + ] + }, + "draft_games_insert_input": { + "access": [ + 865 + ], + "capacity": [ + 40 + ], + "captain_selection": [ + 574 + ], + "created_at": [ + 4498 + ], + "current_pick_lineup": [ + 40 + ], + "draft_order": [ + 595 + ], + "e_draft_game_captain_selection": [ + 580 + ], + "e_draft_game_draft_order": [ + 601 + ], + "e_draft_game_mode": [ + 622 + ], + "e_draft_game_status": [ + 664 + ], + "e_lobby_access": [ + 871 + ], + "expires_at": [ + 4498 + ], + "host": [ + 3920 + ], + "host_steam_id": [ + 257 + ], + "id": [ + 4998 + ], + "inner_squad": [ + 5 + ], + "invite_code": [ + 4998 + ], + "map_pool": [ + 2274 + ], + "map_pool_id": [ + 4998 + ], + "match": [ + 2784 + ], + "match_id": [ + 4998 + ], + "match_options_id": [ + 4998 + ], + "max_elo": [ + 40 + ], + "min_elo": [ + 40 + ], + "mode": [ + 616 + ], + "options": [ + 2657 + ], + "pick_deadline": [ + 4498 + ], + "picks": [ + 381 + ], + "players": [ + 426 + ], + "regions": [ + 80 + ], + "require_approval": [ + 5 + ], + "scheduled_at": [ + 4498 + ], + "status": [ + 658 + ], + "team_1": [ + 4471 + ], + "team_1_id": [ + 4998 + ], + "team_2": [ + 4471 + ], + "team_2_id": [ + 4998 + ], + "type": [ + 1009 + ], + "updated_at": [ + 4498 + ], + "__typename": [ + 80 + ] + }, + "draft_games_max_fields": { + "capacity": [ + 40 + ], + "created_at": [ + 4498 + ], + "current_pick_lineup": [ + 40 + ], + "expires_at": [ + 4498 + ], + "host_steam_id": [ + 257 + ], + "id": [ + 4998 + ], + "invite_code": [ + 4998 + ], + "map_pool_id": [ + 4998 + ], + "match_id": [ + 4998 + ], + "match_options_id": [ + 4998 + ], + "max_elo": [ + 40 + ], + "min_elo": [ + 40 + ], + "pick_deadline": [ + 4498 + ], + "regions": [ + 80 + ], + "scheduled_at": [ + 4498 + ], + "team_1_id": [ + 4998 + ], + "team_2_id": [ + 4998 + ], + "updated_at": [ + 4498 + ], + "__typename": [ + 80 + ] + }, + "draft_games_max_order_by": { + "capacity": [ + 2951 + ], + "created_at": [ + 2951 + ], + "current_pick_lineup": [ + 2951 + ], + "expires_at": [ + 2951 + ], + "host_steam_id": [ + 2951 + ], + "id": [ + 2951 + ], + "invite_code": [ + 2951 + ], + "map_pool_id": [ + 2951 + ], + "match_id": [ + 2951 + ], + "match_options_id": [ + 2951 + ], + "max_elo": [ + 2951 + ], + "min_elo": [ + 2951 + ], + "pick_deadline": [ + 2951 + ], + "regions": [ + 2951 + ], + "scheduled_at": [ + 2951 + ], + "team_1_id": [ + 2951 + ], + "team_2_id": [ + 2951 + ], + "updated_at": [ + 2951 + ], + "__typename": [ + 80 ] }, "draft_games_min_fields": { "capacity": [ - 38 + 40 ], "created_at": [ - 4376 + 4498 ], "current_pick_lineup": [ - 38 + 40 ], "expires_at": [ - 4376 + 4498 ], "host_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "pick_deadline": [ - 4376 + 4498 ], "regions": [ - 78 + 80 ], "scheduled_at": [ - 4376 + 4498 ], "team_1_id": [ - 4921 + 4998 ], "team_2_id": [ - 4921 + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "draft_games_min_order_by": { "capacity": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "current_pick_lineup": [ - 2829 + 2951 ], "expires_at": [ - 2829 + 2951 ], "host_steam_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "invite_code": [ - 2829 + 2951 ], "map_pool_id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 ], "pick_deadline": [ - 2829 + 2951 ], "regions": [ - 2829 + 2951 ], "scheduled_at": [ - 2829 + 2951 ], "team_1_id": [ - 2829 + 2951 ], "team_2_id": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "draft_games_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 381 + 463 ], "__typename": [ - 78 + 80 ] }, "draft_games_obj_rel_insert_input": { "data": [ - 395 + 477 ], "on_conflict": [ - 402 + 484 ], "__typename": [ - 78 + 80 ] }, "draft_games_on_conflict": { "constraint": [ - 393 + 475 ], "update_columns": [ - 419 + 501 ], "where": [ - 392 + 474 ], "__typename": [ - 78 + 80 ] }, "draft_games_order_by": { "access": [ - 2829 + 2951 ], "capacity": [ - 2829 + 2951 ], "captain_selection": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "current_pick_lineup": [ - 2829 + 2951 ], "draft_order": [ - 2829 + 2951 ], "e_draft_game_captain_selection": [ - 460 + 582 ], "e_draft_game_draft_order": [ - 481 + 603 ], "e_draft_game_mode": [ - 502 + 624 ], "e_draft_game_status": [ - 544 + 666 ], "e_lobby_access": [ - 751 + 873 ], "expires_at": [ - 2829 + 2951 ], "host": [ - 3800 + 3922 ], "host_steam_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "inner_squad": [ - 2829 + 2951 ], "invite_code": [ - 2829 + 2951 ], "is_organizer": [ - 2829 + 2951 ], "map_pool": [ - 2154 + 2276 ], "map_pool_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 ], "mode": [ - 2829 + 2951 ], "options": [ - 2537 + 2659 ], "pattern": [ - 2829 + 2951 ], "pick_deadline": [ - 2829 + 2951 ], "picks_aggregate": [ - 298 + 380 ], "players_aggregate": [ - 343 + 425 ], "regions": [ - 2829 + 2951 ], "require_approval": [ - 2829 + 2951 ], "scheduled_at": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "team_1": [ - 4351 + 4473 ], "team_1_id": [ - 2829 + 2951 ], "team_2": [ - 4351 + 4473 ], "team_2_id": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "draft_games_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "draft_games_select_column": {}, @@ -8438,16366 +10660,16842 @@ export default { "draft_games_select_column_draft_games_aggregate_bool_exp_bool_or_arguments_columns": {}, "draft_games_set_input": { "access": [ - 743 + 865 ], "capacity": [ - 38 + 40 ], "captain_selection": [ - 452 + 574 ], "created_at": [ - 4376 + 4498 ], "current_pick_lineup": [ - 38 + 40 ], "draft_order": [ - 473 + 595 ], "expires_at": [ - 4376 + 4498 ], "host_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "inner_squad": [ - 3 + 5 ], "invite_code": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "mode": [ - 494 + 616 ], "pick_deadline": [ - 4376 + 4498 ], "regions": [ - 78 + 80 ], "require_approval": [ - 3 + 5 ], "scheduled_at": [ - 4376 + 4498 ], "status": [ - 536 + 658 ], "team_1_id": [ - 4921 + 4998 ], "team_2_id": [ - 4921 + 4998 ], "type": [ - 887 + 1009 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "draft_games_stddev_fields": { "capacity": [ - 29 + 31 ], "current_pick_lineup": [ - 29 + 31 ], "host_steam_id": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "draft_games_stddev_order_by": { "capacity": [ - 2829 + 2951 ], "current_pick_lineup": [ - 2829 + 2951 ], "host_steam_id": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "draft_games_stddev_pop_fields": { "capacity": [ - 29 + 31 ], "current_pick_lineup": [ - 29 + 31 ], "host_steam_id": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "draft_games_stddev_pop_order_by": { "capacity": [ - 2829 + 2951 ], "current_pick_lineup": [ - 2829 + 2951 ], "host_steam_id": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "draft_games_stddev_samp_fields": { "capacity": [ - 29 + 31 ], "current_pick_lineup": [ - 29 + 31 ], "host_steam_id": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "draft_games_stddev_samp_order_by": { "capacity": [ - 2829 + 2951 ], "current_pick_lineup": [ - 2829 + 2951 ], "host_steam_id": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "draft_games_stream_cursor_input": { "initial_value": [ - 416 + 498 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "draft_games_stream_cursor_value_input": { "access": [ - 743 + 865 ], "capacity": [ - 38 + 40 ], "captain_selection": [ - 452 + 574 ], "created_at": [ - 4376 + 4498 ], "current_pick_lineup": [ - 38 + 40 ], "draft_order": [ - 473 + 595 ], "expires_at": [ - 4376 + 4498 ], "host_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "inner_squad": [ - 3 + 5 ], "invite_code": [ - 4921 + 4998 ], "map_pool_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "mode": [ - 494 + 616 ], "pick_deadline": [ - 4376 + 4498 ], "regions": [ - 78 + 80 ], "require_approval": [ - 3 + 5 ], "scheduled_at": [ - 4376 + 4498 ], "status": [ - 536 + 658 ], "team_1_id": [ - 4921 + 4998 ], "team_2_id": [ - 4921 + 4998 ], "type": [ - 887 + 1009 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "draft_games_sum_fields": { "capacity": [ - 38 + 40 ], "current_pick_lineup": [ - 38 + 40 ], "host_steam_id": [ - 180 + 257 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "draft_games_sum_order_by": { "capacity": [ - 2829 + 2951 ], "current_pick_lineup": [ - 2829 + 2951 ], "host_steam_id": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "draft_games_update_column": {}, "draft_games_updates": { "_inc": [ - 394 + 476 ], "_set": [ - 408 + 490 ], "where": [ - 392 + 474 ], "__typename": [ - 78 + 80 ] }, "draft_games_var_pop_fields": { "capacity": [ - 29 + 31 ], "current_pick_lineup": [ - 29 + 31 ], "host_steam_id": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "draft_games_var_pop_order_by": { "capacity": [ - 2829 + 2951 ], "current_pick_lineup": [ - 2829 + 2951 ], "host_steam_id": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "draft_games_var_samp_fields": { "capacity": [ - 29 + 31 ], "current_pick_lineup": [ - 29 + 31 ], "host_steam_id": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "draft_games_var_samp_order_by": { "capacity": [ - 2829 + 2951 ], "current_pick_lineup": [ - 2829 + 2951 ], "host_steam_id": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "draft_games_variance_fields": { "capacity": [ - 29 + 31 ], "current_pick_lineup": [ - 29 + 31 ], "host_steam_id": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "draft_games_variance_order_by": { "capacity": [ - 2829 + 2951 ], "current_pick_lineup": [ - 2829 + 2951 ], "host_steam_id": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_aggregate": { + "aggregate": [ + 511 + ], + "nodes": [ + 509 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_aggregate_fields": { + "count": [ + 40, + { + "columns": [ + 523, + "[e_award_sources_select_column!]" + ], + "distinct": [ + 5 + ] + } + ], + "max": [ + 517 + ], + "min": [ + 518 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_bool_exp": { + "_and": [ + 512 + ], + "_not": [ + 512 + ], + "_or": [ + 512 + ], + "description": [ + 82 + ], + "value": [ + 82 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_constraint": {}, + "e_award_sources_enum": {}, + "e_award_sources_enum_comparison_exp": { + "_eq": [ + 514 + ], + "_in": [ + 514 + ], + "_is_null": [ + 5 + ], + "_neq": [ + 514 + ], + "_nin": [ + 514 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_insert_input": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_max_fields": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_min_fields": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_mutation_response": { + "affected_rows": [ + 40 + ], + "returning": [ + 509 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_on_conflict": { + "constraint": [ + 513 + ], + "update_columns": [ + 527 + ], + "where": [ + 512 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_order_by": { + "description": [ + 2951 + ], + "value": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_pk_columns_input": { + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_select_column": {}, + "e_award_sources_set_input": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_stream_cursor_input": { + "initial_value": [ + 526 + ], + "ordering": [ + 313 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_stream_cursor_value_input": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_sources_update_column": {}, + "e_award_sources_updates": { + "_set": [ + 524 + ], + "where": [ + 512 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_aggregate": { + "aggregate": [ + 531 + ], + "nodes": [ + 529 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_aggregate_fields": { + "count": [ + 40, + { + "columns": [ + 543, + "[e_award_tiers_select_column!]" + ], + "distinct": [ + 5 + ] + } + ], + "max": [ + 537 + ], + "min": [ + 538 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_bool_exp": { + "_and": [ + 532 + ], + "_not": [ + 532 + ], + "_or": [ + 532 + ], + "description": [ + 82 + ], + "value": [ + 82 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_constraint": {}, + "e_award_tiers_enum": {}, + "e_award_tiers_enum_comparison_exp": { + "_eq": [ + 534 + ], + "_in": [ + 534 + ], + "_is_null": [ + 5 + ], + "_neq": [ + 534 + ], + "_nin": [ + 534 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_insert_input": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_max_fields": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_min_fields": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_mutation_response": { + "affected_rows": [ + 40 + ], + "returning": [ + 529 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_on_conflict": { + "constraint": [ + 533 + ], + "update_columns": [ + 547 + ], + "where": [ + 532 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_order_by": { + "description": [ + 2951 + ], + "value": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_pk_columns_input": { + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_select_column": {}, + "e_award_tiers_set_input": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_stream_cursor_input": { + "initial_value": [ + 546 + ], + "ordering": [ + 313 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_stream_cursor_value_input": { + "description": [ + 80 + ], + "value": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "e_award_tiers_update_column": {}, + "e_award_tiers_updates": { + "_set": [ + 544 + ], + "where": [ + 532 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_aggregate": { "aggregate": [ - 429 + 551 ], "nodes": [ - 427 + 549 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 441, + 563, "[e_check_in_settings_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 435 + 557 ], "min": [ - 436 + 558 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_bool_exp": { "_and": [ - 430 + 552 ], "_not": [ - 430 + 552 ], "_or": [ - 430 + 552 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_constraint": {}, "e_check_in_settings_enum": {}, "e_check_in_settings_enum_comparison_exp": { "_eq": [ - 432 + 554 ], "_in": [ - 432 + 554 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 432 + 554 ], "_nin": [ - 432 + 554 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 427 + 549 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_on_conflict": { "constraint": [ - 431 + 553 ], "update_columns": [ - 445 + 567 ], "where": [ - 430 + 552 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_select_column": {}, "e_check_in_settings_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_stream_cursor_input": { "initial_value": [ - 444 + 566 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_check_in_settings_update_column": {}, "e_check_in_settings_updates": { "_set": [ - 442 + 564 ], "where": [ - 430 + 552 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_aggregate": { "aggregate": [ - 449 + 571 ], "nodes": [ - 447 + 569 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 462, + 584, "[e_draft_game_captain_selection_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 455 + 577 ], "min": [ - 456 + 578 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_bool_exp": { "_and": [ - 450 + 572 ], "_not": [ - 450 + 572 ], "_or": [ - 450 + 572 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_constraint": {}, "e_draft_game_captain_selection_enum": {}, "e_draft_game_captain_selection_enum_comparison_exp": { "_eq": [ - 452 + 574 ], "_in": [ - 452 + 574 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 452 + 574 ], "_nin": [ - 452 + 574 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 447 + 569 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_obj_rel_insert_input": { "data": [ - 454 + 576 ], "on_conflict": [ - 459 + 581 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_on_conflict": { "constraint": [ - 451 + 573 ], "update_columns": [ - 466 + 588 ], "where": [ - 450 + 572 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_select_column": {}, "e_draft_game_captain_selection_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_stream_cursor_input": { "initial_value": [ - 465 + 587 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_captain_selection_update_column": {}, "e_draft_game_captain_selection_updates": { "_set": [ - 463 + 585 ], "where": [ - 450 + 572 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_aggregate": { "aggregate": [ - 470 + 592 ], "nodes": [ - 468 + 590 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 483, + 605, "[e_draft_game_draft_order_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 476 + 598 ], "min": [ - 477 + 599 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_bool_exp": { "_and": [ - 471 + 593 ], "_not": [ - 471 + 593 ], "_or": [ - 471 + 593 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_constraint": {}, "e_draft_game_draft_order_enum": {}, "e_draft_game_draft_order_enum_comparison_exp": { "_eq": [ - 473 + 595 ], "_in": [ - 473 + 595 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 473 + 595 ], "_nin": [ - 473 + 595 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 468 + 590 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_obj_rel_insert_input": { "data": [ - 475 + 597 ], "on_conflict": [ - 480 + 602 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_on_conflict": { "constraint": [ - 472 + 594 ], "update_columns": [ - 487 + 609 ], "where": [ - 471 + 593 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_select_column": {}, "e_draft_game_draft_order_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_stream_cursor_input": { "initial_value": [ - 486 + 608 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_draft_order_update_column": {}, "e_draft_game_draft_order_updates": { "_set": [ - 484 + 606 ], "where": [ - 471 + 593 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_aggregate": { "aggregate": [ - 491 + 613 ], "nodes": [ - 489 + 611 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 504, + 626, "[e_draft_game_mode_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 497 + 619 ], "min": [ - 498 + 620 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_bool_exp": { "_and": [ - 492 + 614 ], "_not": [ - 492 + 614 ], "_or": [ - 492 + 614 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_constraint": {}, "e_draft_game_mode_enum": {}, "e_draft_game_mode_enum_comparison_exp": { "_eq": [ - 494 + 616 ], "_in": [ - 494 + 616 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 494 + 616 ], "_nin": [ - 494 + 616 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 489 + 611 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_obj_rel_insert_input": { "data": [ - 496 + 618 ], "on_conflict": [ - 501 + 623 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_on_conflict": { "constraint": [ - 493 + 615 ], "update_columns": [ - 508 + 630 ], "where": [ - 492 + 614 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_select_column": {}, "e_draft_game_mode_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_stream_cursor_input": { "initial_value": [ - 507 + 629 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_mode_update_column": {}, "e_draft_game_mode_updates": { "_set": [ - 505 + 627 ], "where": [ - 492 + 614 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_aggregate": { "aggregate": [ - 512 + 634 ], "nodes": [ - 510 + 632 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 525, + 647, "[e_draft_game_player_status_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 518 + 640 ], "min": [ - 519 + 641 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_bool_exp": { "_and": [ - 513 + 635 ], "_not": [ - 513 + 635 ], "_or": [ - 513 + 635 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_constraint": {}, "e_draft_game_player_status_enum": {}, "e_draft_game_player_status_enum_comparison_exp": { "_eq": [ - 515 + 637 ], "_in": [ - 515 + 637 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 515 + 637 ], "_nin": [ - 515 + 637 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 510 + 632 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_obj_rel_insert_input": { "data": [ - 517 + 639 ], "on_conflict": [ - 522 + 644 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_on_conflict": { "constraint": [ - 514 + 636 ], "update_columns": [ - 529 + 651 ], "where": [ - 513 + 635 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_select_column": {}, "e_draft_game_player_status_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_stream_cursor_input": { "initial_value": [ - 528 + 650 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_player_status_update_column": {}, "e_draft_game_player_status_updates": { "_set": [ - 526 + 648 ], "where": [ - 513 + 635 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_aggregate": { "aggregate": [ - 533 + 655 ], "nodes": [ - 531 + 653 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 546, + 668, "[e_draft_game_status_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 539 + 661 ], "min": [ - 540 + 662 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_bool_exp": { "_and": [ - 534 + 656 ], "_not": [ - 534 + 656 ], "_or": [ - 534 + 656 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_constraint": {}, "e_draft_game_status_enum": {}, "e_draft_game_status_enum_comparison_exp": { "_eq": [ - 536 + 658 ], "_in": [ - 536 + 658 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 536 + 658 ], "_nin": [ - 536 + 658 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 531 + 653 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_obj_rel_insert_input": { "data": [ - 538 + 660 ], "on_conflict": [ - 543 + 665 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_on_conflict": { "constraint": [ - 535 + 657 ], "update_columns": [ - 550 + 672 ], "where": [ - 534 + 656 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_select_column": {}, "e_draft_game_status_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_stream_cursor_input": { "initial_value": [ - 549 + 671 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_draft_game_status_update_column": {}, "e_draft_game_status_updates": { "_set": [ - 547 + 669 ], "where": [ - 534 + 656 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_aggregate": { "aggregate": [ - 554 + 676 ], "nodes": [ - 552 + 674 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 566, + 688, "[e_event_media_access_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 560 + 682 ], "min": [ - 561 + 683 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_bool_exp": { "_and": [ - 555 + 677 ], "_not": [ - 555 + 677 ], "_or": [ - 555 + 677 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_constraint": {}, "e_event_media_access_enum": {}, "e_event_media_access_enum_comparison_exp": { "_eq": [ - 557 + 679 ], "_in": [ - 557 + 679 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 557 + 679 ], "_nin": [ - 557 + 679 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 552 + 674 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_on_conflict": { "constraint": [ - 556 + 678 ], "update_columns": [ - 570 + 692 ], "where": [ - 555 + 677 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_select_column": {}, "e_event_media_access_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_stream_cursor_input": { "initial_value": [ - 569 + 691 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_media_access_update_column": {}, "e_event_media_access_updates": { "_set": [ - 567 + 689 ], "where": [ - 555 + 677 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_aggregate": { "aggregate": [ - 574 + 696 ], "nodes": [ - 572 + 694 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 586, + 708, "[e_event_visibility_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 580 + 702 ], "min": [ - 581 + 703 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_bool_exp": { "_and": [ - 575 + 697 ], "_not": [ - 575 + 697 ], "_or": [ - 575 + 697 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_constraint": {}, "e_event_visibility_enum": {}, "e_event_visibility_enum_comparison_exp": { "_eq": [ - 577 + 699 ], "_in": [ - 577 + 699 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 577 + 699 ], "_nin": [ - 577 + 699 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 572 + 694 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_on_conflict": { "constraint": [ - 576 + 698 ], "update_columns": [ - 590 + 712 ], "where": [ - 575 + 697 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_select_column": {}, "e_event_visibility_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_stream_cursor_input": { "initial_value": [ - 589 + 711 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_event_visibility_update_column": {}, "e_event_visibility_updates": { "_set": [ - 587 + 709 ], "where": [ - 575 + 697 ], "__typename": [ - 78 + 80 ] }, "e_friend_status": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_aggregate": { "aggregate": [ - 594 + 716 ], "nodes": [ - 592 + 714 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 607, + 729, "[e_friend_status_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 600 + 722 ], "min": [ - 601 + 723 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_bool_exp": { "_and": [ - 595 + 717 ], "_not": [ - 595 + 717 ], "_or": [ - 595 + 717 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_constraint": {}, "e_friend_status_enum": {}, "e_friend_status_enum_comparison_exp": { "_eq": [ - 597 + 719 ], "_in": [ - 597 + 719 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 597 + 719 ], "_nin": [ - 597 + 719 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 592 + 714 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_obj_rel_insert_input": { "data": [ - 599 + 721 ], "on_conflict": [ - 604 + 726 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_on_conflict": { "constraint": [ - 596 + 718 ], "update_columns": [ - 611 + 733 ], "where": [ - 595 + 717 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_select_column": {}, "e_friend_status_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_stream_cursor_input": { "initial_value": [ - 610 + 732 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_friend_status_update_column": {}, "e_friend_status_updates": { "_set": [ - 608 + 730 ], "where": [ - 595 + 717 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_aggregate": { "aggregate": [ - 615 + 737 ], "nodes": [ - 613 + 735 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 627, + 749, "[e_game_cfg_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 621 + 743 ], "min": [ - 622 + 744 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_bool_exp": { "_and": [ - 616 + 738 ], "_not": [ - 616 + 738 ], "_or": [ - 616 + 738 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_constraint": {}, "e_game_cfg_types_enum": {}, "e_game_cfg_types_enum_comparison_exp": { "_eq": [ - 618 + 740 ], "_in": [ - 618 + 740 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 618 + 740 ], "_nin": [ - 618 + 740 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 613 + 735 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_on_conflict": { "constraint": [ - 617 + 739 ], "update_columns": [ - 631 + 753 ], "where": [ - 616 + 738 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_select_column": {}, "e_game_cfg_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_stream_cursor_input": { "initial_value": [ - 630 + 752 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_cfg_types_update_column": {}, "e_game_cfg_types_updates": { "_set": [ - 628 + 750 ], "where": [ - 616 + 738 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_aggregate": { "aggregate": [ - 635 + 757 ], "nodes": [ - 633 + 755 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 648, + 770, "[e_game_server_node_statuses_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 641 + 763 ], "min": [ - 642 + 764 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_bool_exp": { "_and": [ - 636 + 758 ], "_not": [ - 636 + 758 ], "_or": [ - 636 + 758 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_constraint": {}, "e_game_server_node_statuses_enum": {}, "e_game_server_node_statuses_enum_comparison_exp": { "_eq": [ - 638 + 760 ], "_in": [ - 638 + 760 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 638 + 760 ], "_nin": [ - 638 + 760 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 633 + 755 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_obj_rel_insert_input": { "data": [ - 640 + 762 ], "on_conflict": [ - 645 + 767 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_on_conflict": { "constraint": [ - 637 + 759 ], "update_columns": [ - 652 + 774 ], "where": [ - 636 + 758 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_select_column": {}, "e_game_server_node_statuses_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_stream_cursor_input": { "initial_value": [ - 651 + 773 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_game_server_node_statuses_update_column": {}, "e_game_server_node_statuses_updates": { "_set": [ - 649 + 771 ], "where": [ - 636 + 758 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_aggregate": { "aggregate": [ - 656 + 778 ], "nodes": [ - 654 + 776 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 669, + 791, "[e_league_movement_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 662 + 784 ], "min": [ - 663 + 785 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_bool_exp": { "_and": [ - 657 + 779 ], "_not": [ - 657 + 779 ], "_or": [ - 657 + 779 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_constraint": {}, "e_league_movement_types_enum": {}, "e_league_movement_types_enum_comparison_exp": { "_eq": [ - 659 + 781 ], "_in": [ - 659 + 781 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 659 + 781 ], "_nin": [ - 659 + 781 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 654 + 776 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_obj_rel_insert_input": { "data": [ - 661 + 783 ], "on_conflict": [ - 666 + 788 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_on_conflict": { "constraint": [ - 658 + 780 ], "update_columns": [ - 673 + 795 ], "where": [ - 657 + 779 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_select_column": {}, "e_league_movement_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_stream_cursor_input": { "initial_value": [ - 672 + 794 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_movement_types_update_column": {}, "e_league_movement_types_updates": { "_set": [ - 670 + 792 ], "where": [ - 657 + 779 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_aggregate": { "aggregate": [ - 677 + 799 ], "nodes": [ - 675 + 797 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 690, + 812, "[e_league_proposal_statuses_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 683 + 805 ], "min": [ - 684 + 806 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_bool_exp": { "_and": [ - 678 + 800 ], "_not": [ - 678 + 800 ], "_or": [ - 678 + 800 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_constraint": {}, "e_league_proposal_statuses_enum": {}, "e_league_proposal_statuses_enum_comparison_exp": { "_eq": [ - 680 + 802 ], "_in": [ - 680 + 802 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 680 + 802 ], "_nin": [ - 680 + 802 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 675 + 797 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_obj_rel_insert_input": { "data": [ - 682 + 804 ], "on_conflict": [ - 687 + 809 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_on_conflict": { "constraint": [ - 679 + 801 ], "update_columns": [ - 694 + 816 ], "where": [ - 678 + 800 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_select_column": {}, "e_league_proposal_statuses_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_stream_cursor_input": { "initial_value": [ - 693 + 815 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_proposal_statuses_update_column": {}, "e_league_proposal_statuses_updates": { "_set": [ - 691 + 813 ], "where": [ - 678 + 800 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_aggregate": { "aggregate": [ - 698 + 820 ], "nodes": [ - 696 + 818 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 711, + 833, "[e_league_registration_statuses_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 704 + 826 ], "min": [ - 705 + 827 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_bool_exp": { "_and": [ - 699 + 821 ], "_not": [ - 699 + 821 ], "_or": [ - 699 + 821 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_constraint": {}, "e_league_registration_statuses_enum": {}, "e_league_registration_statuses_enum_comparison_exp": { "_eq": [ - 701 + 823 ], "_in": [ - 701 + 823 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 701 + 823 ], "_nin": [ - 701 + 823 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 696 + 818 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_obj_rel_insert_input": { "data": [ - 703 + 825 ], "on_conflict": [ - 708 + 830 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_on_conflict": { "constraint": [ - 700 + 822 ], "update_columns": [ - 715 + 837 ], "where": [ - 699 + 821 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_select_column": {}, "e_league_registration_statuses_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_stream_cursor_input": { "initial_value": [ - 714 + 836 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_registration_statuses_update_column": {}, "e_league_registration_statuses_updates": { "_set": [ - 712 + 834 ], "where": [ - 699 + 821 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_aggregate": { "aggregate": [ - 719 + 841 ], "nodes": [ - 717 + 839 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 732, + 854, "[e_league_season_statuses_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 725 + 847 ], "min": [ - 726 + 848 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_bool_exp": { "_and": [ - 720 + 842 ], "_not": [ - 720 + 842 ], "_or": [ - 720 + 842 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_constraint": {}, "e_league_season_statuses_enum": {}, "e_league_season_statuses_enum_comparison_exp": { "_eq": [ - 722 + 844 ], "_in": [ - 722 + 844 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 722 + 844 ], "_nin": [ - 722 + 844 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 717 + 839 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_obj_rel_insert_input": { "data": [ - 724 + 846 ], "on_conflict": [ - 729 + 851 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_on_conflict": { "constraint": [ - 721 + 843 ], "update_columns": [ - 736 + 858 ], "where": [ - 720 + 842 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_select_column": {}, "e_league_season_statuses_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_stream_cursor_input": { "initial_value": [ - 735 + 857 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_league_season_statuses_update_column": {}, "e_league_season_statuses_updates": { "_set": [ - 733 + 855 ], "where": [ - 720 + 842 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_aggregate": { "aggregate": [ - 740 + 862 ], "nodes": [ - 738 + 860 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 753, + 875, "[e_lobby_access_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 746 + 868 ], "min": [ - 747 + 869 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_bool_exp": { "_and": [ - 741 + 863 ], "_not": [ - 741 + 863 ], "_or": [ - 741 + 863 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_constraint": {}, "e_lobby_access_enum": {}, "e_lobby_access_enum_comparison_exp": { "_eq": [ - 743 + 865 ], "_in": [ - 743 + 865 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 743 + 865 ], "_nin": [ - 743 + 865 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 738 + 860 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_obj_rel_insert_input": { "data": [ - 745 + 867 ], "on_conflict": [ - 750 + 872 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_on_conflict": { "constraint": [ - 742 + 864 ], "update_columns": [ - 757 + 879 ], "where": [ - 741 + 863 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_select_column": {}, "e_lobby_access_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_stream_cursor_input": { "initial_value": [ - 756 + 878 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_access_update_column": {}, "e_lobby_access_updates": { "_set": [ - 754 + 876 ], "where": [ - 741 + 863 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_aggregate": { "aggregate": [ - 761 + 883 ], "nodes": [ - 759 + 881 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 773, + 895, "[e_lobby_player_status_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 767 + 889 ], "min": [ - 768 + 890 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_bool_exp": { "_and": [ - 762 + 884 ], "_not": [ - 762 + 884 ], "_or": [ - 762 + 884 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_constraint": {}, "e_lobby_player_status_enum": {}, "e_lobby_player_status_enum_comparison_exp": { "_eq": [ - 764 + 886 ], "_in": [ - 764 + 886 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 764 + 886 ], "_nin": [ - 764 + 886 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 759 + 881 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_on_conflict": { "constraint": [ - 763 + 885 ], "update_columns": [ - 777 + 899 ], "where": [ - 762 + 884 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_select_column": {}, "e_lobby_player_status_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_stream_cursor_input": { "initial_value": [ - 776 + 898 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_lobby_player_status_update_column": {}, "e_lobby_player_status_updates": { "_set": [ - 774 + 896 ], "where": [ - 762 + 884 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_aggregate": { "aggregate": [ - 781 + 903 ], "nodes": [ - 779 + 901 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 794, + 916, "[e_map_pool_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 787 + 909 ], "min": [ - 788 + 910 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_bool_exp": { "_and": [ - 782 + 904 ], "_not": [ - 782 + 904 ], "_or": [ - 782 + 904 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_constraint": {}, "e_map_pool_types_enum": {}, "e_map_pool_types_enum_comparison_exp": { "_eq": [ - 784 + 906 ], "_in": [ - 784 + 906 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 784 + 906 ], "_nin": [ - 784 + 906 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 779 + 901 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_obj_rel_insert_input": { "data": [ - 786 + 908 ], "on_conflict": [ - 791 + 913 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_on_conflict": { "constraint": [ - 783 + 905 ], "update_columns": [ - 798 + 920 ], "where": [ - 782 + 904 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_select_column": {}, "e_map_pool_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_stream_cursor_input": { "initial_value": [ - 797 + 919 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_map_pool_types_update_column": {}, "e_map_pool_types_updates": { "_set": [ - 795 + 917 ], "where": [ - 782 + 904 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility": { "description": [ - 78 + 80 ], "match_clips": [ - 2191, + 2313, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "match_clips_aggregate": [ - 2192, + 2314, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_aggregate": { "aggregate": [ - 802 + 924 ], "nodes": [ - 800 + 922 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 814, + 936, "[e_match_clip_visibility_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 808 + 930 ], "min": [ - 809 + 931 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_bool_exp": { "_and": [ - 803 + 925 ], "_not": [ - 803 + 925 ], "_or": [ - 803 + 925 ], "description": [ - 80 + 82 ], "match_clips": [ - 2200 + 2322 ], "match_clips_aggregate": [ - 2193 + 2315 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_constraint": {}, "e_match_clip_visibility_enum": {}, "e_match_clip_visibility_enum_comparison_exp": { "_eq": [ - 805 + 927 ], "_in": [ - 805 + 927 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 805 + 927 ], "_nin": [ - 805 + 927 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_insert_input": { "description": [ - 78 + 80 ], "match_clips": [ - 2197 + 2319 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 800 + 922 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_on_conflict": { "constraint": [ - 804 + 926 ], "update_columns": [ - 818 + 940 ], "where": [ - 803 + 925 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_order_by": { "description": [ - 2829 + 2951 ], "match_clips_aggregate": [ - 2196 + 2318 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_select_column": {}, "e_match_clip_visibility_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_stream_cursor_input": { "initial_value": [ - 817 + 939 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_clip_visibility_update_column": {}, "e_match_clip_visibility_updates": { "_set": [ - 815 + 937 ], "where": [ - 803 + 925 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status": { "description": [ - 78 + 80 ], "match_maps": [ - 2482, + 2604, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_maps_aggregate": [ - 2483, + 2605, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_aggregate": { "aggregate": [ - 822 + 944 ], "nodes": [ - 820 + 942 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 835, + 957, "[e_match_map_status_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 828 + 950 ], "min": [ - 829 + 951 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_bool_exp": { "_and": [ - 823 + 945 ], "_not": [ - 823 + 945 ], "_or": [ - 823 + 945 ], "description": [ - 80 + 82 ], "match_maps": [ - 2491 + 2613 ], "match_maps_aggregate": [ - 2484 + 2606 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_constraint": {}, "e_match_map_status_enum": {}, "e_match_map_status_enum_comparison_exp": { "_eq": [ - 825 + 947 ], "_in": [ - 825 + 947 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 825 + 947 ], "_nin": [ - 825 + 947 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_insert_input": { "description": [ - 78 + 80 ], "match_maps": [ - 2488 + 2610 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 820 + 942 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_obj_rel_insert_input": { "data": [ - 827 + 949 ], "on_conflict": [ - 832 + 954 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_on_conflict": { "constraint": [ - 824 + 946 ], "update_columns": [ - 839 + 961 ], "where": [ - 823 + 945 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_order_by": { "description": [ - 2829 + 2951 ], "match_maps_aggregate": [ - 2487 + 2609 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_select_column": {}, "e_match_map_status_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_stream_cursor_input": { "initial_value": [ - 838 + 960 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_map_status_update_column": {}, "e_match_map_status_updates": { "_set": [ - 836 + 958 ], "where": [ - 823 + 945 ], "__typename": [ - 78 + 80 ] }, "e_match_mode": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_aggregate": { "aggregate": [ - 843 + 965 ], "nodes": [ - 841 + 963 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 855, + 977, "[e_match_mode_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 849 + 971 ], "min": [ - 850 + 972 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_bool_exp": { "_and": [ - 844 + 966 ], "_not": [ - 844 + 966 ], "_or": [ - 844 + 966 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_constraint": {}, "e_match_mode_enum": {}, "e_match_mode_enum_comparison_exp": { "_eq": [ - 846 + 968 ], "_in": [ - 846 + 968 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 846 + 968 ], "_nin": [ - 846 + 968 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 841 + 963 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_on_conflict": { "constraint": [ - 845 + 967 ], "update_columns": [ - 859 + 981 ], "where": [ - 844 + 966 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_select_column": {}, "e_match_mode_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_stream_cursor_input": { "initial_value": [ - 858 + 980 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_mode_update_column": {}, "e_match_mode_updates": { "_set": [ - 856 + 978 ], "where": [ - 844 + 966 ], "__typename": [ - 78 + 80 ] }, "e_match_status": { "description": [ - 78 + 80 ], "matches": [ - 2644, + 2766, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "matches_aggregate": [ - 2645, + 2767, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_status_aggregate": { "aggregate": [ - 863 + 985 ], "nodes": [ - 861 + 983 ], "__typename": [ - 78 + 80 ] }, "e_match_status_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 876, + 998, "[e_match_status_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 869 + 991 ], "min": [ - 870 + 992 ], "__typename": [ - 78 + 80 ] }, "e_match_status_bool_exp": { "_and": [ - 864 + 986 ], "_not": [ - 864 + 986 ], "_or": [ - 864 + 986 ], "description": [ - 80 + 82 ], "matches": [ - 2653 + 2775 ], "matches_aggregate": [ - 2646 + 2768 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_match_status_constraint": {}, "e_match_status_enum": {}, "e_match_status_enum_comparison_exp": { "_eq": [ - 866 + 988 ], "_in": [ - 866 + 988 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 866 + 988 ], "_nin": [ - 866 + 988 ], "__typename": [ - 78 + 80 ] }, "e_match_status_insert_input": { "description": [ - 78 + 80 ], "matches": [ - 2650 + 2772 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_status_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_status_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_status_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 861 + 983 ], "__typename": [ - 78 + 80 ] }, "e_match_status_obj_rel_insert_input": { "data": [ - 868 + 990 ], "on_conflict": [ - 873 + 995 ], "__typename": [ - 78 + 80 ] }, "e_match_status_on_conflict": { "constraint": [ - 865 + 987 ], "update_columns": [ - 880 + 1002 ], "where": [ - 864 + 986 ], "__typename": [ - 78 + 80 ] }, "e_match_status_order_by": { "description": [ - 2829 + 2951 ], "matches_aggregate": [ - 2649 + 2771 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_match_status_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_status_select_column": {}, "e_match_status_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_status_stream_cursor_input": { "initial_value": [ - 879 + 1001 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_match_status_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_status_update_column": {}, "e_match_status_updates": { "_set": [ - 877 + 999 ], "where": [ - 864 + 986 ], "__typename": [ - 78 + 80 ] }, "e_match_types": { "description": [ - 78 + 80 ], "maps": [ - 2162, + 2284, { "distinct_on": [ - 2183, + 2305, "[maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2181, + 2303, "[maps_order_by!]" ], "where": [ - 2171 + 2293 ] } ], "maps_aggregate": [ - 2163, + 2285, { "distinct_on": [ - 2183, + 2305, "[maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2181, + 2303, "[maps_order_by!]" ], "where": [ - 2171 + 2293 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_types_aggregate": { "aggregate": [ - 884 + 1006 ], "nodes": [ - 882 + 1004 ], "__typename": [ - 78 + 80 ] }, "e_match_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 897, + 1019, "[e_match_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 890 + 1012 ], "min": [ - 891 + 1013 ], "__typename": [ - 78 + 80 ] }, "e_match_types_bool_exp": { "_and": [ - 885 + 1007 ], "_not": [ - 885 + 1007 ], "_or": [ - 885 + 1007 ], "description": [ - 80 + 82 ], "maps": [ - 2171 + 2293 ], "maps_aggregate": [ - 2164 + 2286 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_match_types_constraint": {}, "e_match_types_enum": {}, "e_match_types_enum_comparison_exp": { "_eq": [ - 887 + 1009 ], "_in": [ - 887 + 1009 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 887 + 1009 ], "_nin": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "e_match_types_insert_input": { "description": [ - 78 + 80 ], "maps": [ - 2170 + 2292 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 882 + 1004 ], "__typename": [ - 78 + 80 ] }, "e_match_types_obj_rel_insert_input": { "data": [ - 889 + 1011 ], "on_conflict": [ - 894 + 1016 ], "__typename": [ - 78 + 80 ] }, "e_match_types_on_conflict": { "constraint": [ - 886 + 1008 ], "update_columns": [ - 901 + 1023 ], "where": [ - 885 + 1007 ], "__typename": [ - 78 + 80 ] }, "e_match_types_order_by": { "description": [ - 2829 + 2951 ], "maps_aggregate": [ - 2169 + 2291 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_match_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_types_select_column": {}, "e_match_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_types_stream_cursor_input": { "initial_value": [ - 900 + 1022 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_match_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_match_types_update_column": {}, "e_match_types_updates": { "_set": [ - 898 + 1020 ], "where": [ - 885 + 1007 ], "__typename": [ - 78 + 80 ] }, "e_notification_types": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_aggregate": { "aggregate": [ - 905 + 1027 ], "nodes": [ - 903 + 1025 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 917, + 1039, "[e_notification_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 911 + 1033 ], "min": [ - 912 + 1034 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_bool_exp": { "_and": [ - 906 + 1028 ], "_not": [ - 906 + 1028 ], "_or": [ - 906 + 1028 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_constraint": {}, "e_notification_types_enum": {}, "e_notification_types_enum_comparison_exp": { "_eq": [ - 908 + 1030 ], "_in": [ - 908 + 1030 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 908 + 1030 ], "_nin": [ - 908 + 1030 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 903 + 1025 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_on_conflict": { "constraint": [ - 907 + 1029 ], "update_columns": [ - 921 + 1043 ], "where": [ - 906 + 1028 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_select_column": {}, "e_notification_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_stream_cursor_input": { "initial_value": [ - 920 + 1042 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_notification_types_update_column": {}, "e_notification_types_updates": { "_set": [ - 918 + 1040 ], "where": [ - 906 + 1028 ], "__typename": [ - 78 + 80 ] }, "e_objective_types": { "description": [ - 78 + 80 ], "player_objectives": [ - 3385, + 3507, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "player_objectives_aggregate": [ - 3386, + 3508, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_aggregate": { "aggregate": [ - 925 + 1047 ], "nodes": [ - 923 + 1045 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 937, + 1059, "[e_objective_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 931 + 1053 ], "min": [ - 932 + 1054 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_bool_exp": { "_and": [ - 926 + 1048 ], "_not": [ - 926 + 1048 ], "_or": [ - 926 + 1048 ], "description": [ - 80 + 82 ], "player_objectives": [ - 3394 + 3516 ], "player_objectives_aggregate": [ - 3387 + 3509 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_constraint": {}, "e_objective_types_enum": {}, "e_objective_types_enum_comparison_exp": { "_eq": [ - 928 + 1050 ], "_in": [ - 928 + 1050 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 928 + 1050 ], "_nin": [ - 928 + 1050 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_insert_input": { "description": [ - 78 + 80 ], "player_objectives": [ - 3391 + 3513 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 923 + 1045 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_on_conflict": { "constraint": [ - 927 + 1049 ], "update_columns": [ - 941 + 1063 ], "where": [ - 926 + 1048 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_order_by": { "description": [ - 2829 + 2951 ], "player_objectives_aggregate": [ - 3390 + 3512 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_select_column": {}, "e_objective_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_stream_cursor_input": { "initial_value": [ - 940 + 1062 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_objective_types_update_column": {}, "e_objective_types_updates": { "_set": [ - 938 + 1060 ], "where": [ - 926 + 1048 ], "__typename": [ - 78 + 80 ] }, "e_player_roles": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_aggregate": { "aggregate": [ - 945 + 1067 ], "nodes": [ - 943 + 1065 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 957, + 1079, "[e_player_roles_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 951 + 1073 ], "min": [ - 952 + 1074 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_bool_exp": { "_and": [ - 946 + 1068 ], "_not": [ - 946 + 1068 ], "_or": [ - 946 + 1068 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_constraint": {}, "e_player_roles_enum": {}, "e_player_roles_enum_comparison_exp": { "_eq": [ - 948 + 1070 ], "_in": [ - 948 + 1070 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 948 + 1070 ], "_nin": [ - 948 + 1070 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 943 + 1065 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_on_conflict": { "constraint": [ - 947 + 1069 ], "update_columns": [ - 961 + 1083 ], "where": [ - 946 + 1068 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_select_column": {}, "e_player_roles_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_stream_cursor_input": { "initial_value": [ - 960 + 1082 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_player_roles_update_column": {}, "e_player_roles_updates": { "_set": [ - 958 + 1080 ], "where": [ - 946 + 1068 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_aggregate": { "aggregate": [ - 965 + 1087 ], "nodes": [ - 963 + 1085 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 977, + 1099, "[e_plugin_runtimes_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 971 + 1093 ], "min": [ - 972 + 1094 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_bool_exp": { "_and": [ - 966 + 1088 ], "_not": [ - 966 + 1088 ], "_or": [ - 966 + 1088 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_constraint": {}, "e_plugin_runtimes_enum": {}, "e_plugin_runtimes_enum_comparison_exp": { "_eq": [ - 968 + 1090 ], "_in": [ - 968 + 1090 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 968 + 1090 ], "_nin": [ - 968 + 1090 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 963 + 1085 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_on_conflict": { "constraint": [ - 967 + 1089 ], "update_columns": [ - 981 + 1103 ], "where": [ - 966 + 1088 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_select_column": {}, "e_plugin_runtimes_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_stream_cursor_input": { "initial_value": [ - 980 + 1102 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_plugin_runtimes_update_column": {}, "e_plugin_runtimes_updates": { "_set": [ - 978 + 1100 ], "where": [ - 966 + 1088 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_aggregate": { "aggregate": [ - 985 + 1107 ], "nodes": [ - 983 + 1105 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 997, + 1119, "[e_ready_settings_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 991 + 1113 ], "min": [ - 992 + 1114 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_bool_exp": { "_and": [ - 986 + 1108 ], "_not": [ - 986 + 1108 ], "_or": [ - 986 + 1108 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_constraint": {}, "e_ready_settings_enum": {}, "e_ready_settings_enum_comparison_exp": { "_eq": [ - 988 + 1110 ], "_in": [ - 988 + 1110 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 988 + 1110 ], "_nin": [ - 988 + 1110 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 983 + 1105 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_on_conflict": { "constraint": [ - 987 + 1109 ], "update_columns": [ - 1001 + 1123 ], "where": [ - 986 + 1108 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_select_column": {}, "e_ready_settings_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_stream_cursor_input": { "initial_value": [ - 1000 + 1122 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_ready_settings_update_column": {}, "e_ready_settings_updates": { "_set": [ - 998 + 1120 ], "where": [ - 986 + 1108 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_aggregate": { "aggregate": [ - 1005 + 1127 ], "nodes": [ - 1003 + 1125 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1018, + 1140, "[e_sanction_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1011 + 1133 ], "min": [ - 1012 + 1134 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_bool_exp": { "_and": [ - 1006 + 1128 ], "_not": [ - 1006 + 1128 ], "_or": [ - 1006 + 1128 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_constraint": {}, "e_sanction_types_enum": {}, "e_sanction_types_enum_comparison_exp": { "_eq": [ - 1008 + 1130 ], "_in": [ - 1008 + 1130 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1008 + 1130 ], "_nin": [ - 1008 + 1130 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1003 + 1125 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_obj_rel_insert_input": { "data": [ - 1010 + 1132 ], "on_conflict": [ - 1015 + 1137 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_on_conflict": { "constraint": [ - 1007 + 1129 ], "update_columns": [ - 1022 + 1144 ], "where": [ - 1006 + 1128 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_select_column": {}, "e_sanction_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_stream_cursor_input": { "initial_value": [ - 1021 + 1143 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sanction_types_update_column": {}, "e_sanction_types_updates": { "_set": [ - 1019 + 1141 ], "where": [ - 1006 + 1128 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses": { "description": [ - 78 + 80 ], "scrim_requests": [ - 4228, + 4350, { "distinct_on": [ - 4252, + 4374, "[team_scrim_requests_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4250, + 4372, "[team_scrim_requests_order_by!]" ], "where": [ - 4239 + 4361 ] } ], "scrim_requests_aggregate": [ - 4229, + 4351, { "distinct_on": [ - 4252, + 4374, "[team_scrim_requests_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4250, + 4372, "[team_scrim_requests_order_by!]" ], "where": [ - 4239 + 4361 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_aggregate": { "aggregate": [ - 1026 + 1148 ], "nodes": [ - 1024 + 1146 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1038, + 1160, "[e_scrim_request_statuses_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1032 + 1154 ], "min": [ - 1033 + 1155 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_bool_exp": { "_and": [ - 1027 + 1149 ], "_not": [ - 1027 + 1149 ], "_or": [ - 1027 + 1149 ], "description": [ - 80 + 82 ], "scrim_requests": [ - 4239 + 4361 ], "scrim_requests_aggregate": [ - 4230 + 4352 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_constraint": {}, "e_scrim_request_statuses_enum": {}, "e_scrim_request_statuses_enum_comparison_exp": { "_eq": [ - 1029 + 1151 ], "_in": [ - 1029 + 1151 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1029 + 1151 ], "_nin": [ - 1029 + 1151 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_insert_input": { "description": [ - 78 + 80 ], "scrim_requests": [ - 4236 + 4358 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1024 + 1146 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_on_conflict": { "constraint": [ - 1028 + 1150 ], "update_columns": [ - 1042 + 1164 ], "where": [ - 1027 + 1149 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_order_by": { "description": [ - 2829 + 2951 ], "scrim_requests_aggregate": [ - 4235 + 4357 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_select_column": {}, "e_scrim_request_statuses_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_stream_cursor_input": { "initial_value": [ - 1041 + 1163 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_scrim_request_statuses_update_column": {}, "e_scrim_request_statuses_updates": { "_set": [ - 1039 + 1161 ], "where": [ - 1027 + 1149 ], "__typename": [ - 78 + 80 ] }, "e_server_types": { "description": [ - 78 + 80 ], "servers": [ - 3901, + 4023, { "distinct_on": [ - 3925, + 4047, "[servers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3923, + 4045, "[servers_order_by!]" ], "where": [ - 3912 + 4034 ] } ], "servers_aggregate": [ - 3902, + 4024, { "distinct_on": [ - 3925, + 4047, "[servers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3923, + 4045, "[servers_order_by!]" ], "where": [ - 3912 + 4034 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_server_types_aggregate": { "aggregate": [ - 1046 + 1168 ], "nodes": [ - 1044 + 1166 ], "__typename": [ - 78 + 80 ] }, "e_server_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1058, + 1180, "[e_server_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1052 + 1174 ], "min": [ - 1053 + 1175 ], "__typename": [ - 78 + 80 ] }, "e_server_types_bool_exp": { "_and": [ - 1047 + 1169 ], "_not": [ - 1047 + 1169 ], "_or": [ - 1047 + 1169 ], "description": [ - 80 + 82 ], "servers": [ - 3912 + 4034 ], "servers_aggregate": [ - 3903 + 4025 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_server_types_constraint": {}, "e_server_types_enum": {}, "e_server_types_enum_comparison_exp": { "_eq": [ - 1049 + 1171 ], "_in": [ - 1049 + 1171 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1049 + 1171 ], "_nin": [ - 1049 + 1171 ], "__typename": [ - 78 + 80 ] }, "e_server_types_insert_input": { "description": [ - 78 + 80 ], "servers": [ - 3909 + 4031 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_server_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_server_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_server_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1044 + 1166 ], "__typename": [ - 78 + 80 ] }, "e_server_types_on_conflict": { "constraint": [ - 1048 + 1170 ], "update_columns": [ - 1062 + 1184 ], "where": [ - 1047 + 1169 ], "__typename": [ - 78 + 80 ] }, "e_server_types_order_by": { "description": [ - 2829 + 2951 ], "servers_aggregate": [ - 3908 + 4030 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_server_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_server_types_select_column": {}, "e_server_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_server_types_stream_cursor_input": { "initial_value": [ - 1061 + 1183 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_server_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_server_types_update_column": {}, "e_server_types_updates": { "_set": [ - 1059 + 1181 ], "where": [ - 1047 + 1169 ], "__typename": [ - 78 + 80 ] }, "e_sides": { "description": [ - 78 + 80 ], "match_map_lineup_1": [ - 2482, + 2604, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_map_lineup_1_aggregate": [ - 2483, + 2605, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_map_lineup_2": [ - 2482, + 2604, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_map_lineup_2_aggregate": [ - 2483, + 2605, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sides_aggregate": { "aggregate": [ - 1066 + 1188 ], "nodes": [ - 1064 + 1186 ], "__typename": [ - 78 + 80 ] }, "e_sides_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1078, + 1200, "[e_sides_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1072 + 1194 ], "min": [ - 1073 + 1195 ], "__typename": [ - 78 + 80 ] }, "e_sides_bool_exp": { "_and": [ - 1067 + 1189 ], "_not": [ - 1067 + 1189 ], "_or": [ - 1067 + 1189 ], "description": [ - 80 + 82 ], "match_map_lineup_1": [ - 2491 + 2613 ], "match_map_lineup_1_aggregate": [ - 2484 + 2606 ], "match_map_lineup_2": [ - 2491 + 2613 ], "match_map_lineup_2_aggregate": [ - 2484 + 2606 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_sides_constraint": {}, "e_sides_enum": {}, "e_sides_enum_comparison_exp": { "_eq": [ - 1069 + 1191 ], "_in": [ - 1069 + 1191 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1069 + 1191 ], "_nin": [ - 1069 + 1191 ], "__typename": [ - 78 + 80 ] }, "e_sides_insert_input": { "description": [ - 78 + 80 ], "match_map_lineup_1": [ - 2488 + 2610 ], "match_map_lineup_2": [ - 2488 + 2610 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sides_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sides_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sides_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1064 + 1186 ], "__typename": [ - 78 + 80 ] }, "e_sides_on_conflict": { "constraint": [ - 1068 + 1190 ], "update_columns": [ - 1082 + 1204 ], "where": [ - 1067 + 1189 ], "__typename": [ - 78 + 80 ] }, "e_sides_order_by": { "description": [ - 2829 + 2951 ], "match_map_lineup_1_aggregate": [ - 2487 + 2609 ], "match_map_lineup_2_aggregate": [ - 2487 + 2609 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_sides_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sides_select_column": {}, "e_sides_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sides_stream_cursor_input": { "initial_value": [ - 1081 + 1203 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_sides_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_sides_update_column": {}, "e_sides_updates": { "_set": [ - 1079 + 1201 ], "where": [ - 1067 + 1189 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_aggregate": { "aggregate": [ - 1086 + 1208 ], "nodes": [ - 1084 + 1206 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1098, + 1220, "[e_system_alert_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1092 + 1214 ], "min": [ - 1093 + 1215 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_bool_exp": { "_and": [ - 1087 + 1209 ], "_not": [ - 1087 + 1209 ], "_or": [ - 1087 + 1209 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_constraint": {}, "e_system_alert_types_enum": {}, "e_system_alert_types_enum_comparison_exp": { "_eq": [ - 1089 + 1211 ], "_in": [ - 1089 + 1211 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1089 + 1211 ], "_nin": [ - 1089 + 1211 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1084 + 1206 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_on_conflict": { "constraint": [ - 1088 + 1210 ], "update_columns": [ - 1102 + 1224 ], "where": [ - 1087 + 1209 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_select_column": {}, "e_system_alert_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_stream_cursor_input": { "initial_value": [ - 1101 + 1223 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_system_alert_types_update_column": {}, "e_system_alert_types_updates": { "_set": [ - 1099 + 1221 ], "where": [ - 1087 + 1209 ], "__typename": [ - 78 + 80 ] }, "e_team_roles": { "description": [ - 78 + 80 ], "team_rosters": [ - 4087, + 4209, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "team_rosters_aggregate": [ - 4088, + 4210, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "tournament_team_rosters": [ - 4687, + 4851, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 + 4860 ] } ], "tournament_team_rosters_aggregate": [ - 4688, + 4852, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 + 4860 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_aggregate": { "aggregate": [ - 1106 + 1228 ], "nodes": [ - 1104 + 1226 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1119, + 1241, "[e_team_roles_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1112 + 1234 ], "min": [ - 1113 + 1235 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_bool_exp": { "_and": [ - 1107 + 1229 ], "_not": [ - 1107 + 1229 ], "_or": [ - 1107 + 1229 ], "description": [ - 80 + 82 ], "team_rosters": [ - 4098 + 4220 ], "team_rosters_aggregate": [ - 4089 + 4211 ], "tournament_team_rosters": [ - 4696 + 4860 ], "tournament_team_rosters_aggregate": [ - 4689 + 4853 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_constraint": {}, "e_team_roles_enum": {}, "e_team_roles_enum_comparison_exp": { "_eq": [ - 1109 + 1231 ], "_in": [ - 1109 + 1231 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1109 + 1231 ], "_nin": [ - 1109 + 1231 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_insert_input": { "description": [ - 78 + 80 ], "team_rosters": [ - 4095 + 4217 ], "tournament_team_rosters": [ - 4693 + 4857 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1104 + 1226 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_obj_rel_insert_input": { "data": [ - 1111 + 1233 ], "on_conflict": [ - 1116 + 1238 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_on_conflict": { "constraint": [ - 1108 + 1230 ], "update_columns": [ - 1123 + 1245 ], "where": [ - 1107 + 1229 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_order_by": { "description": [ - 2829 + 2951 ], "team_rosters_aggregate": [ - 4094 + 4216 ], "tournament_team_rosters_aggregate": [ - 4692 + 4856 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_select_column": {}, "e_team_roles_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_stream_cursor_input": { "initial_value": [ - 1122 + 1244 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roles_update_column": {}, "e_team_roles_updates": { "_set": [ - 1120 + 1242 ], "where": [ - 1107 + 1229 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_aggregate": { "aggregate": [ - 1127 + 1249 ], "nodes": [ - 1125 + 1247 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1139, + 1261, "[e_team_roster_statuses_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1133 + 1255 ], "min": [ - 1134 + 1256 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_bool_exp": { "_and": [ - 1128 + 1250 ], "_not": [ - 1128 + 1250 ], "_or": [ - 1128 + 1250 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_constraint": {}, "e_team_roster_statuses_enum": {}, "e_team_roster_statuses_enum_comparison_exp": { "_eq": [ - 1130 + 1252 ], "_in": [ - 1130 + 1252 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1130 + 1252 ], "_nin": [ - 1130 + 1252 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1125 + 1247 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_on_conflict": { "constraint": [ - 1129 + 1251 ], "update_columns": [ - 1143 + 1265 ], "where": [ - 1128 + 1250 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_select_column": {}, "e_team_roster_statuses_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_stream_cursor_input": { "initial_value": [ - 1142 + 1264 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_team_roster_statuses_update_column": {}, "e_team_roster_statuses_updates": { "_set": [ - 1140 + 1262 ], "where": [ - 1128 + 1250 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_aggregate": { "aggregate": [ - 1147 + 1269 ], "nodes": [ - 1145 + 1267 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1159, + 1281, "[e_timeout_settings_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1153 + 1275 ], "min": [ - 1154 + 1276 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_bool_exp": { "_and": [ - 1148 + 1270 ], "_not": [ - 1148 + 1270 ], "_or": [ - 1148 + 1270 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_constraint": {}, "e_timeout_settings_enum": {}, "e_timeout_settings_enum_comparison_exp": { "_eq": [ - 1150 + 1272 ], "_in": [ - 1150 + 1272 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1150 + 1272 ], "_nin": [ - 1150 + 1272 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1145 + 1267 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_on_conflict": { "constraint": [ - 1149 + 1271 ], "update_columns": [ - 1163 + 1285 ], "where": [ - 1148 + 1270 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_select_column": {}, "e_timeout_settings_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_stream_cursor_input": { "initial_value": [ - 1162 + 1284 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_timeout_settings_update_column": {}, "e_timeout_settings_updates": { "_set": [ - 1160 + 1282 ], "where": [ - 1148 + 1270 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories": { "description": [ - 78 + 80 ], "tournament_categories": [ - 4424, + 4588, { "distinct_on": [ - 4442, + 4606, "[tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4440, + 4604, "[tournament_categories_order_by!]" ], "where": [ - 4431 + 4595 ] } ], "tournament_categories_aggregate": [ - 4425, + 4589, { "distinct_on": [ - 4442, + 4606, "[tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4440, + 4604, "[tournament_categories_order_by!]" ], "where": [ - 4431 + 4595 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_aggregate": { "aggregate": [ - 1167 + 1289 ], "nodes": [ - 1165 + 1287 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1180, + 1302, "[e_tournament_categories_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1173 + 1295 ], "min": [ - 1174 + 1296 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_bool_exp": { "_and": [ - 1168 + 1290 ], "_not": [ - 1168 + 1290 ], "_or": [ - 1168 + 1290 ], "description": [ - 80 + 82 ], "tournament_categories": [ - 4431 + 4595 ], "tournament_categories_aggregate": [ - 4426 + 4590 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_constraint": {}, "e_tournament_categories_enum": {}, "e_tournament_categories_enum_comparison_exp": { "_eq": [ - 1170 + 1292 ], "_in": [ - 1170 + 1292 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1170 + 1292 ], "_nin": [ - 1170 + 1292 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_insert_input": { "description": [ - 78 + 80 ], "tournament_categories": [ - 4430 + 4594 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1165 + 1287 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_obj_rel_insert_input": { "data": [ - 1172 + 1294 ], "on_conflict": [ - 1177 + 1299 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_on_conflict": { "constraint": [ - 1169 + 1291 ], "update_columns": [ - 1184 + 1306 ], "where": [ - 1168 + 1290 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_order_by": { "description": [ - 2829 + 2951 ], "tournament_categories_aggregate": [ - 4429 + 4593 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_select_column": {}, "e_tournament_categories_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_stream_cursor_input": { "initial_value": [ - 1183 + 1305 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_categories_update_column": {}, "e_tournament_categories_updates": { "_set": [ - 1181 + 1303 ], "where": [ - 1168 + 1290 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types": { "description": [ - 78 + 80 ], "tournament_stages": [ - 4595, + 4759, { "distinct_on": [ - 4624, + 4788, "[tournament_stages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4621, + 4785, "[tournament_stages_order_by!]" ], "where": [ - 4607 + 4771 ] } ], "tournament_stages_aggregate": [ - 4596, + 4760, { "distinct_on": [ - 4624, + 4788, "[tournament_stages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4621, + 4785, "[tournament_stages_order_by!]" ], "where": [ - 4607 + 4771 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_aggregate": { "aggregate": [ - 1188 + 1310 ], "nodes": [ - 1186 + 1308 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1201, + 1323, "[e_tournament_stage_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1194 + 1316 ], "min": [ - 1195 + 1317 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_bool_exp": { "_and": [ - 1189 + 1311 ], "_not": [ - 1189 + 1311 ], "_or": [ - 1189 + 1311 ], "description": [ - 80 + 82 ], "tournament_stages": [ - 4607 + 4771 ], "tournament_stages_aggregate": [ - 4597 + 4761 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_constraint": {}, "e_tournament_stage_types_enum": {}, "e_tournament_stage_types_enum_comparison_exp": { "_eq": [ - 1191 + 1313 ], "_in": [ - 1191 + 1313 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1191 + 1313 ], "_nin": [ - 1191 + 1313 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_insert_input": { "description": [ - 78 + 80 ], "tournament_stages": [ - 4604 + 4768 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1186 + 1308 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_obj_rel_insert_input": { "data": [ - 1193 + 1315 ], "on_conflict": [ - 1198 + 1320 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_on_conflict": { "constraint": [ - 1190 + 1312 ], "update_columns": [ - 1205 + 1327 ], "where": [ - 1189 + 1311 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_order_by": { "description": [ - 2829 + 2951 ], "tournament_stages_aggregate": [ - 4602 + 4766 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_select_column": {}, "e_tournament_stage_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_stream_cursor_input": { "initial_value": [ - 1204 + 1326 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_stage_types_update_column": {}, "e_tournament_stage_types_updates": { "_set": [ - 1202 + 1324 ], "where": [ - 1189 + 1311 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status": { "description": [ - 78 + 80 ], "tournaments": [ - 4857, + 4934, { "distinct_on": [ - 4891, + 4968, "[tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4889, + 4966, "[tournaments_order_by!]" ], "where": [ - 4878 + 4955 ] } ], "tournaments_aggregate": [ - 4858, + 4935, { "distinct_on": [ - 4891, + 4968, "[tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4889, + 4966, "[tournaments_order_by!]" ], "where": [ - 4878 + 4955 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_aggregate": { "aggregate": [ - 1209 + 1331 ], "nodes": [ - 1207 + 1329 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1222, + 1344, "[e_tournament_status_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1215 + 1337 ], "min": [ - 1216 + 1338 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_bool_exp": { "_and": [ - 1210 + 1332 ], "_not": [ - 1210 + 1332 ], "_or": [ - 1210 + 1332 ], "description": [ - 80 + 82 ], "tournaments": [ - 4878 + 4955 ], "tournaments_aggregate": [ - 4859 + 4936 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_constraint": {}, "e_tournament_status_enum": {}, "e_tournament_status_enum_comparison_exp": { "_eq": [ - 1212 + 1334 ], "_in": [ - 1212 + 1334 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1212 + 1334 ], "_nin": [ - 1212 + 1334 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_insert_input": { "description": [ - 78 + 80 ], "tournaments": [ - 4875 + 4952 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1207 + 1329 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_obj_rel_insert_input": { "data": [ - 1214 + 1336 ], "on_conflict": [ - 1219 + 1341 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_on_conflict": { "constraint": [ - 1211 + 1333 ], "update_columns": [ - 1226 + 1348 ], "where": [ - 1210 + 1332 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_order_by": { "description": [ - 2829 + 2951 ], "tournaments_aggregate": [ - 4874 + 4951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_select_column": {}, "e_tournament_status_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_stream_cursor_input": { "initial_value": [ - 1225 + 1347 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_tournament_status_update_column": {}, "e_tournament_status_updates": { "_set": [ - 1223 + 1345 ], "where": [ - 1210 + 1332 ], "__typename": [ - 78 + 80 ] }, "e_utility_types": { "description": [ - 78 + 80 ], "player_utilities": [ - 3713, + 3835, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "player_utilities_aggregate": [ - 3714, + 3836, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_aggregate": { "aggregate": [ - 1230 + 1352 ], "nodes": [ - 1228 + 1350 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1242, + 1364, "[e_utility_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1236 + 1358 ], "min": [ - 1237 + 1359 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_bool_exp": { "_and": [ - 1231 + 1353 ], "_not": [ - 1231 + 1353 ], "_or": [ - 1231 + 1353 ], "description": [ - 80 + 82 ], "player_utilities": [ - 3722 + 3844 ], "player_utilities_aggregate": [ - 3715 + 3837 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_constraint": {}, "e_utility_types_enum": {}, "e_utility_types_enum_comparison_exp": { "_eq": [ - 1233 + 1355 ], "_in": [ - 1233 + 1355 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1233 + 1355 ], "_nin": [ - 1233 + 1355 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_insert_input": { "description": [ - 78 + 80 ], "player_utilities": [ - 3719 + 3841 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1228 + 1350 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_on_conflict": { "constraint": [ - 1232 + 1354 ], "update_columns": [ - 1246 + 1368 ], "where": [ - 1231 + 1353 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_order_by": { "description": [ - 2829 + 2951 ], "player_utilities_aggregate": [ - 3718 + 3840 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_select_column": {}, "e_utility_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_stream_cursor_input": { "initial_value": [ - 1245 + 1367 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_utility_types_update_column": {}, "e_utility_types_updates": { "_set": [ - 1243 + 1365 ], "where": [ - 1231 + 1353 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types": { "description": [ - 78 + 80 ], "match_veto_picks": [ - 2458, + 2580, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "match_veto_picks_aggregate": [ - 2459, + 2581, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_aggregate": { "aggregate": [ - 1250 + 1372 ], "nodes": [ - 1248 + 1370 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1262, + 1384, "[e_veto_pick_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1256 + 1378 ], "min": [ - 1257 + 1379 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_bool_exp": { "_and": [ - 1251 + 1373 ], "_not": [ - 1251 + 1373 ], "_or": [ - 1251 + 1373 ], "description": [ - 80 + 82 ], "match_veto_picks": [ - 2465 + 2587 ], "match_veto_picks_aggregate": [ - 2460 + 2582 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_constraint": {}, "e_veto_pick_types_enum": {}, "e_veto_pick_types_enum_comparison_exp": { "_eq": [ - 1253 + 1375 ], "_in": [ - 1253 + 1375 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1253 + 1375 ], "_nin": [ - 1253 + 1375 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_insert_input": { "description": [ - 78 + 80 ], "match_veto_picks": [ - 2464 + 2586 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1248 + 1370 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_on_conflict": { "constraint": [ - 1252 + 1374 ], "update_columns": [ - 1266 + 1388 ], "where": [ - 1251 + 1373 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_order_by": { "description": [ - 2829 + 2951 ], "match_veto_picks_aggregate": [ - 2463 + 2585 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_select_column": {}, "e_veto_pick_types_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_stream_cursor_input": { "initial_value": [ - 1265 + 1387 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_veto_pick_types_update_column": {}, "e_veto_pick_types_updates": { "_set": [ - 1263 + 1385 ], "where": [ - 1251 + 1373 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_aggregate": { "aggregate": [ - 1270 + 1392 ], "nodes": [ - 1268 + 1390 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1282, + 1404, "[e_winning_reasons_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1276 + 1398 ], "min": [ - 1277 + 1399 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_bool_exp": { "_and": [ - 1271 + 1393 ], "_not": [ - 1271 + 1393 ], "_or": [ - 1271 + 1393 ], "description": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_constraint": {}, "e_winning_reasons_enum": {}, "e_winning_reasons_enum_comparison_exp": { "_eq": [ - 1273 + 1395 ], "_in": [ - 1273 + 1395 ], "_is_null": [ - 3 + 5 ], "_neq": [ - 1273 + 1395 ], "_nin": [ - 1273 + 1395 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_insert_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_max_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_min_fields": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1268 + 1390 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_on_conflict": { "constraint": [ - 1272 + 1394 ], "update_columns": [ - 1286 + 1408 ], "where": [ - 1271 + 1393 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_order_by": { "description": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_select_column": {}, "e_winning_reasons_set_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_stream_cursor_input": { "initial_value": [ - 1285 + 1407 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_stream_cursor_value_input": { "description": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "e_winning_reasons_update_column": {}, "e_winning_reasons_updates": { "_set": [ - 1283 + 1405 ], "where": [ - 1271 + 1393 ], "__typename": [ - 78 + 80 ] }, "event_match_links": { "created_at": [ - 4376 + 4498 ], "event": [ - 1519 + 1641 ], "event_id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_match_links_aggregate": { "aggregate": [ - 1290 + 1412 ], "nodes": [ - 1288 + 1410 ], "__typename": [ - 78 + 80 ] }, "event_match_links_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1300, + 1422, "[event_match_links_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1294 + 1416 ], "min": [ - 1295 + 1417 ], "__typename": [ - 78 + 80 ] }, "event_match_links_bool_exp": { "_and": [ - 1291 + 1413 ], "_not": [ - 1291 + 1413 ], "_or": [ - 1291 + 1413 ], "created_at": [ - 4377 + 4499 ], "event": [ - 1523 + 1645 ], "event_id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "event_match_links_constraint": {}, "event_match_links_insert_input": { "created_at": [ - 4376 + 4498 ], "event": [ - 1530 + 1652 ], "event_id": [ - 4921 + 4998 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_match_links_max_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_match_links_min_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_match_links_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1288 + 1410 ], "__typename": [ - 78 + 80 ] }, "event_match_links_on_conflict": { "constraint": [ - 1292 + 1414 ], "update_columns": [ - 1304 + 1426 ], "where": [ - 1291 + 1413 ], "__typename": [ - 78 + 80 ] }, "event_match_links_order_by": { "created_at": [ - 2829 + 2951 ], "event": [ - 1532 + 1654 ], "event_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_match_links_pk_columns_input": { "event_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_match_links_select_column": {}, "event_match_links_set_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_match_links_stream_cursor_input": { "initial_value": [ - 1303 + 1425 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "event_match_links_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_match_links_update_column": {}, "event_match_links_updates": { "_set": [ - 1301 + 1423 ], "where": [ - 1291 + 1413 ], "__typename": [ - 78 + 80 ] }, "event_media": { "created_at": [ - 4376 + 4498 ], "event": [ - 1519 + 1641 ], "event_id": [ - 4921 + 4998 ], "external_url": [ - 78 + 80 ], "filename": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "mime_type": [ - 78 + 80 ], "players": [ - 1328, + 1450, { "distinct_on": [ - 1349, + 1471, "[event_media_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1347, + 1469, "[event_media_players_order_by!]" ], "where": [ - 1337 + 1459 ] } ], "players_aggregate": [ - 1329, + 1451, { "distinct_on": [ - 1349, + 1471, "[event_media_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1347, + 1469, "[event_media_players_order_by!]" ], "where": [ - 1337 + 1459 ] } ], "size": [ - 180 + 257 ], "thumbnail_filename": [ - 78 + 80 ], "title": [ - 78 + 80 ], "uploader": [ - 3787 + 3909 ], "uploader_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_aggregate": { "aggregate": [ - 1310 + 1432 ], "nodes": [ - 1306 + 1428 ], "__typename": [ - 78 + 80 ] }, "event_media_aggregate_bool_exp": { "count": [ - 1309 + 1431 ], "__typename": [ - 78 + 80 ] }, "event_media_aggregate_bool_exp_count": { "arguments": [ - 1369 + 1491 ], "distinct": [ - 3 + 5 ], "filter": [ - 1315 + 1437 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "event_media_aggregate_fields": { "avg": [ - 1313 + 1435 ], "count": [ - 38, + 40, { "columns": [ - 1369, + 1491, "[event_media_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1319 + 1441 ], "min": [ - 1321 + 1443 ], "stddev": [ - 1371 + 1493 ], "stddev_pop": [ - 1373 + 1495 ], "stddev_samp": [ - 1375 + 1497 ], "sum": [ - 1379 + 1501 ], "var_pop": [ - 1383 + 1505 ], "var_samp": [ - 1385 + 1507 ], "variance": [ - 1387 + 1509 ], "__typename": [ - 78 + 80 ] }, "event_media_aggregate_order_by": { "avg": [ - 1314 + 1436 ], "count": [ - 2829 + 2951 ], "max": [ - 1320 + 1442 ], "min": [ - 1322 + 1444 ], "stddev": [ - 1372 + 1494 ], "stddev_pop": [ - 1374 + 1496 ], "stddev_samp": [ - 1376 + 1498 ], "sum": [ - 1380 + 1502 ], "var_pop": [ - 1384 + 1506 ], "var_samp": [ - 1386 + 1508 ], "variance": [ - 1388 + 1510 ], "__typename": [ - 78 + 80 ] }, "event_media_arr_rel_insert_input": { "data": [ - 1318 + 1440 ], "on_conflict": [ - 1325 + 1447 ], "__typename": [ - 78 + 80 ] }, "event_media_avg_fields": { "size": [ - 29 + 31 ], "uploader_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_avg_order_by": { "size": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_bool_exp": { "_and": [ - 1315 + 1437 ], "_not": [ - 1315 + 1437 ], "_or": [ - 1315 + 1437 ], "created_at": [ - 4377 + 4499 ], "event": [ - 1523 + 1645 ], "event_id": [ - 4923 + 5000 ], "external_url": [ - 80 + 82 ], "filename": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "mime_type": [ - 80 + 82 ], "players": [ - 1337 + 1459 ], "players_aggregate": [ - 1330 + 1452 ], "size": [ - 182 + 259 ], "thumbnail_filename": [ - 80 + 82 ], "title": [ - 80 + 82 ], "uploader": [ - 3791 + 3913 ], "uploader_steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "event_media_constraint": {}, "event_media_inc_input": { "size": [ - 180 + 257 ], "uploader_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_insert_input": { "created_at": [ - 4376 + 4498 ], "event": [ - 1530 + 1652 ], "event_id": [ - 4921 + 4998 ], "external_url": [ - 78 + 80 ], "filename": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "mime_type": [ - 78 + 80 ], "players": [ - 1334 + 1456 ], "size": [ - 180 + 257 ], "thumbnail_filename": [ - 78 + 80 ], "title": [ - 78 + 80 ], "uploader": [ - 3798 + 3920 ], "uploader_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_max_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "external_url": [ - 78 + 80 ], "filename": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "mime_type": [ - 78 + 80 ], "size": [ - 180 + 257 ], "thumbnail_filename": [ - 78 + 80 ], "title": [ - 78 + 80 ], "uploader_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_max_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "external_url": [ - 2829 + 2951 ], "filename": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "mime_type": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "thumbnail_filename": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_min_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "external_url": [ - 78 + 80 ], "filename": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "mime_type": [ - 78 + 80 ], "size": [ - 180 + 257 ], "thumbnail_filename": [ - 78 + 80 ], "title": [ - 78 + 80 ], "uploader_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_min_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "external_url": [ - 2829 + 2951 ], "filename": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "mime_type": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "thumbnail_filename": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1306 + 1428 ], "__typename": [ - 78 + 80 ] }, "event_media_obj_rel_insert_input": { "data": [ - 1318 + 1440 ], "on_conflict": [ - 1325 + 1447 ], "__typename": [ - 78 + 80 ] }, "event_media_on_conflict": { "constraint": [ - 1316 + 1438 ], "update_columns": [ - 1381 + 1503 ], "where": [ - 1315 + 1437 ], "__typename": [ - 78 + 80 ] }, "event_media_order_by": { "created_at": [ - 2829 + 2951 ], "event": [ - 1532 + 1654 ], "event_id": [ - 2829 + 2951 ], "external_url": [ - 2829 + 2951 ], "filename": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "mime_type": [ - 2829 + 2951 ], "players_aggregate": [ - 1333 + 1455 ], "size": [ - 2829 + 2951 ], "thumbnail_filename": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "uploader": [ - 3800 + 3922 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_media_players": { "created_at": [ - 4376 + 4498 ], "media": [ - 1306 + 1428 ], "media_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_players_aggregate": { "aggregate": [ - 1332 + 1454 ], "nodes": [ - 1328 + 1450 ], "__typename": [ - 78 + 80 ] }, "event_media_players_aggregate_bool_exp": { "count": [ - 1331 + 1453 ], "__typename": [ - 78 + 80 ] }, "event_media_players_aggregate_bool_exp_count": { "arguments": [ - 1349 + 1471 ], "distinct": [ - 3 + 5 ], "filter": [ - 1337 + 1459 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "event_media_players_aggregate_fields": { "avg": [ - 1335 + 1457 ], "count": [ - 38, + 40, { "columns": [ - 1349, + 1471, "[event_media_players_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1341 + 1463 ], "min": [ - 1343 + 1465 ], "stddev": [ - 1351 + 1473 ], "stddev_pop": [ - 1353 + 1475 ], "stddev_samp": [ - 1355 + 1477 ], "sum": [ - 1359 + 1481 ], "var_pop": [ - 1363 + 1485 ], "var_samp": [ - 1365 + 1487 ], "variance": [ - 1367 + 1489 ], "__typename": [ - 78 + 80 ] }, "event_media_players_aggregate_order_by": { "avg": [ - 1336 + 1458 ], "count": [ - 2829 + 2951 ], "max": [ - 1342 + 1464 ], "min": [ - 1344 + 1466 ], "stddev": [ - 1352 + 1474 ], "stddev_pop": [ - 1354 + 1476 ], "stddev_samp": [ - 1356 + 1478 ], "sum": [ - 1360 + 1482 ], "var_pop": [ - 1364 + 1486 ], "var_samp": [ - 1366 + 1488 ], "variance": [ - 1368 + 1490 ], "__typename": [ - 78 + 80 ] }, "event_media_players_arr_rel_insert_input": { "data": [ - 1340 + 1462 ], "on_conflict": [ - 1346 + 1468 ], "__typename": [ - 78 + 80 ] }, "event_media_players_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_players_avg_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_bool_exp": { "_and": [ - 1337 + 1459 ], "_not": [ - 1337 + 1459 ], "_or": [ - 1337 + 1459 ], "created_at": [ - 4377 + 4499 ], "media": [ - 1315 + 1437 ], "media_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "event_media_players_constraint": {}, "event_media_players_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_players_insert_input": { "created_at": [ - 4376 + 4498 ], "media": [ - 1324 + 1446 ], "media_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_players_max_fields": { "created_at": [ - 4376 + 4498 ], "media_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_players_max_order_by": { "created_at": [ - 2829 + 2951 ], "media_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_min_fields": { "created_at": [ - 4376 + 4498 ], "media_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_players_min_order_by": { "created_at": [ - 2829 + 2951 ], "media_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1328 + 1450 ], "__typename": [ - 78 + 80 ] }, "event_media_players_on_conflict": { "constraint": [ - 1338 + 1460 ], "update_columns": [ - 1361 + 1483 ], "where": [ - 1337 + 1459 ], "__typename": [ - 78 + 80 ] }, "event_media_players_order_by": { "created_at": [ - 2829 + 2951 ], "media": [ - 1326 + 1448 ], "media_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_pk_columns_input": { "media_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_players_select_column": {}, "event_media_players_set_input": { "created_at": [ - 4376 + 4498 ], "media_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_players_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_players_stddev_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_players_stddev_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_players_stddev_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_stream_cursor_input": { "initial_value": [ - 1358 + 1480 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "event_media_players_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "media_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_players_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_players_sum_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_update_column": {}, "event_media_players_updates": { "_inc": [ - 1339 + 1461 ], "_set": [ - 1350 + 1472 ], "where": [ - 1337 + 1459 ], "__typename": [ - 78 + 80 ] }, "event_media_players_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_players_var_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_players_var_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_players_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_players_variance_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_select_column": {}, "event_media_set_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "external_url": [ - 78 + 80 ], "filename": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "mime_type": [ - 78 + 80 ], "size": [ - 180 + 257 ], "thumbnail_filename": [ - 78 + 80 ], "title": [ - 78 + 80 ], "uploader_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_stddev_fields": { "size": [ - 29 + 31 ], "uploader_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_stddev_order_by": { "size": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_stddev_pop_fields": { "size": [ - 29 + 31 ], "uploader_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_stddev_pop_order_by": { "size": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_stddev_samp_fields": { "size": [ - 29 + 31 ], "uploader_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_stddev_samp_order_by": { "size": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_stream_cursor_input": { "initial_value": [ - 1378 + 1500 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "event_media_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "external_url": [ - 78 + 80 ], "filename": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "mime_type": [ - 78 + 80 ], "size": [ - 180 + 257 ], "thumbnail_filename": [ - 78 + 80 ], "title": [ - 78 + 80 ], "uploader_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_sum_fields": { "size": [ - 180 + 257 ], "uploader_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_media_sum_order_by": { "size": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_update_column": {}, "event_media_updates": { "_inc": [ - 1317 + 1439 ], "_set": [ - 1370 + 1492 ], "where": [ - 1315 + 1437 ], "__typename": [ - 78 + 80 ] }, "event_media_var_pop_fields": { "size": [ - 29 + 31 ], "uploader_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_var_pop_order_by": { "size": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_var_samp_fields": { "size": [ - 29 + 31 ], "uploader_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_var_samp_order_by": { "size": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_media_variance_fields": { "size": [ - 29 + 31 ], "uploader_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_media_variance_order_by": { "size": [ - 2829 + 2951 ], "uploader_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers": { "created_at": [ - 4376 + 4498 ], "event": [ - 1519 + 1641 ], "event_id": [ - 4921 + 4998 ], "organizer": [ - 3787 + 3909 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_organizers_aggregate": { "aggregate": [ - 1393 + 1515 ], "nodes": [ - 1389 + 1511 ], "__typename": [ - 78 + 80 ] }, "event_organizers_aggregate_bool_exp": { "count": [ - 1392 + 1514 ], "__typename": [ - 78 + 80 ] }, "event_organizers_aggregate_bool_exp_count": { "arguments": [ - 1410 + 1532 ], "distinct": [ - 3 + 5 ], "filter": [ - 1398 + 1520 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "event_organizers_aggregate_fields": { "avg": [ - 1396 + 1518 ], "count": [ - 38, + 40, { "columns": [ - 1410, + 1532, "[event_organizers_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1402 + 1524 ], "min": [ - 1404 + 1526 ], "stddev": [ - 1412 + 1534 ], "stddev_pop": [ - 1414 + 1536 ], "stddev_samp": [ - 1416 + 1538 ], "sum": [ - 1420 + 1542 ], "var_pop": [ - 1424 + 1546 ], "var_samp": [ - 1426 + 1548 ], "variance": [ - 1428 + 1550 ], "__typename": [ - 78 + 80 ] }, "event_organizers_aggregate_order_by": { "avg": [ - 1397 + 1519 ], "count": [ - 2829 + 2951 ], "max": [ - 1403 + 1525 ], "min": [ - 1405 + 1527 ], "stddev": [ - 1413 + 1535 ], "stddev_pop": [ - 1415 + 1537 ], "stddev_samp": [ - 1417 + 1539 ], "sum": [ - 1421 + 1543 ], "var_pop": [ - 1425 + 1547 ], "var_samp": [ - 1427 + 1549 ], "variance": [ - 1429 + 1551 ], "__typename": [ - 78 + 80 ] }, "event_organizers_arr_rel_insert_input": { "data": [ - 1401 + 1523 ], "on_conflict": [ - 1407 + 1529 ], "__typename": [ - 78 + 80 ] }, "event_organizers_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_organizers_avg_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_bool_exp": { "_and": [ - 1398 + 1520 ], "_not": [ - 1398 + 1520 ], "_or": [ - 1398 + 1520 ], "created_at": [ - 4377 + 4499 ], "event": [ - 1523 + 1645 ], "event_id": [ - 4923 + 5000 ], "organizer": [ - 3791 + 3913 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "event_organizers_constraint": {}, "event_organizers_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_organizers_insert_input": { "created_at": [ - 4376 + 4498 ], "event": [ - 1530 + 1652 ], "event_id": [ - 4921 + 4998 ], "organizer": [ - 3798 + 3920 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_organizers_max_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_organizers_max_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_min_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_organizers_min_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1389 + 1511 ], "__typename": [ - 78 + 80 ] }, "event_organizers_on_conflict": { "constraint": [ - 1399 + 1521 ], "update_columns": [ - 1422 + 1544 ], "where": [ - 1398 + 1520 ], "__typename": [ - 78 + 80 ] }, "event_organizers_order_by": { "created_at": [ - 2829 + 2951 ], "event": [ - 1532 + 1654 ], "event_id": [ - 2829 + 2951 ], "organizer": [ - 3800 + 3922 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_pk_columns_input": { "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_organizers_select_column": {}, "event_organizers_set_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_organizers_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_organizers_stddev_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_organizers_stddev_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_organizers_stddev_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_stream_cursor_input": { "initial_value": [ - 1419 + 1541 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "event_organizers_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_organizers_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_organizers_sum_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_update_column": {}, "event_organizers_updates": { "_inc": [ - 1400 + 1522 ], "_set": [ - 1411 + 1533 ], "where": [ - 1398 + 1520 ], "__typename": [ - 78 + 80 ] }, "event_organizers_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_organizers_var_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_organizers_var_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_organizers_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_organizers_variance_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players": { "created_at": [ - 4376 + 4498 ], "event": [ - 1519 + 1641 ], "event_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_players_aggregate": { "aggregate": [ - 1434 + 1556 ], "nodes": [ - 1430 + 1552 ], "__typename": [ - 78 + 80 ] }, "event_players_aggregate_bool_exp": { "count": [ - 1433 + 1555 ], "__typename": [ - 78 + 80 ] }, "event_players_aggregate_bool_exp_count": { "arguments": [ - 1451 + 1573 ], "distinct": [ - 3 + 5 ], "filter": [ - 1439 + 1561 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "event_players_aggregate_fields": { "avg": [ - 1437 + 1559 ], "count": [ - 38, + 40, { "columns": [ - 1451, + 1573, "[event_players_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1443 + 1565 ], "min": [ - 1445 + 1567 ], "stddev": [ - 1453 + 1575 ], "stddev_pop": [ - 1455 + 1577 ], "stddev_samp": [ - 1457 + 1579 ], "sum": [ - 1461 + 1583 ], "var_pop": [ - 1465 + 1587 ], "var_samp": [ - 1467 + 1589 ], "variance": [ - 1469 + 1591 ], "__typename": [ - 78 + 80 ] }, "event_players_aggregate_order_by": { "avg": [ - 1438 + 1560 ], "count": [ - 2829 + 2951 ], "max": [ - 1444 + 1566 ], "min": [ - 1446 + 1568 ], "stddev": [ - 1454 + 1576 ], "stddev_pop": [ - 1456 + 1578 ], "stddev_samp": [ - 1458 + 1580 ], "sum": [ - 1462 + 1584 ], "var_pop": [ - 1466 + 1588 ], "var_samp": [ - 1468 + 1590 ], "variance": [ - 1470 + 1592 ], "__typename": [ - 78 + 80 ] }, "event_players_arr_rel_insert_input": { "data": [ - 1442 + 1564 ], "on_conflict": [ - 1448 + 1570 ], "__typename": [ - 78 + 80 ] }, "event_players_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_players_avg_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_bool_exp": { "_and": [ - 1439 + 1561 ], "_not": [ - 1439 + 1561 ], "_or": [ - 1439 + 1561 ], "created_at": [ - 4377 + 4499 ], "event": [ - 1523 + 1645 ], "event_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "event_players_constraint": {}, "event_players_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_players_insert_input": { "created_at": [ - 4376 + 4498 ], "event": [ - 1530 + 1652 ], "event_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_players_max_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_players_max_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_min_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_players_min_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1430 + 1552 ], "__typename": [ - 78 + 80 ] }, "event_players_on_conflict": { "constraint": [ - 1440 + 1562 ], "update_columns": [ - 1463 + 1585 ], "where": [ - 1439 + 1561 ], "__typename": [ - 78 + 80 ] }, "event_players_order_by": { "created_at": [ - 2829 + 2951 ], "event": [ - 1532 + 1654 ], "event_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_pk_columns_input": { "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_players_select_column": {}, "event_players_set_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_players_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_players_stddev_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_players_stddev_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_players_stddev_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_stream_cursor_input": { "initial_value": [ - 1460 + 1582 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "event_players_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_players_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "event_players_sum_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_update_column": {}, "event_players_updates": { "_inc": [ - 1441 + 1563 ], "_set": [ - 1452 + 1574 ], "where": [ - 1439 + 1561 ], "__typename": [ - 78 + 80 ] }, "event_players_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_players_var_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_players_var_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_players_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "event_players_variance_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_teams": { "created_at": [ - 4376 + 4498 ], "event": [ - 1519 + 1641 ], "event_id": [ - 4921 + 4998 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_teams_aggregate": { "aggregate": [ - 1475 + 1597 ], "nodes": [ - 1471 + 1593 ], "__typename": [ - 78 + 80 ] }, "event_teams_aggregate_bool_exp": { "count": [ - 1474 + 1596 ], "__typename": [ - 78 + 80 ] }, "event_teams_aggregate_bool_exp_count": { "arguments": [ - 1489 + 1611 ], "distinct": [ - 3 + 5 ], "filter": [ - 1478 + 1600 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "event_teams_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1489, + 1611, "[event_teams_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1481 + 1603 ], "min": [ - 1483 + 1605 ], "__typename": [ - 78 + 80 ] }, "event_teams_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 1482 + 1604 ], "min": [ - 1484 + 1606 ], "__typename": [ - 78 + 80 ] }, "event_teams_arr_rel_insert_input": { "data": [ - 1480 + 1602 ], "on_conflict": [ - 1486 + 1608 ], "__typename": [ - 78 + 80 ] }, "event_teams_bool_exp": { "_and": [ - 1478 + 1600 ], "_not": [ - 1478 + 1600 ], "_or": [ - 1478 + 1600 ], "created_at": [ - 4377 + 4499 ], "event": [ - 1523 + 1645 ], "event_id": [ - 4923 + 5000 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "event_teams_constraint": {}, "event_teams_insert_input": { "created_at": [ - 4376 + 4498 ], "event": [ - 1530 + 1652 ], "event_id": [ - 4921 + 4998 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_teams_max_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_teams_max_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_teams_min_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_teams_min_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_teams_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1471 + 1593 ], "__typename": [ - 78 + 80 ] }, "event_teams_on_conflict": { "constraint": [ - 1479 + 1601 ], "update_columns": [ - 1493 + 1615 ], "where": [ - 1478 + 1600 ], "__typename": [ - 78 + 80 ] }, "event_teams_order_by": { "created_at": [ - 2829 + 2951 ], "event": [ - 1532 + 1654 ], "event_id": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_teams_pk_columns_input": { "event_id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_teams_select_column": {}, "event_teams_set_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_teams_stream_cursor_input": { "initial_value": [ - 1492 + 1614 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "event_teams_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_teams_update_column": {}, "event_teams_updates": { "_set": [ - 1490 + 1612 ], "where": [ - 1478 + 1600 ], "__typename": [ - 78 + 80 ] }, "event_tournaments": { "created_at": [ - 4376 + 4498 ], "event": [ - 1519 + 1641 ], "event_id": [ - 4921 + 4998 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_aggregate": { "aggregate": [ - 1499 + 1621 ], "nodes": [ - 1495 + 1617 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_aggregate_bool_exp": { "count": [ - 1498 + 1620 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_aggregate_bool_exp_count": { "arguments": [ - 1513 + 1635 ], "distinct": [ - 3 + 5 ], "filter": [ - 1502 + 1624 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1513, + 1635, "[event_tournaments_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1505 + 1627 ], "min": [ - 1507 + 1629 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 1506 + 1628 ], "min": [ - 1508 + 1630 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_arr_rel_insert_input": { "data": [ - 1504 + 1626 ], "on_conflict": [ - 1510 + 1632 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_bool_exp": { "_and": [ - 1502 + 1624 ], "_not": [ - 1502 + 1624 ], "_or": [ - 1502 + 1624 ], "created_at": [ - 4377 + 4499 ], "event": [ - 1523 + 1645 ], "event_id": [ - 4923 + 5000 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_constraint": {}, "event_tournaments_insert_input": { "created_at": [ - 4376 + 4498 ], "event": [ - 1530 + 1652 ], "event_id": [ - 4921 + 4998 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_max_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_max_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_min_fields": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_min_order_by": { "created_at": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1495 + 1617 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_on_conflict": { "constraint": [ - 1503 + 1625 ], "update_columns": [ - 1517 + 1639 ], "where": [ - 1502 + 1624 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_order_by": { "created_at": [ - 2829 + 2951 ], "event": [ - 1532 + 1654 ], "event_id": [ - 2829 + 2951 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_pk_columns_input": { "event_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_select_column": {}, "event_tournaments_set_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_stream_cursor_input": { "initial_value": [ - 1516 + 1638 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "event_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "event_tournaments_update_column": {}, "event_tournaments_updates": { "_set": [ - 1514 + 1636 ], "where": [ - 1502 + 1624 ], "__typename": [ - 78 + 80 ] }, "events": { + "awards": [ + 188, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "awards_aggregate": [ + 189, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], "banner": [ - 1306 + 1428 ], "banner_media_id": [ - 4921 + 4998 ], "can_upload_media": [ - 3 + 5 ], "can_view": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "hide_creator_organizer": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "is_organizer": [ - 3 + 5 ], "media": [ - 1306, + 1428, { "distinct_on": [ - 1369, + 1491, "[event_media_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1326, + 1448, "[event_media_order_by!]" ], "where": [ - 1315 + 1437 ] } ], "media_access": [ - 557 + 679 ], "media_aggregate": [ - 1307, + 1429, { "distinct_on": [ - 1369, + 1491, "[event_media_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1326, + 1448, "[event_media_order_by!]" ], "where": [ - 1315 + 1437 ] } ], "name": [ - 78 + 80 ], "organizer": [ - 3787 + 3909 ], "organizer_steam_id": [ - 180 + 257 ], "organizers": [ - 1389, + 1511, { "distinct_on": [ - 1410, + 1532, "[event_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1408, + 1530, "[event_organizers_order_by!]" ], "where": [ - 1398 + 1520 ] } ], "organizers_aggregate": [ - 1390, + 1512, { "distinct_on": [ - 1410, + 1532, "[event_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1408, + 1530, "[event_organizers_order_by!]" ], "where": [ - 1398 + 1520 ] } ], "player_stats": [ - 4924, + 5001, { "distinct_on": [ - 4950, + 5027, "[v_event_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4949, + 5026, "[v_event_player_stats_order_by!]" ], "where": [ - 4943 + 5020 ] } ], "player_stats_aggregate": [ - 4925, + 5002, { "distinct_on": [ - 4950, + 5027, "[v_event_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4949, + 5026, "[v_event_player_stats_order_by!]" ], "where": [ - 4943 + 5020 ] } ], "players": [ - 1430, + 1552, { "distinct_on": [ - 1451, + 1573, "[event_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1449, + 1571, "[event_players_order_by!]" ], "where": [ - 1439 + 1561 ] } ], "players_aggregate": [ - 1431, + 1553, { "distinct_on": [ - 1451, + 1573, "[event_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1449, + 1571, "[event_players_order_by!]" ], "where": [ - 1439 + 1561 ] } ], "starts_at": [ - 4376 + 4498 ], "teams": [ - 1471, + 1593, { "distinct_on": [ - 1489, + 1611, "[event_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1487, + 1609, "[event_teams_order_by!]" ], "where": [ - 1478 + 1600 ] } ], "teams_aggregate": [ - 1472, + 1594, { "distinct_on": [ - 1489, + 1611, "[event_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1487, + 1609, "[event_teams_order_by!]" ], "where": [ - 1478 + 1600 ] } ], "tournaments": [ - 1495, + 1617, { "distinct_on": [ - 1513, + 1635, "[event_tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1511, + 1633, "[event_tournaments_order_by!]" ], "where": [ - 1502 + 1624 ] } ], "tournaments_aggregate": [ - 1496, + 1618, { "distinct_on": [ - 1513, + 1635, "[event_tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1511, + 1633, "[event_tournaments_order_by!]" ], "where": [ - 1502 + 1624 ] } ], "visibility": [ - 577 + 699 ], "__typename": [ - 78 + 80 ] }, "events_aggregate": { "aggregate": [ - 1521 + 1643 ], "nodes": [ - 1519 + 1641 ], "__typename": [ - 78 + 80 ] }, "events_aggregate_fields": { "avg": [ - 1522 + 1644 ], "count": [ - 38, + 40, { "columns": [ - 1534, + 1656, "[events_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1527 + 1649 ], "min": [ - 1528 + 1650 ], "stddev": [ - 1536 + 1658 ], "stddev_pop": [ - 1537 + 1659 ], "stddev_samp": [ - 1538 + 1660 ], "sum": [ - 1541 + 1663 ], "var_pop": [ - 1544 + 1666 ], "var_samp": [ - 1545 + 1667 ], "variance": [ - 1546 + 1668 ], "__typename": [ - 78 + 80 ] }, "events_avg_fields": { "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "events_bool_exp": { "_and": [ - 1523 + 1645 ], "_not": [ - 1523 + 1645 ], "_or": [ - 1523 + 1645 + ], + "awards": [ + 197 + ], + "awards_aggregate": [ + 190 ], "banner": [ - 1315 + 1437 ], "banner_media_id": [ - 4923 + 5000 ], "can_upload_media": [ - 4 + 6 ], "can_view": [ - 4 + 6 ], "created_at": [ - 4377 + 4499 ], "description": [ - 80 + 82 ], "ends_at": [ - 4377 + 4499 ], "hide_creator_organizer": [ - 4 + 6 ], "id": [ - 4923 + 5000 ], "is_organizer": [ - 4 + 6 ], "media": [ - 1315 + 1437 ], "media_access": [ - 558 + 680 ], "media_aggregate": [ - 1308 + 1430 ], "name": [ - 80 + 82 ], "organizer": [ - 3791 + 3913 ], "organizer_steam_id": [ - 182 + 259 ], "organizers": [ - 1398 + 1520 ], "organizers_aggregate": [ - 1391 + 1513 ], "player_stats": [ - 4943 + 5020 ], "player_stats_aggregate": [ - 4926 + 5003 ], "players": [ - 1439 + 1561 ], "players_aggregate": [ - 1432 + 1554 ], "starts_at": [ - 4377 + 4499 ], "teams": [ - 1478 + 1600 ], "teams_aggregate": [ - 1473 + 1595 ], "tournaments": [ - 1502 + 1624 ], "tournaments_aggregate": [ - 1497 + 1619 ], "visibility": [ - 578 + 700 ], "__typename": [ - 78 + 80 ] }, "events_constraint": {}, "events_inc_input": { "organizer_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "events_insert_input": { + "awards": [ + 194 + ], "banner": [ - 1324 + 1446 ], "banner_media_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "hide_creator_organizer": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "media": [ - 1312 + 1434 ], "media_access": [ - 557 + 679 ], "name": [ - 78 + 80 ], "organizer": [ - 3798 + 3920 ], "organizer_steam_id": [ - 180 + 257 ], "organizers": [ - 1395 + 1517 ], "player_stats": [ - 4940 + 5017 ], "players": [ - 1436 + 1558 ], "starts_at": [ - 4376 + 4498 ], "teams": [ - 1477 + 1599 ], "tournaments": [ - 1501 + 1623 ], "visibility": [ - 577 + 699 ], "__typename": [ - 78 + 80 ] }, "events_max_fields": { "banner_media_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "organizer_steam_id": [ - 180 + 257 ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "events_min_fields": { "banner_media_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "organizer_steam_id": [ - 180 + 257 ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "events_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1519 + 1641 ], "__typename": [ - 78 + 80 ] }, "events_obj_rel_insert_input": { "data": [ - 1526 + 1648 ], "on_conflict": [ - 1531 + 1653 ], "__typename": [ - 78 + 80 ] }, "events_on_conflict": { "constraint": [ - 1524 + 1646 ], "update_columns": [ - 1542 + 1664 ], "where": [ - 1523 + 1645 ], "__typename": [ - 78 + 80 ] }, "events_order_by": { + "awards_aggregate": [ + 193 + ], "banner": [ - 1326 + 1448 ], "banner_media_id": [ - 2829 + 2951 ], "can_upload_media": [ - 2829 + 2951 ], "can_view": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "description": [ - 2829 + 2951 ], "ends_at": [ - 2829 + 2951 ], "hide_creator_organizer": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "is_organizer": [ - 2829 + 2951 ], "media_access": [ - 2829 + 2951 ], "media_aggregate": [ - 1311 + 1433 ], "name": [ - 2829 + 2951 ], "organizer": [ - 3800 + 3922 ], "organizer_steam_id": [ - 2829 + 2951 ], "organizers_aggregate": [ - 1394 + 1516 ], "player_stats_aggregate": [ - 4939 + 5016 ], "players_aggregate": [ - 1435 + 1557 ], "starts_at": [ - 2829 + 2951 ], "teams_aggregate": [ - 1476 + 1598 ], "tournaments_aggregate": [ - 1500 + 1622 ], "visibility": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "events_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "events_select_column": {}, "events_set_input": { "banner_media_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "hide_creator_organizer": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "media_access": [ - 557 + 679 ], "name": [ - 78 + 80 ], "organizer_steam_id": [ - 180 + 257 ], "starts_at": [ - 4376 + 4498 ], "visibility": [ - 577 + 699 ], "__typename": [ - 78 + 80 ] }, "events_stddev_fields": { "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "events_stddev_pop_fields": { "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "events_stddev_samp_fields": { "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "events_stream_cursor_input": { "initial_value": [ - 1540 + 1662 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "events_stream_cursor_value_input": { "banner_media_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "hide_creator_organizer": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "media_access": [ - 557 + 679 ], "name": [ - 78 + 80 ], "organizer_steam_id": [ - 180 + 257 ], "starts_at": [ - 4376 + 4498 ], "visibility": [ - 577 + 699 ], "__typename": [ - 78 + 80 ] }, "events_sum_fields": { "organizer_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "events_update_column": {}, "events_updates": { "_inc": [ - 1525 + 1647 ], "_set": [ - 1535 + 1657 ], "where": [ - 1523 + 1645 ], "__typename": [ - 78 + 80 ] }, "events_var_pop_fields": { "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "events_var_samp_fields": { "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "events_variance_fields": { "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "float8": {}, "float8_comparison_exp": { "_eq": [ - 1547 + 1669 ], "_gt": [ - 1547 + 1669 ], "_gte": [ - 1547 + 1669 ], "_in": [ - 1547 + 1669 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 1547 + 1669 ], "_lte": [ - 1547 + 1669 ], "_neq": [ - 1547 + 1669 ], "_nin": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "friends": { "e_status": [ - 592 + 714 ], "other_player_steam_id": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "status": [ - 597 + 719 ], "__typename": [ - 78 + 80 ] }, "friends_aggregate": { "aggregate": [ - 1551 + 1673 ], "nodes": [ - 1549 + 1671 ], "__typename": [ - 78 + 80 ] }, "friends_aggregate_fields": { "avg": [ - 1552 + 1674 ], "count": [ - 38, + 40, { "columns": [ - 1563, + 1685, "[friends_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1557 + 1679 ], "min": [ - 1558 + 1680 ], "stddev": [ - 1565 + 1687 ], "stddev_pop": [ - 1566 + 1688 ], "stddev_samp": [ - 1567 + 1689 ], "sum": [ - 1570 + 1692 ], "var_pop": [ - 1573 + 1695 ], "var_samp": [ - 1574 + 1696 ], "variance": [ - 1575 + 1697 ], "__typename": [ - 78 + 80 ] }, "friends_avg_fields": { "other_player_steam_id": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "friends_bool_exp": { "_and": [ - 1553 + 1675 ], "_not": [ - 1553 + 1675 ], "_or": [ - 1553 + 1675 ], "e_status": [ - 595 + 717 ], "other_player_steam_id": [ - 182 + 259 ], "player_steam_id": [ - 182 + 259 ], "status": [ - 598 + 720 ], "__typename": [ - 78 + 80 ] }, "friends_constraint": {}, "friends_inc_input": { "other_player_steam_id": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "friends_insert_input": { "e_status": [ - 603 + 725 ], "other_player_steam_id": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "status": [ - 597 + 719 ], "__typename": [ - 78 + 80 ] }, "friends_max_fields": { "other_player_steam_id": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "friends_min_fields": { "other_player_steam_id": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "friends_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1549 + 1671 ], "__typename": [ - 78 + 80 ] }, "friends_on_conflict": { "constraint": [ - 1554 + 1676 ], "update_columns": [ - 1571 + 1693 ], "where": [ - 1553 + 1675 ], "__typename": [ - 78 + 80 ] }, "friends_order_by": { "e_status": [ - 605 + 727 ], "other_player_steam_id": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "friends_pk_columns_input": { "other_player_steam_id": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "friends_select_column": {}, "friends_set_input": { "other_player_steam_id": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "status": [ - 597 + 719 ], "__typename": [ - 78 + 80 ] }, "friends_stddev_fields": { "other_player_steam_id": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "friends_stddev_pop_fields": { "other_player_steam_id": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "friends_stddev_samp_fields": { "other_player_steam_id": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "friends_stream_cursor_input": { "initial_value": [ - 1569 + 1691 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "friends_stream_cursor_value_input": { "other_player_steam_id": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "status": [ - 597 + 719 ], "__typename": [ - 78 + 80 ] }, "friends_sum_fields": { "other_player_steam_id": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "friends_update_column": {}, "friends_updates": { "_inc": [ - 1555 + 1677 ], "_set": [ - 1564 + 1686 ], "where": [ - 1553 + 1675 ], "__typename": [ - 78 + 80 ] }, "friends_var_pop_fields": { "other_player_steam_id": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "friends_var_samp_fields": { "other_player_steam_id": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "friends_variance_fields": { "other_player_steam_id": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 38 + 40 ], "cpu_cores_per_socket": [ - 38 + 40 ], "cpu_frequency_info": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "cpu_governor_info": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "cpu_sockets": [ - 38 + 40 ], "cpu_threads_per_core": [ - 38 + 40 ], "cpu_warnings": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "cs2_launch_options": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "cs2_video_settings": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "csgo_build_id": [ - 38 + 40 ], "demo_network_limiter": [ - 38 + 40 ], "disk_available_gb": [ - 38 + 40 ], "disk_used_percent": [ - 38 + 40 ], "e_region": [ - 3874 + 3996 ], "e_status": [ - 633 + 755 ], "enabled": [ - 3 + 5 ], "enabled_for_match_making": [ - 3 + 5 ], "end_port_range": [ - 38 + 40 ], "gpu": [ - 3 + 5 ], "gpu_demos_enabled": [ - 3 + 5 ], "gpu_info": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "gpu_rendering_enabled": [ - 3 + 5 ], "gpu_streaming_enabled": [ - 3 + 5 ], "id": [ - 78 + 80 ], "label": [ - 78 + 80 ], "lan_ip": [ - 1696 + 1818 ], "node_ip": [ - 1696 + 1818 ], "offline_at": [ - 4376 + 4498 ], "pin_build_id": [ - 38 + 40 ], "pin_plugin_runtime": [ - 78 + 80 ], "pin_plugin_version": [ - 78 + 80 ], "pinned_version": [ - 1627 + 1749 ], "plugin_supported": [ - 3 + 5 ], "public_ip": [ - 1696 + 1818 ], "region": [ - 78 + 80 ], "servers": [ - 3901, + 4023, { "distinct_on": [ - 3925, + 4047, "[servers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3923, + 4045, "[servers_order_by!]" ], "where": [ - 3912 + 4034 ] } ], "servers_aggregate": [ - 3902, + 4024, { "distinct_on": [ - 3925, + 4047, "[servers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3923, + 4045, "[servers_order_by!]" ], "where": [ - 3912 + 4034 ] } ], "shader_bake_progress": [ - 2827 + 2949 ], "shader_bake_progress_stage": [ - 78 + 80 ], "shader_bake_status": [ - 78 + 80 ], "shader_bake_status_history": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "start_port_range": [ - 38 + 40 ], "status": [ - 638 + 760 ], "supports_cpu_pinning": [ - 3 + 5 ], "supports_low_latency": [ - 3 + 5 ], "token": [ - 78 + 80 ], "total_server_count": [ - 38 + 40 ], "update_status": [ - 78 + 80 ], "version": [ - 1627 + 1749 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_aggregate": { "aggregate": [ - 1582 + 1704 ], "nodes": [ - 1576 + 1698 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_aggregate_bool_exp": { "bool_and": [ - 1579 + 1701 ], "bool_or": [ - 1580 + 1702 ], "count": [ - 1581 + 1703 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_aggregate_bool_exp_bool_and": { "arguments": [ - 1606 + 1728 ], "distinct": [ - 3 + 5 ], "filter": [ - 1588 + 1710 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_aggregate_bool_exp_bool_or": { "arguments": [ - 1607 + 1729 ], "distinct": [ - 3 + 5 ], "filter": [ - 1588 + 1710 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_aggregate_bool_exp_count": { "arguments": [ - 1605 + 1727 ], "distinct": [ - 3 + 5 ], "filter": [ - 1588 + 1710 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_aggregate_fields": { "avg": [ - 1586 + 1708 ], "count": [ - 38, + 40, { "columns": [ - 1605, + 1727, "[game_server_nodes_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1595 + 1717 ], "min": [ - 1597 + 1719 ], "stddev": [ - 1609 + 1731 ], "stddev_pop": [ - 1611 + 1733 ], "stddev_samp": [ - 1613 + 1735 ], "sum": [ - 1617 + 1739 ], "var_pop": [ - 1621 + 1743 ], "var_samp": [ - 1623 + 1745 ], "variance": [ - 1625 + 1747 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_aggregate_order_by": { "avg": [ - 1587 + 1709 ], "count": [ - 2829 + 2951 ], "max": [ - 1596 + 1718 ], "min": [ - 1598 + 1720 ], "stddev": [ - 1610 + 1732 ], "stddev_pop": [ - 1612 + 1734 ], "stddev_samp": [ - 1614 + 1736 ], "sum": [ - 1618 + 1740 ], "var_pop": [ - 1622 + 1744 ], "var_samp": [ - 1624 + 1746 ], "variance": [ - 1626 + 1748 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_append_input": { "cpu_frequency_info": [ - 1700 + 1822 ], "cpu_governor_info": [ - 1700 + 1822 ], "cpu_warnings": [ - 1700 + 1822 ], "cs2_launch_options": [ - 1700 + 1822 ], "cs2_video_settings": [ - 1700 + 1822 ], "gpu_info": [ - 1700 + 1822 ], "shader_bake_status_history": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_arr_rel_insert_input": { "data": [ - 1594 + 1716 ], "on_conflict": [ - 1601 + 1723 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_avg_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 29 + 31 ], "cpu_cores_per_socket": [ - 29 + 31 ], "cpu_sockets": [ - 29 + 31 ], "cpu_threads_per_core": [ - 29 + 31 ], "csgo_build_id": [ - 29 + 31 ], "demo_network_limiter": [ - 29 + 31 ], "disk_available_gb": [ - 29 + 31 ], "disk_used_percent": [ - 29 + 31 ], "end_port_range": [ - 29 + 31 ], "pin_build_id": [ - 29 + 31 ], "shader_bake_progress": [ - 29 + 31 ], "start_port_range": [ - 29 + 31 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_avg_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_bool_exp": { "_and": [ - 1588 + 1710 ], "_not": [ - 1588 + 1710 ], "_or": [ - 1588 + 1710 ], "available_server_count": [ - 39 + 41 ], "build_id": [ - 39 + 41 ], "cpu_cores_per_socket": [ - 39 + 41 ], "cpu_frequency_info": [ - 1702 + 1824 ], "cpu_governor_info": [ - 1702 + 1824 ], "cpu_sockets": [ - 39 + 41 ], "cpu_threads_per_core": [ - 39 + 41 ], "cpu_warnings": [ - 1702 + 1824 ], "cs2_launch_options": [ - 1702 + 1824 ], "cs2_video_settings": [ - 1702 + 1824 ], "csgo_build_id": [ - 39 + 41 ], "demo_network_limiter": [ - 39 + 41 ], "disk_available_gb": [ - 39 + 41 ], "disk_used_percent": [ - 39 + 41 ], "e_region": [ - 3878 + 4000 ], "e_status": [ - 636 + 758 ], "enabled": [ - 4 + 6 ], "enabled_for_match_making": [ - 4 + 6 ], "end_port_range": [ - 39 + 41 ], "gpu": [ - 4 + 6 ], "gpu_demos_enabled": [ - 4 + 6 ], "gpu_info": [ - 1702 + 1824 ], "gpu_rendering_enabled": [ - 4 + 6 ], "gpu_streaming_enabled": [ - 4 + 6 ], "id": [ - 80 + 82 ], "label": [ - 80 + 82 ], "lan_ip": [ - 1697 + 1819 ], "node_ip": [ - 1697 + 1819 ], "offline_at": [ - 4377 + 4499 ], "pin_build_id": [ - 39 + 41 ], "pin_plugin_runtime": [ - 80 + 82 ], "pin_plugin_version": [ - 80 + 82 ], "pinned_version": [ - 1632 + 1754 ], "plugin_supported": [ - 4 + 6 ], "public_ip": [ - 1697 + 1819 ], "region": [ - 80 + 82 ], "servers": [ - 3912 + 4034 ], "servers_aggregate": [ - 3903 + 4025 ], "shader_bake_progress": [ - 2828 + 2950 ], "shader_bake_progress_stage": [ - 80 + 82 ], "shader_bake_status": [ - 80 + 82 ], "shader_bake_status_history": [ - 1702 + 1824 ], "start_port_range": [ - 39 + 41 ], "status": [ - 639 + 761 ], "supports_cpu_pinning": [ - 4 + 6 ], "supports_low_latency": [ - 4 + 6 ], "token": [ - 80 + 82 ], "total_server_count": [ - 39 + 41 ], "update_status": [ - 80 + 82 ], "version": [ - 1632 + 1754 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_constraint": {}, "game_server_nodes_delete_at_path_input": { "cpu_frequency_info": [ - 78 + 80 ], "cpu_governor_info": [ - 78 + 80 ], "cpu_warnings": [ - 78 + 80 ], "cs2_launch_options": [ - 78 + 80 ], "cs2_video_settings": [ - 78 + 80 ], "gpu_info": [ - 78 + 80 ], "shader_bake_status_history": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_delete_elem_input": { "cpu_frequency_info": [ - 38 + 40 ], "cpu_governor_info": [ - 38 + 40 ], "cpu_warnings": [ - 38 + 40 ], "cs2_launch_options": [ - 38 + 40 ], "cs2_video_settings": [ - 38 + 40 ], "gpu_info": [ - 38 + 40 ], "shader_bake_status_history": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_delete_key_input": { "cpu_frequency_info": [ - 78 + 80 ], "cpu_governor_info": [ - 78 + 80 ], "cpu_warnings": [ - 78 + 80 ], "cs2_launch_options": [ - 78 + 80 ], "cs2_video_settings": [ - 78 + 80 ], "gpu_info": [ - 78 + 80 ], "shader_bake_status_history": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_inc_input": { "build_id": [ - 38 + 40 ], "cpu_cores_per_socket": [ - 38 + 40 ], "cpu_sockets": [ - 38 + 40 ], "cpu_threads_per_core": [ - 38 + 40 ], "csgo_build_id": [ - 38 + 40 ], "demo_network_limiter": [ - 38 + 40 ], "disk_available_gb": [ - 38 + 40 ], "disk_used_percent": [ - 38 + 40 ], "end_port_range": [ - 38 + 40 ], "pin_build_id": [ - 38 + 40 ], "shader_bake_progress": [ - 2827 + 2949 ], "start_port_range": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_insert_input": { "build_id": [ - 38 + 40 ], "cpu_cores_per_socket": [ - 38 + 40 ], "cpu_frequency_info": [ - 1700 + 1822 ], "cpu_governor_info": [ - 1700 + 1822 ], "cpu_sockets": [ - 38 + 40 ], "cpu_threads_per_core": [ - 38 + 40 ], "cpu_warnings": [ - 1700 + 1822 ], "cs2_launch_options": [ - 1700 + 1822 ], "cs2_video_settings": [ - 1700 + 1822 ], "csgo_build_id": [ - 38 + 40 ], "demo_network_limiter": [ - 38 + 40 ], "disk_available_gb": [ - 38 + 40 ], "disk_used_percent": [ - 38 + 40 ], "e_region": [ - 3884 + 4006 ], "e_status": [ - 644 + 766 ], "enabled": [ - 3 + 5 ], "enabled_for_match_making": [ - 3 + 5 ], "end_port_range": [ - 38 + 40 ], "gpu": [ - 3 + 5 ], "gpu_demos_enabled": [ - 3 + 5 ], "gpu_info": [ - 1700 + 1822 ], "gpu_rendering_enabled": [ - 3 + 5 ], "gpu_streaming_enabled": [ - 3 + 5 ], "id": [ - 78 + 80 ], "label": [ - 78 + 80 ], "lan_ip": [ - 1696 + 1818 ], "node_ip": [ - 1696 + 1818 ], "offline_at": [ - 4376 + 4498 ], "pin_build_id": [ - 38 + 40 ], "pin_plugin_runtime": [ - 78 + 80 ], "pin_plugin_version": [ - 78 + 80 ], "pinned_version": [ - 1642 + 1764 ], "public_ip": [ - 1696 + 1818 ], "region": [ - 78 + 80 ], "servers": [ - 3909 + 4031 ], "shader_bake_progress": [ - 2827 + 2949 ], "shader_bake_progress_stage": [ - 78 + 80 ], "shader_bake_status": [ - 78 + 80 ], "shader_bake_status_history": [ - 1700 + 1822 ], "start_port_range": [ - 38 + 40 ], "status": [ - 638 + 760 ], "supports_cpu_pinning": [ - 3 + 5 ], "supports_low_latency": [ - 3 + 5 ], "token": [ - 78 + 80 ], "update_status": [ - 78 + 80 ], "version": [ - 1642 + 1764 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_max_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 38 + 40 ], "cpu_cores_per_socket": [ - 38 + 40 ], "cpu_sockets": [ - 38 + 40 ], "cpu_threads_per_core": [ - 38 + 40 ], "csgo_build_id": [ - 38 + 40 ], "demo_network_limiter": [ - 38 + 40 ], "disk_available_gb": [ - 38 + 40 ], "disk_used_percent": [ - 38 + 40 ], "end_port_range": [ - 38 + 40 ], "id": [ - 78 + 80 ], "label": [ - 78 + 80 ], "offline_at": [ - 4376 + 4498 ], "pin_build_id": [ - 38 + 40 ], "pin_plugin_runtime": [ - 78 + 80 ], "pin_plugin_version": [ - 78 + 80 ], "region": [ - 78 + 80 ], "shader_bake_progress": [ - 2827 + 2949 ], "shader_bake_progress_stage": [ - 78 + 80 ], "shader_bake_status": [ - 78 + 80 ], "start_port_range": [ - 38 + 40 ], "token": [ - 78 + 80 ], "total_server_count": [ - 38 + 40 ], "update_status": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_max_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "offline_at": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "pin_plugin_runtime": [ - 2829 + 2951 ], "pin_plugin_version": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "shader_bake_progress_stage": [ - 2829 + 2951 ], "shader_bake_status": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "token": [ - 2829 + 2951 ], "update_status": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_min_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 38 + 40 ], "cpu_cores_per_socket": [ - 38 + 40 ], "cpu_sockets": [ - 38 + 40 ], "cpu_threads_per_core": [ - 38 + 40 ], "csgo_build_id": [ - 38 + 40 ], "demo_network_limiter": [ - 38 + 40 ], "disk_available_gb": [ - 38 + 40 ], "disk_used_percent": [ - 38 + 40 ], "end_port_range": [ - 38 + 40 ], "id": [ - 78 + 80 ], "label": [ - 78 + 80 ], "offline_at": [ - 4376 + 4498 ], "pin_build_id": [ - 38 + 40 ], "pin_plugin_runtime": [ - 78 + 80 ], "pin_plugin_version": [ - 78 + 80 ], "region": [ - 78 + 80 ], "shader_bake_progress": [ - 2827 + 2949 ], "shader_bake_progress_stage": [ - 78 + 80 ], "shader_bake_status": [ - 78 + 80 ], "start_port_range": [ - 38 + 40 ], "token": [ - 78 + 80 ], "total_server_count": [ - 38 + 40 ], "update_status": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_min_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "offline_at": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "pin_plugin_runtime": [ - 2829 + 2951 ], "pin_plugin_version": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "shader_bake_progress_stage": [ - 2829 + 2951 ], "shader_bake_status": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "token": [ - 2829 + 2951 ], "update_status": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1576 + 1698 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_obj_rel_insert_input": { "data": [ - 1594 + 1716 ], "on_conflict": [ - 1601 + 1723 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_on_conflict": { "constraint": [ - 1589 + 1711 ], "update_columns": [ - 1619 + 1741 ], "where": [ - 1588 + 1710 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_order_by": { "available_server_count": [ - 2829 + 2951 ], "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_frequency_info": [ - 2829 + 2951 ], "cpu_governor_info": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "cpu_warnings": [ - 2829 + 2951 ], "cs2_launch_options": [ - 2829 + 2951 ], "cs2_video_settings": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "e_region": [ - 3886 + 4008 ], "e_status": [ - 646 + 768 ], "enabled": [ - 2829 + 2951 ], "enabled_for_match_making": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "gpu": [ - 2829 + 2951 ], "gpu_demos_enabled": [ - 2829 + 2951 ], "gpu_info": [ - 2829 + 2951 ], "gpu_rendering_enabled": [ - 2829 + 2951 ], "gpu_streaming_enabled": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "lan_ip": [ - 2829 + 2951 ], "node_ip": [ - 2829 + 2951 ], "offline_at": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "pin_plugin_runtime": [ - 2829 + 2951 ], "pin_plugin_version": [ - 2829 + 2951 ], "pinned_version": [ - 1644 + 1766 ], "plugin_supported": [ - 2829 + 2951 ], "public_ip": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "servers_aggregate": [ - 3908 + 4030 ], "shader_bake_progress": [ - 2829 + 2951 ], "shader_bake_progress_stage": [ - 2829 + 2951 ], "shader_bake_status": [ - 2829 + 2951 ], "shader_bake_status_history": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "supports_cpu_pinning": [ - 2829 + 2951 ], "supports_low_latency": [ - 2829 + 2951 ], "token": [ - 2829 + 2951 ], "total_server_count": [ - 2829 + 2951 ], "update_status": [ - 2829 + 2951 ], "version": [ - 1644 + 1766 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_pk_columns_input": { "id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_prepend_input": { "cpu_frequency_info": [ - 1700 + 1822 ], "cpu_governor_info": [ - 1700 + 1822 ], "cpu_warnings": [ - 1700 + 1822 ], "cs2_launch_options": [ - 1700 + 1822 ], "cs2_video_settings": [ - 1700 + 1822 ], "gpu_info": [ - 1700 + 1822 ], "shader_bake_status_history": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_select_column": {}, @@ -24805,10756 +27503,10812 @@ export default { "game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_or_arguments_columns": {}, "game_server_nodes_set_input": { "build_id": [ - 38 + 40 ], "cpu_cores_per_socket": [ - 38 + 40 ], "cpu_frequency_info": [ - 1700 + 1822 ], "cpu_governor_info": [ - 1700 + 1822 ], "cpu_sockets": [ - 38 + 40 ], "cpu_threads_per_core": [ - 38 + 40 ], "cpu_warnings": [ - 1700 + 1822 ], "cs2_launch_options": [ - 1700 + 1822 ], "cs2_video_settings": [ - 1700 + 1822 ], "csgo_build_id": [ - 38 + 40 ], "demo_network_limiter": [ - 38 + 40 ], "disk_available_gb": [ - 38 + 40 ], "disk_used_percent": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "enabled_for_match_making": [ - 3 + 5 ], "end_port_range": [ - 38 + 40 ], "gpu": [ - 3 + 5 ], "gpu_demos_enabled": [ - 3 + 5 ], "gpu_info": [ - 1700 + 1822 ], "gpu_rendering_enabled": [ - 3 + 5 ], "gpu_streaming_enabled": [ - 3 + 5 ], "id": [ - 78 + 80 ], "label": [ - 78 + 80 ], "lan_ip": [ - 1696 + 1818 ], "node_ip": [ - 1696 + 1818 ], "offline_at": [ - 4376 + 4498 ], "pin_build_id": [ - 38 + 40 ], "pin_plugin_runtime": [ - 78 + 80 ], "pin_plugin_version": [ - 78 + 80 ], "public_ip": [ - 1696 + 1818 ], "region": [ - 78 + 80 ], "shader_bake_progress": [ - 2827 + 2949 ], "shader_bake_progress_stage": [ - 78 + 80 ], "shader_bake_status": [ - 78 + 80 ], "shader_bake_status_history": [ - 1700 + 1822 ], "start_port_range": [ - 38 + 40 ], "status": [ - 638 + 760 ], "supports_cpu_pinning": [ - 3 + 5 ], "supports_low_latency": [ - 3 + 5 ], "token": [ - 78 + 80 ], "update_status": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_stddev_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 29 + 31 ], "cpu_cores_per_socket": [ - 29 + 31 ], "cpu_sockets": [ - 29 + 31 ], "cpu_threads_per_core": [ - 29 + 31 ], "csgo_build_id": [ - 29 + 31 ], "demo_network_limiter": [ - 29 + 31 ], "disk_available_gb": [ - 29 + 31 ], "disk_used_percent": [ - 29 + 31 ], "end_port_range": [ - 29 + 31 ], "pin_build_id": [ - 29 + 31 ], "shader_bake_progress": [ - 29 + 31 ], "start_port_range": [ - 29 + 31 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_stddev_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_stddev_pop_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 29 + 31 ], "cpu_cores_per_socket": [ - 29 + 31 ], "cpu_sockets": [ - 29 + 31 ], "cpu_threads_per_core": [ - 29 + 31 ], "csgo_build_id": [ - 29 + 31 ], "demo_network_limiter": [ - 29 + 31 ], "disk_available_gb": [ - 29 + 31 ], "disk_used_percent": [ - 29 + 31 ], "end_port_range": [ - 29 + 31 ], "pin_build_id": [ - 29 + 31 ], "shader_bake_progress": [ - 29 + 31 ], "start_port_range": [ - 29 + 31 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_stddev_pop_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_stddev_samp_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 29 + 31 ], "cpu_cores_per_socket": [ - 29 + 31 ], "cpu_sockets": [ - 29 + 31 ], "cpu_threads_per_core": [ - 29 + 31 ], "csgo_build_id": [ - 29 + 31 ], "demo_network_limiter": [ - 29 + 31 ], "disk_available_gb": [ - 29 + 31 ], "disk_used_percent": [ - 29 + 31 ], "end_port_range": [ - 29 + 31 ], "pin_build_id": [ - 29 + 31 ], "shader_bake_progress": [ - 29 + 31 ], "start_port_range": [ - 29 + 31 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_stddev_samp_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_stream_cursor_input": { "initial_value": [ - 1616 + 1738 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_stream_cursor_value_input": { "build_id": [ - 38 + 40 ], "cpu_cores_per_socket": [ - 38 + 40 ], "cpu_frequency_info": [ - 1700 + 1822 ], "cpu_governor_info": [ - 1700 + 1822 ], "cpu_sockets": [ - 38 + 40 ], "cpu_threads_per_core": [ - 38 + 40 ], "cpu_warnings": [ - 1700 + 1822 ], "cs2_launch_options": [ - 1700 + 1822 ], "cs2_video_settings": [ - 1700 + 1822 ], "csgo_build_id": [ - 38 + 40 ], "demo_network_limiter": [ - 38 + 40 ], "disk_available_gb": [ - 38 + 40 ], "disk_used_percent": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "enabled_for_match_making": [ - 3 + 5 ], "end_port_range": [ - 38 + 40 ], "gpu": [ - 3 + 5 ], "gpu_demos_enabled": [ - 3 + 5 ], "gpu_info": [ - 1700 + 1822 ], "gpu_rendering_enabled": [ - 3 + 5 ], "gpu_streaming_enabled": [ - 3 + 5 ], "id": [ - 78 + 80 ], "label": [ - 78 + 80 ], "lan_ip": [ - 1696 + 1818 ], "node_ip": [ - 1696 + 1818 ], "offline_at": [ - 4376 + 4498 ], "pin_build_id": [ - 38 + 40 ], "pin_plugin_runtime": [ - 78 + 80 ], "pin_plugin_version": [ - 78 + 80 ], "public_ip": [ - 1696 + 1818 ], "region": [ - 78 + 80 ], "shader_bake_progress": [ - 2827 + 2949 ], "shader_bake_progress_stage": [ - 78 + 80 ], "shader_bake_status": [ - 78 + 80 ], "shader_bake_status_history": [ - 1700 + 1822 ], "start_port_range": [ - 38 + 40 ], "status": [ - 638 + 760 ], "supports_cpu_pinning": [ - 3 + 5 ], "supports_low_latency": [ - 3 + 5 ], "token": [ - 78 + 80 ], "update_status": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_sum_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 38 + 40 ], "cpu_cores_per_socket": [ - 38 + 40 ], "cpu_sockets": [ - 38 + 40 ], "cpu_threads_per_core": [ - 38 + 40 ], "csgo_build_id": [ - 38 + 40 ], "demo_network_limiter": [ - 38 + 40 ], "disk_available_gb": [ - 38 + 40 ], "disk_used_percent": [ - 38 + 40 ], "end_port_range": [ - 38 + 40 ], "pin_build_id": [ - 38 + 40 ], "shader_bake_progress": [ - 2827 + 2949 ], "start_port_range": [ - 38 + 40 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_sum_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_update_column": {}, "game_server_nodes_updates": { "_append": [ - 1584 + 1706 ], "_delete_at_path": [ - 1590 + 1712 ], "_delete_elem": [ - 1591 + 1713 ], "_delete_key": [ - 1592 + 1714 ], "_inc": [ - 1593 + 1715 ], "_prepend": [ - 1604 + 1726 ], "_set": [ - 1608 + 1730 ], "where": [ - 1588 + 1710 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_var_pop_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 29 + 31 ], "cpu_cores_per_socket": [ - 29 + 31 ], "cpu_sockets": [ - 29 + 31 ], "cpu_threads_per_core": [ - 29 + 31 ], "csgo_build_id": [ - 29 + 31 ], "demo_network_limiter": [ - 29 + 31 ], "disk_available_gb": [ - 29 + 31 ], "disk_used_percent": [ - 29 + 31 ], "end_port_range": [ - 29 + 31 ], "pin_build_id": [ - 29 + 31 ], "shader_bake_progress": [ - 29 + 31 ], "start_port_range": [ - 29 + 31 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_var_pop_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_var_samp_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 29 + 31 ], "cpu_cores_per_socket": [ - 29 + 31 ], "cpu_sockets": [ - 29 + 31 ], "cpu_threads_per_core": [ - 29 + 31 ], "csgo_build_id": [ - 29 + 31 ], "demo_network_limiter": [ - 29 + 31 ], "disk_available_gb": [ - 29 + 31 ], "disk_used_percent": [ - 29 + 31 ], "end_port_range": [ - 29 + 31 ], "pin_build_id": [ - 29 + 31 ], "shader_bake_progress": [ - 29 + 31 ], "start_port_range": [ - 29 + 31 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_var_samp_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_variance_fields": { "available_server_count": [ - 38 + 40 ], "build_id": [ - 29 + 31 ], "cpu_cores_per_socket": [ - 29 + 31 ], "cpu_sockets": [ - 29 + 31 ], "cpu_threads_per_core": [ - 29 + 31 ], "csgo_build_id": [ - 29 + 31 ], "demo_network_limiter": [ - 29 + 31 ], "disk_available_gb": [ - 29 + 31 ], "disk_used_percent": [ - 29 + 31 ], "end_port_range": [ - 29 + 31 ], "pin_build_id": [ - 29 + 31 ], "shader_bake_progress": [ - 29 + 31 ], "start_port_range": [ - 29 + 31 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_server_nodes_variance_order_by": { "build_id": [ - 2829 + 2951 ], "cpu_cores_per_socket": [ - 2829 + 2951 ], "cpu_sockets": [ - 2829 + 2951 ], "cpu_threads_per_core": [ - 2829 + 2951 ], "csgo_build_id": [ - 2829 + 2951 ], "demo_network_limiter": [ - 2829 + 2951 ], "disk_available_gb": [ - 2829 + 2951 ], "disk_used_percent": [ - 2829 + 2951 ], "end_port_range": [ - 2829 + 2951 ], "pin_build_id": [ - 2829 + 2951 ], "shader_bake_progress": [ - 2829 + 2951 ], "start_port_range": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_versions": { "build_id": [ - 38 + 40 ], "current": [ - 3 + 5 ], "cvars": [ - 3 + 5 ], "description": [ - 78 + 80 ], "downloads": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "updated_at": [ - 4376 + 4498 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_versions_aggregate": { "aggregate": [ - 1629 + 1751 ], "nodes": [ - 1627 + 1749 ], "__typename": [ - 78 + 80 ] }, "game_versions_aggregate_fields": { "avg": [ - 1631 + 1753 ], "count": [ - 38, + 40, { "columns": [ - 1647, + 1769, "[game_versions_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1639 + 1761 ], "min": [ - 1640 + 1762 ], "stddev": [ - 1649 + 1771 ], "stddev_pop": [ - 1650 + 1772 ], "stddev_samp": [ - 1651 + 1773 ], "sum": [ - 1654 + 1776 ], "var_pop": [ - 1657 + 1779 ], "var_samp": [ - 1658 + 1780 ], "variance": [ - 1659 + 1781 ], "__typename": [ - 78 + 80 ] }, "game_versions_append_input": { "downloads": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "game_versions_avg_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "game_versions_bool_exp": { "_and": [ - 1632 + 1754 ], "_not": [ - 1632 + 1754 ], "_or": [ - 1632 + 1754 ], "build_id": [ - 39 + 41 ], "current": [ - 4 + 6 ], "cvars": [ - 4 + 6 ], "description": [ - 80 + 82 ], "downloads": [ - 1702 + 1824 ], "updated_at": [ - 4377 + 4499 ], "version": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "game_versions_constraint": {}, "game_versions_delete_at_path_input": { "downloads": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_versions_delete_elem_input": { "downloads": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_versions_delete_key_input": { "downloads": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_versions_inc_input": { "build_id": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_versions_insert_input": { "build_id": [ - 38 + 40 ], "current": [ - 3 + 5 ], "cvars": [ - 3 + 5 ], "description": [ - 78 + 80 ], "downloads": [ - 1700 + 1822 ], "updated_at": [ - 4376 + 4498 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_versions_max_fields": { "build_id": [ - 38 + 40 ], "description": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_versions_min_fields": { "build_id": [ - 38 + 40 ], "description": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_versions_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1627 + 1749 ], "__typename": [ - 78 + 80 ] }, "game_versions_obj_rel_insert_input": { "data": [ - 1638 + 1760 ], "on_conflict": [ - 1643 + 1765 ], "__typename": [ - 78 + 80 ] }, "game_versions_on_conflict": { "constraint": [ - 1633 + 1755 ], "update_columns": [ - 1655 + 1777 ], "where": [ - 1632 + 1754 ], "__typename": [ - 78 + 80 ] }, "game_versions_order_by": { "build_id": [ - 2829 + 2951 ], "current": [ - 2829 + 2951 ], "cvars": [ - 2829 + 2951 ], "description": [ - 2829 + 2951 ], "downloads": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "version": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "game_versions_pk_columns_input": { "build_id": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_versions_prepend_input": { "downloads": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "game_versions_select_column": {}, "game_versions_set_input": { "build_id": [ - 38 + 40 ], "current": [ - 3 + 5 ], "cvars": [ - 3 + 5 ], "description": [ - 78 + 80 ], "downloads": [ - 1700 + 1822 ], "updated_at": [ - 4376 + 4498 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_versions_stddev_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "game_versions_stddev_pop_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "game_versions_stddev_samp_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "game_versions_stream_cursor_input": { "initial_value": [ - 1653 + 1775 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "game_versions_stream_cursor_value_input": { "build_id": [ - 38 + 40 ], "current": [ - 3 + 5 ], "cvars": [ - 3 + 5 ], "description": [ - 78 + 80 ], "downloads": [ - 1700 + 1822 ], "updated_at": [ - 4376 + 4498 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "game_versions_sum_fields": { "build_id": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "game_versions_update_column": {}, "game_versions_updates": { "_append": [ - 1630 + 1752 ], "_delete_at_path": [ - 1634 + 1756 ], "_delete_elem": [ - 1635 + 1757 ], "_delete_key": [ - 1636 + 1758 ], "_inc": [ - 1637 + 1759 ], "_prepend": [ - 1646 + 1768 ], "_set": [ - 1648 + 1770 ], "where": [ - 1632 + 1754 ], "__typename": [ - 78 + 80 ] }, "game_versions_var_pop_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "game_versions_var_samp_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "game_versions_variance_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations": { "branch": [ - 78 + 80 ], "build_id": [ - 38 + 40 ], "game_version": [ - 1627 + 1749 ], "id": [ - 4921 + 4998 ], "results": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "status": [ - 78 + 80 ], "validated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_aggregate": { "aggregate": [ - 1662 + 1784 ], "nodes": [ - 1660 + 1782 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_aggregate_fields": { "avg": [ - 1664 + 1786 ], "count": [ - 38, + 40, { "columns": [ - 1679, + 1801, "[gamedata_signature_validations_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1672 + 1794 ], "min": [ - 1673 + 1795 ], "stddev": [ - 1681 + 1803 ], "stddev_pop": [ - 1682 + 1804 ], "stddev_samp": [ - 1683 + 1805 ], "sum": [ - 1686 + 1808 ], "var_pop": [ - 1689 + 1811 ], "var_samp": [ - 1690 + 1812 ], "variance": [ - 1691 + 1813 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_append_input": { "results": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_avg_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_bool_exp": { "_and": [ - 1665 + 1787 ], "_not": [ - 1665 + 1787 ], "_or": [ - 1665 + 1787 ], "branch": [ - 80 + 82 ], "build_id": [ - 39 + 41 ], "game_version": [ - 1632 + 1754 ], "id": [ - 4923 + 5000 ], "results": [ - 1702 + 1824 ], "status": [ - 80 + 82 ], "validated_at": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_constraint": {}, "gamedata_signature_validations_delete_at_path_input": { "results": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_delete_elem_input": { "results": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_delete_key_input": { "results": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_inc_input": { "build_id": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_insert_input": { "branch": [ - 78 + 80 ], "build_id": [ - 38 + 40 ], "game_version": [ - 1642 + 1764 ], "id": [ - 4921 + 4998 ], "results": [ - 1700 + 1822 ], "status": [ - 78 + 80 ], "validated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_max_fields": { "branch": [ - 78 + 80 ], "build_id": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "status": [ - 78 + 80 ], "validated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_min_fields": { "branch": [ - 78 + 80 ], "build_id": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "status": [ - 78 + 80 ], "validated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1660 + 1782 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_on_conflict": { "constraint": [ - 1666 + 1788 ], "update_columns": [ - 1687 + 1809 ], "where": [ - 1665 + 1787 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_order_by": { "branch": [ - 2829 + 2951 ], "build_id": [ - 2829 + 2951 ], "game_version": [ - 1644 + 1766 ], "id": [ - 2829 + 2951 ], "results": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "validated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_prepend_input": { "results": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_select_column": {}, "gamedata_signature_validations_set_input": { "branch": [ - 78 + 80 ], "build_id": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "results": [ - 1700 + 1822 ], "status": [ - 78 + 80 ], "validated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_stddev_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_stddev_pop_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_stddev_samp_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_stream_cursor_input": { "initial_value": [ - 1685 + 1807 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_stream_cursor_value_input": { "branch": [ - 78 + 80 ], "build_id": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "results": [ - 1700 + 1822 ], "status": [ - 78 + 80 ], "validated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_sum_fields": { "build_id": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_update_column": {}, "gamedata_signature_validations_updates": { "_append": [ - 1663 + 1785 ], "_delete_at_path": [ - 1667 + 1789 ], "_delete_elem": [ - 1668 + 1790 ], "_delete_key": [ - 1669 + 1791 ], "_inc": [ - 1670 + 1792 ], "_prepend": [ - 1678 + 1800 ], "_set": [ - 1680 + 1802 ], "where": [ - 1665 + 1787 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_var_pop_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_var_samp_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "gamedata_signature_validations_variance_fields": { "build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "get_event_leaderboard_args": { "_category": [ - 78 + 80 ], "_event_id": [ - 4921 + 4998 ], "_match_type": [ - 78 + 80 ], "_min_rounds": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "get_leaderboard_args": { "_category": [ - 78 + 80 ], "_exclude_tournaments": [ - 3 + 5 ], "_match_type": [ - 78 + 80 ], "_role": [ - 78 + 80 ], "_season_id": [ - 4921 + 4998 ], "_window_days": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "get_league_season_leaderboard_args": { "_category": [ - 78 + 80 ], "_league_season_id": [ - 4921 + 4998 ], "_role": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "get_player_leaderboard_rank_args": { "_category": [ - 78 + 80 ], "_exclude_tournaments": [ - 3 + 5 ], "_match_type": [ - 78 + 80 ], "_player_steam_id": [ - 78 + 80 ], "_season_id": [ - 4921 + 4998 ], "_window_days": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "inet": {}, "inet_comparison_exp": { "_eq": [ - 1696 + 1818 ], "_gt": [ - 1696 + 1818 ], "_gte": [ - 1696 + 1818 ], "_in": [ - 1696 + 1818 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 1696 + 1818 ], "_lte": [ - 1696 + 1818 ], "_neq": [ - 1696 + 1818 ], "_nin": [ - 1696 + 1818 ], "__typename": [ - 78 + 80 ] }, "json": {}, "json_comparison_exp": { "_eq": [ - 1698 + 1820 ], "_gt": [ - 1698 + 1820 ], "_gte": [ - 1698 + 1820 ], "_in": [ - 1698 + 1820 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 1698 + 1820 ], "_lte": [ - 1698 + 1820 ], "_neq": [ - 1698 + 1820 ], "_nin": [ - 1698 + 1820 ], "__typename": [ - 78 + 80 ] }, "jsonb": {}, "jsonb_cast_exp": { "String": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "jsonb_comparison_exp": { "_cast": [ - 1701 + 1823 ], "_contained_in": [ - 1700 + 1822 ], "_contains": [ - 1700 + 1822 ], "_eq": [ - 1700 + 1822 ], "_gt": [ - 1700 + 1822 ], "_gte": [ - 1700 + 1822 ], "_has_key": [ - 78 + 80 ], "_has_keys_all": [ - 78 + 80 ], "_has_keys_any": [ - 78 + 80 ], "_in": [ - 1700 + 1822 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 1700 + 1822 ], "_lte": [ - 1700 + 1822 ], "_neq": [ - 1700 + 1822 ], "_nin": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries": { "matches_played": [ - 38 + 40 ], "player_avatar_url": [ - 78 + 80 ], "player_country": [ - 78 + 80 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 78 + 80 ], "secondary_value": [ - 1547 + 1669 ], "tertiary_value": [ - 1547 + 1669 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_aggregate": { "aggregate": [ - 1705 + 1827 ], "nodes": [ - 1703 + 1825 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_aggregate_fields": { "avg": [ - 1706 + 1828 ], "count": [ - 38, + 40, { "columns": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1710 + 1832 ], "min": [ - 1711 + 1833 ], "stddev": [ - 1716 + 1838 ], "stddev_pop": [ - 1717 + 1839 ], "stddev_samp": [ - 1718 + 1840 ], "sum": [ - 1721 + 1843 ], "var_pop": [ - 1723 + 1845 ], "var_samp": [ - 1724 + 1846 ], "variance": [ - 1725 + 1847 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_avg_fields": { "matches_played": [ - 29 + 31 ], "secondary_value": [ - 29 + 31 ], "tertiary_value": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_bool_exp": { "_and": [ - 1707 + 1829 ], "_not": [ - 1707 + 1829 ], "_or": [ - 1707 + 1829 ], "matches_played": [ - 39 + 41 ], "player_avatar_url": [ - 80 + 82 ], "player_country": [ - 80 + 82 ], "player_name": [ - 80 + 82 ], "player_steam_id": [ - 80 + 82 ], "secondary_value": [ - 1548 + 1670 ], "tertiary_value": [ - 1548 + 1670 ], "value": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_inc_input": { "matches_played": [ - 38 + 40 ], "secondary_value": [ - 1547 + 1669 ], "tertiary_value": [ - 1547 + 1669 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_insert_input": { "matches_played": [ - 38 + 40 ], "player_avatar_url": [ - 78 + 80 ], "player_country": [ - 78 + 80 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 78 + 80 ], "secondary_value": [ - 1547 + 1669 ], "tertiary_value": [ - 1547 + 1669 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_max_fields": { "matches_played": [ - 38 + 40 ], "player_avatar_url": [ - 78 + 80 ], "player_country": [ - 78 + 80 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 78 + 80 ], "secondary_value": [ - 1547 + 1669 ], "tertiary_value": [ - 1547 + 1669 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_min_fields": { "matches_played": [ - 38 + 40 ], "player_avatar_url": [ - 78 + 80 ], "player_country": [ - 78 + 80 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 78 + 80 ], "secondary_value": [ - 1547 + 1669 ], "tertiary_value": [ - 1547 + 1669 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1703 + 1825 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_order_by": { "matches_played": [ - 2829 + 2951 ], "player_avatar_url": [ - 2829 + 2951 ], "player_country": [ - 2829 + 2951 ], "player_name": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "secondary_value": [ - 2829 + 2951 ], "tertiary_value": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_select_column": {}, "leaderboard_entries_set_input": { "matches_played": [ - 38 + 40 ], "player_avatar_url": [ - 78 + 80 ], "player_country": [ - 78 + 80 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 78 + 80 ], "secondary_value": [ - 1547 + 1669 ], "tertiary_value": [ - 1547 + 1669 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_stddev_fields": { "matches_played": [ - 29 + 31 ], "secondary_value": [ - 29 + 31 ], "tertiary_value": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_stddev_pop_fields": { "matches_played": [ - 29 + 31 ], "secondary_value": [ - 29 + 31 ], "tertiary_value": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_stddev_samp_fields": { "matches_played": [ - 29 + 31 ], "secondary_value": [ - 29 + 31 ], "tertiary_value": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_stream_cursor_input": { "initial_value": [ - 1720 + 1842 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_stream_cursor_value_input": { "matches_played": [ - 38 + 40 ], "player_avatar_url": [ - 78 + 80 ], "player_country": [ - 78 + 80 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 78 + 80 ], "secondary_value": [ - 1547 + 1669 ], "tertiary_value": [ - 1547 + 1669 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_sum_fields": { "matches_played": [ - 38 + 40 ], "secondary_value": [ - 1547 + 1669 ], "tertiary_value": [ - 1547 + 1669 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_updates": { "_inc": [ - 1708 + 1830 ], "_set": [ - 1715 + 1837 ], "where": [ - 1707 + 1829 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_var_pop_fields": { "matches_played": [ - 29 + 31 ], "secondary_value": [ - 29 + 31 ], "tertiary_value": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_var_samp_fields": { "matches_played": [ - 29 + 31 ], "secondary_value": [ - 29 + 31 ], "tertiary_value": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "leaderboard_entries_variance_fields": { "matches_played": [ - 29 + 31 ], "secondary_value": [ - 29 + 31 ], "tertiary_value": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_award_forfeit_args": { "_tournament_bracket_id": [ - 4921 + 4998 ], "_winning_tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_divisions": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "season_divisions": [ - 1878, + 2000, { "distinct_on": [ - 1897, + 2019, "[league_season_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1895, + 2017, "[league_season_divisions_order_by!]" ], "where": [ - 1885 + 2007 ] } ], "season_divisions_aggregate": [ - 1879, + 2001, { "distinct_on": [ - 1897, + 2019, "[league_season_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1895, + 2017, "[league_season_divisions_order_by!]" ], "where": [ - 1885 + 2007 ] } ], "tier": [ - 3965 + 4087 ], "__typename": [ - 78 + 80 ] }, "league_divisions_aggregate": { "aggregate": [ - 1729 + 1851 ], "nodes": [ - 1727 + 1849 ], "__typename": [ - 78 + 80 ] }, "league_divisions_aggregate_fields": { "avg": [ - 1730 + 1852 ], "count": [ - 38, + 40, { "columns": [ - 1742, + 1864, "[league_divisions_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1735 + 1857 ], "min": [ - 1736 + 1858 ], "stddev": [ - 1744 + 1866 ], "stddev_pop": [ - 1745 + 1867 ], "stddev_samp": [ - 1746 + 1868 ], "sum": [ - 1749 + 1871 ], "var_pop": [ - 1752 + 1874 ], "var_samp": [ - 1753 + 1875 ], "variance": [ - 1754 + 1876 ], "__typename": [ - 78 + 80 ] }, "league_divisions_avg_fields": { "tier": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_divisions_bool_exp": { "_and": [ - 1731 + 1853 ], "_not": [ - 1731 + 1853 ], "_or": [ - 1731 + 1853 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "name": [ - 80 + 82 ], "season_divisions": [ - 1885 + 2007 ], "season_divisions_aggregate": [ - 1880 + 2002 ], "tier": [ - 3966 + 4088 ], "__typename": [ - 78 + 80 ] }, "league_divisions_constraint": {}, "league_divisions_inc_input": { "tier": [ - 3965 + 4087 ], "__typename": [ - 78 + 80 ] }, "league_divisions_insert_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "season_divisions": [ - 1884 + 2006 ], "tier": [ - 3965 + 4087 ], "__typename": [ - 78 + 80 ] }, "league_divisions_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "tier": [ - 3965 + 4087 ], "__typename": [ - 78 + 80 ] }, "league_divisions_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "tier": [ - 3965 + 4087 ], "__typename": [ - 78 + 80 ] }, "league_divisions_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1727 + 1849 ], "__typename": [ - 78 + 80 ] }, "league_divisions_obj_rel_insert_input": { "data": [ - 1734 + 1856 ], "on_conflict": [ - 1739 + 1861 ], "__typename": [ - 78 + 80 ] }, "league_divisions_on_conflict": { "constraint": [ - 1732 + 1854 ], "update_columns": [ - 1750 + 1872 ], "where": [ - 1731 + 1853 ], "__typename": [ - 78 + 80 ] }, "league_divisions_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "season_divisions_aggregate": [ - 1883 + 2005 ], "tier": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_divisions_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_divisions_select_column": {}, "league_divisions_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "tier": [ - 3965 + 4087 ], "__typename": [ - 78 + 80 ] }, "league_divisions_stddev_fields": { "tier": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_divisions_stddev_pop_fields": { "tier": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_divisions_stddev_samp_fields": { "tier": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_divisions_stream_cursor_input": { "initial_value": [ - 1748 + 1870 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_divisions_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "tier": [ - 3965 + 4087 ], "__typename": [ - 78 + 80 ] }, "league_divisions_sum_fields": { "tier": [ - 3965 + 4087 ], "__typename": [ - 78 + 80 ] }, "league_divisions_update_column": {}, "league_divisions_updates": { "_inc": [ - 1733 + 1855 ], "_set": [ - 1743 + 1865 ], "where": [ - 1731 + 1853 ], "__typename": [ - 78 + 80 ] }, "league_divisions_var_pop_fields": { "tier": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_divisions_var_samp_fields": { "tier": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_divisions_variance_fields": { "tier": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks": { "closes_at": [ - 4376 + 4498 ], "created_at": [ - 4376 + 4498 ], "default_match_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "opens_at": [ - 4376 + 4498 ], "season": [ - 1903 + 2025 ], "week_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_aggregate": { "aggregate": [ - 1759 + 1881 ], "nodes": [ - 1755 + 1877 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_aggregate_bool_exp": { "count": [ - 1758 + 1880 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_aggregate_bool_exp_count": { "arguments": [ - 1776 + 1898 ], "distinct": [ - 3 + 5 ], "filter": [ - 1764 + 1886 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_aggregate_fields": { "avg": [ - 1762 + 1884 ], "count": [ - 38, + 40, { "columns": [ - 1776, + 1898, "[league_match_weeks_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1768 + 1890 ], "min": [ - 1770 + 1892 ], "stddev": [ - 1778 + 1900 ], "stddev_pop": [ - 1780 + 1902 ], "stddev_samp": [ - 1782 + 1904 ], "sum": [ - 1786 + 1908 ], "var_pop": [ - 1790 + 1912 ], "var_samp": [ - 1792 + 1914 ], "variance": [ - 1794 + 1916 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_aggregate_order_by": { "avg": [ - 1763 + 1885 ], "count": [ - 2829 + 2951 ], "max": [ - 1769 + 1891 ], "min": [ - 1771 + 1893 ], "stddev": [ - 1779 + 1901 ], "stddev_pop": [ - 1781 + 1903 ], "stddev_samp": [ - 1783 + 1905 ], "sum": [ - 1787 + 1909 ], "var_pop": [ - 1791 + 1913 ], "var_samp": [ - 1793 + 1915 ], "variance": [ - 1795 + 1917 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_arr_rel_insert_input": { "data": [ - 1767 + 1889 ], "on_conflict": [ - 1773 + 1895 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_avg_fields": { "week_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_avg_order_by": { "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_bool_exp": { "_and": [ - 1764 + 1886 ], "_not": [ - 1764 + 1886 ], "_or": [ - 1764 + 1886 ], "closes_at": [ - 4377 + 4499 ], "created_at": [ - 4377 + 4499 ], "default_match_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "league_season_id": [ - 4923 + 5000 ], "opens_at": [ - 4377 + 4499 ], "season": [ - 1908 + 2030 ], "week_number": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_constraint": {}, "league_match_weeks_inc_input": { "week_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_insert_input": { "closes_at": [ - 4376 + 4498 ], "created_at": [ - 4376 + 4498 ], "default_match_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "opens_at": [ - 4376 + 4498 ], "season": [ - 1918 + 2040 ], "week_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_max_fields": { "closes_at": [ - 4376 + 4498 ], "created_at": [ - 4376 + 4498 ], "default_match_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "opens_at": [ - 4376 + 4498 ], "week_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_max_order_by": { "closes_at": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "default_match_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "opens_at": [ - 2829 + 2951 ], "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_min_fields": { "closes_at": [ - 4376 + 4498 ], "created_at": [ - 4376 + 4498 ], "default_match_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "opens_at": [ - 4376 + 4498 ], "week_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_min_order_by": { "closes_at": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "default_match_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "opens_at": [ - 2829 + 2951 ], "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1755 + 1877 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_on_conflict": { "constraint": [ - 1765 + 1887 ], "update_columns": [ - 1788 + 1910 ], "where": [ - 1764 + 1886 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_order_by": { "closes_at": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "default_match_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "opens_at": [ - 2829 + 2951 ], "season": [ - 1920 + 2042 ], "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_select_column": {}, "league_match_weeks_set_input": { "closes_at": [ - 4376 + 4498 ], "created_at": [ - 4376 + 4498 ], "default_match_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "opens_at": [ - 4376 + 4498 ], "week_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_stddev_fields": { "week_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_stddev_order_by": { "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_stddev_pop_fields": { "week_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_stddev_pop_order_by": { "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_stddev_samp_fields": { "week_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_stddev_samp_order_by": { "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_stream_cursor_input": { "initial_value": [ - 1785 + 1907 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_stream_cursor_value_input": { "closes_at": [ - 4376 + 4498 ], "created_at": [ - 4376 + 4498 ], "default_match_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "opens_at": [ - 4376 + 4498 ], "week_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_sum_fields": { "week_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_sum_order_by": { "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_update_column": {}, "league_match_weeks_updates": { "_inc": [ - 1766 + 1888 ], "_set": [ - 1777 + 1899 ], "where": [ - 1764 + 1886 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_var_pop_fields": { "week_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_var_pop_order_by": { "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_var_samp_fields": { "week_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_var_samp_order_by": { "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_variance_fields": { "week_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_match_weeks_variance_order_by": { "week_number": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs": { "created_at": [ - 4376 + 4498 ], "higher_division": [ - 1727 + 1849 ], "higher_division_id": [ - 4921 + 4998 ], "higher_slots": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "lower_division": [ - 1727 + 1849 ], "lower_division_id": [ - 4921 + 4998 ], "resolved_at": [ - 4376 + 4498 ], "season": [ - 1903 + 2025 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_aggregate": { "aggregate": [ - 1800 + 1922 ], "nodes": [ - 1796 + 1918 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_aggregate_bool_exp": { "count": [ - 1799 + 1921 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_aggregate_bool_exp_count": { "arguments": [ - 1817 + 1939 ], "distinct": [ - 3 + 5 ], "filter": [ - 1805 + 1927 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_aggregate_fields": { "avg": [ - 1803 + 1925 ], "count": [ - 38, + 40, { "columns": [ - 1817, + 1939, "[league_relegation_playoffs_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1809 + 1931 ], "min": [ - 1811 + 1933 ], "stddev": [ - 1819 + 1941 ], "stddev_pop": [ - 1821 + 1943 ], "stddev_samp": [ - 1823 + 1945 ], "sum": [ - 1827 + 1949 ], "var_pop": [ - 1831 + 1953 ], "var_samp": [ - 1833 + 1955 ], "variance": [ - 1835 + 1957 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_aggregate_order_by": { "avg": [ - 1804 + 1926 ], "count": [ - 2829 + 2951 ], "max": [ - 1810 + 1932 ], "min": [ - 1812 + 1934 ], "stddev": [ - 1820 + 1942 ], "stddev_pop": [ - 1822 + 1944 ], "stddev_samp": [ - 1824 + 1946 ], "sum": [ - 1828 + 1950 ], "var_pop": [ - 1832 + 1954 ], "var_samp": [ - 1834 + 1956 ], "variance": [ - 1836 + 1958 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_arr_rel_insert_input": { "data": [ - 1808 + 1930 ], "on_conflict": [ - 1814 + 1936 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_avg_fields": { "higher_slots": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_avg_order_by": { "higher_slots": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_bool_exp": { "_and": [ - 1805 + 1927 ], "_not": [ - 1805 + 1927 ], "_or": [ - 1805 + 1927 ], "created_at": [ - 4377 + 4499 ], "higher_division": [ - 1731 + 1853 ], "higher_division_id": [ - 4923 + 5000 ], "higher_slots": [ - 39 + 41 ], "id": [ - 4923 + 5000 ], "league_season_id": [ - 4923 + 5000 ], "lower_division": [ - 1731 + 1853 ], "lower_division_id": [ - 4923 + 5000 ], "resolved_at": [ - 4377 + 4499 ], "season": [ - 1908 + 2030 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_constraint": {}, "league_relegation_playoffs_inc_input": { "higher_slots": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_insert_input": { "created_at": [ - 4376 + 4498 ], "higher_division": [ - 1738 + 1860 ], "higher_division_id": [ - 4921 + 4998 ], "higher_slots": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "lower_division": [ - 1738 + 1860 ], "lower_division_id": [ - 4921 + 4998 ], "resolved_at": [ - 4376 + 4498 ], "season": [ - 1918 + 2040 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_max_fields": { "created_at": [ - 4376 + 4498 ], "higher_division_id": [ - 4921 + 4998 ], "higher_slots": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "lower_division_id": [ - 4921 + 4998 ], "resolved_at": [ - 4376 + 4498 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_max_order_by": { "created_at": [ - 2829 + 2951 ], "higher_division_id": [ - 2829 + 2951 ], "higher_slots": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "lower_division_id": [ - 2829 + 2951 ], "resolved_at": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_min_fields": { "created_at": [ - 4376 + 4498 ], "higher_division_id": [ - 4921 + 4998 ], "higher_slots": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "lower_division_id": [ - 4921 + 4998 ], "resolved_at": [ - 4376 + 4498 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_min_order_by": { "created_at": [ - 2829 + 2951 ], "higher_division_id": [ - 2829 + 2951 ], "higher_slots": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "lower_division_id": [ - 2829 + 2951 ], "resolved_at": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1796 + 1918 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_on_conflict": { "constraint": [ - 1806 + 1928 ], "update_columns": [ - 1829 + 1951 ], "where": [ - 1805 + 1927 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_order_by": { "created_at": [ - 2829 + 2951 ], "higher_division": [ - 1740 + 1862 ], "higher_division_id": [ - 2829 + 2951 ], "higher_slots": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "lower_division": [ - 1740 + 1862 ], "lower_division_id": [ - 2829 + 2951 ], "resolved_at": [ - 2829 + 2951 ], "season": [ - 1920 + 2042 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_select_column": {}, "league_relegation_playoffs_set_input": { "created_at": [ - 4376 + 4498 ], "higher_division_id": [ - 4921 + 4998 ], "higher_slots": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "lower_division_id": [ - 4921 + 4998 ], "resolved_at": [ - 4376 + 4498 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_stddev_fields": { "higher_slots": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_stddev_order_by": { "higher_slots": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_stddev_pop_fields": { "higher_slots": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_stddev_pop_order_by": { "higher_slots": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_stddev_samp_fields": { "higher_slots": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_stddev_samp_order_by": { "higher_slots": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_stream_cursor_input": { "initial_value": [ - 1826 + 1948 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "higher_division_id": [ - 4921 + 4998 ], "higher_slots": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "lower_division_id": [ - 4921 + 4998 ], "resolved_at": [ - 4376 + 4498 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_sum_fields": { "higher_slots": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_sum_order_by": { "higher_slots": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_update_column": {}, "league_relegation_playoffs_updates": { "_inc": [ - 1807 + 1929 ], "_set": [ - 1818 + 1940 ], "where": [ - 1805 + 1927 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_var_pop_fields": { "higher_slots": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_var_pop_order_by": { "higher_slots": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_var_samp_fields": { "higher_slots": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_var_samp_order_by": { "higher_slots": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_variance_fields": { "higher_slots": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_relegation_playoffs_variance_order_by": { "higher_slots": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals": { "bracket": [ - 4378 + 4542 ], "created_at": [ - 4376 + 4498 ], "e_proposal_status": [ - 675 + 797 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "proposed_by": [ - 3787 + 3909 ], "proposed_by_league_team_season_id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_time": [ - 4376 + 4498 ], "responded_by": [ - 3787 + 3909 ], "responded_by_steam_id": [ - 180 + 257 ], "status": [ - 680 + 802 ], "team_season": [ - 2018 + 2140 ], "tournament_bracket_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_aggregate": { "aggregate": [ - 1841 + 1963 ], "nodes": [ - 1837 + 1959 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_aggregate_bool_exp": { "count": [ - 1840 + 1962 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_aggregate_bool_exp_count": { "arguments": [ - 1858 + 1980 ], "distinct": [ - 3 + 5 ], "filter": [ - 1846 + 1968 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_aggregate_fields": { "avg": [ - 1844 + 1966 ], "count": [ - 38, + 40, { "columns": [ - 1858, + 1980, "[league_scheduling_proposals_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1850 + 1972 ], "min": [ - 1852 + 1974 ], "stddev": [ - 1860 + 1982 ], "stddev_pop": [ - 1862 + 1984 ], "stddev_samp": [ - 1864 + 1986 ], "sum": [ - 1868 + 1990 ], "var_pop": [ - 1872 + 1994 ], "var_samp": [ - 1874 + 1996 ], "variance": [ - 1876 + 1998 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_aggregate_order_by": { "avg": [ - 1845 + 1967 ], "count": [ - 2829 + 2951 ], "max": [ - 1851 + 1973 ], "min": [ - 1853 + 1975 ], "stddev": [ - 1861 + 1983 ], "stddev_pop": [ - 1863 + 1985 ], "stddev_samp": [ - 1865 + 1987 ], "sum": [ - 1869 + 1991 ], "var_pop": [ - 1873 + 1995 ], "var_samp": [ - 1875 + 1997 ], "variance": [ - 1877 + 1999 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_arr_rel_insert_input": { "data": [ - 1849 + 1971 ], "on_conflict": [ - 1855 + 1977 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_avg_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "responded_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_avg_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_bool_exp": { "_and": [ - 1846 + 1968 ], "_not": [ - 1846 + 1968 ], "_or": [ - 1846 + 1968 ], "bracket": [ - 4389 + 4553 ], "created_at": [ - 4377 + 4499 ], "e_proposal_status": [ - 678 + 800 ], "id": [ - 4923 + 5000 ], "message": [ - 80 + 82 ], "proposed_by": [ - 3791 + 3913 ], "proposed_by_league_team_season_id": [ - 4923 + 5000 ], "proposed_by_steam_id": [ - 182 + 259 ], "proposed_time": [ - 4377 + 4499 ], "responded_by": [ - 3791 + 3913 ], "responded_by_steam_id": [ - 182 + 259 ], "status": [ - 681 + 803 ], "team_season": [ - 2027 + 2149 ], "tournament_bracket_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_constraint": {}, "league_scheduling_proposals_inc_input": { "proposed_by_steam_id": [ - 180 + 257 ], "responded_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_insert_input": { "bracket": [ - 4398 + 4562 ], "created_at": [ - 4376 + 4498 ], "e_proposal_status": [ - 686 + 808 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "proposed_by": [ - 3798 + 3920 ], "proposed_by_league_team_season_id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_time": [ - 4376 + 4498 ], "responded_by": [ - 3798 + 3920 ], "responded_by_steam_id": [ - 180 + 257 ], "status": [ - 680 + 802 ], "team_season": [ - 2036 + 2158 ], "tournament_bracket_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "proposed_by_league_team_season_id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_time": [ - 4376 + 4498 ], "responded_by_steam_id": [ - 180 + 257 ], "tournament_bracket_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_max_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "message": [ - 2829 + 2951 ], "proposed_by_league_team_season_id": [ - 2829 + 2951 ], "proposed_by_steam_id": [ - 2829 + 2951 ], "proposed_time": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "tournament_bracket_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "proposed_by_league_team_season_id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_time": [ - 4376 + 4498 ], "responded_by_steam_id": [ - 180 + 257 ], "tournament_bracket_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_min_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "message": [ - 2829 + 2951 ], "proposed_by_league_team_season_id": [ - 2829 + 2951 ], "proposed_by_steam_id": [ - 2829 + 2951 ], "proposed_time": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "tournament_bracket_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1837 + 1959 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_on_conflict": { "constraint": [ - 1847 + 1969 ], "update_columns": [ - 1870 + 1992 ], "where": [ - 1846 + 1968 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_order_by": { "bracket": [ - 4400 + 4564 ], "created_at": [ - 2829 + 2951 ], "e_proposal_status": [ - 688 + 810 ], "id": [ - 2829 + 2951 ], "message": [ - 2829 + 2951 ], "proposed_by": [ - 3800 + 3922 ], "proposed_by_league_team_season_id": [ - 2829 + 2951 ], "proposed_by_steam_id": [ - 2829 + 2951 ], "proposed_time": [ - 2829 + 2951 ], "responded_by": [ - 3800 + 3922 ], "responded_by_steam_id": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "team_season": [ - 2038 + 2160 ], "tournament_bracket_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_select_column": {}, "league_scheduling_proposals_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "proposed_by_league_team_season_id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_time": [ - 4376 + 4498 ], "responded_by_steam_id": [ - 180 + 257 ], "status": [ - 680 + 802 ], "tournament_bracket_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_stddev_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "responded_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_stddev_pop_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "responded_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_stddev_samp_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "responded_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_stream_cursor_input": { "initial_value": [ - 1867 + 1989 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "proposed_by_league_team_season_id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_time": [ - 4376 + 4498 ], "responded_by_steam_id": [ - 180 + 257 ], "status": [ - 680 + 802 ], "tournament_bracket_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_sum_fields": { "proposed_by_steam_id": [ - 180 + 257 ], "responded_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_sum_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_update_column": {}, "league_scheduling_proposals_updates": { "_inc": [ - 1848 + 1970 ], "_set": [ - 1859 + 1981 ], "where": [ - 1846 + 1968 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_var_pop_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "responded_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_var_samp_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "responded_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_variance_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "responded_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_scheduling_proposals_variance_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "responded_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions": { "created_at": [ - 4376 + 4498 ], "division": [ - 1727 + 1849 ], "id": [ - 4921 + 4998 ], "league_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "season": [ - 1903 + 2025 ], "standings": [ - 4993, + 5070, { "distinct_on": [ - 5009, + 5086, "[v_league_division_standings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5008, + 5085, "[v_league_division_standings_order_by!]" ], "where": [ - 5002 + 5079 ] } ], "standings_aggregate": [ - 4994, + 5071, { "distinct_on": [ - 5009, + 5086, "[v_league_division_standings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5008, + 5085, "[v_league_division_standings_order_by!]" ], "where": [ - 5002 + 5079 ] } ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_aggregate": { "aggregate": [ - 1882 + 2004 ], "nodes": [ - 1878 + 2000 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_aggregate_bool_exp": { "count": [ - 1881 + 2003 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_aggregate_bool_exp_count": { "arguments": [ - 1897 + 2019 ], "distinct": [ - 3 + 5 ], "filter": [ - 1885 + 2007 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 1897, + 2019, "[league_season_divisions_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1888 + 2010 ], "min": [ - 1890 + 2012 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 1889 + 2011 ], "min": [ - 1891 + 2013 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_arr_rel_insert_input": { "data": [ - 1887 + 2009 ], "on_conflict": [ - 1894 + 2016 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_bool_exp": { "_and": [ - 1885 + 2007 ], "_not": [ - 1885 + 2007 ], "_or": [ - 1885 + 2007 ], "created_at": [ - 4377 + 4499 ], "division": [ - 1731 + 1853 ], "id": [ - 4923 + 5000 ], "league_division_id": [ - 4923 + 5000 ], "league_season_id": [ - 4923 + 5000 ], "season": [ - 1908 + 2030 ], "standings": [ - 5002 + 5079 ], "standings_aggregate": [ - 4995 + 5072 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_constraint": {}, "league_season_divisions_insert_input": { "created_at": [ - 4376 + 4498 ], "division": [ - 1738 + 1860 ], "id": [ - 4921 + 4998 ], "league_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "season": [ - 1918 + 2040 ], "standings": [ - 4999 + 5076 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_max_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_division_id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_min_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_division_id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1878 + 2000 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_obj_rel_insert_input": { "data": [ - 1887 + 2009 ], "on_conflict": [ - 1894 + 2016 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_on_conflict": { "constraint": [ - 1886 + 2008 ], "update_columns": [ - 1901 + 2023 ], "where": [ - 1885 + 2007 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_order_by": { "created_at": [ - 2829 + 2951 ], "division": [ - 1740 + 1862 ], "id": [ - 2829 + 2951 ], "league_division_id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "season": [ - 1920 + 2042 ], "standings_aggregate": [ - 4998 + 5075 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_select_column": {}, "league_season_divisions_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_stream_cursor_input": { "initial_value": [ - 1900 + 2022 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "league_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_season_divisions_update_column": {}, "league_season_divisions_updates": { "_set": [ - 1898 + 2020 ], "where": [ - 1885 + 2007 ], "__typename": [ - 78 + 80 ] }, "league_seasons": { "auto_regular_season_format": [ - 3 + 5 + ], + "awards": [ + 188, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "awards_aggregate": [ + 189, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } ], "can_register": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "created_by_steam_id": [ - 180 + 257 ], "default_best_of": [ - 38 + 40 ], "direct_promote_count": [ - 38 + 40 ], "direct_relegate_count": [ - 38 + 40 ], "e_league_season_status": [ - 717 + 839 ], "games_per_week": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "is_league_admin": [ - 3 + 5 ], "is_roster_locked": [ - 3 + 5 ], "match_options_id": [ - 4921 + 4998 ], "match_weeks": [ - 1755, + 1877, { "distinct_on": [ - 1776, + 1898, "[league_match_weeks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1774, + 1896, "[league_match_weeks_order_by!]" ], "where": [ - 1764 + 1886 ] } ], "match_weeks_aggregate": [ - 1756, + 1878, { "distinct_on": [ - 1776, + 1898, "[league_match_weeks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1774, + 1896, "[league_match_weeks_order_by!]" ], "where": [ - 1764 + 1886 ] } ], "match_weeks_count": [ - 38 + 40 ], "max_roster_size": [ - 38 + 40 ], "min_roster_size": [ - 38 + 40 ], "movements": [ - 1936, + 2058, { "distinct_on": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1955, + 2077, "[league_team_movements_order_by!]" ], "where": [ - 1945 + 2067 ] } ], "movements_aggregate": [ - 1937, + 2059, { "distinct_on": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1955, + 2077, "[league_team_movements_order_by!]" ], "where": [ - 1945 + 2067 ] } ], "my_registration": [ - 2018, + 2140, { "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "name": [ - 78 + 80 ], "options": [ - 2524 + 2646 ], "player_stats": [ - 5026, + 5103, { "distinct_on": [ - 5052, + 5129, "[v_league_season_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5051, + 5128, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5045 + 5122 ] } ], "player_stats_aggregate": [ - 5027, + 5104, { "distinct_on": [ - 5052, + 5129, "[v_league_season_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5051, + 5128, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5045 + 5122 ] } ], "playoff_best_of": [ - 38 + 40 ], "playoff_round_best_of": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "playoff_seats": [ - 38 + 40 ], "playoff_stage_type": [ - 1191 + 1313 ], "playoff_third_place_match": [ - 3 + 5 ], "promote_count": [ - 38 + 40 ], "regular_season_stage_type": [ - 1191 + 1313 ], "relegate_count": [ - 38 + 40 ], "relegation_down_count": [ - 38 + 40 ], "relegation_playoffs": [ - 1796, + 1918, { "distinct_on": [ - 1817, + 1939, "[league_relegation_playoffs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1815, + 1937, "[league_relegation_playoffs_order_by!]" ], "where": [ - 1805 + 1927 ] } ], "relegation_playoffs_aggregate": [ - 1797, + 1919, { "distinct_on": [ - 1817, + 1939, "[league_relegation_playoffs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1815, + 1937, "[league_relegation_playoffs_order_by!]" ], "where": [ - 1805 + 1927 ] } ], "relegation_up_count": [ - 38 + 40 ], "roster_lock_at": [ - 4376 + 4498 ], "season_divisions": [ - 1878, + 2000, { "distinct_on": [ - 1897, + 2019, "[league_season_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1895, + 2017, "[league_season_divisions_order_by!]" ], "where": [ - 1885 + 2007 ] } ], "season_divisions_aggregate": [ - 1879, + 2001, { "distinct_on": [ - 1897, + 2019, "[league_season_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1895, + 2017, "[league_season_divisions_order_by!]" ], "where": [ - 1885 + 2007 ] } ], "season_number": [ - 38 + 40 ], "signup_closes_at": [ - 4376 + 4498 ], "signup_opens_at": [ - 4376 + 4498 ], "standings": [ - 4993, + 5070, { "distinct_on": [ - 5009, + 5086, "[v_league_division_standings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5008, + 5085, "[v_league_division_standings_order_by!]" ], "where": [ - 5002 + 5079 ] } ], "standings_aggregate": [ - 4994, + 5071, { "distinct_on": [ - 5009, + 5086, "[v_league_division_standings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5008, + 5085, "[v_league_division_standings_order_by!]" ], "where": [ - 5002 + 5079 ] } ], "starts_at": [ - 4376 + 4498 ], "status": [ - 722 + 844 ], "team_seasons": [ - 2018, + 2140, { "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "team_seasons_aggregate": [ - 2019, + 2141, { "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "week_best_of": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "__typename": [ - 78 + 80 ] }, "league_seasons_aggregate": { "aggregate": [ - 1905 + 2027 ], "nodes": [ - 1903 + 2025 ], "__typename": [ - 78 + 80 ] }, "league_seasons_aggregate_fields": { "avg": [ - 1907 + 2029 ], "count": [ - 38, + 40, { "columns": [ - 1923, + 2045, "[league_seasons_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1915 + 2037 ], "min": [ - 1916 + 2038 ], "stddev": [ - 1925 + 2047 ], "stddev_pop": [ - 1926 + 2048 ], "stddev_samp": [ - 1927 + 2049 ], "sum": [ - 1930 + 2052 ], "var_pop": [ - 1933 + 2055 ], "var_samp": [ - 1934 + 2056 ], "variance": [ - 1935 + 2057 ], "__typename": [ - 78 + 80 ] }, "league_seasons_append_input": { "playoff_round_best_of": [ - 1700 + 1822 ], "week_best_of": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "league_seasons_avg_fields": { "created_by_steam_id": [ - 29 + 31 ], "default_best_of": [ - 29 + 31 ], "direct_promote_count": [ - 29 + 31 ], "direct_relegate_count": [ - 29 + 31 ], "games_per_week": [ - 29 + 31 ], "match_weeks_count": [ - 29 + 31 ], "max_roster_size": [ - 29 + 31 ], "min_roster_size": [ - 29 + 31 ], "playoff_best_of": [ - 29 + 31 ], "playoff_seats": [ - 29 + 31 ], "promote_count": [ - 29 + 31 ], "relegate_count": [ - 29 + 31 ], "relegation_down_count": [ - 29 + 31 ], "relegation_up_count": [ - 29 + 31 ], "season_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_seasons_bool_exp": { "_and": [ - 1908 + 2030 ], "_not": [ - 1908 + 2030 ], "_or": [ - 1908 + 2030 ], "auto_regular_season_format": [ - 4 + 6 + ], + "awards": [ + 197 + ], + "awards_aggregate": [ + 190 ], "can_register": [ - 4 + 6 ], "created_at": [ - 4377 + 4499 ], "created_by_steam_id": [ - 182 + 259 ], "default_best_of": [ - 39 + 41 ], "direct_promote_count": [ - 39 + 41 ], "direct_relegate_count": [ - 39 + 41 ], "e_league_season_status": [ - 720 + 842 ], "games_per_week": [ - 39 + 41 ], "id": [ - 4923 + 5000 ], "is_league_admin": [ - 4 + 6 ], "is_roster_locked": [ - 4 + 6 ], "match_options_id": [ - 4923 + 5000 ], "match_weeks": [ - 1764 + 1886 ], "match_weeks_aggregate": [ - 1757 + 1879 ], "match_weeks_count": [ - 39 + 41 ], "max_roster_size": [ - 39 + 41 ], "min_roster_size": [ - 39 + 41 ], "movements": [ - 1945 + 2067 ], "movements_aggregate": [ - 1938 + 2060 ], "my_registration": [ - 2027 + 2149 ], "name": [ - 80 + 82 ], "options": [ - 2528 + 2650 ], "player_stats": [ - 5045 + 5122 ], "player_stats_aggregate": [ - 5028 + 5105 ], "playoff_best_of": [ - 39 + 41 ], "playoff_round_best_of": [ - 1702 + 1824 ], "playoff_seats": [ - 39 + 41 ], "playoff_stage_type": [ - 1192 + 1314 ], "playoff_third_place_match": [ - 4 + 6 ], "promote_count": [ - 39 + 41 ], "regular_season_stage_type": [ - 1192 + 1314 ], "relegate_count": [ - 39 + 41 ], "relegation_down_count": [ - 39 + 41 ], "relegation_playoffs": [ - 1805 + 1927 ], "relegation_playoffs_aggregate": [ - 1798 + 1920 ], "relegation_up_count": [ - 39 + 41 ], "roster_lock_at": [ - 4377 + 4499 ], "season_divisions": [ - 1885 + 2007 ], "season_divisions_aggregate": [ - 1880 + 2002 ], "season_number": [ - 39 + 41 ], "signup_closes_at": [ - 4377 + 4499 ], "signup_opens_at": [ - 4377 + 4499 ], "standings": [ - 5002 + 5079 ], "standings_aggregate": [ - 4995 + 5072 ], "starts_at": [ - 4377 + 4499 ], "status": [ - 723 + 845 ], "team_seasons": [ - 2027 + 2149 ], "team_seasons_aggregate": [ - 2020 + 2142 ], "week_best_of": [ - 1702 + 1824 ], "__typename": [ - 78 + 80 ] }, "league_seasons_constraint": {}, "league_seasons_delete_at_path_input": { "playoff_round_best_of": [ - 78 + 80 ], "week_best_of": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "league_seasons_delete_elem_input": { "playoff_round_best_of": [ - 38 + 40 ], "week_best_of": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_seasons_delete_key_input": { "playoff_round_best_of": [ - 78 + 80 ], "week_best_of": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "league_seasons_inc_input": { "created_by_steam_id": [ - 180 + 257 ], "default_best_of": [ - 38 + 40 ], "direct_promote_count": [ - 38 + 40 ], "direct_relegate_count": [ - 38 + 40 ], "games_per_week": [ - 38 + 40 ], "match_weeks_count": [ - 38 + 40 ], "max_roster_size": [ - 38 + 40 ], "min_roster_size": [ - 38 + 40 ], "playoff_best_of": [ - 38 + 40 ], "playoff_seats": [ - 38 + 40 ], "promote_count": [ - 38 + 40 ], "relegate_count": [ - 38 + 40 ], "relegation_down_count": [ - 38 + 40 ], "relegation_up_count": [ - 38 + 40 ], "season_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_seasons_insert_input": { "auto_regular_season_format": [ - 3 + 5 + ], + "awards": [ + 194 ], "created_at": [ - 4376 + 4498 ], "created_by_steam_id": [ - 180 + 257 ], "default_best_of": [ - 38 + 40 ], "direct_promote_count": [ - 38 + 40 ], "direct_relegate_count": [ - 38 + 40 ], "e_league_season_status": [ - 728 + 850 ], "games_per_week": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "match_weeks": [ - 1761 + 1883 ], "match_weeks_count": [ - 38 + 40 ], "max_roster_size": [ - 38 + 40 ], "min_roster_size": [ - 38 + 40 ], "movements": [ - 1942 + 2064 ], "name": [ - 78 + 80 ], "options": [ - 2535 + 2657 ], "player_stats": [ - 5042 + 5119 ], "playoff_best_of": [ - 38 + 40 ], "playoff_round_best_of": [ - 1700 + 1822 ], "playoff_seats": [ - 38 + 40 ], "playoff_stage_type": [ - 1191 + 1313 ], "playoff_third_place_match": [ - 3 + 5 ], "promote_count": [ - 38 + 40 ], "regular_season_stage_type": [ - 1191 + 1313 ], "relegate_count": [ - 38 + 40 ], "relegation_down_count": [ - 38 + 40 ], "relegation_playoffs": [ - 1802 + 1924 ], "relegation_up_count": [ - 38 + 40 ], "roster_lock_at": [ - 4376 + 4498 ], "season_divisions": [ - 1884 + 2006 ], "season_number": [ - 38 + 40 ], "signup_closes_at": [ - 4376 + 4498 ], "signup_opens_at": [ - 4376 + 4498 ], "standings": [ - 4999 + 5076 ], "starts_at": [ - 4376 + 4498 ], "status": [ - 722 + 844 ], "team_seasons": [ - 2024 + 2146 ], "week_best_of": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "league_seasons_max_fields": { "created_at": [ - 4376 + 4498 ], "created_by_steam_id": [ - 180 + 257 ], "default_best_of": [ - 38 + 40 ], "direct_promote_count": [ - 38 + 40 ], "direct_relegate_count": [ - 38 + 40 ], "games_per_week": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "match_weeks_count": [ - 38 + 40 ], "max_roster_size": [ - 38 + 40 ], "min_roster_size": [ - 38 + 40 ], "name": [ - 78 + 80 ], "playoff_best_of": [ - 38 + 40 ], "playoff_seats": [ - 38 + 40 ], "promote_count": [ - 38 + 40 ], "relegate_count": [ - 38 + 40 ], "relegation_down_count": [ - 38 + 40 ], "relegation_up_count": [ - 38 + 40 ], "roster_lock_at": [ - 4376 + 4498 ], "season_number": [ - 38 + 40 ], "signup_closes_at": [ - 4376 + 4498 ], "signup_opens_at": [ - 4376 + 4498 ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "league_seasons_min_fields": { "created_at": [ - 4376 + 4498 ], "created_by_steam_id": [ - 180 + 257 ], "default_best_of": [ - 38 + 40 ], "direct_promote_count": [ - 38 + 40 ], "direct_relegate_count": [ - 38 + 40 ], "games_per_week": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "match_weeks_count": [ - 38 + 40 ], "max_roster_size": [ - 38 + 40 ], "min_roster_size": [ - 38 + 40 ], "name": [ - 78 + 80 ], "playoff_best_of": [ - 38 + 40 ], "playoff_seats": [ - 38 + 40 ], "promote_count": [ - 38 + 40 ], "relegate_count": [ - 38 + 40 ], "relegation_down_count": [ - 38 + 40 ], "relegation_up_count": [ - 38 + 40 ], "roster_lock_at": [ - 4376 + 4498 ], "season_number": [ - 38 + 40 ], "signup_closes_at": [ - 4376 + 4498 ], "signup_opens_at": [ - 4376 + 4498 ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "league_seasons_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1903 + 2025 ], "__typename": [ - 78 + 80 ] }, "league_seasons_obj_rel_insert_input": { "data": [ - 1914 + 2036 ], "on_conflict": [ - 1919 + 2041 ], "__typename": [ - 78 + 80 ] }, "league_seasons_on_conflict": { "constraint": [ - 1909 + 2031 ], "update_columns": [ - 1931 + 2053 ], "where": [ - 1908 + 2030 ], "__typename": [ - 78 + 80 ] }, "league_seasons_order_by": { "auto_regular_season_format": [ - 2829 + 2951 + ], + "awards_aggregate": [ + 193 ], "can_register": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "created_by_steam_id": [ - 2829 + 2951 ], "default_best_of": [ - 2829 + 2951 ], "direct_promote_count": [ - 2829 + 2951 ], "direct_relegate_count": [ - 2829 + 2951 ], "e_league_season_status": [ - 730 + 852 ], "games_per_week": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "is_league_admin": [ - 2829 + 2951 ], "is_roster_locked": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "match_weeks_aggregate": [ - 1760 + 1882 ], "match_weeks_count": [ - 2829 + 2951 ], "max_roster_size": [ - 2829 + 2951 ], "min_roster_size": [ - 2829 + 2951 ], "movements_aggregate": [ - 1941 + 2063 ], "my_registration_aggregate": [ - 2023 + 2145 ], "name": [ - 2829 + 2951 ], "options": [ - 2537 + 2659 ], "player_stats_aggregate": [ - 5041 + 5118 ], "playoff_best_of": [ - 2829 + 2951 ], "playoff_round_best_of": [ - 2829 + 2951 ], "playoff_seats": [ - 2829 + 2951 ], "playoff_stage_type": [ - 2829 + 2951 ], "playoff_third_place_match": [ - 2829 + 2951 ], "promote_count": [ - 2829 + 2951 ], "regular_season_stage_type": [ - 2829 + 2951 ], "relegate_count": [ - 2829 + 2951 ], "relegation_down_count": [ - 2829 + 2951 ], "relegation_playoffs_aggregate": [ - 1801 + 1923 ], "relegation_up_count": [ - 2829 + 2951 ], "roster_lock_at": [ - 2829 + 2951 ], "season_divisions_aggregate": [ - 1883 + 2005 ], "season_number": [ - 2829 + 2951 ], "signup_closes_at": [ - 2829 + 2951 ], "signup_opens_at": [ - 2829 + 2951 ], "standings_aggregate": [ - 4998 + 5075 ], "starts_at": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "team_seasons_aggregate": [ - 2023 + 2145 ], "week_best_of": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_seasons_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_seasons_prepend_input": { "playoff_round_best_of": [ - 1700 + 1822 ], "week_best_of": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "league_seasons_select_column": {}, "league_seasons_set_input": { "auto_regular_season_format": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "created_by_steam_id": [ - 180 + 257 ], "default_best_of": [ - 38 + 40 ], "direct_promote_count": [ - 38 + 40 ], "direct_relegate_count": [ - 38 + 40 ], "games_per_week": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "match_weeks_count": [ - 38 + 40 ], "max_roster_size": [ - 38 + 40 ], "min_roster_size": [ - 38 + 40 ], "name": [ - 78 + 80 ], "playoff_best_of": [ - 38 + 40 ], "playoff_round_best_of": [ - 1700 + 1822 ], "playoff_seats": [ - 38 + 40 ], "playoff_stage_type": [ - 1191 + 1313 ], "playoff_third_place_match": [ - 3 + 5 ], "promote_count": [ - 38 + 40 ], "regular_season_stage_type": [ - 1191 + 1313 ], "relegate_count": [ - 38 + 40 ], "relegation_down_count": [ - 38 + 40 ], "relegation_up_count": [ - 38 + 40 ], "roster_lock_at": [ - 4376 + 4498 ], "season_number": [ - 38 + 40 ], "signup_closes_at": [ - 4376 + 4498 ], "signup_opens_at": [ - 4376 + 4498 ], "starts_at": [ - 4376 + 4498 ], "status": [ - 722 + 844 ], "week_best_of": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "league_seasons_stddev_fields": { "created_by_steam_id": [ - 29 + 31 ], "default_best_of": [ - 29 + 31 ], "direct_promote_count": [ - 29 + 31 ], "direct_relegate_count": [ - 29 + 31 ], "games_per_week": [ - 29 + 31 ], "match_weeks_count": [ - 29 + 31 ], "max_roster_size": [ - 29 + 31 ], "min_roster_size": [ - 29 + 31 ], "playoff_best_of": [ - 29 + 31 ], "playoff_seats": [ - 29 + 31 ], "promote_count": [ - 29 + 31 ], "relegate_count": [ - 29 + 31 ], "relegation_down_count": [ - 29 + 31 ], "relegation_up_count": [ - 29 + 31 ], "season_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_seasons_stddev_pop_fields": { "created_by_steam_id": [ - 29 + 31 ], "default_best_of": [ - 29 + 31 ], "direct_promote_count": [ - 29 + 31 ], "direct_relegate_count": [ - 29 + 31 ], "games_per_week": [ - 29 + 31 ], "match_weeks_count": [ - 29 + 31 ], "max_roster_size": [ - 29 + 31 ], "min_roster_size": [ - 29 + 31 ], "playoff_best_of": [ - 29 + 31 ], "playoff_seats": [ - 29 + 31 ], "promote_count": [ - 29 + 31 ], "relegate_count": [ - 29 + 31 ], "relegation_down_count": [ - 29 + 31 ], "relegation_up_count": [ - 29 + 31 ], "season_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_seasons_stddev_samp_fields": { "created_by_steam_id": [ - 29 + 31 ], "default_best_of": [ - 29 + 31 ], "direct_promote_count": [ - 29 + 31 ], "direct_relegate_count": [ - 29 + 31 ], "games_per_week": [ - 29 + 31 ], "match_weeks_count": [ - 29 + 31 ], "max_roster_size": [ - 29 + 31 ], "min_roster_size": [ - 29 + 31 ], "playoff_best_of": [ - 29 + 31 ], "playoff_seats": [ - 29 + 31 ], "promote_count": [ - 29 + 31 ], "relegate_count": [ - 29 + 31 ], "relegation_down_count": [ - 29 + 31 ], "relegation_up_count": [ - 29 + 31 ], "season_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_seasons_stream_cursor_input": { "initial_value": [ - 1929 + 2051 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_seasons_stream_cursor_value_input": { "auto_regular_season_format": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "created_by_steam_id": [ - 180 + 257 ], "default_best_of": [ - 38 + 40 ], "direct_promote_count": [ - 38 + 40 ], "direct_relegate_count": [ - 38 + 40 ], "games_per_week": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "match_weeks_count": [ - 38 + 40 ], "max_roster_size": [ - 38 + 40 ], "min_roster_size": [ - 38 + 40 ], "name": [ - 78 + 80 ], "playoff_best_of": [ - 38 + 40 ], "playoff_round_best_of": [ - 1700 + 1822 ], "playoff_seats": [ - 38 + 40 ], "playoff_stage_type": [ - 1191 + 1313 ], "playoff_third_place_match": [ - 3 + 5 ], "promote_count": [ - 38 + 40 ], "regular_season_stage_type": [ - 1191 + 1313 ], "relegate_count": [ - 38 + 40 ], "relegation_down_count": [ - 38 + 40 ], "relegation_up_count": [ - 38 + 40 ], "roster_lock_at": [ - 4376 + 4498 ], "season_number": [ - 38 + 40 ], "signup_closes_at": [ - 4376 + 4498 ], "signup_opens_at": [ - 4376 + 4498 ], "starts_at": [ - 4376 + 4498 ], "status": [ - 722 + 844 ], "week_best_of": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "league_seasons_sum_fields": { "created_by_steam_id": [ - 180 + 257 ], "default_best_of": [ - 38 + 40 ], "direct_promote_count": [ - 38 + 40 ], "direct_relegate_count": [ - 38 + 40 ], "games_per_week": [ - 38 + 40 ], "match_weeks_count": [ - 38 + 40 ], "max_roster_size": [ - 38 + 40 ], "min_roster_size": [ - 38 + 40 ], "playoff_best_of": [ - 38 + 40 ], "playoff_seats": [ - 38 + 40 ], "promote_count": [ - 38 + 40 ], "relegate_count": [ - 38 + 40 ], "relegation_down_count": [ - 38 + 40 ], "relegation_up_count": [ - 38 + 40 ], "season_number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_seasons_update_column": {}, "league_seasons_updates": { "_append": [ - 1906 + 2028 ], "_delete_at_path": [ - 1910 + 2032 ], "_delete_elem": [ - 1911 + 2033 ], "_delete_key": [ - 1912 + 2034 ], "_inc": [ - 1913 + 2035 ], "_prepend": [ - 1922 + 2044 ], "_set": [ - 1924 + 2046 ], "where": [ - 1908 + 2030 ], "__typename": [ - 78 + 80 ] }, "league_seasons_var_pop_fields": { "created_by_steam_id": [ - 29 + 31 ], "default_best_of": [ - 29 + 31 ], "direct_promote_count": [ - 29 + 31 ], "direct_relegate_count": [ - 29 + 31 ], "games_per_week": [ - 29 + 31 ], "match_weeks_count": [ - 29 + 31 ], "max_roster_size": [ - 29 + 31 ], "min_roster_size": [ - 29 + 31 ], "playoff_best_of": [ - 29 + 31 ], "playoff_seats": [ - 29 + 31 ], "promote_count": [ - 29 + 31 ], "relegate_count": [ - 29 + 31 ], "relegation_down_count": [ - 29 + 31 ], "relegation_up_count": [ - 29 + 31 ], "season_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_seasons_var_samp_fields": { "created_by_steam_id": [ - 29 + 31 ], "default_best_of": [ - 29 + 31 ], "direct_promote_count": [ - 29 + 31 ], "direct_relegate_count": [ - 29 + 31 ], "games_per_week": [ - 29 + 31 ], "match_weeks_count": [ - 29 + 31 ], "max_roster_size": [ - 29 + 31 ], "min_roster_size": [ - 29 + 31 ], "playoff_best_of": [ - 29 + 31 ], "playoff_seats": [ - 29 + 31 ], "promote_count": [ - 29 + 31 ], "relegate_count": [ - 29 + 31 ], "relegation_down_count": [ - 29 + 31 ], "relegation_up_count": [ - 29 + 31 ], "season_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_seasons_variance_fields": { "created_by_steam_id": [ - 29 + 31 ], "default_best_of": [ - 29 + 31 ], "direct_promote_count": [ - 29 + 31 ], "direct_relegate_count": [ - 29 + 31 ], "games_per_week": [ - 29 + 31 ], "match_weeks_count": [ - 29 + 31 ], "max_roster_size": [ - 29 + 31 ], "min_roster_size": [ - 29 + 31 ], "playoff_best_of": [ - 29 + 31 ], "playoff_seats": [ - 29 + 31 ], "promote_count": [ - 29 + 31 ], "relegate_count": [ - 29 + 31 ], "relegation_down_count": [ - 29 + 31 ], "relegation_up_count": [ - 29 + 31 ], "season_number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_movements": { "approved_at": [ - 4376 + 4498 ], "approved_by": [ - 3787 + 3909 ], "approved_by_steam_id": [ - 180 + 257 ], "computed_to_division": [ - 1727 + 1849 ], "computed_to_division_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "e_movement_type": [ - 654 + 776 ], "final_rank": [ - 38 + 40 ], "final_to_division": [ - 1727 + 1849 ], "final_to_division_id": [ - 4921 + 4998 ], "from_division": [ - 1727 + 1849 ], "from_division_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team": [ - 2060 + 2182 ], "league_team_id": [ - 4921 + 4998 ], "season": [ - 1903 + 2025 ], "type": [ - 659 + 781 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_aggregate": { "aggregate": [ - 1940 + 2062 ], "nodes": [ - 1936 + 2058 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_aggregate_bool_exp": { "count": [ - 1939 + 2061 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_aggregate_bool_exp_count": { "arguments": [ - 1957 + 2079 ], "distinct": [ - 3 + 5 ], "filter": [ - 1945 + 2067 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_aggregate_fields": { "avg": [ - 1943 + 2065 ], "count": [ - 38, + 40, { "columns": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1949 + 2071 ], "min": [ - 1951 + 2073 ], "stddev": [ - 1959 + 2081 ], "stddev_pop": [ - 1961 + 2083 ], "stddev_samp": [ - 1963 + 2085 ], "sum": [ - 1967 + 2089 ], "var_pop": [ - 1971 + 2093 ], "var_samp": [ - 1973 + 2095 ], "variance": [ - 1975 + 2097 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_aggregate_order_by": { "avg": [ - 1944 + 2066 ], "count": [ - 2829 + 2951 ], "max": [ - 1950 + 2072 ], "min": [ - 1952 + 2074 ], "stddev": [ - 1960 + 2082 ], "stddev_pop": [ - 1962 + 2084 ], "stddev_samp": [ - 1964 + 2086 ], "sum": [ - 1968 + 2090 ], "var_pop": [ - 1972 + 2094 ], "var_samp": [ - 1974 + 2096 ], "variance": [ - 1976 + 2098 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_arr_rel_insert_input": { "data": [ - 1948 + 2070 ], "on_conflict": [ - 1954 + 2076 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_avg_fields": { "approved_by_steam_id": [ - 29 + 31 ], "final_rank": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_avg_order_by": { "approved_by_steam_id": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_bool_exp": { "_and": [ - 1945 + 2067 ], "_not": [ - 1945 + 2067 ], "_or": [ - 1945 + 2067 ], "approved_at": [ - 4377 + 4499 ], "approved_by": [ - 3791 + 3913 ], "approved_by_steam_id": [ - 182 + 259 ], "computed_to_division": [ - 1731 + 1853 ], "computed_to_division_id": [ - 4923 + 5000 ], "created_at": [ - 4377 + 4499 ], "e_movement_type": [ - 657 + 779 ], "final_rank": [ - 39 + 41 ], "final_to_division": [ - 1731 + 1853 ], "final_to_division_id": [ - 4923 + 5000 ], "from_division": [ - 1731 + 1853 ], "from_division_id": [ - 4923 + 5000 ], "id": [ - 4923 + 5000 ], "league_season_id": [ - 4923 + 5000 ], "league_team": [ - 2063 + 2185 ], "league_team_id": [ - 4923 + 5000 ], "season": [ - 1908 + 2030 ], "type": [ - 660 + 782 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_constraint": {}, "league_team_movements_inc_input": { "approved_by_steam_id": [ - 180 + 257 ], "final_rank": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_insert_input": { "approved_at": [ - 4376 + 4498 ], "approved_by": [ - 3798 + 3920 ], "approved_by_steam_id": [ - 180 + 257 ], "computed_to_division": [ - 1738 + 1860 ], "computed_to_division_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "e_movement_type": [ - 665 + 787 ], "final_rank": [ - 38 + 40 ], "final_to_division": [ - 1738 + 1860 ], "final_to_division_id": [ - 4921 + 4998 ], "from_division": [ - 1738 + 1860 ], "from_division_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team": [ - 2069 + 2191 ], "league_team_id": [ - 4921 + 4998 ], "season": [ - 1918 + 2040 ], "type": [ - 659 + 781 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_max_fields": { "approved_at": [ - 4376 + 4498 ], "approved_by_steam_id": [ - 180 + 257 ], "computed_to_division_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "final_rank": [ - 38 + 40 ], "final_to_division_id": [ - 4921 + 4998 ], "from_division_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_max_order_by": { "approved_at": [ - 2829 + 2951 ], "approved_by_steam_id": [ - 2829 + 2951 ], "computed_to_division_id": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "final_to_division_id": [ - 2829 + 2951 ], "from_division_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_min_fields": { "approved_at": [ - 4376 + 4498 ], "approved_by_steam_id": [ - 180 + 257 ], "computed_to_division_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "final_rank": [ - 38 + 40 ], "final_to_division_id": [ - 4921 + 4998 ], "from_division_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_min_order_by": { "approved_at": [ - 2829 + 2951 ], "approved_by_steam_id": [ - 2829 + 2951 ], "computed_to_division_id": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "final_to_division_id": [ - 2829 + 2951 ], "from_division_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1936 + 2058 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_on_conflict": { "constraint": [ - 1946 + 2068 ], "update_columns": [ - 1969 + 2091 ], "where": [ - 1945 + 2067 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_order_by": { "approved_at": [ - 2829 + 2951 ], "approved_by": [ - 3800 + 3922 ], "approved_by_steam_id": [ - 2829 + 2951 ], "computed_to_division": [ - 1740 + 1862 ], "computed_to_division_id": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "e_movement_type": [ - 667 + 789 ], "final_rank": [ - 2829 + 2951 ], "final_to_division": [ - 1740 + 1862 ], "final_to_division_id": [ - 2829 + 2951 ], "from_division": [ - 1740 + 1862 ], "from_division_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team": [ - 2071 + 2193 ], "league_team_id": [ - 2829 + 2951 ], "season": [ - 1920 + 2042 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_select_column": {}, "league_team_movements_set_input": { "approved_at": [ - 4376 + 4498 ], "approved_by_steam_id": [ - 180 + 257 ], "computed_to_division_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "final_rank": [ - 38 + 40 ], "final_to_division_id": [ - 4921 + 4998 ], "from_division_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "type": [ - 659 + 781 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_stddev_fields": { "approved_by_steam_id": [ - 29 + 31 ], "final_rank": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_stddev_order_by": { "approved_by_steam_id": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_stddev_pop_fields": { "approved_by_steam_id": [ - 29 + 31 ], "final_rank": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_stddev_pop_order_by": { "approved_by_steam_id": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_stddev_samp_fields": { "approved_by_steam_id": [ - 29 + 31 ], "final_rank": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_stddev_samp_order_by": { "approved_by_steam_id": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_stream_cursor_input": { "initial_value": [ - 1966 + 2088 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_stream_cursor_value_input": { "approved_at": [ - 4376 + 4498 ], "approved_by_steam_id": [ - 180 + 257 ], "computed_to_division_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "final_rank": [ - 38 + 40 ], "final_to_division_id": [ - 4921 + 4998 ], "from_division_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "type": [ - 659 + 781 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_sum_fields": { "approved_by_steam_id": [ - 180 + 257 ], "final_rank": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_sum_order_by": { "approved_by_steam_id": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_update_column": {}, "league_team_movements_updates": { "_inc": [ - 1947 + 2069 ], "_set": [ - 1958 + 2080 ], "where": [ - 1945 + 2067 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_var_pop_fields": { "approved_by_steam_id": [ - 29 + 31 ], "final_rank": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_var_pop_order_by": { "approved_by_steam_id": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_var_samp_fields": { "approved_by_steam_id": [ - 29 + 31 ], "final_rank": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_var_samp_order_by": { "approved_by_steam_id": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_variance_fields": { "approved_by_steam_id": [ - 29 + 31 ], "final_rank": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_movements_variance_order_by": { "approved_by_steam_id": [ - 2829 + 2951 ], "final_rank": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters": { "added_at": [ - 4376 + 4498 ], "league_team_season_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "removed_at": [ - 4376 + 4498 ], "removed_reason": [ - 78 + 80 ], "status": [ - 1130 + 1252 ], "team_season": [ - 2018 + 2140 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_aggregate": { "aggregate": [ - 1981 + 2103 ], "nodes": [ - 1977 + 2099 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_aggregate_bool_exp": { "count": [ - 1980 + 2102 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_aggregate_bool_exp_count": { "arguments": [ - 1998 + 2120 ], "distinct": [ - 3 + 5 ], "filter": [ - 1986 + 2108 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_aggregate_fields": { "avg": [ - 1984 + 2106 ], "count": [ - 38, + 40, { "columns": [ - 1998, + 2120, "[league_team_rosters_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 1990 + 2112 ], "min": [ - 1992 + 2114 ], "stddev": [ - 2000 + 2122 ], "stddev_pop": [ - 2002 + 2124 ], "stddev_samp": [ - 2004 + 2126 ], "sum": [ - 2008 + 2130 ], "var_pop": [ - 2012 + 2134 ], "var_samp": [ - 2014 + 2136 ], "variance": [ - 2016 + 2138 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_aggregate_order_by": { "avg": [ - 1985 + 2107 ], "count": [ - 2829 + 2951 ], "max": [ - 1991 + 2113 ], "min": [ - 1993 + 2115 ], "stddev": [ - 2001 + 2123 ], "stddev_pop": [ - 2003 + 2125 ], "stddev_samp": [ - 2005 + 2127 ], "sum": [ - 2009 + 2131 ], "var_pop": [ - 2013 + 2135 ], "var_samp": [ - 2015 + 2137 ], "variance": [ - 2017 + 2139 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_arr_rel_insert_input": { "data": [ - 1989 + 2111 ], "on_conflict": [ - 1995 + 2117 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_avg_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_avg_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_bool_exp": { "_and": [ - 1986 + 2108 ], "_not": [ - 1986 + 2108 ], "_or": [ - 1986 + 2108 ], "added_at": [ - 4377 + 4499 ], "league_team_season_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "removed_at": [ - 4377 + 4499 ], "removed_reason": [ - 80 + 82 ], "status": [ - 1131 + 1253 ], "team_season": [ - 2027 + 2149 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_constraint": {}, "league_team_rosters_inc_input": { "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_insert_input": { "added_at": [ - 4376 + 4498 ], "league_team_season_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "removed_at": [ - 4376 + 4498 ], "removed_reason": [ - 78 + 80 ], "status": [ - 1130 + 1252 ], "team_season": [ - 2036 + 2158 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_max_fields": { "added_at": [ - 4376 + 4498 ], "league_team_season_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "removed_at": [ - 4376 + 4498 ], "removed_reason": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_max_order_by": { "added_at": [ - 2829 + 2951 ], "league_team_season_id": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "removed_at": [ - 2829 + 2951 ], "removed_reason": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_min_fields": { "added_at": [ - 4376 + 4498 ], "league_team_season_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "removed_at": [ - 4376 + 4498 ], "removed_reason": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_min_order_by": { "added_at": [ - 2829 + 2951 ], "league_team_season_id": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "removed_at": [ - 2829 + 2951 ], "removed_reason": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 1977 + 2099 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_on_conflict": { "constraint": [ - 1987 + 2109 ], "update_columns": [ - 2010 + 2132 ], "where": [ - 1986 + 2108 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_order_by": { "added_at": [ - 2829 + 2951 ], "league_team_season_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "removed_at": [ - 2829 + 2951 ], "removed_reason": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "team_season": [ - 2038 + 2160 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_pk_columns_input": { "league_team_season_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_select_column": {}, "league_team_rosters_set_input": { "added_at": [ - 4376 + 4498 ], "league_team_season_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "removed_at": [ - 4376 + 4498 ], "removed_reason": [ - 78 + 80 ], "status": [ - 1130 + 1252 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_stddev_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_stddev_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_stddev_pop_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_stddev_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_stddev_samp_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_stddev_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_stream_cursor_input": { "initial_value": [ - 2007 + 2129 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_stream_cursor_value_input": { "added_at": [ - 4376 + 4498 ], "league_team_season_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "removed_at": [ - 4376 + 4498 ], "removed_reason": [ - 78 + 80 ], "status": [ - 1130 + 1252 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_sum_fields": { "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_sum_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_update_column": {}, "league_team_rosters_updates": { "_inc": [ - 1988 + 2110 ], "_set": [ - 1999 + 2121 ], "where": [ - 1986 + 2108 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_var_pop_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_var_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_var_samp_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_var_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_variance_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_rosters_variance_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons": { "assigned_division": [ - 1727 + 1849 ], "assigned_division_id": [ - 4921 + 4998 ], "captain": [ - 3787 + 3909 ], "captain_steam_id": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "decline_reason": [ - 78 + 80 ], "e_registration_status": [ - 696 + 818 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team": [ - 2060 + 2182 ], "league_team_id": [ - 4921 + 4998 ], "registered_by": [ - 3787 + 3909 ], "registered_by_steam_id": [ - 180 + 257 ], "requested_division": [ - 1727 + 1849 ], "requested_division_id": [ - 4921 + 4998 ], "roster": [ - 1977, + 2099, { "distinct_on": [ - 1998, + 2120, "[league_team_rosters_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1996, + 2118, "[league_team_rosters_order_by!]" ], "where": [ - 1986 + 2108 ] } ], "roster_aggregate": [ - 1978, + 2100, { "distinct_on": [ - 1998, + 2120, "[league_team_rosters_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1996, + 2118, "[league_team_rosters_order_by!]" ], "where": [ - 1986 + 2108 ] } ], "season": [ - 1903 + 2025 ], "seed": [ - 38 + 40 ], "status": [ - 701 + 823 ], "tournament_team": [ - 4728 + 4892 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_aggregate": { "aggregate": [ - 2022 + 2144 ], "nodes": [ - 2018 + 2140 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_aggregate_bool_exp": { "count": [ - 2021 + 2143 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_aggregate_bool_exp_count": { "arguments": [ - 2040 + 2162 ], "distinct": [ - 3 + 5 ], "filter": [ - 2027 + 2149 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_aggregate_fields": { "avg": [ - 2025 + 2147 ], "count": [ - 38, + 40, { "columns": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2031 + 2153 ], "min": [ - 2033 + 2155 ], "stddev": [ - 2042 + 2164 ], "stddev_pop": [ - 2044 + 2166 ], "stddev_samp": [ - 2046 + 2168 ], "sum": [ - 2050 + 2172 ], "var_pop": [ - 2054 + 2176 ], "var_samp": [ - 2056 + 2178 ], "variance": [ - 2058 + 2180 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_aggregate_order_by": { "avg": [ - 2026 + 2148 ], "count": [ - 2829 + 2951 ], "max": [ - 2032 + 2154 ], "min": [ - 2034 + 2156 ], "stddev": [ - 2043 + 2165 ], "stddev_pop": [ - 2045 + 2167 ], "stddev_samp": [ - 2047 + 2169 ], "sum": [ - 2051 + 2173 ], "var_pop": [ - 2055 + 2177 ], "var_samp": [ - 2057 + 2179 ], "variance": [ - 2059 + 2181 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_arr_rel_insert_input": { "data": [ - 2030 + 2152 ], "on_conflict": [ - 2037 + 2159 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_avg_fields": { "captain_steam_id": [ - 29 + 31 ], "registered_by_steam_id": [ - 29 + 31 ], "seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_avg_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_bool_exp": { "_and": [ - 2027 + 2149 ], "_not": [ - 2027 + 2149 ], "_or": [ - 2027 + 2149 ], "assigned_division": [ - 1731 + 1853 ], "assigned_division_id": [ - 4923 + 5000 ], "captain": [ - 3791 + 3913 ], "captain_steam_id": [ - 182 + 259 ], "created_at": [ - 4377 + 4499 ], "decline_reason": [ - 80 + 82 ], "e_registration_status": [ - 699 + 821 ], "id": [ - 4923 + 5000 ], "league_season_id": [ - 4923 + 5000 ], "league_team": [ - 2063 + 2185 ], "league_team_id": [ - 4923 + 5000 ], "registered_by": [ - 3791 + 3913 ], "registered_by_steam_id": [ - 182 + 259 ], "requested_division": [ - 1731 + 1853 ], "requested_division_id": [ - 4923 + 5000 ], "roster": [ - 1986 + 2108 ], "roster_aggregate": [ - 1979 + 2101 ], "season": [ - 1908 + 2030 ], "seed": [ - 39 + 41 ], "status": [ - 702 + 824 ], "tournament_team": [ - 4737 + 4901 ], "tournament_team_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_constraint": {}, "league_team_seasons_inc_input": { "captain_steam_id": [ - 180 + 257 ], "registered_by_steam_id": [ - 180 + 257 ], "seed": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_insert_input": { "assigned_division": [ - 1738 + 1860 ], "assigned_division_id": [ - 4921 + 4998 ], "captain": [ - 3798 + 3920 ], "captain_steam_id": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "decline_reason": [ - 78 + 80 ], "e_registration_status": [ - 707 + 829 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team": [ - 2069 + 2191 ], "league_team_id": [ - 4921 + 4998 ], "registered_by": [ - 3798 + 3920 ], "registered_by_steam_id": [ - 180 + 257 ], "requested_division": [ - 1738 + 1860 ], "requested_division_id": [ - 4921 + 4998 ], "roster": [ - 1983 + 2105 ], "season": [ - 1918 + 2040 ], "seed": [ - 38 + 40 ], "status": [ - 701 + 823 ], "tournament_team": [ - 4746 + 4910 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_max_fields": { "assigned_division_id": [ - 4921 + 4998 ], "captain_steam_id": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "decline_reason": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "registered_by_steam_id": [ - 180 + 257 ], "requested_division_id": [ - 4921 + 4998 ], "seed": [ - 38 + 40 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_max_order_by": { "assigned_division_id": [ - 2829 + 2951 ], "captain_steam_id": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "decline_reason": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "requested_division_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_min_fields": { "assigned_division_id": [ - 4921 + 4998 ], "captain_steam_id": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "decline_reason": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "registered_by_steam_id": [ - 180 + 257 ], "requested_division_id": [ - 4921 + 4998 ], "seed": [ - 38 + 40 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_min_order_by": { "assigned_division_id": [ - 2829 + 2951 ], "captain_steam_id": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "decline_reason": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "requested_division_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2018 + 2140 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_obj_rel_insert_input": { "data": [ - 2030 + 2152 ], "on_conflict": [ - 2037 + 2159 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_on_conflict": { "constraint": [ - 2028 + 2150 ], "update_columns": [ - 2052 + 2174 ], "where": [ - 2027 + 2149 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_order_by": { "assigned_division": [ - 1740 + 1862 ], "assigned_division_id": [ - 2829 + 2951 ], "captain": [ - 3800 + 3922 ], "captain_steam_id": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "decline_reason": [ - 2829 + 2951 ], "e_registration_status": [ - 709 + 831 ], "id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team": [ - 2071 + 2193 ], "league_team_id": [ - 2829 + 2951 ], "registered_by": [ - 3800 + 3922 ], "registered_by_steam_id": [ - 2829 + 2951 ], "requested_division": [ - 1740 + 1862 ], "requested_division_id": [ - 2829 + 2951 ], "roster_aggregate": [ - 1982 + 2104 ], "season": [ - 1920 + 2042 ], "seed": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "tournament_team": [ - 4748 + 4912 ], "tournament_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_select_column": {}, "league_team_seasons_set_input": { "assigned_division_id": [ - 4921 + 4998 ], "captain_steam_id": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "decline_reason": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "registered_by_steam_id": [ - 180 + 257 ], "requested_division_id": [ - 4921 + 4998 ], "seed": [ - 38 + 40 ], "status": [ - 701 + 823 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_stddev_fields": { "captain_steam_id": [ - 29 + 31 ], "registered_by_steam_id": [ - 29 + 31 ], "seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_stddev_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_stddev_pop_fields": { "captain_steam_id": [ - 29 + 31 ], "registered_by_steam_id": [ - 29 + 31 ], "seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_stddev_pop_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_stddev_samp_fields": { "captain_steam_id": [ - 29 + 31 ], "registered_by_steam_id": [ - 29 + 31 ], "seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_stddev_samp_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_stream_cursor_input": { "initial_value": [ - 2049 + 2171 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_stream_cursor_value_input": { "assigned_division_id": [ - 4921 + 4998 ], "captain_steam_id": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "decline_reason": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "registered_by_steam_id": [ - 180 + 257 ], "requested_division_id": [ - 4921 + 4998 ], "seed": [ - 38 + 40 ], "status": [ - 701 + 823 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_sum_fields": { "captain_steam_id": [ - 180 + 257 ], "registered_by_steam_id": [ - 180 + 257 ], "seed": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_sum_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_update_column": {}, "league_team_seasons_updates": { "_inc": [ - 2029 + 2151 ], "_set": [ - 2041 + 2163 ], "where": [ - 2027 + 2149 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_var_pop_fields": { "captain_steam_id": [ - 29 + 31 ], "registered_by_steam_id": [ - 29 + 31 ], "seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_var_pop_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_var_samp_fields": { "captain_steam_id": [ - 29 + 31 ], "registered_by_steam_id": [ - 29 + 31 ], "seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_var_samp_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_variance_fields": { "captain_steam_id": [ - 29 + 31 ], "registered_by_steam_id": [ - 29 + 31 ], "seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "league_team_seasons_variance_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "registered_by_steam_id": [ - 2829 + 2951 ], "seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "league_teams": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "movements": [ - 1936, + 2058, { "distinct_on": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1955, + 2077, "[league_team_movements_order_by!]" ], "where": [ - 1945 + 2067 ] } ], "movements_aggregate": [ - 1937, + 2059, { "distinct_on": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1955, + 2077, "[league_team_movements_order_by!]" ], "where": [ - 1945 + 2067 ] } ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "team_seasons": [ - 2018, + 2140, { "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "team_seasons_aggregate": [ - 2019, + 2141, { "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "__typename": [ - 78 + 80 ] }, "league_teams_aggregate": { "aggregate": [ - 2062 + 2184 ], "nodes": [ - 2060 + 2182 ], "__typename": [ - 78 + 80 ] }, "league_teams_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 2073, + 2195, "[league_teams_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2066 + 2188 ], "min": [ - 2067 + 2189 ], "__typename": [ - 78 + 80 ] }, "league_teams_bool_exp": { "_and": [ - 2063 + 2185 ], "_not": [ - 2063 + 2185 ], "_or": [ - 2063 + 2185 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "movements": [ - 1945 + 2067 ], "movements_aggregate": [ - 1938 + 2060 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "team_seasons": [ - 2027 + 2149 ], "team_seasons_aggregate": [ - 2020 + 2142 ], "__typename": [ - 78 + 80 ] }, "league_teams_constraint": {}, "league_teams_insert_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "movements": [ - 1942 + 2064 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "team_seasons": [ - 2024 + 2146 ], "__typename": [ - 78 + 80 ] }, "league_teams_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_teams_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_teams_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2060 + 2182 ], "__typename": [ - 78 + 80 ] }, "league_teams_obj_rel_insert_input": { "data": [ - 2065 + 2187 ], "on_conflict": [ - 2070 + 2192 ], "__typename": [ - 78 + 80 ] }, "league_teams_on_conflict": { "constraint": [ - 2064 + 2186 ], "update_columns": [ - 2077 + 2199 ], "where": [ - 2063 + 2185 ], "__typename": [ - 78 + 80 ] }, "league_teams_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "movements_aggregate": [ - 1941 + 2063 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "team_seasons_aggregate": [ - 2023 + 2145 ], "__typename": [ - 78 + 80 ] }, "league_teams_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_teams_select_column": {}, "league_teams_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_teams_stream_cursor_input": { "initial_value": [ - 2076 + 2198 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "league_teams_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "league_teams_update_column": {}, "league_teams_updates": { "_set": [ - 2074 + 2196 ], "where": [ - 2063 + 2185 ], "__typename": [ - 78 + 80 ] }, "lobbies": { "access": [ - 743 + 865 ], "created_at": [ - 4376 + 4498 ], "e_lobby_access": [ - 738 + 860 ], "id": [ - 4921 + 4998 ], "players": [ - 2098, + 2220, { "distinct_on": [ - 2121, + 2243, "[lobby_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2119, + 2241, "[lobby_players_order_by!]" ], "where": [ - 2109 + 2231 ] } ], "players_aggregate": [ - 2099, + 2221, { "distinct_on": [ - 2121, + 2243, "[lobby_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2119, + 2241, "[lobby_players_order_by!]" ], "where": [ - 2109 + 2231 ] } ], "__typename": [ - 78 + 80 ] }, "lobbies_aggregate": { "aggregate": [ - 2081 + 2203 ], "nodes": [ - 2079 + 2201 ], "__typename": [ - 78 + 80 ] }, "lobbies_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 2092, + 2214, "[lobbies_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2085 + 2207 ], "min": [ - 2086 + 2208 ], "__typename": [ - 78 + 80 ] }, "lobbies_bool_exp": { "_and": [ - 2082 + 2204 ], "_not": [ - 2082 + 2204 ], "_or": [ - 2082 + 2204 ], "access": [ - 744 + 866 ], "created_at": [ - 4377 + 4499 ], "e_lobby_access": [ - 741 + 863 ], "id": [ - 4923 + 5000 ], "players": [ - 2109 + 2231 ], "players_aggregate": [ - 2100 + 2222 ], "__typename": [ - 78 + 80 ] }, "lobbies_constraint": {}, "lobbies_insert_input": { "access": [ - 743 + 865 ], "created_at": [ - 4376 + 4498 ], "e_lobby_access": [ - 749 + 871 ], "id": [ - 4921 + 4998 ], "players": [ - 2106 + 2228 ], "__typename": [ - 78 + 80 ] }, "lobbies_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "lobbies_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "lobbies_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2079 + 2201 ], "__typename": [ - 78 + 80 ] }, "lobbies_obj_rel_insert_input": { "data": [ - 2084 + 2206 ], "on_conflict": [ - 2089 + 2211 ], "__typename": [ - 78 + 80 ] }, "lobbies_on_conflict": { "constraint": [ - 2083 + 2205 ], "update_columns": [ - 2096 + 2218 ], "where": [ - 2082 + 2204 ], "__typename": [ - 78 + 80 ] }, "lobbies_order_by": { "access": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "e_lobby_access": [ - 751 + 873 ], "id": [ - 2829 + 2951 ], "players_aggregate": [ - 2105 + 2227 ], "__typename": [ - 78 + 80 ] }, "lobbies_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "lobbies_select_column": {}, "lobbies_set_input": { "access": [ - 743 + 865 ], "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "lobbies_stream_cursor_input": { "initial_value": [ - 2095 + 2217 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "lobbies_stream_cursor_value_input": { "access": [ - 743 + 865 ], "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "lobbies_update_column": {}, "lobbies_updates": { "_set": [ - 2093 + 2215 ], "where": [ - 2082 + 2204 ], "__typename": [ - 78 + 80 ] }, "lobby_players": { "captain": [ - 3 + 5 ], "invited_by_steam_id": [ - 180 + 257 ], "lobby": [ - 2079 + 2201 ], "lobby_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "status": [ - 764 + 886 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "lobby_players_aggregate": { "aggregate": [ - 2104 + 2226 ], "nodes": [ - 2098 + 2220 ], "__typename": [ - 78 + 80 ] }, "lobby_players_aggregate_bool_exp": { "bool_and": [ - 2101 + 2223 ], "bool_or": [ - 2102 + 2224 ], "count": [ - 2103 + 2225 ], "__typename": [ - 78 + 80 ] }, "lobby_players_aggregate_bool_exp_bool_and": { "arguments": [ - 2122 + 2244 ], "distinct": [ - 3 + 5 ], "filter": [ - 2109 + 2231 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "lobby_players_aggregate_bool_exp_bool_or": { "arguments": [ - 2123 + 2245 ], "distinct": [ - 3 + 5 ], "filter": [ - 2109 + 2231 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "lobby_players_aggregate_bool_exp_count": { "arguments": [ - 2121 + 2243 ], "distinct": [ - 3 + 5 ], "filter": [ - 2109 + 2231 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "lobby_players_aggregate_fields": { "avg": [ - 2107 + 2229 ], "count": [ - 38, + 40, { "columns": [ - 2121, + 2243, "[lobby_players_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2113 + 2235 ], "min": [ - 2115 + 2237 ], "stddev": [ - 2125 + 2247 ], "stddev_pop": [ - 2127 + 2249 ], "stddev_samp": [ - 2129 + 2251 ], "sum": [ - 2133 + 2255 ], "var_pop": [ - 2137 + 2259 ], "var_samp": [ - 2139 + 2261 ], "variance": [ - 2141 + 2263 ], "__typename": [ - 78 + 80 ] }, "lobby_players_aggregate_order_by": { "avg": [ - 2108 + 2230 ], "count": [ - 2829 + 2951 ], "max": [ - 2114 + 2236 ], "min": [ - 2116 + 2238 ], "stddev": [ - 2126 + 2248 ], "stddev_pop": [ - 2128 + 2250 ], "stddev_samp": [ - 2130 + 2252 ], "sum": [ - 2134 + 2256 ], "var_pop": [ - 2138 + 2260 ], "var_samp": [ - 2140 + 2262 ], "variance": [ - 2142 + 2264 ], "__typename": [ - 78 + 80 ] }, "lobby_players_arr_rel_insert_input": { "data": [ - 2112 + 2234 ], "on_conflict": [ - 2118 + 2240 ], "__typename": [ - 78 + 80 ] }, "lobby_players_avg_fields": { "invited_by_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "lobby_players_avg_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_bool_exp": { "_and": [ - 2109 + 2231 ], "_not": [ - 2109 + 2231 ], "_or": [ - 2109 + 2231 ], "captain": [ - 4 + 6 ], "invited_by_steam_id": [ - 182 + 259 ], "lobby": [ - 2082 + 2204 ], "lobby_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "status": [ - 765 + 887 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "lobby_players_constraint": {}, "lobby_players_inc_input": { "invited_by_steam_id": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "lobby_players_insert_input": { "captain": [ - 3 + 5 ], "invited_by_steam_id": [ - 180 + 257 ], "lobby": [ - 2088 + 2210 ], "lobby_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "status": [ - 764 + 886 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "lobby_players_max_fields": { "invited_by_steam_id": [ - 180 + 257 ], "lobby_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "lobby_players_max_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "lobby_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_min_fields": { "invited_by_steam_id": [ - 180 + 257 ], "lobby_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "lobby_players_min_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "lobby_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2098 + 2220 ], "__typename": [ - 78 + 80 ] }, "lobby_players_on_conflict": { "constraint": [ - 2110 + 2232 ], "update_columns": [ - 2135 + 2257 ], "where": [ - 2109 + 2231 ], "__typename": [ - 78 + 80 ] }, "lobby_players_order_by": { "captain": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "lobby": [ - 2090 + 2212 ], "lobby_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "status": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_pk_columns_input": { "lobby_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "lobby_players_select_column": {}, @@ -35562,1042 +38316,1042 @@ export default { "lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_or_arguments_columns": {}, "lobby_players_set_input": { "captain": [ - 3 + 5 ], "invited_by_steam_id": [ - 180 + 257 ], "lobby_id": [ - 4921 + 4998 ], "status": [ - 764 + 886 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "lobby_players_stddev_fields": { "invited_by_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "lobby_players_stddev_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_stddev_pop_fields": { "invited_by_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "lobby_players_stddev_pop_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_stddev_samp_fields": { "invited_by_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "lobby_players_stddev_samp_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_stream_cursor_input": { "initial_value": [ - 2132 + 2254 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "lobby_players_stream_cursor_value_input": { "captain": [ - 3 + 5 ], "invited_by_steam_id": [ - 180 + 257 ], "lobby_id": [ - 4921 + 4998 ], "status": [ - 764 + 886 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "lobby_players_sum_fields": { "invited_by_steam_id": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "lobby_players_sum_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_update_column": {}, "lobby_players_updates": { "_inc": [ - 2111 + 2233 ], "_set": [ - 2124 + 2246 ], "where": [ - 2109 + 2231 ], "__typename": [ - 78 + 80 ] }, "lobby_players_var_pop_fields": { "invited_by_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "lobby_players_var_pop_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_var_samp_fields": { "invited_by_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "lobby_players_var_samp_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "lobby_players_variance_fields": { "invited_by_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "lobby_players_variance_order_by": { "invited_by_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "map_pools": { "e_type": [ - 779 + 901 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "maps": [ - 5563, + 5640, { "distinct_on": [ - 5580, + 5657, "[v_pool_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5579, + 5656, "[v_pool_maps_order_by!]" ], "where": [ - 5572 + 5649 ] } ], "maps_aggregate": [ - 5564, + 5641, { "distinct_on": [ - 5580, + 5657, "[v_pool_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5579, + 5656, "[v_pool_maps_order_by!]" ], "where": [ - 5572 + 5649 ] } ], "seed": [ - 3 + 5 ], "type": [ - 784 + 906 ], "__typename": [ - 78 + 80 ] }, "map_pools_aggregate": { "aggregate": [ - 2145 + 2267 ], "nodes": [ - 2143 + 2265 ], "__typename": [ - 78 + 80 ] }, "map_pools_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 2156, + 2278, "[map_pools_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2149 + 2271 ], "min": [ - 2150 + 2272 ], "__typename": [ - 78 + 80 ] }, "map_pools_bool_exp": { "_and": [ - 2146 + 2268 ], "_not": [ - 2146 + 2268 ], "_or": [ - 2146 + 2268 ], "e_type": [ - 782 + 904 ], "enabled": [ - 4 + 6 ], "id": [ - 4923 + 5000 ], "maps": [ - 5572 + 5649 ], "maps_aggregate": [ - 5565 + 5642 ], "seed": [ - 4 + 6 ], "type": [ - 785 + 907 ], "__typename": [ - 78 + 80 ] }, "map_pools_constraint": {}, "map_pools_insert_input": { "e_type": [ - 790 + 912 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "maps": [ - 5571 + 5648 ], "seed": [ - 3 + 5 ], "type": [ - 784 + 906 ], "__typename": [ - 78 + 80 ] }, "map_pools_max_fields": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "map_pools_min_fields": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "map_pools_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2143 + 2265 ], "__typename": [ - 78 + 80 ] }, "map_pools_obj_rel_insert_input": { "data": [ - 2148 + 2270 ], "on_conflict": [ - 2153 + 2275 ], "__typename": [ - 78 + 80 ] }, "map_pools_on_conflict": { "constraint": [ - 2147 + 2269 ], "update_columns": [ - 2160 + 2282 ], "where": [ - 2146 + 2268 ], "__typename": [ - 78 + 80 ] }, "map_pools_order_by": { "e_type": [ - 792 + 914 ], "enabled": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "maps_aggregate": [ - 5570 + 5647 ], "seed": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "map_pools_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "map_pools_select_column": {}, "map_pools_set_input": { "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "seed": [ - 3 + 5 ], "type": [ - 784 + 906 ], "__typename": [ - 78 + 80 ] }, "map_pools_stream_cursor_input": { "initial_value": [ - 2159 + 2281 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "map_pools_stream_cursor_value_input": { "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "seed": [ - 3 + 5 ], "type": [ - 784 + 906 ], "__typename": [ - 78 + 80 ] }, "map_pools_update_column": {}, "map_pools_updates": { "_set": [ - 2157 + 2279 ], "where": [ - 2146 + 2268 ], "__typename": [ - 78 + 80 ] }, "maps": { "active_pool": [ - 3 + 5 ], "e_match_type": [ - 882 + 1004 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "match_maps": [ - 2482, + 2604, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_maps_aggregate": [ - 2483, + 2605, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_veto_picks": [ - 2458, + 2580, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "match_veto_picks_aggregate": [ - 2459, + 2581, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 887 + 1009 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "maps_aggregate": { "aggregate": [ - 2168 + 2290 ], "nodes": [ - 2162 + 2284 ], "__typename": [ - 78 + 80 ] }, "maps_aggregate_bool_exp": { "bool_and": [ - 2165 + 2287 ], "bool_or": [ - 2166 + 2288 ], "count": [ - 2167 + 2289 ], "__typename": [ - 78 + 80 ] }, "maps_aggregate_bool_exp_bool_and": { "arguments": [ - 2184 + 2306 ], "distinct": [ - 3 + 5 ], "filter": [ - 2171 + 2293 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "maps_aggregate_bool_exp_bool_or": { "arguments": [ - 2185 + 2307 ], "distinct": [ - 3 + 5 ], "filter": [ - 2171 + 2293 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "maps_aggregate_bool_exp_count": { "arguments": [ - 2183 + 2305 ], "distinct": [ - 3 + 5 ], "filter": [ - 2171 + 2293 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "maps_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 2183, + 2305, "[maps_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2174 + 2296 ], "min": [ - 2176 + 2298 ], "__typename": [ - 78 + 80 ] }, "maps_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 2175 + 2297 ], "min": [ - 2177 + 2299 ], "__typename": [ - 78 + 80 ] }, "maps_arr_rel_insert_input": { "data": [ - 2173 + 2295 ], "on_conflict": [ - 2180 + 2302 ], "__typename": [ - 78 + 80 ] }, "maps_bool_exp": { "_and": [ - 2171 + 2293 ], "_not": [ - 2171 + 2293 ], "_or": [ - 2171 + 2293 ], "active_pool": [ - 4 + 6 ], "e_match_type": [ - 885 + 1007 ], "enabled": [ - 4 + 6 ], "id": [ - 4923 + 5000 ], "label": [ - 80 + 82 ], "match_maps": [ - 2491 + 2613 ], "match_maps_aggregate": [ - 2484 + 2606 ], "match_veto_picks": [ - 2465 + 2587 ], "match_veto_picks_aggregate": [ - 2460 + 2582 ], "name": [ - 80 + 82 ], "patch": [ - 80 + 82 ], "poster": [ - 80 + 82 ], "type": [ - 888 + 1010 ], "workshop_map_id": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "maps_constraint": {}, "maps_insert_input": { "active_pool": [ - 3 + 5 ], "e_match_type": [ - 893 + 1015 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "match_maps": [ - 2488 + 2610 ], "match_veto_picks": [ - 2464 + 2586 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 887 + 1009 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "maps_max_fields": { "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "maps_max_order_by": { "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "patch": [ - 2829 + 2951 ], "poster": [ - 2829 + 2951 ], "workshop_map_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "maps_min_fields": { "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "maps_min_order_by": { "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "patch": [ - 2829 + 2951 ], "poster": [ - 2829 + 2951 ], "workshop_map_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "maps_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2162 + 2284 ], "__typename": [ - 78 + 80 ] }, "maps_obj_rel_insert_input": { "data": [ - 2173 + 2295 ], "on_conflict": [ - 2180 + 2302 ], "__typename": [ - 78 + 80 ] }, "maps_on_conflict": { "constraint": [ - 2172 + 2294 ], "update_columns": [ - 2189 + 2311 ], "where": [ - 2171 + 2293 ], "__typename": [ - 78 + 80 ] }, "maps_order_by": { "active_pool": [ - 2829 + 2951 ], "e_match_type": [ - 895 + 1017 ], "enabled": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "match_maps_aggregate": [ - 2487 + 2609 ], "match_veto_picks_aggregate": [ - 2463 + 2585 ], "name": [ - 2829 + 2951 ], "patch": [ - 2829 + 2951 ], "poster": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "workshop_map_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "maps_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "maps_select_column": {}, @@ -36605,2729 +39359,2729 @@ export default { "maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns": {}, "maps_set_input": { "active_pool": [ - 3 + 5 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 887 + 1009 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "maps_stream_cursor_input": { "initial_value": [ - 2188 + 2310 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "maps_stream_cursor_value_input": { "active_pool": [ - 3 + 5 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 887 + 1009 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "maps_update_column": {}, "maps_updates": { "_set": [ - 2186 + 2308 ], "where": [ - 2171 + 2293 ], "__typename": [ - 78 + 80 ] }, "match_clips": { "created_at": [ - 4376 + 4498 ], "download_url": [ - 78 + 80 ], "duration_ms": [ - 38 + 40 ], "file": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "kills_count": [ - 38 + 40 ], "match_map": [ - 2482 + 2604 ], "match_map_demo": [ - 2366 + 2488 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "render_jobs": [ - 185, + 262, { "distinct_on": [ - 213, + 290, "[clip_render_jobs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 210, + 287, "[clip_render_jobs_order_by!]" ], "where": [ - 197 + 274 ] } ], "render_jobs_aggregate": [ - 186, + 263, { "distinct_on": [ - 213, + 290, "[clip_render_jobs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 210, + 287, "[clip_render_jobs_order_by!]" ], "where": [ - 197 + 274 ] } ], "round": [ - 38 + 40 ], "size": [ - 180 + 257 ], "target": [ - 3787 + 3909 ], "target_steam_id": [ - 180 + 257 ], "thumbnail_download_url": [ - 78 + 80 ], "thumbnail_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "user": [ - 3787 + 3909 ], "user_steam_id": [ - 180 + 257 ], "views_count": [ - 38 + 40 ], "visibility": [ - 805 + 927 ], "__typename": [ - 78 + 80 ] }, "match_clips_aggregate": { "aggregate": [ - 2195 + 2317 ], "nodes": [ - 2191 + 2313 ], "__typename": [ - 78 + 80 ] }, "match_clips_aggregate_bool_exp": { "count": [ - 2194 + 2316 ], "__typename": [ - 78 + 80 ] }, "match_clips_aggregate_bool_exp_count": { "arguments": [ - 2213 + 2335 ], "distinct": [ - 3 + 5 ], "filter": [ - 2200 + 2322 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_clips_aggregate_fields": { "avg": [ - 2198 + 2320 ], "count": [ - 38, + 40, { "columns": [ - 2213, + 2335, "[match_clips_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2204 + 2326 ], "min": [ - 2206 + 2328 ], "stddev": [ - 2215 + 2337 ], "stddev_pop": [ - 2217 + 2339 ], "stddev_samp": [ - 2219 + 2341 ], "sum": [ - 2223 + 2345 ], "var_pop": [ - 2227 + 2349 ], "var_samp": [ - 2229 + 2351 ], "variance": [ - 2231 + 2353 ], "__typename": [ - 78 + 80 ] }, "match_clips_aggregate_order_by": { "avg": [ - 2199 + 2321 ], "count": [ - 2829 + 2951 ], "max": [ - 2205 + 2327 ], "min": [ - 2207 + 2329 ], "stddev": [ - 2216 + 2338 ], "stddev_pop": [ - 2218 + 2340 ], "stddev_samp": [ - 2220 + 2342 ], "sum": [ - 2224 + 2346 ], "var_pop": [ - 2228 + 2350 ], "var_samp": [ - 2230 + 2352 ], "variance": [ - 2232 + 2354 ], "__typename": [ - 78 + 80 ] }, "match_clips_arr_rel_insert_input": { "data": [ - 2203 + 2325 ], "on_conflict": [ - 2210 + 2332 ], "__typename": [ - 78 + 80 ] }, "match_clips_avg_fields": { "duration_ms": [ - 29 + 31 ], "kills_count": [ - 29 + 31 ], "round": [ - 29 + 31 ], "size": [ - 29 + 31 ], "target_steam_id": [ - 29 + 31 ], "user_steam_id": [ - 29 + 31 ], "views_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_clips_avg_order_by": { "duration_ms": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_bool_exp": { "_and": [ - 2200 + 2322 ], "_not": [ - 2200 + 2322 ], "_or": [ - 2200 + 2322 ], "created_at": [ - 4377 + 4499 ], "download_url": [ - 80 + 82 ], "duration_ms": [ - 39 + 41 ], "file": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "kills_count": [ - 39 + 41 ], "match_map": [ - 2491 + 2613 ], "match_map_demo": [ - 2378 + 2500 ], "match_map_demo_id": [ - 4923 + 5000 ], "match_map_id": [ - 4923 + 5000 ], "render_jobs": [ - 197 + 274 ], "render_jobs_aggregate": [ - 187 + 264 ], "round": [ - 39 + 41 ], "size": [ - 182 + 259 ], "target": [ - 3791 + 3913 ], "target_steam_id": [ - 182 + 259 ], "thumbnail_download_url": [ - 80 + 82 ], "thumbnail_url": [ - 80 + 82 ], "title": [ - 80 + 82 ], "user": [ - 3791 + 3913 ], "user_steam_id": [ - 182 + 259 ], "views_count": [ - 39 + 41 ], "visibility": [ - 806 + 928 ], "__typename": [ - 78 + 80 ] }, "match_clips_constraint": {}, "match_clips_inc_input": { "duration_ms": [ - 38 + 40 ], "kills_count": [ - 38 + 40 ], "round": [ - 38 + 40 ], "size": [ - 180 + 257 ], "target_steam_id": [ - 180 + 257 ], "user_steam_id": [ - 180 + 257 ], "views_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_clips_insert_input": { "created_at": [ - 4376 + 4498 ], "duration_ms": [ - 38 + 40 ], "file": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "kills_count": [ - 38 + 40 ], "match_map": [ - 2500 + 2622 ], "match_map_demo": [ - 2390 + 2512 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "render_jobs": [ - 194 + 271 ], "round": [ - 38 + 40 ], "size": [ - 180 + 257 ], "target": [ - 3798 + 3920 ], "target_steam_id": [ - 180 + 257 ], "thumbnail_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "user": [ - 3798 + 3920 ], "user_steam_id": [ - 180 + 257 ], "views_count": [ - 38 + 40 ], "visibility": [ - 805 + 927 ], "__typename": [ - 78 + 80 ] }, "match_clips_max_fields": { "created_at": [ - 4376 + 4498 ], "download_url": [ - 78 + 80 ], "duration_ms": [ - 38 + 40 ], "file": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "kills_count": [ - 38 + 40 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "size": [ - 180 + 257 ], "target_steam_id": [ - 180 + 257 ], "thumbnail_download_url": [ - 78 + 80 ], "thumbnail_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "user_steam_id": [ - 180 + 257 ], "views_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_clips_max_order_by": { "created_at": [ - 2829 + 2951 ], "duration_ms": [ - 2829 + 2951 ], "file": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "match_map_demo_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "thumbnail_url": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_min_fields": { "created_at": [ - 4376 + 4498 ], "download_url": [ - 78 + 80 ], "duration_ms": [ - 38 + 40 ], "file": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "kills_count": [ - 38 + 40 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "size": [ - 180 + 257 ], "target_steam_id": [ - 180 + 257 ], "thumbnail_download_url": [ - 78 + 80 ], "thumbnail_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "user_steam_id": [ - 180 + 257 ], "views_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_clips_min_order_by": { "created_at": [ - 2829 + 2951 ], "duration_ms": [ - 2829 + 2951 ], "file": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "match_map_demo_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "thumbnail_url": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2191 + 2313 ], "__typename": [ - 78 + 80 ] }, "match_clips_obj_rel_insert_input": { "data": [ - 2203 + 2325 ], "on_conflict": [ - 2210 + 2332 ], "__typename": [ - 78 + 80 ] }, "match_clips_on_conflict": { "constraint": [ - 2201 + 2323 ], "update_columns": [ - 2225 + 2347 ], "where": [ - 2200 + 2322 ], "__typename": [ - 78 + 80 ] }, "match_clips_order_by": { "created_at": [ - 2829 + 2951 ], "download_url": [ - 2829 + 2951 ], "duration_ms": [ - 2829 + 2951 ], "file": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_demo": [ - 2392 + 2514 ], "match_map_demo_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "render_jobs_aggregate": [ - 192 + 269 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target": [ - 3800 + 3922 ], "target_steam_id": [ - 2829 + 2951 ], "thumbnail_download_url": [ - 2829 + 2951 ], "thumbnail_url": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "user": [ - 3800 + 3922 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "visibility": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_clips_select_column": {}, "match_clips_set_input": { "created_at": [ - 4376 + 4498 ], "duration_ms": [ - 38 + 40 ], "file": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "kills_count": [ - 38 + 40 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "size": [ - 180 + 257 ], "target_steam_id": [ - 180 + 257 ], "thumbnail_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "user_steam_id": [ - 180 + 257 ], "views_count": [ - 38 + 40 ], "visibility": [ - 805 + 927 ], "__typename": [ - 78 + 80 ] }, "match_clips_stddev_fields": { "duration_ms": [ - 29 + 31 ], "kills_count": [ - 29 + 31 ], "round": [ - 29 + 31 ], "size": [ - 29 + 31 ], "target_steam_id": [ - 29 + 31 ], "user_steam_id": [ - 29 + 31 ], "views_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_clips_stddev_order_by": { "duration_ms": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_stddev_pop_fields": { "duration_ms": [ - 29 + 31 ], "kills_count": [ - 29 + 31 ], "round": [ - 29 + 31 ], "size": [ - 29 + 31 ], "target_steam_id": [ - 29 + 31 ], "user_steam_id": [ - 29 + 31 ], "views_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_clips_stddev_pop_order_by": { "duration_ms": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_stddev_samp_fields": { "duration_ms": [ - 29 + 31 ], "kills_count": [ - 29 + 31 ], "round": [ - 29 + 31 ], "size": [ - 29 + 31 ], "target_steam_id": [ - 29 + 31 ], "user_steam_id": [ - 29 + 31 ], "views_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_clips_stddev_samp_order_by": { "duration_ms": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_stream_cursor_input": { "initial_value": [ - 2222 + 2344 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_clips_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "duration_ms": [ - 38 + 40 ], "file": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "kills_count": [ - 38 + 40 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "size": [ - 180 + 257 ], "target_steam_id": [ - 180 + 257 ], "thumbnail_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "user_steam_id": [ - 180 + 257 ], "views_count": [ - 38 + 40 ], "visibility": [ - 805 + 927 ], "__typename": [ - 78 + 80 ] }, "match_clips_sum_fields": { "duration_ms": [ - 38 + 40 ], "kills_count": [ - 38 + 40 ], "round": [ - 38 + 40 ], "size": [ - 180 + 257 ], "target_steam_id": [ - 180 + 257 ], "user_steam_id": [ - 180 + 257 ], "views_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_clips_sum_order_by": { "duration_ms": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_update_column": {}, "match_clips_updates": { "_inc": [ - 2202 + 2324 ], "_set": [ - 2214 + 2336 ], "where": [ - 2200 + 2322 ], "__typename": [ - 78 + 80 ] }, "match_clips_var_pop_fields": { "duration_ms": [ - 29 + 31 ], "kills_count": [ - 29 + 31 ], "round": [ - 29 + 31 ], "size": [ - 29 + 31 ], "target_steam_id": [ - 29 + 31 ], "user_steam_id": [ - 29 + 31 ], "views_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_clips_var_pop_order_by": { "duration_ms": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_var_samp_fields": { "duration_ms": [ - 29 + 31 ], "kills_count": [ - 29 + 31 ], "round": [ - 29 + 31 ], "size": [ - 29 + 31 ], "target_steam_id": [ - 29 + 31 ], "user_steam_id": [ - 29 + 31 ], "views_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_clips_var_samp_order_by": { "duration_ms": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_clips_variance_fields": { "duration_ms": [ - 29 + 31 ], "kills_count": [ - 29 + 31 ], "round": [ - 29 + 31 ], "size": [ - 29 + 31 ], "target_steam_id": [ - 29 + 31 ], "user_steam_id": [ - 29 + 31 ], "views_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_clips_variance_order_by": { "duration_ms": [ - 2829 + 2951 ], "kills_count": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "target_steam_id": [ - 2829 + 2951 ], "user_steam_id": [ - 2829 + 2951 ], "views_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions": { "created_at": [ - 4376 + 4498 ], "error_message": [ - 78 + 80 ], "game_server_node": [ - 1576 + 1698 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "last_activity_at": [ - 4376 + 4498 ], "last_status_at": [ - 4376 + 4498 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_demo": [ - 2366 + 2488 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "status": [ - 78 + 80 ], "status_history": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "stream_url": [ - 78 + 80 ], "watcher": [ - 3787 + 3909 ], "watcher_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_aggregate": { "aggregate": [ - 2237 + 2359 ], "nodes": [ - 2233 + 2355 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_aggregate_bool_exp": { "count": [ - 2236 + 2358 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_aggregate_bool_exp_count": { "arguments": [ - 2259 + 2381 ], "distinct": [ - 3 + 5 ], "filter": [ - 2243 + 2365 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_aggregate_fields": { "avg": [ - 2241 + 2363 ], "count": [ - 38, + 40, { "columns": [ - 2259, + 2381, "[match_demo_sessions_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2250 + 2372 ], "min": [ - 2252 + 2374 ], "stddev": [ - 2261 + 2383 ], "stddev_pop": [ - 2263 + 2385 ], "stddev_samp": [ - 2265 + 2387 ], "sum": [ - 2269 + 2391 ], "var_pop": [ - 2273 + 2395 ], "var_samp": [ - 2275 + 2397 ], "variance": [ - 2277 + 2399 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_aggregate_order_by": { "avg": [ - 2242 + 2364 ], "count": [ - 2829 + 2951 ], "max": [ - 2251 + 2373 ], "min": [ - 2253 + 2375 ], "stddev": [ - 2262 + 2384 ], "stddev_pop": [ - 2264 + 2386 ], "stddev_samp": [ - 2266 + 2388 ], "sum": [ - 2270 + 2392 ], "var_pop": [ - 2274 + 2396 ], "var_samp": [ - 2276 + 2398 ], "variance": [ - 2278 + 2400 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_append_input": { "status_history": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_arr_rel_insert_input": { "data": [ - 2249 + 2371 ], "on_conflict": [ - 2255 + 2377 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_avg_fields": { "watcher_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_avg_order_by": { "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_bool_exp": { "_and": [ - 2243 + 2365 ], "_not": [ - 2243 + 2365 ], "_or": [ - 2243 + 2365 ], "created_at": [ - 4377 + 4499 ], "error_message": [ - 80 + 82 ], "game_server_node": [ - 1588 + 1710 ], "game_server_node_id": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "k8s_job_name": [ - 80 + 82 ], "last_activity_at": [ - 4377 + 4499 ], "last_status_at": [ - 4377 + 4499 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_demo": [ - 2378 + 2500 ], "match_map_demo_id": [ - 4923 + 5000 ], "match_map_id": [ - 4923 + 5000 ], "status": [ - 80 + 82 ], "status_history": [ - 1702 + 1824 ], "stream_url": [ - 80 + 82 ], "watcher": [ - 3791 + 3913 ], "watcher_steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_constraint": {}, "match_demo_sessions_delete_at_path_input": { "status_history": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_delete_elem_input": { "status_history": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_delete_key_input": { "status_history": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_inc_input": { "watcher_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_insert_input": { "created_at": [ - 4376 + 4498 ], "error_message": [ - 78 + 80 ], "game_server_node": [ - 1600 + 1722 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "last_activity_at": [ - 4376 + 4498 ], "last_status_at": [ - 4376 + 4498 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_demo": [ - 2390 + 2512 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "status": [ - 78 + 80 ], "status_history": [ - 1700 + 1822 ], "stream_url": [ - 78 + 80 ], "watcher": [ - 3798 + 3920 ], "watcher_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_max_fields": { "created_at": [ - 4376 + 4498 ], "error_message": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "last_activity_at": [ - 4376 + 4498 ], "last_status_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "status": [ - 78 + 80 ], "stream_url": [ - 78 + 80 ], "watcher_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_max_order_by": { "created_at": [ - 2829 + 2951 ], "error_message": [ - 2829 + 2951 ], "game_server_node_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "k8s_job_name": [ - 2829 + 2951 ], "last_activity_at": [ - 2829 + 2951 ], "last_status_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_demo_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "stream_url": [ - 2829 + 2951 ], "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_min_fields": { "created_at": [ - 4376 + 4498 ], "error_message": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "last_activity_at": [ - 4376 + 4498 ], "last_status_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "status": [ - 78 + 80 ], "stream_url": [ - 78 + 80 ], "watcher_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_min_order_by": { "created_at": [ - 2829 + 2951 ], "error_message": [ - 2829 + 2951 ], "game_server_node_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "k8s_job_name": [ - 2829 + 2951 ], "last_activity_at": [ - 2829 + 2951 ], "last_status_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_demo_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "stream_url": [ - 2829 + 2951 ], "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2233 + 2355 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_on_conflict": { "constraint": [ - 2244 + 2366 ], "update_columns": [ - 2271 + 2393 ], "where": [ - 2243 + 2365 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_order_by": { "created_at": [ - 2829 + 2951 ], "error_message": [ - 2829 + 2951 ], "game_server_node": [ - 1602 + 1724 ], "game_server_node_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "k8s_job_name": [ - 2829 + 2951 ], "last_activity_at": [ - 2829 + 2951 ], "last_status_at": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_demo": [ - 2392 + 2514 ], "match_map_demo_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "status_history": [ - 2829 + 2951 ], "stream_url": [ - 2829 + 2951 ], "watcher": [ - 3800 + 3922 ], "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_prepend_input": { "status_history": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_select_column": {}, "match_demo_sessions_set_input": { "created_at": [ - 4376 + 4498 ], "error_message": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "last_activity_at": [ - 4376 + 4498 ], "last_status_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "status": [ - 78 + 80 ], "status_history": [ - 1700 + 1822 ], "stream_url": [ - 78 + 80 ], "watcher_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_stddev_fields": { "watcher_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_stddev_order_by": { "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_stddev_pop_fields": { "watcher_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_stddev_pop_order_by": { "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_stddev_samp_fields": { "watcher_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_stddev_samp_order_by": { "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_stream_cursor_input": { "initial_value": [ - 2268 + 2390 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "error_message": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "last_activity_at": [ - 4376 + 4498 ], "last_status_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "status": [ - 78 + 80 ], "status_history": [ - 1700 + 1822 ], "stream_url": [ - 78 + 80 ], "watcher_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_sum_fields": { "watcher_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_sum_order_by": { "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_update_column": {}, "match_demo_sessions_updates": { "_append": [ - 2239 + 2361 ], "_delete_at_path": [ - 2245 + 2367 ], "_delete_elem": [ - 2246 + 2368 ], "_delete_key": [ - 2247 + 2369 ], "_inc": [ - 2248 + 2370 ], "_prepend": [ - 2258 + 2380 ], "_set": [ - 2260 + 2382 ], "where": [ - 2243 + 2365 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_var_pop_fields": { "watcher_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_var_pop_order_by": { "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_var_samp_fields": { "watcher_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_var_samp_order_by": { "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_variance_fields": { "watcher_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_demo_sessions_variance_order_by": { "watcher_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players": { "captain": [ - 3 + 5 ], "checked_in": [ - 3 + 5 ], "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "lineup": [ - 2324 + 2446 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "player": [ - 3787 + 3909 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_aggregate": { "aggregate": [ - 2285 + 2407 ], "nodes": [ - 2279 + 2401 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_aggregate_bool_exp": { "bool_and": [ - 2282 + 2404 ], "bool_or": [ - 2283 + 2405 ], "count": [ - 2284 + 2406 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_aggregate_bool_exp_bool_and": { "arguments": [ - 2303 + 2425 ], "distinct": [ - 3 + 5 ], "filter": [ - 2290 + 2412 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_aggregate_bool_exp_bool_or": { "arguments": [ - 2304 + 2426 ], "distinct": [ - 3 + 5 ], "filter": [ - 2290 + 2412 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_aggregate_bool_exp_count": { "arguments": [ - 2302 + 2424 ], "distinct": [ - 3 + 5 ], "filter": [ - 2290 + 2412 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_aggregate_fields": { "avg": [ - 2288 + 2410 ], "count": [ - 38, + 40, { "columns": [ - 2302, + 2424, "[match_lineup_players_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2294 + 2416 ], "min": [ - 2296 + 2418 ], "stddev": [ - 2306 + 2428 ], "stddev_pop": [ - 2308 + 2430 ], "stddev_samp": [ - 2310 + 2432 ], "sum": [ - 2314 + 2436 ], "var_pop": [ - 2318 + 2440 ], "var_samp": [ - 2320 + 2442 ], "variance": [ - 2322 + 2444 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_aggregate_order_by": { "avg": [ - 2289 + 2411 ], "count": [ - 2829 + 2951 ], "max": [ - 2295 + 2417 ], "min": [ - 2297 + 2419 ], "stddev": [ - 2307 + 2429 ], "stddev_pop": [ - 2309 + 2431 ], "stddev_samp": [ - 2311 + 2433 ], "sum": [ - 2315 + 2437 ], "var_pop": [ - 2319 + 2441 ], "var_samp": [ - 2321 + 2443 ], "variance": [ - 2323 + 2445 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_arr_rel_insert_input": { "data": [ - 2293 + 2415 ], "on_conflict": [ - 2299 + 2421 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_avg_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_bool_exp": { "_and": [ - 2290 + 2412 ], "_not": [ - 2290 + 2412 ], "_or": [ - 2290 + 2412 ], "captain": [ - 4 + 6 ], "checked_in": [ - 4 + 6 ], "discord_id": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "lineup": [ - 2333 + 2455 ], "match_lineup_id": [ - 4923 + 5000 ], "placeholder_name": [ - 80 + 82 ], "player": [ - 3791 + 3913 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_constraint": {}, "match_lineup_players_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_insert_input": { "captain": [ - 3 + 5 ], "checked_in": [ - 3 + 5 ], "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "lineup": [ - 2342 + 2464 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "player": [ - 3798 + 3920 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_max_fields": { "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_max_order_by": { "discord_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "placeholder_name": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_min_fields": { "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_min_order_by": { "discord_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "placeholder_name": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2279 + 2401 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_on_conflict": { "constraint": [ - 2291 + 2413 ], "update_columns": [ - 2316 + 2438 ], "where": [ - 2290 + 2412 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_order_by": { "captain": [ - 2829 + 2951 ], "checked_in": [ - 2829 + 2951 ], "discord_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "lineup": [ - 2344 + 2466 ], "match_lineup_id": [ - 2829 + 2951 ], "placeholder_name": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_select_column": {}, @@ -39335,2046 +42089,2046 @@ export default { "match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns": {}, "match_lineup_players_set_input": { "captain": [ - 3 + 5 ], "checked_in": [ - 3 + 5 ], "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_stddev_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_stddev_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_stddev_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_stream_cursor_input": { "initial_value": [ - 2313 + 2435 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_stream_cursor_value_input": { "captain": [ - 3 + 5 ], "checked_in": [ - 3 + 5 ], "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_sum_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_update_column": {}, "match_lineup_players_updates": { "_inc": [ - 2292 + 2414 ], "_set": [ - 2305 + 2427 ], "where": [ - 2290 + 2412 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_var_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_var_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineup_players_variance_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups": { "can_pick_map_veto": [ - 3 + 5 ], "can_pick_region_veto": [ - 3 + 5 ], "can_update_lineup": [ - 3 + 5 ], "captain": [ - 5077 + 5154 ], "coach": [ - 3787 + 3909 ], "coach_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "is_on_lineup": [ - 3 + 5 ], "is_picking_map_veto": [ - 3 + 5 ], "is_picking_region_veto": [ - 3 + 5 ], "is_ready": [ - 3 + 5 ], "lineup_players": [ - 2279, + 2401, { "distinct_on": [ - 2302, + 2424, "[match_lineup_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2300, + 2422, "[match_lineup_players_order_by!]" ], "where": [ - 2290 + 2412 ] } ], "lineup_players_aggregate": [ - 2280, + 2402, { "distinct_on": [ - 2302, + 2424, "[match_lineup_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2300, + 2422, "[match_lineup_players_order_by!]" ], "where": [ - 2290 + 2412 ] } ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_veto_picks": [ - 2458, + 2580, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "match_veto_picks_aggregate": [ - 2459, + 2581, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "name": [ - 78 + 80 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "team_name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_lineups_aggregate": { "aggregate": [ - 2328 + 2450 ], "nodes": [ - 2324 + 2446 ], "__typename": [ - 78 + 80 ] }, "match_lineups_aggregate_bool_exp": { "count": [ - 2327 + 2449 ], "__typename": [ - 78 + 80 ] }, "match_lineups_aggregate_bool_exp_count": { "arguments": [ - 2346 + 2468 ], "distinct": [ - 3 + 5 ], "filter": [ - 2333 + 2455 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_lineups_aggregate_fields": { "avg": [ - 2331 + 2453 ], "count": [ - 38, + 40, { "columns": [ - 2346, + 2468, "[match_lineups_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2337 + 2459 ], "min": [ - 2339 + 2461 ], "stddev": [ - 2348 + 2470 ], "stddev_pop": [ - 2350 + 2472 ], "stddev_samp": [ - 2352 + 2474 ], "sum": [ - 2356 + 2478 ], "var_pop": [ - 2360 + 2482 ], "var_samp": [ - 2362 + 2484 ], "variance": [ - 2364 + 2486 ], "__typename": [ - 78 + 80 ] }, "match_lineups_aggregate_order_by": { "avg": [ - 2332 + 2454 ], "count": [ - 2829 + 2951 ], "max": [ - 2338 + 2460 ], "min": [ - 2340 + 2462 ], "stddev": [ - 2349 + 2471 ], "stddev_pop": [ - 2351 + 2473 ], "stddev_samp": [ - 2353 + 2475 ], "sum": [ - 2357 + 2479 ], "var_pop": [ - 2361 + 2483 ], "var_samp": [ - 2363 + 2485 ], "variance": [ - 2365 + 2487 ], "__typename": [ - 78 + 80 ] }, "match_lineups_arr_rel_insert_input": { "data": [ - 2336 + 2458 ], "on_conflict": [ - 2343 + 2465 ], "__typename": [ - 78 + 80 ] }, "match_lineups_avg_fields": { "coach_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineups_avg_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_bool_exp": { "_and": [ - 2333 + 2455 ], "_not": [ - 2333 + 2455 ], "_or": [ - 2333 + 2455 ], "can_pick_map_veto": [ - 4 + 6 ], "can_pick_region_veto": [ - 4 + 6 ], "can_update_lineup": [ - 4 + 6 ], "captain": [ - 5081 + 5158 ], "coach": [ - 3791 + 3913 ], "coach_steam_id": [ - 182 + 259 ], "id": [ - 4923 + 5000 ], "is_on_lineup": [ - 4 + 6 ], "is_picking_map_veto": [ - 4 + 6 ], "is_picking_region_veto": [ - 4 + 6 ], "is_ready": [ - 4 + 6 ], "lineup_players": [ - 2290 + 2412 ], "lineup_players_aggregate": [ - 2281 + 2403 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_veto_picks": [ - 2465 + 2587 ], "match_veto_picks_aggregate": [ - 2460 + 2582 ], "name": [ - 80 + 82 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "team_name": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "match_lineups_constraint": {}, "match_lineups_inc_input": { "coach_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineups_insert_input": { "captain": [ - 5087 + 5164 ], "coach": [ - 3798 + 3920 ], "coach_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "lineup_players": [ - 2287 + 2409 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_veto_picks": [ - 2464 + 2586 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "team_name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_lineups_max_fields": { "coach_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "team_name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_lineups_max_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "team_name": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_min_fields": { "coach_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "team_name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_lineups_min_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "team_name": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2324 + 2446 ], "__typename": [ - 78 + 80 ] }, "match_lineups_obj_rel_insert_input": { "data": [ - 2336 + 2458 ], "on_conflict": [ - 2343 + 2465 ], "__typename": [ - 78 + 80 ] }, "match_lineups_on_conflict": { "constraint": [ - 2334 + 2456 ], "update_columns": [ - 2358 + 2480 ], "where": [ - 2333 + 2455 ], "__typename": [ - 78 + 80 ] }, "match_lineups_order_by": { "can_pick_map_veto": [ - 2829 + 2951 ], "can_pick_region_veto": [ - 2829 + 2951 ], "can_update_lineup": [ - 2829 + 2951 ], "captain": [ - 5088 + 5165 ], "coach": [ - 3800 + 3922 ], "coach_steam_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "is_on_lineup": [ - 2829 + 2951 ], "is_picking_map_veto": [ - 2829 + 2951 ], "is_picking_region_veto": [ - 2829 + 2951 ], "is_ready": [ - 2829 + 2951 ], "lineup_players_aggregate": [ - 2286 + 2408 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_veto_picks_aggregate": [ - 2463 + 2585 ], "name": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "team_name": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_lineups_select_column": {}, "match_lineups_set_input": { "coach_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "team_name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_lineups_stddev_fields": { "coach_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineups_stddev_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_stddev_pop_fields": { "coach_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineups_stddev_pop_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_stddev_samp_fields": { "coach_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineups_stddev_samp_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_stream_cursor_input": { "initial_value": [ - 2355 + 2477 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_lineups_stream_cursor_value_input": { "coach_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "team_id": [ - 4921 + 4998 ], "team_name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_lineups_sum_fields": { "coach_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "match_lineups_sum_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_update_column": {}, "match_lineups_updates": { "_inc": [ - 2335 + 2457 ], "_set": [ - 2347 + 2469 ], "where": [ - 2333 + 2455 ], "__typename": [ - 78 + 80 ] }, "match_lineups_var_pop_fields": { "coach_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineups_var_pop_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_var_samp_fields": { "coach_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineups_var_samp_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_lineups_variance_fields": { "coach_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_lineups_variance_order_by": { "coach_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos": { "bombs": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "clip_render_jobs": [ - 185, + 262, { "distinct_on": [ - 213, + 290, "[clip_render_jobs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 210, + 287, "[clip_render_jobs_order_by!]" ], "where": [ - 197 + 274 ] } ], "clip_render_jobs_aggregate": [ - 186, + 263, { "distinct_on": [ - 213, + 290, "[clip_render_jobs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 210, + 287, "[clip_render_jobs_order_by!]" ], "where": [ - 197 + 274 ] } ], "created_at": [ - 4376 + 4498 ], "cs2_build": [ - 78 + 80 ], "demo_sessions": [ - 2233, + 2355, { "distinct_on": [ - 2259, + 2381, "[match_demo_sessions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2256, + 2378, "[match_demo_sessions_order_by!]" ], "where": [ - 2243 + 2365 ] } ], "demo_sessions_aggregate": [ - 2234, + 2356, { "distinct_on": [ - 2259, + 2381, "[match_demo_sessions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2256, + 2378, "[match_demo_sessions_order_by!]" ], "where": [ - 2243 + 2365 ] } ], "download_url": [ - 78 + 80 ], "duration_seconds": [ - 29 + 31 ], "file": [ - 78 + 80 ], "geometry_validated": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "kills": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "map_name": [ - 78 + 80 ], "match": [ - 2644 + 2766 ], "match_clips": [ - 2191, + 2313, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "match_clips_aggregate": [ - 2192, + 2314, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "metadata_parsed_at": [ - 4376 + 4498 ], "playback_file": [ - 78 + 80 ], "playback_size": [ - 38 + 40 ], "playback_url": [ - 78 + 80 ], "players": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "round_ticks": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "size": [ - 38 + 40 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 38 + 40 ], "workshop_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_aggregate": { "aggregate": [ - 2372 + 2494 ], "nodes": [ - 2366 + 2488 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_aggregate_bool_exp": { "bool_and": [ - 2369 + 2491 ], "bool_or": [ - 2370 + 2492 ], "count": [ - 2371 + 2493 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_aggregate_bool_exp_bool_and": { "arguments": [ - 2396 + 2518 ], "distinct": [ - 3 + 5 ], "filter": [ - 2378 + 2500 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_aggregate_bool_exp_bool_or": { "arguments": [ - 2397 + 2519 ], "distinct": [ - 3 + 5 ], "filter": [ - 2378 + 2500 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_aggregate_bool_exp_count": { "arguments": [ - 2395 + 2517 ], "distinct": [ - 3 + 5 ], "filter": [ - 2378 + 2500 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_aggregate_fields": { "avg": [ - 2376 + 2498 ], "count": [ - 38, + 40, { "columns": [ - 2395, + 2517, "[match_map_demos_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2385 + 2507 ], "min": [ - 2387 + 2509 ], "stddev": [ - 2399 + 2521 ], "stddev_pop": [ - 2401 + 2523 ], "stddev_samp": [ - 2403 + 2525 ], "sum": [ - 2407 + 2529 ], "var_pop": [ - 2411 + 2533 ], "var_samp": [ - 2413 + 2535 ], "variance": [ - 2415 + 2537 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_aggregate_order_by": { "avg": [ - 2377 + 2499 ], "count": [ - 2829 + 2951 ], "max": [ - 2386 + 2508 ], "min": [ - 2388 + 2510 ], "stddev": [ - 2400 + 2522 ], "stddev_pop": [ - 2402 + 2524 ], "stddev_samp": [ - 2404 + 2526 ], "sum": [ - 2408 + 2530 ], "var_pop": [ - 2412 + 2534 ], "var_samp": [ - 2414 + 2536 ], "variance": [ - 2416 + 2538 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_append_input": { "bombs": [ - 1700 + 1822 ], "kills": [ - 1700 + 1822 ], "players": [ - 1700 + 1822 ], "round_ticks": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_arr_rel_insert_input": { "data": [ - 2384 + 2506 ], "on_conflict": [ - 2391 + 2513 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_avg_fields": { "duration_seconds": [ - 29 + 31 ], "playback_size": [ - 29 + 31 ], "size": [ - 29 + 31 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_avg_order_by": { "duration_seconds": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_bool_exp": { "_and": [ - 2378 + 2500 ], "_not": [ - 2378 + 2500 ], "_or": [ - 2378 + 2500 ], "bombs": [ - 1702 + 1824 ], "clip_render_jobs": [ - 197 + 274 ], "clip_render_jobs_aggregate": [ - 187 + 264 ], "created_at": [ - 4377 + 4499 ], "cs2_build": [ - 80 + 82 ], "demo_sessions": [ - 2243 + 2365 ], "demo_sessions_aggregate": [ - 2235 + 2357 ], "download_url": [ - 80 + 82 ], "duration_seconds": [ - 30 + 32 ], "file": [ - 80 + 82 ], "geometry_validated": [ - 4 + 6 ], "id": [ - 4923 + 5000 ], "kills": [ - 1702 + 1824 ], "map_name": [ - 80 + 82 ], "match": [ - 2653 + 2775 ], "match_clips": [ - 2200 + 2322 ], "match_clips_aggregate": [ - 2193 + 2315 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "metadata_parsed_at": [ - 4377 + 4499 ], "playback_file": [ - 80 + 82 ], "playback_size": [ - 39 + 41 ], "playback_url": [ - 80 + 82 ], "players": [ - 1702 + 1824 ], "round_ticks": [ - 1702 + 1824 ], "size": [ - 39 + 41 ], "tick_rate": [ - 30 + 32 ], "total_ticks": [ - 39 + 41 ], "workshop_id": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_constraint": {}, "match_map_demos_delete_at_path_input": { "bombs": [ - 78 + 80 ], "kills": [ - 78 + 80 ], "players": [ - 78 + 80 ], "round_ticks": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_delete_elem_input": { "bombs": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "players": [ - 38 + 40 ], "round_ticks": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_delete_key_input": { "bombs": [ - 78 + 80 ], "kills": [ - 78 + 80 ], "players": [ - 78 + 80 ], "round_ticks": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_inc_input": { "playback_size": [ - 38 + 40 ], "size": [ - 38 + 40 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_insert_input": { "bombs": [ - 1700 + 1822 ], "clip_render_jobs": [ - 194 + 271 ], "created_at": [ - 4376 + 4498 ], "cs2_build": [ - 78 + 80 ], "demo_sessions": [ - 2240 + 2362 ], "file": [ - 78 + 80 ], "geometry_validated": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "kills": [ - 1700 + 1822 ], "map_name": [ - 78 + 80 ], "match": [ - 2662 + 2784 ], "match_clips": [ - 2197 + 2319 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "metadata_parsed_at": [ - 4376 + 4498 ], "playback_file": [ - 78 + 80 ], "playback_size": [ - 38 + 40 ], "players": [ - 1700 + 1822 ], "round_ticks": [ - 1700 + 1822 ], "size": [ - 38 + 40 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 38 + 40 ], "workshop_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_max_fields": { "created_at": [ - 4376 + 4498 ], "cs2_build": [ - 78 + 80 ], "download_url": [ - 78 + 80 ], "duration_seconds": [ - 29 + 31 ], "file": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "map_name": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "metadata_parsed_at": [ - 4376 + 4498 ], "playback_file": [ - 78 + 80 ], "playback_size": [ - 38 + 40 ], "playback_url": [ - 78 + 80 ], "size": [ - 38 + 40 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 38 + 40 ], "workshop_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_max_order_by": { "created_at": [ - 2829 + 2951 ], "cs2_build": [ - 2829 + 2951 ], "duration_seconds": [ - 2829 + 2951 ], "file": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "map_name": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "metadata_parsed_at": [ - 2829 + 2951 ], "playback_file": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "workshop_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_min_fields": { "created_at": [ - 4376 + 4498 ], "cs2_build": [ - 78 + 80 ], "download_url": [ - 78 + 80 ], "duration_seconds": [ - 29 + 31 ], "file": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "map_name": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "metadata_parsed_at": [ - 4376 + 4498 ], "playback_file": [ - 78 + 80 ], "playback_size": [ - 38 + 40 ], "playback_url": [ - 78 + 80 ], "size": [ - 38 + 40 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 38 + 40 ], "workshop_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_min_order_by": { "created_at": [ - 2829 + 2951 ], "cs2_build": [ - 2829 + 2951 ], "duration_seconds": [ - 2829 + 2951 ], "file": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "map_name": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "metadata_parsed_at": [ - 2829 + 2951 ], "playback_file": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "workshop_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2366 + 2488 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_obj_rel_insert_input": { "data": [ - 2384 + 2506 ], "on_conflict": [ - 2391 + 2513 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_on_conflict": { "constraint": [ - 2379 + 2501 ], "update_columns": [ - 2409 + 2531 ], "where": [ - 2378 + 2500 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_order_by": { "bombs": [ - 2829 + 2951 ], "clip_render_jobs_aggregate": [ - 192 + 269 ], "created_at": [ - 2829 + 2951 ], "cs2_build": [ - 2829 + 2951 ], "demo_sessions_aggregate": [ - 2238 + 2360 ], "download_url": [ - 2829 + 2951 ], "duration_seconds": [ - 2829 + 2951 ], "file": [ - 2829 + 2951 ], "geometry_validated": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_name": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_clips_aggregate": [ - 2196 + 2318 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "metadata_parsed_at": [ - 2829 + 2951 ], "playback_file": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "playback_url": [ - 2829 + 2951 ], "players": [ - 2829 + 2951 ], "round_ticks": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "workshop_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_prepend_input": { "bombs": [ - 1700 + 1822 ], "kills": [ - 1700 + 1822 ], "players": [ - 1700 + 1822 ], "round_ticks": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_select_column": {}, @@ -41382,6193 +44136,6193 @@ export default { "match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns": {}, "match_map_demos_set_input": { "bombs": [ - 1700 + 1822 ], "created_at": [ - 4376 + 4498 ], "cs2_build": [ - 78 + 80 ], "file": [ - 78 + 80 ], "geometry_validated": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "kills": [ - 1700 + 1822 ], "map_name": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "metadata_parsed_at": [ - 4376 + 4498 ], "playback_file": [ - 78 + 80 ], "playback_size": [ - 38 + 40 ], "players": [ - 1700 + 1822 ], "round_ticks": [ - 1700 + 1822 ], "size": [ - 38 + 40 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 38 + 40 ], "workshop_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_stddev_fields": { "duration_seconds": [ - 29 + 31 ], "playback_size": [ - 29 + 31 ], "size": [ - 29 + 31 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_stddev_order_by": { "duration_seconds": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_stddev_pop_fields": { "duration_seconds": [ - 29 + 31 ], "playback_size": [ - 29 + 31 ], "size": [ - 29 + 31 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_stddev_pop_order_by": { "duration_seconds": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_stddev_samp_fields": { "duration_seconds": [ - 29 + 31 ], "playback_size": [ - 29 + 31 ], "size": [ - 29 + 31 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_stddev_samp_order_by": { "duration_seconds": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_stream_cursor_input": { "initial_value": [ - 2406 + 2528 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_stream_cursor_value_input": { "bombs": [ - 1700 + 1822 ], "created_at": [ - 4376 + 4498 ], "cs2_build": [ - 78 + 80 ], "duration_seconds": [ - 29 + 31 ], "file": [ - 78 + 80 ], "geometry_validated": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "kills": [ - 1700 + 1822 ], "map_name": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "metadata_parsed_at": [ - 4376 + 4498 ], "playback_file": [ - 78 + 80 ], "playback_size": [ - 38 + 40 ], "players": [ - 1700 + 1822 ], "round_ticks": [ - 1700 + 1822 ], "size": [ - 38 + 40 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 38 + 40 ], "workshop_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_sum_fields": { "duration_seconds": [ - 29 + 31 ], "playback_size": [ - 38 + 40 ], "size": [ - 38 + 40 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_sum_order_by": { "duration_seconds": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_update_column": {}, "match_map_demos_updates": { "_append": [ - 2374 + 2496 ], "_delete_at_path": [ - 2380 + 2502 ], "_delete_elem": [ - 2381 + 2503 ], "_delete_key": [ - 2382 + 2504 ], "_inc": [ - 2383 + 2505 ], "_prepend": [ - 2394 + 2516 ], "_set": [ - 2398 + 2520 ], "where": [ - 2378 + 2500 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_var_pop_fields": { "duration_seconds": [ - 29 + 31 ], "playback_size": [ - 29 + 31 ], "size": [ - 29 + 31 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_var_pop_order_by": { "duration_seconds": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_var_samp_fields": { "duration_seconds": [ - 29 + 31 ], "playback_size": [ - 29 + 31 ], "size": [ - 29 + 31 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_var_samp_order_by": { "duration_seconds": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_variance_fields": { "duration_seconds": [ - 29 + 31 ], "playback_size": [ - 29 + 31 ], "size": [ - 29 + 31 ], "tick_rate": [ - 29 + 31 ], "total_ticks": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_demos_variance_order_by": { "duration_seconds": [ - 2829 + 2951 ], "playback_size": [ - 2829 + 2951 ], "size": [ - 2829 + 2951 ], "tick_rate": [ - 2829 + 2951 ], "total_ticks": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds": { "assists": [ - 2967, + 3089, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "assists_aggregate": [ - 2968, + 3090, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "backup_file": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "has_backup_file": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "kills": [ - 3184, + 3306, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "kills_aggregate": [ - 3185, + 3307, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "lineup_1_money": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_side": [ - 1069 + 1191 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_money": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_side": [ - 1069 + 1191 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "winning_reason": [ - 1273 + 1395 ], "winning_side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_aggregate": { "aggregate": [ - 2421 + 2543 ], "nodes": [ - 2417 + 2539 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_aggregate_bool_exp": { "count": [ - 2420 + 2542 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_aggregate_bool_exp_count": { "arguments": [ - 2438 + 2560 ], "distinct": [ - 3 + 5 ], "filter": [ - 2426 + 2548 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_aggregate_fields": { "avg": [ - 2424 + 2546 ], "count": [ - 38, + 40, { "columns": [ - 2438, + 2560, "[match_map_rounds_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2430 + 2552 ], "min": [ - 2432 + 2554 ], "stddev": [ - 2440 + 2562 ], "stddev_pop": [ - 2442 + 2564 ], "stddev_samp": [ - 2444 + 2566 ], "sum": [ - 2448 + 2570 ], "var_pop": [ - 2452 + 2574 ], "var_samp": [ - 2454 + 2576 ], "variance": [ - 2456 + 2578 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_aggregate_order_by": { "avg": [ - 2425 + 2547 ], "count": [ - 2829 + 2951 ], "max": [ - 2431 + 2553 ], "min": [ - 2433 + 2555 ], "stddev": [ - 2441 + 2563 ], "stddev_pop": [ - 2443 + 2565 ], "stddev_samp": [ - 2445 + 2567 ], "sum": [ - 2449 + 2571 ], "var_pop": [ - 2453 + 2575 ], "var_samp": [ - 2455 + 2577 ], "variance": [ - 2457 + 2579 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_arr_rel_insert_input": { "data": [ - 2429 + 2551 ], "on_conflict": [ - 2435 + 2557 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_avg_fields": { "lineup_1_money": [ - 29 + 31 ], "lineup_1_score": [ - 29 + 31 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_money": [ - 29 + 31 ], "lineup_2_score": [ - 29 + 31 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_avg_order_by": { "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_bool_exp": { "_and": [ - 2426 + 2548 ], "_not": [ - 2426 + 2548 ], "_or": [ - 2426 + 2548 ], "assists": [ - 2978 + 3100 ], "assists_aggregate": [ - 2969 + 3091 ], "backup_file": [ - 80 + 82 ], "created_at": [ - 4377 + 4499 ], "deleted_at": [ - 4377 + 4499 ], "has_backup_file": [ - 4 + 6 ], "id": [ - 4923 + 5000 ], "kills": [ - 3195 + 3317 ], "kills_aggregate": [ - 3186 + 3308 ], "lineup_1_money": [ - 39 + 41 ], "lineup_1_score": [ - 39 + 41 ], "lineup_1_side": [ - 1070 + 1192 ], "lineup_1_timeouts_available": [ - 39 + 41 ], "lineup_2_money": [ - 39 + 41 ], "lineup_2_score": [ - 39 + 41 ], "lineup_2_side": [ - 1070 + 1192 ], "lineup_2_timeouts_available": [ - 39 + 41 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "round": [ - 39 + 41 ], "time": [ - 4377 + 4499 ], "winning_reason": [ - 1274 + 1396 ], "winning_side": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_constraint": {}, "match_map_rounds_inc_input": { "lineup_1_money": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_money": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_insert_input": { "assists": [ - 2975 + 3097 ], "backup_file": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "kills": [ - 3192 + 3314 ], "lineup_1_money": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_side": [ - 1069 + 1191 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_money": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_side": [ - 1069 + 1191 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "winning_reason": [ - 1273 + 1395 ], "winning_side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_max_fields": { "backup_file": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "lineup_1_money": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_money": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "winning_side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_max_order_by": { "backup_file": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "winning_side": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_min_fields": { "backup_file": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "lineup_1_money": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_money": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "winning_side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_min_order_by": { "backup_file": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "winning_side": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2417 + 2539 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_on_conflict": { "constraint": [ - 2427 + 2549 ], "update_columns": [ - 2450 + 2572 ], "where": [ - 2426 + 2548 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_order_by": { "assists_aggregate": [ - 2974 + 3096 ], "backup_file": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "has_backup_file": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "kills_aggregate": [ - 3191 + 3313 ], "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_side": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_side": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "winning_reason": [ - 2829 + 2951 ], "winning_side": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_select_column": {}, "match_map_rounds_set_input": { "backup_file": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "lineup_1_money": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_side": [ - 1069 + 1191 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_money": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_side": [ - 1069 + 1191 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "winning_reason": [ - 1273 + 1395 ], "winning_side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_stddev_fields": { "lineup_1_money": [ - 29 + 31 ], "lineup_1_score": [ - 29 + 31 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_money": [ - 29 + 31 ], "lineup_2_score": [ - 29 + 31 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_stddev_order_by": { "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_stddev_pop_fields": { "lineup_1_money": [ - 29 + 31 ], "lineup_1_score": [ - 29 + 31 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_money": [ - 29 + 31 ], "lineup_2_score": [ - 29 + 31 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_stddev_pop_order_by": { "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_stddev_samp_fields": { "lineup_1_money": [ - 29 + 31 ], "lineup_1_score": [ - 29 + 31 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_money": [ - 29 + 31 ], "lineup_2_score": [ - 29 + 31 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_stddev_samp_order_by": { "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_stream_cursor_input": { "initial_value": [ - 2447 + 2569 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_stream_cursor_value_input": { "backup_file": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "lineup_1_money": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_side": [ - 1069 + 1191 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_money": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_side": [ - 1069 + 1191 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "winning_reason": [ - 1273 + 1395 ], "winning_side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_sum_fields": { "lineup_1_money": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_money": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_sum_order_by": { "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_update_column": {}, "match_map_rounds_updates": { "_inc": [ - 2428 + 2550 ], "_set": [ - 2439 + 2561 ], "where": [ - 2426 + 2548 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_var_pop_fields": { "lineup_1_money": [ - 29 + 31 ], "lineup_1_score": [ - 29 + 31 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_money": [ - 29 + 31 ], "lineup_2_score": [ - 29 + 31 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_var_pop_order_by": { "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_var_samp_fields": { "lineup_1_money": [ - 29 + 31 ], "lineup_1_score": [ - 29 + 31 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_money": [ - 29 + 31 ], "lineup_2_score": [ - 29 + 31 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_var_samp_order_by": { "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_variance_fields": { "lineup_1_money": [ - 29 + 31 ], "lineup_1_score": [ - 29 + 31 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_money": [ - 29 + 31 ], "lineup_2_score": [ - 29 + 31 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_map_rounds_variance_order_by": { "lineup_1_money": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_money": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "map": [ - 2162 + 2284 ], "map_id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2324 + 2446 ], "match_lineup_id": [ - 4921 + 4998 ], "side": [ - 78 + 80 ], "type": [ - 1253 + 1375 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_aggregate": { "aggregate": [ - 2462 + 2584 ], "nodes": [ - 2458 + 2580 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_aggregate_bool_exp": { "count": [ - 2461 + 2583 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 2476 + 2598 ], "distinct": [ - 3 + 5 ], "filter": [ - 2465 + 2587 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2468 + 2590 ], "min": [ - 2470 + 2592 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 2469 + 2591 ], "min": [ - 2471 + 2593 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_arr_rel_insert_input": { "data": [ - 2467 + 2589 ], "on_conflict": [ - 2473 + 2595 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_bool_exp": { "_and": [ - 2465 + 2587 ], "_not": [ - 2465 + 2587 ], "_or": [ - 2465 + 2587 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "map": [ - 2171 + 2293 ], "map_id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_lineup": [ - 2333 + 2455 ], "match_lineup_id": [ - 4923 + 5000 ], "side": [ - 80 + 82 ], "type": [ - 1254 + 1376 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_constraint": {}, "match_map_veto_picks_insert_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "map": [ - 2179 + 2301 ], "map_id": [ - 4921 + 4998 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2342 + 2464 ], "match_lineup_id": [ - 4921 + 4998 ], "side": [ - 78 + 80 ], "type": [ - 1253 + 1375 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_max_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "map_id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_min_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "map_id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2458 + 2580 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_on_conflict": { "constraint": [ - 2466 + 2588 ], "update_columns": [ - 2480 + 2602 ], "where": [ - 2465 + 2587 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "map": [ - 2181 + 2303 ], "map_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_lineup": [ - 2344 + 2466 ], "match_lineup_id": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_select_column": {}, "match_map_veto_picks_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "side": [ - 78 + 80 ], "type": [ - 1253 + 1375 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_stream_cursor_input": { "initial_value": [ - 2479 + 2601 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "side": [ - 78 + 80 ], "type": [ - 1253 + 1375 ], "__typename": [ - 78 + 80 ] }, "match_map_veto_picks_update_column": {}, "match_map_veto_picks_updates": { "_set": [ - 2477 + 2599 ], "where": [ - 2465 + 2587 ], "__typename": [ - 78 + 80 ] }, "match_maps": { "clips_count": [ - 38 + 40 ], "created_at": [ - 4376 + 4498 ], "demos": [ - 2366, + 2488, { "distinct_on": [ - 2395, + 2517, "[match_map_demos_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2392, + 2514, "[match_map_demos_order_by!]" ], "where": [ - 2378 + 2500 ] } ], "demos_aggregate": [ - 2367, + 2489, { "distinct_on": [ - 2395, + 2517, "[match_map_demos_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2392, + 2514, "[match_map_demos_order_by!]" ], "where": [ - 2378 + 2500 ] } ], "demos_download_url": [ - 78 + 80 ], "demos_total_size": [ - 38 + 40 ], "e_match_map_status": [ - 820 + 942 ], "ended_at": [ - 4376 + 4498 ], "flashes": [ - 3139, + 3261, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "flashes_aggregate": [ - 3140, + 3262, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "id": [ - 4921 + 4998 ], "is_current_map": [ - 3 + 5 ], "latest_clip_at": [ - 4376 + 4498 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_side": [ - 1069 + 1191 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_side": [ - 1069 + 1191 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "map": [ - 2162 + 2284 ], "map_id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_clips": [ - 2191, + 2313, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "match_clips_aggregate": [ - 2192, + 2314, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "match_id": [ - 4921 + 4998 ], "objectives": [ - 3385, + 3507, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "objectives_aggregate": [ - 3386, + 3508, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "order": [ - 38 + 40 ], "player_assists": [ - 2967, + 3089, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "player_assists_aggregate": [ - 2968, + 3090, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "player_damages": [ - 3030, + 3152, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "player_damages_aggregate": [ - 3031, + 3153, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "player_kills": [ - 3184, + 3306, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "player_kills_aggregate": [ - 3185, + 3307, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "player_unused_utilities": [ - 3672, + 3794, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "player_unused_utilities_aggregate": [ - 3673, + 3795, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "public_clips_count": [ - 38 + 40 ], "public_latest_clip_at": [ - 4376 + 4498 ], "rounds": [ - 2417, + 2539, { "distinct_on": [ - 2438, + 2560, "[match_map_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2436, + 2558, "[match_map_rounds_order_by!]" ], "where": [ - 2426 + 2548 ] } ], "rounds_aggregate": [ - 2418, + 2540, { "distinct_on": [ - 2438, + 2560, "[match_map_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2436, + 2558, "[match_map_rounds_order_by!]" ], "where": [ - 2426 + 2548 ] } ], "started_at": [ - 4376 + 4498 ], "status": [ - 825 + 947 ], "utility": [ - 3713, + 3835, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "utility_aggregate": [ - 3714, + 3836, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "vetos": [ - 2458, + 2580, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "vetos_aggregate": [ - 2459, + 2581, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_maps_aggregate": { "aggregate": [ - 2486 + 2608 ], "nodes": [ - 2482 + 2604 ], "__typename": [ - 78 + 80 ] }, "match_maps_aggregate_bool_exp": { "count": [ - 2485 + 2607 ], "__typename": [ - 78 + 80 ] }, "match_maps_aggregate_bool_exp_count": { "arguments": [ - 2504 + 2626 ], "distinct": [ - 3 + 5 ], "filter": [ - 2491 + 2613 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_maps_aggregate_fields": { "avg": [ - 2489 + 2611 ], "count": [ - 38, + 40, { "columns": [ - 2504, + 2626, "[match_maps_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2495 + 2617 ], "min": [ - 2497 + 2619 ], "stddev": [ - 2506 + 2628 ], "stddev_pop": [ - 2508 + 2630 ], "stddev_samp": [ - 2510 + 2632 ], "sum": [ - 2514 + 2636 ], "var_pop": [ - 2518 + 2640 ], "var_samp": [ - 2520 + 2642 ], "variance": [ - 2522 + 2644 ], "__typename": [ - 78 + 80 ] }, "match_maps_aggregate_order_by": { "avg": [ - 2490 + 2612 ], "count": [ - 2829 + 2951 ], "max": [ - 2496 + 2618 ], "min": [ - 2498 + 2620 ], "stddev": [ - 2507 + 2629 ], "stddev_pop": [ - 2509 + 2631 ], "stddev_samp": [ - 2511 + 2633 ], "sum": [ - 2515 + 2637 ], "var_pop": [ - 2519 + 2641 ], "var_samp": [ - 2521 + 2643 ], "variance": [ - 2523 + 2645 ], "__typename": [ - 78 + 80 ] }, "match_maps_arr_rel_insert_input": { "data": [ - 2494 + 2616 ], "on_conflict": [ - 2501 + 2623 ], "__typename": [ - 78 + 80 ] }, "match_maps_avg_fields": { "clips_count": [ - 29 + 31 ], "demos_total_size": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "order": [ - 29 + 31 ], "public_clips_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_maps_avg_order_by": { "clips_count": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_bool_exp": { "_and": [ - 2491 + 2613 ], "_not": [ - 2491 + 2613 ], "_or": [ - 2491 + 2613 ], "clips_count": [ - 39 + 41 ], "created_at": [ - 4377 + 4499 ], "demos": [ - 2378 + 2500 ], "demos_aggregate": [ - 2368 + 2490 ], "demos_download_url": [ - 80 + 82 ], "demos_total_size": [ - 39 + 41 ], "e_match_map_status": [ - 823 + 945 ], "ended_at": [ - 4377 + 4499 ], "flashes": [ - 3150 + 3272 ], "flashes_aggregate": [ - 3141 + 3263 ], "id": [ - 4923 + 5000 ], "is_current_map": [ - 4 + 6 ], "latest_clip_at": [ - 4377 + 4499 ], "lineup_1_score": [ - 39 + 41 ], "lineup_1_side": [ - 1070 + 1192 ], "lineup_1_timeouts_available": [ - 39 + 41 ], "lineup_2_score": [ - 39 + 41 ], "lineup_2_side": [ - 1070 + 1192 ], "lineup_2_timeouts_available": [ - 39 + 41 ], "map": [ - 2171 + 2293 ], "map_id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_clips": [ - 2200 + 2322 ], "match_clips_aggregate": [ - 2193 + 2315 ], "match_id": [ - 4923 + 5000 ], "objectives": [ - 3394 + 3516 ], "objectives_aggregate": [ - 3387 + 3509 ], "order": [ - 39 + 41 ], "player_assists": [ - 2978 + 3100 ], "player_assists_aggregate": [ - 2969 + 3091 ], "player_damages": [ - 3039 + 3161 ], "player_damages_aggregate": [ - 3032 + 3154 ], "player_kills": [ - 3195 + 3317 ], "player_kills_aggregate": [ - 3186 + 3308 ], "player_unused_utilities": [ - 3681 + 3803 ], "player_unused_utilities_aggregate": [ - 3674 + 3796 ], "public_clips_count": [ - 39 + 41 ], "public_latest_clip_at": [ - 4377 + 4499 ], "rounds": [ - 2426 + 2548 ], "rounds_aggregate": [ - 2419 + 2541 ], "started_at": [ - 4377 + 4499 ], "status": [ - 826 + 948 ], "utility": [ - 3722 + 3844 ], "utility_aggregate": [ - 3715 + 3837 ], "vetos": [ - 2465 + 2587 ], "vetos_aggregate": [ - 2460 + 2582 ], "winning_lineup_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "match_maps_constraint": {}, "match_maps_inc_input": { "clips_count": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "order": [ - 38 + 40 ], "public_clips_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_maps_insert_input": { "clips_count": [ - 38 + 40 ], "created_at": [ - 4376 + 4498 ], "demos": [ - 2375 + 2497 ], "e_match_map_status": [ - 831 + 953 ], "ended_at": [ - 4376 + 4498 ], "flashes": [ - 3147 + 3269 ], "id": [ - 4921 + 4998 ], "latest_clip_at": [ - 4376 + 4498 ], "lineup_1_side": [ - 1069 + 1191 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_side": [ - 1069 + 1191 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "map": [ - 2179 + 2301 ], "map_id": [ - 4921 + 4998 ], "match": [ - 2662 + 2784 ], "match_clips": [ - 2197 + 2319 ], "match_id": [ - 4921 + 4998 ], "objectives": [ - 3391 + 3513 ], "order": [ - 38 + 40 ], "player_assists": [ - 2975 + 3097 ], "player_damages": [ - 3036 + 3158 ], "player_kills": [ - 3192 + 3314 ], "player_unused_utilities": [ - 3678 + 3800 ], "public_clips_count": [ - 38 + 40 ], "public_latest_clip_at": [ - 4376 + 4498 ], "rounds": [ - 2423 + 2545 ], "started_at": [ - 4376 + 4498 ], "status": [ - 825 + 947 ], "utility": [ - 3719 + 3841 ], "vetos": [ - 2464 + 2586 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_maps_max_fields": { "clips_count": [ - 38 + 40 ], "created_at": [ - 4376 + 4498 ], "demos_download_url": [ - 78 + 80 ], "demos_total_size": [ - 38 + 40 ], "ended_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "latest_clip_at": [ - 4376 + 4498 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "public_clips_count": [ - 38 + 40 ], "public_latest_clip_at": [ - 4376 + 4498 ], "started_at": [ - 4376 + 4498 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_maps_max_order_by": { "clips_count": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "ended_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "latest_clip_at": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "map_id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "public_latest_clip_at": [ - 2829 + 2951 ], "started_at": [ - 2829 + 2951 ], "winning_lineup_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_min_fields": { "clips_count": [ - 38 + 40 ], "created_at": [ - 4376 + 4498 ], "demos_download_url": [ - 78 + 80 ], "demos_total_size": [ - 38 + 40 ], "ended_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "latest_clip_at": [ - 4376 + 4498 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "public_clips_count": [ - 38 + 40 ], "public_latest_clip_at": [ - 4376 + 4498 ], "started_at": [ - 4376 + 4498 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_maps_min_order_by": { "clips_count": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "ended_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "latest_clip_at": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "map_id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "public_latest_clip_at": [ - 2829 + 2951 ], "started_at": [ - 2829 + 2951 ], "winning_lineup_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2482 + 2604 ], "__typename": [ - 78 + 80 ] }, "match_maps_obj_rel_insert_input": { "data": [ - 2494 + 2616 ], "on_conflict": [ - 2501 + 2623 ], "__typename": [ - 78 + 80 ] }, "match_maps_on_conflict": { "constraint": [ - 2492 + 2614 ], "update_columns": [ - 2516 + 2638 ], "where": [ - 2491 + 2613 ], "__typename": [ - 78 + 80 ] }, "match_maps_order_by": { "clips_count": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "demos_aggregate": [ - 2373 + 2495 ], "demos_download_url": [ - 2829 + 2951 ], "demos_total_size": [ - 2829 + 2951 ], "e_match_map_status": [ - 833 + 955 ], "ended_at": [ - 2829 + 2951 ], "flashes_aggregate": [ - 3146 + 3268 ], "id": [ - 2829 + 2951 ], "is_current_map": [ - 2829 + 2951 ], "latest_clip_at": [ - 2829 + 2951 ], "lineup_1_score": [ - 2829 + 2951 ], "lineup_1_side": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_score": [ - 2829 + 2951 ], "lineup_2_side": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "map": [ - 2181 + 2303 ], "map_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_clips_aggregate": [ - 2196 + 2318 ], "match_id": [ - 2829 + 2951 ], "objectives_aggregate": [ - 3390 + 3512 ], "order": [ - 2829 + 2951 ], "player_assists_aggregate": [ - 2974 + 3096 ], "player_damages_aggregate": [ - 3035 + 3157 ], "player_kills_aggregate": [ - 3191 + 3313 ], "player_unused_utilities_aggregate": [ - 3677 + 3799 ], "public_clips_count": [ - 2829 + 2951 ], "public_latest_clip_at": [ - 2829 + 2951 ], "rounds_aggregate": [ - 2422 + 2544 ], "started_at": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "utility_aggregate": [ - 3718 + 3840 ], "vetos_aggregate": [ - 2463 + 2585 ], "winning_lineup_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_maps_select_column": {}, "match_maps_set_input": { "clips_count": [ - 38 + 40 ], "created_at": [ - 4376 + 4498 ], "ended_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "latest_clip_at": [ - 4376 + 4498 ], "lineup_1_side": [ - 1069 + 1191 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_side": [ - 1069 + 1191 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "public_clips_count": [ - 38 + 40 ], "public_latest_clip_at": [ - 4376 + 4498 ], "started_at": [ - 4376 + 4498 ], "status": [ - 825 + 947 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_maps_stddev_fields": { "clips_count": [ - 29 + 31 ], "demos_total_size": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "order": [ - 29 + 31 ], "public_clips_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_maps_stddev_order_by": { "clips_count": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_stddev_pop_fields": { "clips_count": [ - 29 + 31 ], "demos_total_size": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "order": [ - 29 + 31 ], "public_clips_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_maps_stddev_pop_order_by": { "clips_count": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_stddev_samp_fields": { "clips_count": [ - 29 + 31 ], "demos_total_size": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "order": [ - 29 + 31 ], "public_clips_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_maps_stddev_samp_order_by": { "clips_count": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_stream_cursor_input": { "initial_value": [ - 2513 + 2635 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_maps_stream_cursor_value_input": { "clips_count": [ - 38 + 40 ], "created_at": [ - 4376 + 4498 ], "ended_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "latest_clip_at": [ - 4376 + 4498 ], "lineup_1_side": [ - 1069 + 1191 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_side": [ - 1069 + 1191 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "public_clips_count": [ - 38 + 40 ], "public_latest_clip_at": [ - 4376 + 4498 ], "started_at": [ - 4376 + 4498 ], "status": [ - 825 + 947 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_maps_sum_fields": { "clips_count": [ - 38 + 40 ], "demos_total_size": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 38 + 40 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 38 + 40 ], "order": [ - 38 + 40 ], "public_clips_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_maps_sum_order_by": { "clips_count": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_update_column": {}, "match_maps_updates": { "_inc": [ - 2493 + 2615 ], "_set": [ - 2505 + 2627 ], "where": [ - 2491 + 2613 ], "__typename": [ - 78 + 80 ] }, "match_maps_var_pop_fields": { "clips_count": [ - 29 + 31 ], "demos_total_size": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "order": [ - 29 + 31 ], "public_clips_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_maps_var_pop_order_by": { "clips_count": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_var_samp_fields": { "clips_count": [ - 29 + 31 ], "demos_total_size": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "order": [ - 29 + 31 ], "public_clips_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_maps_var_samp_order_by": { "clips_count": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_maps_variance_fields": { "clips_count": [ - 29 + 31 ], "demos_total_size": [ - 38 + 40 ], "lineup_1_score": [ - 38 + 40 ], "lineup_1_timeouts_available": [ - 29 + 31 ], "lineup_2_score": [ - 38 + 40 ], "lineup_2_timeouts_available": [ - 29 + 31 ], "order": [ - 29 + 31 ], "public_clips_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_maps_variance_order_by": { "clips_count": [ - 2829 + 2951 ], "lineup_1_timeouts_available": [ - 2829 + 2951 ], "lineup_2_timeouts_available": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "public_clips_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_options": { "auto_cancel_duration": [ - 38 + 40 ], "auto_cancellation": [ - 3 + 5 ], "best_of": [ - 38 + 40 ], "check_in_setting": [ - 432 + 554 ], "coaches": [ - 3 + 5 ], "default_models": [ - 3 + 5 ], "halftime_pausematch": [ - 3 + 5 ], "has_active_matches": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 78 + 80 ], "knife_round": [ - 3 + 5 ], "live_match_timeout": [ - 38 + 40 ], "map_pool": [ - 2143 + 2265 ], "map_pool_id": [ - 4921 + 4998 ], "map_veto": [ - 3 + 5 ], "match_mode": [ - 846 + 968 ], "matches": [ - 2644, + 2766, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "matches_aggregate": [ - 2645, + 2767, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "mr": [ - 38 + 40 ], "number_of_substitutes": [ - 38 + 40 ], "overtime": [ - 3 + 5 ], "prefer_dedicated_server": [ - 3 + 5 ], "ready_setting": [ - 988 + 1110 ], "region_veto": [ - 3 + 5 ], "regions": [ - 78 + 80 ], "round_restart_delay": [ - 38 + 40 ], "tech_timeout_setting": [ - 1150 + 1272 ], "timeout_setting": [ - 1150 + 1272 ], "tournament": [ - 4857 + 4934 ], "tournament_bracket": [ - 4378 + 4542 ], "tournament_stage": [ - 4595 + 4759 ], "tv_delay": [ - 38 + 40 ], "type": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "match_options_aggregate": { "aggregate": [ - 2526 + 2648 ], "nodes": [ - 2524 + 2646 ], "__typename": [ - 78 + 80 ] }, "match_options_aggregate_fields": { "avg": [ - 2527 + 2649 ], "count": [ - 38, + 40, { "columns": [ - 2539, + 2661, "[match_options_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2532 + 2654 ], "min": [ - 2533 + 2655 ], "stddev": [ - 2541 + 2663 ], "stddev_pop": [ - 2542 + 2664 ], "stddev_samp": [ - 2543 + 2665 ], "sum": [ - 2546 + 2668 ], "var_pop": [ - 2549 + 2671 ], "var_samp": [ - 2550 + 2672 ], "variance": [ - 2551 + 2673 ], "__typename": [ - 78 + 80 ] }, "match_options_avg_fields": { "auto_cancel_duration": [ - 29 + 31 ], "best_of": [ - 29 + 31 ], "live_match_timeout": [ - 29 + 31 ], "mr": [ - 29 + 31 ], "number_of_substitutes": [ - 29 + 31 ], "round_restart_delay": [ - 29 + 31 ], "tv_delay": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_options_bool_exp": { "_and": [ - 2528 + 2650 ], "_not": [ - 2528 + 2650 ], "_or": [ - 2528 + 2650 ], "auto_cancel_duration": [ - 39 + 41 ], "auto_cancellation": [ - 4 + 6 ], "best_of": [ - 39 + 41 ], "check_in_setting": [ - 433 + 555 ], "coaches": [ - 4 + 6 ], "default_models": [ - 4 + 6 ], "halftime_pausematch": [ - 4 + 6 ], "has_active_matches": [ - 4 + 6 ], "id": [ - 4923 + 5000 ], "invite_code": [ - 80 + 82 ], "knife_round": [ - 4 + 6 ], "live_match_timeout": [ - 39 + 41 ], "map_pool": [ - 2146 + 2268 ], "map_pool_id": [ - 4923 + 5000 ], "map_veto": [ - 4 + 6 ], "match_mode": [ - 847 + 969 ], "matches": [ - 2653 + 2775 ], "matches_aggregate": [ - 2646 + 2768 ], "mr": [ - 39 + 41 ], "number_of_substitutes": [ - 39 + 41 ], "overtime": [ - 4 + 6 ], "prefer_dedicated_server": [ - 4 + 6 ], "ready_setting": [ - 989 + 1111 ], "region_veto": [ - 4 + 6 ], "regions": [ - 79 + 81 ], "round_restart_delay": [ - 39 + 41 ], "tech_timeout_setting": [ - 1151 + 1273 ], "timeout_setting": [ - 1151 + 1273 ], "tournament": [ - 4878 + 4955 ], "tournament_bracket": [ - 4389 + 4553 ], "tournament_stage": [ - 4607 + 4771 ], "tv_delay": [ - 39 + 41 ], "type": [ - 888 + 1010 ], "__typename": [ - 78 + 80 ] }, "match_options_constraint": {}, "match_options_inc_input": { "auto_cancel_duration": [ - 38 + 40 ], "best_of": [ - 38 + 40 ], "live_match_timeout": [ - 38 + 40 ], "mr": [ - 38 + 40 ], "number_of_substitutes": [ - 38 + 40 ], "round_restart_delay": [ - 38 + 40 ], "tv_delay": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_options_insert_input": { "auto_cancel_duration": [ - 38 + 40 ], "auto_cancellation": [ - 3 + 5 ], "best_of": [ - 38 + 40 ], "check_in_setting": [ - 432 + 554 ], "coaches": [ - 3 + 5 ], "default_models": [ - 3 + 5 ], "halftime_pausematch": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 78 + 80 ], "knife_round": [ - 3 + 5 ], "live_match_timeout": [ - 38 + 40 ], "map_pool": [ - 2152 + 2274 ], "map_pool_id": [ - 4921 + 4998 ], "map_veto": [ - 3 + 5 ], "match_mode": [ - 846 + 968 ], "matches": [ - 2650 + 2772 ], "mr": [ - 38 + 40 ], "number_of_substitutes": [ - 38 + 40 ], "overtime": [ - 3 + 5 ], "prefer_dedicated_server": [ - 3 + 5 ], "ready_setting": [ - 988 + 1110 ], "region_veto": [ - 3 + 5 ], "regions": [ - 78 + 80 ], "round_restart_delay": [ - 38 + 40 ], "tech_timeout_setting": [ - 1150 + 1272 ], "timeout_setting": [ - 1150 + 1272 ], "tournament": [ - 4887 + 4964 ], "tournament_bracket": [ - 4398 + 4562 ], "tournament_stage": [ - 4619 + 4783 ], "tv_delay": [ - 38 + 40 ], "type": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "match_options_max_fields": { "auto_cancel_duration": [ - 38 + 40 ], "best_of": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 78 + 80 ], "live_match_timeout": [ - 38 + 40 ], "map_pool_id": [ - 4921 + 4998 ], "mr": [ - 38 + 40 ], "number_of_substitutes": [ - 38 + 40 ], "regions": [ - 78 + 80 ], "round_restart_delay": [ - 38 + 40 ], "tv_delay": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_options_min_fields": { "auto_cancel_duration": [ - 38 + 40 ], "best_of": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 78 + 80 ], "live_match_timeout": [ - 38 + 40 ], "map_pool_id": [ - 4921 + 4998 ], "mr": [ - 38 + 40 ], "number_of_substitutes": [ - 38 + 40 ], "regions": [ - 78 + 80 ], "round_restart_delay": [ - 38 + 40 ], "tv_delay": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_options_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2524 + 2646 ], "__typename": [ - 78 + 80 ] }, "match_options_obj_rel_insert_input": { "data": [ - 2531 + 2653 ], "on_conflict": [ - 2536 + 2658 ], "__typename": [ - 78 + 80 ] }, "match_options_on_conflict": { "constraint": [ - 2529 + 2651 ], "update_columns": [ - 2547 + 2669 ], "where": [ - 2528 + 2650 ], "__typename": [ - 78 + 80 ] }, "match_options_order_by": { "auto_cancel_duration": [ - 2829 + 2951 ], "auto_cancellation": [ - 2829 + 2951 ], "best_of": [ - 2829 + 2951 ], "check_in_setting": [ - 2829 + 2951 ], "coaches": [ - 2829 + 2951 ], "default_models": [ - 2829 + 2951 ], "halftime_pausematch": [ - 2829 + 2951 ], "has_active_matches": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "invite_code": [ - 2829 + 2951 ], "knife_round": [ - 2829 + 2951 ], "live_match_timeout": [ - 2829 + 2951 ], "map_pool": [ - 2154 + 2276 ], "map_pool_id": [ - 2829 + 2951 ], "map_veto": [ - 2829 + 2951 ], "match_mode": [ - 2829 + 2951 ], "matches_aggregate": [ - 2649 + 2771 ], "mr": [ - 2829 + 2951 ], "number_of_substitutes": [ - 2829 + 2951 ], "overtime": [ - 2829 + 2951 ], "prefer_dedicated_server": [ - 2829 + 2951 ], "ready_setting": [ - 2829 + 2951 ], "region_veto": [ - 2829 + 2951 ], "regions": [ - 2829 + 2951 ], "round_restart_delay": [ - 2829 + 2951 ], "tech_timeout_setting": [ - 2829 + 2951 ], "timeout_setting": [ - 2829 + 2951 ], "tournament": [ - 4889 + 4966 ], "tournament_bracket": [ - 4400 + 4564 ], "tournament_stage": [ - 4621 + 4785 ], "tv_delay": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_options_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_options_select_column": {}, "match_options_set_input": { "auto_cancel_duration": [ - 38 + 40 ], "auto_cancellation": [ - 3 + 5 ], "best_of": [ - 38 + 40 ], "check_in_setting": [ - 432 + 554 ], "coaches": [ - 3 + 5 ], "default_models": [ - 3 + 5 ], "halftime_pausematch": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 78 + 80 ], "knife_round": [ - 3 + 5 ], "live_match_timeout": [ - 38 + 40 ], "map_pool_id": [ - 4921 + 4998 ], "map_veto": [ - 3 + 5 ], "match_mode": [ - 846 + 968 ], "mr": [ - 38 + 40 ], "number_of_substitutes": [ - 38 + 40 ], "overtime": [ - 3 + 5 ], "prefer_dedicated_server": [ - 3 + 5 ], "ready_setting": [ - 988 + 1110 ], "region_veto": [ - 3 + 5 ], "regions": [ - 78 + 80 ], "round_restart_delay": [ - 38 + 40 ], "tech_timeout_setting": [ - 1150 + 1272 ], "timeout_setting": [ - 1150 + 1272 ], "tv_delay": [ - 38 + 40 ], "type": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "match_options_stddev_fields": { "auto_cancel_duration": [ - 29 + 31 ], "best_of": [ - 29 + 31 ], "live_match_timeout": [ - 29 + 31 ], "mr": [ - 29 + 31 ], "number_of_substitutes": [ - 29 + 31 ], "round_restart_delay": [ - 29 + 31 ], "tv_delay": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_options_stddev_pop_fields": { "auto_cancel_duration": [ - 29 + 31 ], "best_of": [ - 29 + 31 ], "live_match_timeout": [ - 29 + 31 ], "mr": [ - 29 + 31 ], "number_of_substitutes": [ - 29 + 31 ], "round_restart_delay": [ - 29 + 31 ], "tv_delay": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_options_stddev_samp_fields": { "auto_cancel_duration": [ - 29 + 31 ], "best_of": [ - 29 + 31 ], "live_match_timeout": [ - 29 + 31 ], "mr": [ - 29 + 31 ], "number_of_substitutes": [ - 29 + 31 ], "round_restart_delay": [ - 29 + 31 ], "tv_delay": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_options_stream_cursor_input": { "initial_value": [ - 2545 + 2667 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_options_stream_cursor_value_input": { "auto_cancel_duration": [ - 38 + 40 ], "auto_cancellation": [ - 3 + 5 ], "best_of": [ - 38 + 40 ], "check_in_setting": [ - 432 + 554 ], "coaches": [ - 3 + 5 ], "default_models": [ - 3 + 5 ], "halftime_pausematch": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 78 + 80 ], "knife_round": [ - 3 + 5 ], "live_match_timeout": [ - 38 + 40 ], "map_pool_id": [ - 4921 + 4998 ], "map_veto": [ - 3 + 5 ], "match_mode": [ - 846 + 968 ], "mr": [ - 38 + 40 ], "number_of_substitutes": [ - 38 + 40 ], "overtime": [ - 3 + 5 ], "prefer_dedicated_server": [ - 3 + 5 ], "ready_setting": [ - 988 + 1110 ], "region_veto": [ - 3 + 5 ], "regions": [ - 78 + 80 ], "round_restart_delay": [ - 38 + 40 ], "tech_timeout_setting": [ - 1150 + 1272 ], "timeout_setting": [ - 1150 + 1272 ], "tv_delay": [ - 38 + 40 ], "type": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "match_options_sum_fields": { "auto_cancel_duration": [ - 38 + 40 ], "best_of": [ - 38 + 40 ], "live_match_timeout": [ - 38 + 40 ], "mr": [ - 38 + 40 ], "number_of_substitutes": [ - 38 + 40 ], "round_restart_delay": [ - 38 + 40 ], "tv_delay": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_options_update_column": {}, "match_options_updates": { "_inc": [ - 2530 + 2652 ], "_set": [ - 2540 + 2662 ], "where": [ - 2528 + 2650 ], "__typename": [ - 78 + 80 ] }, "match_options_var_pop_fields": { "auto_cancel_duration": [ - 29 + 31 ], "best_of": [ - 29 + 31 ], "live_match_timeout": [ - 29 + 31 ], "mr": [ - 29 + 31 ], "number_of_substitutes": [ - 29 + 31 ], "round_restart_delay": [ - 29 + 31 ], "tv_delay": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_options_var_samp_fields": { "auto_cancel_duration": [ - 29 + 31 ], "best_of": [ - 29 + 31 ], "live_match_timeout": [ - 29 + 31 ], "mr": [ - 29 + 31 ], "number_of_substitutes": [ - 29 + 31 ], "round_restart_delay": [ - 29 + 31 ], "tv_delay": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_options_variance_fields": { "auto_cancel_duration": [ - 29 + 31 ], "best_of": [ - 29 + 31 ], "live_match_timeout": [ - 29 + 31 ], "mr": [ - 29 + 31 ], "number_of_substitutes": [ - 29 + 31 ], "round_restart_delay": [ - 29 + 31 ], "tv_delay": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2324 + 2446 ], "match_lineup_id": [ - 4921 + 4998 ], "region": [ - 78 + 80 ], "type": [ - 1253 + 1375 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_aggregate": { "aggregate": [ - 2556 + 2678 ], "nodes": [ - 2552 + 2674 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_aggregate_bool_exp": { "count": [ - 2555 + 2677 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 2570 + 2692 ], "distinct": [ - 3 + 5 ], "filter": [ - 2559 + 2681 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 2570, + 2692, "[match_region_veto_picks_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2562 + 2684 ], "min": [ - 2564 + 2686 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 2563 + 2685 ], "min": [ - 2565 + 2687 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_arr_rel_insert_input": { "data": [ - 2561 + 2683 ], "on_conflict": [ - 2567 + 2689 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_bool_exp": { "_and": [ - 2559 + 2681 ], "_not": [ - 2559 + 2681 ], "_or": [ - 2559 + 2681 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_lineup": [ - 2333 + 2455 ], "match_lineup_id": [ - 4923 + 5000 ], "region": [ - 80 + 82 ], "type": [ - 1254 + 1376 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_constraint": {}, "match_region_veto_picks_insert_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2342 + 2464 ], "match_lineup_id": [ - 4921 + 4998 ], "region": [ - 78 + 80 ], "type": [ - 1253 + 1375 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "region": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_max_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "region": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_min_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2552 + 2674 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_on_conflict": { "constraint": [ - 2560 + 2682 ], "update_columns": [ - 2574 + 2696 ], "where": [ - 2559 + 2681 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_lineup": [ - 2344 + 2466 ], "match_lineup_id": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_select_column": {}, "match_region_veto_picks_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "region": [ - 78 + 80 ], "type": [ - 1253 + 1375 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_stream_cursor_input": { "initial_value": [ - 2573 + 2695 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "region": [ - 78 + 80 ], "type": [ - 1253 + 1375 ], "__typename": [ - 78 + 80 ] }, "match_region_veto_picks_update_column": {}, "match_region_veto_picks_updates": { "_set": [ - 2571 + 2693 ], "where": [ - 2559 + 2681 ], "__typename": [ - 78 + 80 ] }, "match_streams": { "autodirector": [ - 3 + 5 ], "error_message": [ - 78 + 80 ], "game_server_node": [ - 1576 + 1698 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_game_streamer": [ - 3 + 5 ], "is_live": [ - 3 + 5 ], "k8s_service_name": [ - 78 + 80 ], "last_status_at": [ - 4376 + 4498 ], "link": [ - 78 + 80 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "mode": [ - 78 + 80 ], "priority": [ - 38 + 40 ], "status": [ - 78 + 80 ], "status_history": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "stream_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_streams_aggregate": { "aggregate": [ - 2582 + 2704 ], "nodes": [ - 2576 + 2698 ], "__typename": [ - 78 + 80 ] }, "match_streams_aggregate_bool_exp": { "bool_and": [ - 2579 + 2701 ], "bool_or": [ - 2580 + 2702 ], "count": [ - 2581 + 2703 ], "__typename": [ - 78 + 80 ] }, "match_streams_aggregate_bool_exp_bool_and": { "arguments": [ - 2605 + 2727 ], "distinct": [ - 3 + 5 ], "filter": [ - 2588 + 2710 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "match_streams_aggregate_bool_exp_bool_or": { "arguments": [ - 2606 + 2728 ], "distinct": [ - 3 + 5 ], "filter": [ - 2588 + 2710 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "match_streams_aggregate_bool_exp_count": { "arguments": [ - 2604 + 2726 ], "distinct": [ - 3 + 5 ], "filter": [ - 2588 + 2710 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "match_streams_aggregate_fields": { "avg": [ - 2586 + 2708 ], "count": [ - 38, + 40, { "columns": [ - 2604, + 2726, "[match_streams_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2595 + 2717 ], "min": [ - 2597 + 2719 ], "stddev": [ - 2608 + 2730 ], "stddev_pop": [ - 2610 + 2732 ], "stddev_samp": [ - 2612 + 2734 ], "sum": [ - 2616 + 2738 ], "var_pop": [ - 2620 + 2742 ], "var_samp": [ - 2622 + 2744 ], "variance": [ - 2624 + 2746 ], "__typename": [ - 78 + 80 ] }, "match_streams_aggregate_order_by": { "avg": [ - 2587 + 2709 ], "count": [ - 2829 + 2951 ], "max": [ - 2596 + 2718 ], "min": [ - 2598 + 2720 ], "stddev": [ - 2609 + 2731 ], "stddev_pop": [ - 2611 + 2733 ], "stddev_samp": [ - 2613 + 2735 ], "sum": [ - 2617 + 2739 ], "var_pop": [ - 2621 + 2743 ], "var_samp": [ - 2623 + 2745 ], "variance": [ - 2625 + 2747 ], "__typename": [ - 78 + 80 ] }, "match_streams_append_input": { "status_history": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "match_streams_arr_rel_insert_input": { "data": [ - 2594 + 2716 ], "on_conflict": [ - 2600 + 2722 ], "__typename": [ - 78 + 80 ] }, "match_streams_avg_fields": { "priority": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_streams_avg_order_by": { "priority": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_bool_exp": { "_and": [ - 2588 + 2710 ], "_not": [ - 2588 + 2710 ], "_or": [ - 2588 + 2710 ], "autodirector": [ - 4 + 6 ], "error_message": [ - 80 + 82 ], "game_server_node": [ - 1588 + 1710 ], "game_server_node_id": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "is_game_streamer": [ - 4 + 6 ], "is_live": [ - 4 + 6 ], "k8s_service_name": [ - 80 + 82 ], "last_status_at": [ - 4377 + 4499 ], "link": [ - 80 + 82 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "mode": [ - 80 + 82 ], "priority": [ - 39 + 41 ], "status": [ - 80 + 82 ], "status_history": [ - 1702 + 1824 ], "stream_url": [ - 80 + 82 ], "title": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "match_streams_constraint": {}, "match_streams_delete_at_path_input": { "status_history": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_streams_delete_elem_input": { "status_history": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_streams_delete_key_input": { "status_history": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_streams_inc_input": { "priority": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_streams_insert_input": { "autodirector": [ - 3 + 5 ], "error_message": [ - 78 + 80 ], "game_server_node": [ - 1600 + 1722 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_game_streamer": [ - 3 + 5 ], "is_live": [ - 3 + 5 ], "k8s_service_name": [ - 78 + 80 ], "last_status_at": [ - 4376 + 4498 ], "link": [ - 78 + 80 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "mode": [ - 78 + 80 ], "priority": [ - 38 + 40 ], "status": [ - 78 + 80 ], "status_history": [ - 1700 + 1822 ], "stream_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_streams_max_fields": { "error_message": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "k8s_service_name": [ - 78 + 80 ], "last_status_at": [ - 4376 + 4498 ], "link": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "mode": [ - 78 + 80 ], "priority": [ - 38 + 40 ], "status": [ - 78 + 80 ], "stream_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_streams_max_order_by": { "error_message": [ - 2829 + 2951 ], "game_server_node_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "k8s_service_name": [ - 2829 + 2951 ], "last_status_at": [ - 2829 + 2951 ], "link": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "mode": [ - 2829 + 2951 ], "priority": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "stream_url": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_min_fields": { "error_message": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "k8s_service_name": [ - 78 + 80 ], "last_status_at": [ - 4376 + 4498 ], "link": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "mode": [ - 78 + 80 ], "priority": [ - 38 + 40 ], "status": [ - 78 + 80 ], "stream_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_streams_min_order_by": { "error_message": [ - 2829 + 2951 ], "game_server_node_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "k8s_service_name": [ - 2829 + 2951 ], "last_status_at": [ - 2829 + 2951 ], "link": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "mode": [ - 2829 + 2951 ], "priority": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "stream_url": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2576 + 2698 ], "__typename": [ - 78 + 80 ] }, "match_streams_on_conflict": { "constraint": [ - 2589 + 2711 ], "update_columns": [ - 2618 + 2740 ], "where": [ - 2588 + 2710 ], "__typename": [ - 78 + 80 ] }, "match_streams_order_by": { "autodirector": [ - 2829 + 2951 ], "error_message": [ - 2829 + 2951 ], "game_server_node": [ - 1602 + 1724 ], "game_server_node_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "is_game_streamer": [ - 2829 + 2951 ], "is_live": [ - 2829 + 2951 ], "k8s_service_name": [ - 2829 + 2951 ], "last_status_at": [ - 2829 + 2951 ], "link": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "mode": [ - 2829 + 2951 ], "priority": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "status_history": [ - 2829 + 2951 ], "stream_url": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "match_streams_prepend_input": { "status_history": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "match_streams_select_column": {}, @@ -47576,4258 +50330,4258 @@ export default { "match_streams_select_column_match_streams_aggregate_bool_exp_bool_or_arguments_columns": {}, "match_streams_set_input": { "autodirector": [ - 3 + 5 ], "error_message": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_game_streamer": [ - 3 + 5 ], "is_live": [ - 3 + 5 ], "k8s_service_name": [ - 78 + 80 ], "last_status_at": [ - 4376 + 4498 ], "link": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "mode": [ - 78 + 80 ], "priority": [ - 38 + 40 ], "status": [ - 78 + 80 ], "status_history": [ - 1700 + 1822 ], "stream_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_streams_stddev_fields": { "priority": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_streams_stddev_order_by": { "priority": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_stddev_pop_fields": { "priority": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_streams_stddev_pop_order_by": { "priority": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_stddev_samp_fields": { "priority": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_streams_stddev_samp_order_by": { "priority": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_stream_cursor_input": { "initial_value": [ - 2615 + 2737 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_streams_stream_cursor_value_input": { "autodirector": [ - 3 + 5 ], "error_message": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_game_streamer": [ - 3 + 5 ], "is_live": [ - 3 + 5 ], "k8s_service_name": [ - 78 + 80 ], "last_status_at": [ - 4376 + 4498 ], "link": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "mode": [ - 78 + 80 ], "priority": [ - 38 + 40 ], "status": [ - 78 + 80 ], "status_history": [ - 1700 + 1822 ], "stream_url": [ - 78 + 80 ], "title": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_streams_sum_fields": { "priority": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "match_streams_sum_order_by": { "priority": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_update_column": {}, "match_streams_updates": { "_append": [ - 2584 + 2706 ], "_delete_at_path": [ - 2590 + 2712 ], "_delete_elem": [ - 2591 + 2713 ], "_delete_key": [ - 2592 + 2714 ], "_inc": [ - 2593 + 2715 ], "_prepend": [ - 2603 + 2725 ], "_set": [ - 2607 + 2729 ], "where": [ - 2588 + 2710 ], "__typename": [ - 78 + 80 ] }, "match_streams_var_pop_fields": { "priority": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_streams_var_pop_order_by": { "priority": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_var_samp_fields": { "priority": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_streams_var_samp_order_by": { "priority": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_streams_variance_fields": { "priority": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "match_streams_variance_order_by": { "priority": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs": { "cfg": [ - 78 + 80 ], "type": [ - 618 + 740 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_aggregate": { "aggregate": [ - 2628 + 2750 ], "nodes": [ - 2626 + 2748 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 2638, + 2760, "[match_type_cfgs_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2632 + 2754 ], "min": [ - 2633 + 2755 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_bool_exp": { "_and": [ - 2629 + 2751 ], "_not": [ - 2629 + 2751 ], "_or": [ - 2629 + 2751 ], "cfg": [ - 80 + 82 ], "type": [ - 619 + 741 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_constraint": {}, "match_type_cfgs_insert_input": { "cfg": [ - 78 + 80 ], "type": [ - 618 + 740 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_max_fields": { "cfg": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_min_fields": { "cfg": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2626 + 2748 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_on_conflict": { "constraint": [ - 2630 + 2752 ], "update_columns": [ - 2642 + 2764 ], "where": [ - 2629 + 2751 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_order_by": { "cfg": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_pk_columns_input": { "type": [ - 618 + 740 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_select_column": {}, "match_type_cfgs_set_input": { "cfg": [ - 78 + 80 ], "type": [ - 618 + 740 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_stream_cursor_input": { "initial_value": [ - 2641 + 2763 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_stream_cursor_value_input": { "cfg": [ - 78 + 80 ], "type": [ - 618 + 740 ], "__typename": [ - 78 + 80 ] }, "match_type_cfgs_update_column": {}, "match_type_cfgs_updates": { "_set": [ - 2639 + 2761 ], "where": [ - 2629 + 2751 ], "__typename": [ - 78 + 80 ] }, "matches": { "can_assign_server": [ - 3 + 5 ], "can_cancel": [ - 3 + 5 ], "can_check_in": [ - 3 + 5 ], "can_reassign_winner": [ - 3 + 5 ], "can_schedule": [ - 3 + 5 ], "can_start": [ - 3 + 5 ], "can_stream_live": [ - 3 + 5 ], "can_stream_tv": [ - 3 + 5 ], "cancels_at": [ - 4376 + 4498 ], "clutches": [ - 5101, + 5178, { "distinct_on": [ - 5117, + 5194, "[v_match_clutches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5116, + 5193, "[v_match_clutches_order_by!]" ], "where": [ - 5110 + 5187 ] } ], "clutches_aggregate": [ - 5102, + 5179, { "distinct_on": [ - 5117, + 5194, "[v_match_clutches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5116, + 5193, "[v_match_clutches_order_by!]" ], "where": [ - 5110 + 5187 ] } ], "connection_link": [ - 78 + 80 ], "connection_string": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "current_match_map_id": [ - 4921 + 4998 ], "demos": [ - 2366, + 2488, { "distinct_on": [ - 2395, + 2517, "[match_map_demos_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2392, + 2514, "[match_map_demos_order_by!]" ], "where": [ - 2378 + 2500 ] } ], "demos_aggregate": [ - 2367, + 2489, { "distinct_on": [ - 2395, + 2517, "[match_map_demos_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2392, + 2514, "[match_map_demos_order_by!]" ], "where": [ - 2378 + 2500 ] } ], "draft_games": [ - 381, + 463, { "distinct_on": [ - 405, + 487, "[draft_games_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 403, + 485, "[draft_games_order_by!]" ], "where": [ - 392 + 474 ] } ], "draft_games_aggregate": [ - 382, + 464, { "distinct_on": [ - 405, + 487, "[draft_games_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 403, + 485, "[draft_games_order_by!]" ], "where": [ - 392 + 474 ] } ], "e_match_status": [ - 861 + 983 ], "e_region": [ - 3874 + 3996 ], "effective_at": [ - 4376 + 4498 ], "elo_changes": [ - 5298, + 5375, { "distinct_on": [ - 5324, + 5401, "[v_player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5323, + 5400, "[v_player_elo_order_by!]" ], "where": [ - 5317 + 5394 ] } ], "elo_changes_aggregate": [ - 5299, + 5376, { "distinct_on": [ - 5324, + 5401, "[v_player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5323, + 5400, "[v_player_elo_order_by!]" ], "where": [ - 5317 + 5394 ] } ], "ended_at": [ - 4376 + 4498 ], "external_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 78 + 80 ], "is_captain": [ - 3 + 5 ], "is_coach": [ - 3 + 5 ], "is_friend_in_match_lineup": [ - 3 + 5 ], "is_in_lineup": [ - 3 + 5 ], "is_match_server_available": [ - 3 + 5 ], "is_organizer": [ - 3 + 5 ], "is_server_online": [ - 3 + 5 ], "is_tournament_match": [ - 3 + 5 ], "label": [ - 78 + 80 ], "lineup_1": [ - 2324 + 2446 ], "lineup_1_id": [ - 4921 + 4998 ], "lineup_2": [ - 2324 + 2446 ], "lineup_2_id": [ - 4921 + 4998 ], "lineup_counts": [ - 1698, + 1820, { "path": [ - 78 + 80 ] } ], "map_veto_picking_lineup_id": [ - 4921 + 4998 ], "map_veto_picks": [ - 2458, + 2580, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "map_veto_picks_aggregate": [ - 2459, + 2581, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "map_veto_type": [ - 78 + 80 ], "match_maps": [ - 2482, + 2604, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_maps_aggregate": [ - 2483, + 2605, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_options_id": [ - 4921 + 4998 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "opening_duels": [ - 5229, + 5306, { "distinct_on": [ - 5245, + 5322, "[v_match_player_opening_duels_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5244, + 5321, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5238 + 5315 ] } ], "opening_duels_aggregate": [ - 5230, + 5307, { "distinct_on": [ - 5245, + 5322, "[v_match_player_opening_duels_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5244, + 5321, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5238 + 5315 ] } ], "options": [ - 2524 + 2646 ], "organizer": [ - 3787 + 3909 ], "organizer_steam_id": [ - 180 + 257 ], "password": [ - 78 + 80 ], "player_assists": [ - 2967, + 3089, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "player_assists_aggregate": [ - 2968, + 3090, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "player_damages": [ - 3030, + 3152, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "player_damages_aggregate": [ - 3031, + 3153, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "player_flashes": [ - 3139, + 3261, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "player_flashes_aggregate": [ - 3140, + 3262, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "player_kills": [ - 3184, + 3306, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "player_kills_aggregate": [ - 3185, + 3307, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "player_objectives": [ - 3385, + 3507, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "player_objectives_aggregate": [ - 3386, + 3508, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "player_unused_utilities": [ - 3672, + 3794, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "player_unused_utilities_aggregate": [ - 3673, + 3795, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "player_utility": [ - 3713, + 3835, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "player_utility_aggregate": [ - 3714, + 3836, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "region": [ - 78 + 80 ], "region_veto_picking_lineup_id": [ - 4921 + 4998 ], "region_veto_picks": [ - 2552, + 2674, { "distinct_on": [ - 2570, + 2692, "[match_region_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2568, + 2690, "[match_region_veto_picks_order_by!]" ], "where": [ - 2559 + 2681 ] } ], "region_veto_picks_aggregate": [ - 2553, + 2675, { "distinct_on": [ - 2570, + 2692, "[match_region_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2568, + 2690, "[match_region_veto_picks_order_by!]" ], "where": [ - 2559 + 2681 ] } ], "requested_organizer": [ - 3 + 5 ], "scheduled_at": [ - 4376 + 4498 ], "server": [ - 3901 + 4023 ], "server_error": [ - 78 + 80 ], "server_id": [ - 4921 + 4998 ], "server_plugin_runtime": [ - 78 + 80 ], "server_region": [ - 78 + 80 ], "server_type": [ - 78 + 80 ], "source": [ - 78 + 80 ], "started_at": [ - 4376 + 4498 ], "status": [ - 866 + 988 ], "streams": [ - 2576, + 2698, { "distinct_on": [ - 2604, + 2726, "[match_streams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2601, + 2723, "[match_streams_order_by!]" ], "where": [ - 2588 + 2710 ] } ], "streams_aggregate": [ - 2577, + 2699, { "distinct_on": [ - 2604, + 2726, "[match_streams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2601, + 2723, "[match_streams_order_by!]" ], "where": [ - 2588 + 2710 ] } ], "teams": [ - 4329, + 4451, { "distinct_on": [ - 4353, + 4475, "[teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4351, + 4473, "[teams_order_by!]" ], "where": [ - 4340 + 4462 ] } ], "tournament_brackets": [ - 4378, + 4542, { "distinct_on": [ - 4402, + 4566, "[tournament_brackets_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4400, + 4564, "[tournament_brackets_order_by!]" ], "where": [ - 4389 + 4553 ] } ], "tournament_brackets_aggregate": [ - 4379, + 4543, { "distinct_on": [ - 4402, + 4566, "[tournament_brackets_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4400, + 4564, "[tournament_brackets_order_by!]" ], "where": [ - 4389 + 4553 ] } ], "tv_connection_string": [ - 78 + 80 ], "winner": [ - 2324 + 2446 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "matches_aggregate": { "aggregate": [ - 2648 + 2770 ], "nodes": [ - 2644 + 2766 ], "__typename": [ - 78 + 80 ] }, "matches_aggregate_bool_exp": { "count": [ - 2647 + 2769 ], "__typename": [ - 78 + 80 ] }, "matches_aggregate_bool_exp_count": { "arguments": [ - 2666 + 2788 ], "distinct": [ - 3 + 5 ], "filter": [ - 2653 + 2775 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "matches_aggregate_fields": { "avg": [ - 2651 + 2773 ], "count": [ - 38, + 40, { "columns": [ - 2666, + 2788, "[matches_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2657 + 2779 ], "min": [ - 2659 + 2781 ], "stddev": [ - 2668 + 2790 ], "stddev_pop": [ - 2670 + 2792 ], "stddev_samp": [ - 2672 + 2794 ], "sum": [ - 2676 + 2798 ], "var_pop": [ - 2680 + 2802 ], "var_samp": [ - 2682 + 2804 ], "variance": [ - 2684 + 2806 ], "__typename": [ - 78 + 80 ] }, "matches_aggregate_order_by": { "avg": [ - 2652 + 2774 ], "count": [ - 2829 + 2951 ], "max": [ - 2658 + 2780 ], "min": [ - 2660 + 2782 ], "stddev": [ - 2669 + 2791 ], "stddev_pop": [ - 2671 + 2793 ], "stddev_samp": [ - 2673 + 2795 ], "sum": [ - 2677 + 2799 ], "var_pop": [ - 2681 + 2803 ], "var_samp": [ - 2683 + 2805 ], "variance": [ - 2685 + 2807 ], "__typename": [ - 78 + 80 ] }, "matches_arr_rel_insert_input": { "data": [ - 2656 + 2778 ], "on_conflict": [ - 2663 + 2785 ], "__typename": [ - 78 + 80 ] }, "matches_avg_fields": { "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "matches_avg_order_by": { "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_bool_exp": { "_and": [ - 2653 + 2775 ], "_not": [ - 2653 + 2775 ], "_or": [ - 2653 + 2775 ], "can_assign_server": [ - 4 + 6 ], "can_cancel": [ - 4 + 6 ], "can_check_in": [ - 4 + 6 ], "can_reassign_winner": [ - 4 + 6 ], "can_schedule": [ - 4 + 6 ], "can_start": [ - 4 + 6 ], "can_stream_live": [ - 4 + 6 ], "can_stream_tv": [ - 4 + 6 ], "cancels_at": [ - 4377 + 4499 ], "clutches": [ - 5110 + 5187 ], "clutches_aggregate": [ - 5103 + 5180 ], "connection_link": [ - 80 + 82 ], "connection_string": [ - 80 + 82 ], "created_at": [ - 4377 + 4499 ], "current_match_map_id": [ - 4923 + 5000 ], "demos": [ - 2378 + 2500 ], "demos_aggregate": [ - 2368 + 2490 ], "draft_games": [ - 392 + 474 ], "draft_games_aggregate": [ - 383 + 465 ], "e_match_status": [ - 864 + 986 ], "e_region": [ - 3878 + 4000 ], "effective_at": [ - 4377 + 4499 ], "elo_changes": [ - 5317 + 5394 ], "elo_changes_aggregate": [ - 5300 + 5377 ], "ended_at": [ - 4377 + 4499 ], "external_id": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "invite_code": [ - 80 + 82 ], "is_captain": [ - 4 + 6 ], "is_coach": [ - 4 + 6 ], "is_friend_in_match_lineup": [ - 4 + 6 ], "is_in_lineup": [ - 4 + 6 ], "is_match_server_available": [ - 4 + 6 ], "is_organizer": [ - 4 + 6 ], "is_server_online": [ - 4 + 6 ], "is_tournament_match": [ - 4 + 6 ], "label": [ - 80 + 82 ], "lineup_1": [ - 2333 + 2455 ], "lineup_1_id": [ - 4923 + 5000 ], "lineup_2": [ - 2333 + 2455 ], "lineup_2_id": [ - 4923 + 5000 ], "lineup_counts": [ - 1699 + 1821 ], "map_veto_picking_lineup_id": [ - 4923 + 5000 ], "map_veto_picks": [ - 2465 + 2587 ], "map_veto_picks_aggregate": [ - 2460 + 2582 ], "map_veto_type": [ - 80 + 82 ], "match_maps": [ - 2491 + 2613 ], "match_maps_aggregate": [ - 2484 + 2606 ], "match_options_id": [ - 4923 + 5000 ], "max_players_per_lineup": [ - 39 + 41 ], "min_players_per_lineup": [ - 39 + 41 ], "opening_duels": [ - 5238 + 5315 ], "opening_duels_aggregate": [ - 5231 + 5308 ], "options": [ - 2528 + 2650 ], "organizer": [ - 3791 + 3913 ], "organizer_steam_id": [ - 182 + 259 ], "password": [ - 80 + 82 ], "player_assists": [ - 2978 + 3100 ], "player_assists_aggregate": [ - 2969 + 3091 ], "player_damages": [ - 3039 + 3161 ], "player_damages_aggregate": [ - 3032 + 3154 ], "player_flashes": [ - 3150 + 3272 ], "player_flashes_aggregate": [ - 3141 + 3263 ], "player_kills": [ - 3195 + 3317 ], "player_kills_aggregate": [ - 3186 + 3308 ], "player_objectives": [ - 3394 + 3516 ], "player_objectives_aggregate": [ - 3387 + 3509 ], "player_unused_utilities": [ - 3681 + 3803 ], "player_unused_utilities_aggregate": [ - 3674 + 3796 ], "player_utility": [ - 3722 + 3844 ], "player_utility_aggregate": [ - 3715 + 3837 ], "region": [ - 80 + 82 ], "region_veto_picking_lineup_id": [ - 4923 + 5000 ], "region_veto_picks": [ - 2559 + 2681 ], "region_veto_picks_aggregate": [ - 2554 + 2676 ], "requested_organizer": [ - 4 + 6 ], "scheduled_at": [ - 4377 + 4499 ], "server": [ - 3912 + 4034 ], "server_error": [ - 80 + 82 ], "server_id": [ - 4923 + 5000 ], "server_plugin_runtime": [ - 80 + 82 ], "server_region": [ - 80 + 82 ], "server_type": [ - 80 + 82 ], "source": [ - 80 + 82 ], "started_at": [ - 4377 + 4499 ], "status": [ - 867 + 989 ], "streams": [ - 2588 + 2710 ], "streams_aggregate": [ - 2578 + 2700 ], "teams": [ - 4340 + 4462 ], "tournament_brackets": [ - 4389 + 4553 ], "tournament_brackets_aggregate": [ - 4380 + 4544 ], "tv_connection_string": [ - 80 + 82 ], "winner": [ - 2333 + 2455 ], "winning_lineup_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "matches_constraint": {}, "matches_inc_input": { "organizer_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "matches_insert_input": { "cancels_at": [ - 4376 + 4498 ], "clutches": [ - 5107 + 5184 ], "created_at": [ - 4376 + 4498 ], "demos": [ - 2375 + 2497 ], "draft_games": [ - 389 + 471 ], "e_match_status": [ - 872 + 994 ], "e_region": [ - 3884 + 4006 ], "elo_changes": [ - 5314 + 5391 ], "ended_at": [ - 4376 + 4498 ], "external_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "lineup_1": [ - 2342 + 2464 ], "lineup_1_id": [ - 4921 + 4998 ], "lineup_2": [ - 2342 + 2464 ], "lineup_2_id": [ - 4921 + 4998 ], "map_veto_picks": [ - 2464 + 2586 ], "match_maps": [ - 2488 + 2610 ], "match_options_id": [ - 4921 + 4998 ], "opening_duels": [ - 5235 + 5312 ], "options": [ - 2535 + 2657 ], "organizer": [ - 3798 + 3920 ], "organizer_steam_id": [ - 180 + 257 ], "password": [ - 78 + 80 ], "player_assists": [ - 2975 + 3097 ], "player_damages": [ - 3036 + 3158 ], "player_flashes": [ - 3147 + 3269 ], "player_kills": [ - 3192 + 3314 ], "player_objectives": [ - 3391 + 3513 ], "player_unused_utilities": [ - 3678 + 3800 ], "player_utility": [ - 3719 + 3841 ], "region": [ - 78 + 80 ], "region_veto_picks": [ - 2558 + 2680 ], "scheduled_at": [ - 4376 + 4498 ], "server": [ - 3921 + 4043 ], "server_error": [ - 78 + 80 ], "server_id": [ - 4921 + 4998 ], "source": [ - 78 + 80 ], "started_at": [ - 4376 + 4498 ], "status": [ - 866 + 988 ], "streams": [ - 2585 + 2707 ], "tournament_brackets": [ - 4386 + 4550 ], "winner": [ - 2342 + 2464 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "matches_max_fields": { "cancels_at": [ - 4376 + 4498 ], "connection_link": [ - 78 + 80 ], "connection_string": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "current_match_map_id": [ - 4921 + 4998 ], "effective_at": [ - 4376 + 4498 ], "ended_at": [ - 4376 + 4498 ], "external_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 78 + 80 ], "label": [ - 78 + 80 ], "lineup_1_id": [ - 4921 + 4998 ], "lineup_2_id": [ - 4921 + 4998 ], "map_veto_picking_lineup_id": [ - 4921 + 4998 ], "map_veto_type": [ - 78 + 80 ], "match_options_id": [ - 4921 + 4998 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 180 + 257 ], "password": [ - 78 + 80 ], "region": [ - 78 + 80 ], "region_veto_picking_lineup_id": [ - 4921 + 4998 ], "scheduled_at": [ - 4376 + 4498 ], "server_error": [ - 78 + 80 ], "server_id": [ - 4921 + 4998 ], "server_plugin_runtime": [ - 78 + 80 ], "server_region": [ - 78 + 80 ], "server_type": [ - 78 + 80 ], "source": [ - 78 + 80 ], "started_at": [ - 4376 + 4498 ], "tv_connection_string": [ - 78 + 80 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "matches_max_order_by": { "cancels_at": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "effective_at": [ - 2829 + 2951 ], "ended_at": [ - 2829 + 2951 ], "external_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "lineup_1_id": [ - 2829 + 2951 ], "lineup_2_id": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "password": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "scheduled_at": [ - 2829 + 2951 ], "server_error": [ - 2829 + 2951 ], "server_id": [ - 2829 + 2951 ], "source": [ - 2829 + 2951 ], "started_at": [ - 2829 + 2951 ], "winning_lineup_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_min_fields": { "cancels_at": [ - 4376 + 4498 ], "connection_link": [ - 78 + 80 ], "connection_string": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "current_match_map_id": [ - 4921 + 4998 ], "effective_at": [ - 4376 + 4498 ], "ended_at": [ - 4376 + 4498 ], "external_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "invite_code": [ - 78 + 80 ], "label": [ - 78 + 80 ], "lineup_1_id": [ - 4921 + 4998 ], "lineup_2_id": [ - 4921 + 4998 ], "map_veto_picking_lineup_id": [ - 4921 + 4998 ], "map_veto_type": [ - 78 + 80 ], "match_options_id": [ - 4921 + 4998 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 180 + 257 ], "password": [ - 78 + 80 ], "region": [ - 78 + 80 ], "region_veto_picking_lineup_id": [ - 4921 + 4998 ], "scheduled_at": [ - 4376 + 4498 ], "server_error": [ - 78 + 80 ], "server_id": [ - 4921 + 4998 ], "server_plugin_runtime": [ - 78 + 80 ], "server_region": [ - 78 + 80 ], "server_type": [ - 78 + 80 ], "source": [ - 78 + 80 ], "started_at": [ - 4376 + 4498 ], "tv_connection_string": [ - 78 + 80 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "matches_min_order_by": { "cancels_at": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "effective_at": [ - 2829 + 2951 ], "ended_at": [ - 2829 + 2951 ], "external_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "lineup_1_id": [ - 2829 + 2951 ], "lineup_2_id": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "password": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "scheduled_at": [ - 2829 + 2951 ], "server_error": [ - 2829 + 2951 ], "server_id": [ - 2829 + 2951 ], "source": [ - 2829 + 2951 ], "started_at": [ - 2829 + 2951 ], "winning_lineup_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2644 + 2766 ], "__typename": [ - 78 + 80 ] }, "matches_obj_rel_insert_input": { "data": [ - 2656 + 2778 ], "on_conflict": [ - 2663 + 2785 ], "__typename": [ - 78 + 80 ] }, "matches_on_conflict": { "constraint": [ - 2654 + 2776 ], "update_columns": [ - 2678 + 2800 ], "where": [ - 2653 + 2775 ], "__typename": [ - 78 + 80 ] }, "matches_order_by": { "can_assign_server": [ - 2829 + 2951 ], "can_cancel": [ - 2829 + 2951 ], "can_check_in": [ - 2829 + 2951 ], "can_reassign_winner": [ - 2829 + 2951 ], "can_schedule": [ - 2829 + 2951 ], "can_start": [ - 2829 + 2951 ], "can_stream_live": [ - 2829 + 2951 ], "can_stream_tv": [ - 2829 + 2951 ], "cancels_at": [ - 2829 + 2951 ], "clutches_aggregate": [ - 5106 + 5183 ], "connection_link": [ - 2829 + 2951 ], "connection_string": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "current_match_map_id": [ - 2829 + 2951 ], "demos_aggregate": [ - 2373 + 2495 ], "draft_games_aggregate": [ - 388 + 470 ], "e_match_status": [ - 874 + 996 ], "e_region": [ - 3886 + 4008 ], "effective_at": [ - 2829 + 2951 ], "elo_changes_aggregate": [ - 5313 + 5390 ], "ended_at": [ - 2829 + 2951 ], "external_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "invite_code": [ - 2829 + 2951 ], "is_captain": [ - 2829 + 2951 ], "is_coach": [ - 2829 + 2951 ], "is_friend_in_match_lineup": [ - 2829 + 2951 ], "is_in_lineup": [ - 2829 + 2951 ], "is_match_server_available": [ - 2829 + 2951 ], "is_organizer": [ - 2829 + 2951 ], "is_server_online": [ - 2829 + 2951 ], "is_tournament_match": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "lineup_1": [ - 2344 + 2466 ], "lineup_1_id": [ - 2829 + 2951 ], "lineup_2": [ - 2344 + 2466 ], "lineup_2_id": [ - 2829 + 2951 ], "lineup_counts": [ - 2829 + 2951 ], "map_veto_picking_lineup_id": [ - 2829 + 2951 ], "map_veto_picks_aggregate": [ - 2463 + 2585 ], "map_veto_type": [ - 2829 + 2951 ], "match_maps_aggregate": [ - 2487 + 2609 ], "match_options_id": [ - 2829 + 2951 ], "max_players_per_lineup": [ - 2829 + 2951 ], "min_players_per_lineup": [ - 2829 + 2951 ], "opening_duels_aggregate": [ - 5234 + 5311 ], "options": [ - 2537 + 2659 ], "organizer": [ - 3800 + 3922 ], "organizer_steam_id": [ - 2829 + 2951 ], "password": [ - 2829 + 2951 ], "player_assists_aggregate": [ - 2974 + 3096 ], "player_damages_aggregate": [ - 3035 + 3157 ], "player_flashes_aggregate": [ - 3146 + 3268 ], "player_kills_aggregate": [ - 3191 + 3313 ], "player_objectives_aggregate": [ - 3390 + 3512 ], "player_unused_utilities_aggregate": [ - 3677 + 3799 ], "player_utility_aggregate": [ - 3718 + 3840 ], "region": [ - 2829 + 2951 ], "region_veto_picking_lineup_id": [ - 2829 + 2951 ], "region_veto_picks_aggregate": [ - 2557 + 2679 ], "requested_organizer": [ - 2829 + 2951 ], "scheduled_at": [ - 2829 + 2951 ], "server": [ - 3923 + 4045 ], "server_error": [ - 2829 + 2951 ], "server_id": [ - 2829 + 2951 ], "server_plugin_runtime": [ - 2829 + 2951 ], "server_region": [ - 2829 + 2951 ], "server_type": [ - 2829 + 2951 ], "source": [ - 2829 + 2951 ], "started_at": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "streams_aggregate": [ - 2583 + 2705 ], "teams_aggregate": [ - 4336 + 4458 ], "tournament_brackets_aggregate": [ - 4385 + 4549 ], "tv_connection_string": [ - 2829 + 2951 ], "winner": [ - 2344 + 2466 ], "winning_lineup_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "matches_select_column": {}, "matches_set_input": { "cancels_at": [ - 4376 + 4498 ], "created_at": [ - 4376 + 4498 ], "ended_at": [ - 4376 + 4498 ], "external_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "lineup_1_id": [ - 4921 + 4998 ], "lineup_2_id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "organizer_steam_id": [ - 180 + 257 ], "password": [ - 78 + 80 ], "region": [ - 78 + 80 ], "scheduled_at": [ - 4376 + 4498 ], "server_error": [ - 78 + 80 ], "server_id": [ - 4921 + 4998 ], "source": [ - 78 + 80 ], "started_at": [ - 4376 + 4498 ], "status": [ - 866 + 988 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "matches_stddev_fields": { "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "matches_stddev_order_by": { "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_stddev_pop_fields": { "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "matches_stddev_pop_order_by": { "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_stddev_samp_fields": { "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "matches_stddev_samp_order_by": { "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_stream_cursor_input": { "initial_value": [ - 2675 + 2797 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "matches_stream_cursor_value_input": { "cancels_at": [ - 4376 + 4498 ], "created_at": [ - 4376 + 4498 ], "effective_at": [ - 4376 + 4498 ], "ended_at": [ - 4376 + 4498 ], "external_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "lineup_1_id": [ - 4921 + 4998 ], "lineup_2_id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "organizer_steam_id": [ - 180 + 257 ], "password": [ - 78 + 80 ], "region": [ - 78 + 80 ], "scheduled_at": [ - 4376 + 4498 ], "server_error": [ - 78 + 80 ], "server_id": [ - 4921 + 4998 ], "source": [ - 78 + 80 ], "started_at": [ - 4376 + 4498 ], "status": [ - 866 + 988 ], "winning_lineup_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "matches_sum_fields": { "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "matches_sum_order_by": { "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_update_column": {}, "matches_updates": { "_inc": [ - 2655 + 2777 ], "_set": [ - 2667 + 2789 ], "where": [ - 2653 + 2775 ], "__typename": [ - 78 + 80 ] }, "matches_var_pop_fields": { "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "matches_var_pop_order_by": { "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_var_samp_fields": { "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "matches_var_samp_order_by": { "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "matches_variance_fields": { "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "matches_variance_order_by": { "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes": { "hash": [ - 78 + 80 ], "name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_aggregate": { "aggregate": [ - 2688 + 2810 ], "nodes": [ - 2686 + 2808 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 2698, + 2820, "[migration_hashes_hashes_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2692 + 2814 ], "min": [ - 2693 + 2815 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_bool_exp": { "_and": [ - 2689 + 2811 ], "_not": [ - 2689 + 2811 ], "_or": [ - 2689 + 2811 ], "hash": [ - 80 + 82 ], "name": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_constraint": {}, "migration_hashes_hashes_insert_input": { "hash": [ - 78 + 80 ], "name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_max_fields": { "hash": [ - 78 + 80 ], "name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_min_fields": { "hash": [ - 78 + 80 ], "name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2686 + 2808 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_on_conflict": { "constraint": [ - 2690 + 2812 ], "update_columns": [ - 2702 + 2824 ], "where": [ - 2689 + 2811 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_order_by": { "hash": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_pk_columns_input": { "name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_select_column": {}, "migration_hashes_hashes_set_input": { "hash": [ - 78 + 80 ], "name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_stream_cursor_input": { "initial_value": [ - 2701 + 2823 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_stream_cursor_value_input": { "hash": [ - 78 + 80 ], "name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "migration_hashes_hashes_update_column": {}, "migration_hashes_hashes_updates": { "_set": [ - 2699 + 2821 ], "where": [ - 2689 + 2811 ], "__typename": [ - 78 + 80 ] }, "my_friends": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "elo": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "friend_steam_id": [ - 180 + 257 ], "game_ban_count": [ - 38 + 40 ], "invited_by_steam_id": [ - 180 + 257 ], "language": [ - 78 + 80 ], "last_presence_state": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "name_registered": [ - 3 + 5 ], "player": [ - 3787 + 3909 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "presence_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 78 + 80 ], "roster_image_url": [ - 78 + 80 ], "show_match_ready_modal": [ - 3 + 5 ], "status": [ - 78 + 80 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "vac_banned": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "my_friends_aggregate": { "aggregate": [ - 2710 + 2832 ], "nodes": [ - 2704 + 2826 ], "__typename": [ - 78 + 80 ] }, "my_friends_aggregate_bool_exp": { "bool_and": [ - 2707 + 2829 ], "bool_or": [ - 2708 + 2830 ], "count": [ - 2709 + 2831 ], "__typename": [ - 78 + 80 ] }, "my_friends_aggregate_bool_exp_bool_and": { "arguments": [ - 2730 + 2852 ], "distinct": [ - 3 + 5 ], "filter": [ - 2716 + 2838 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "my_friends_aggregate_bool_exp_bool_or": { "arguments": [ - 2731 + 2853 ], "distinct": [ - 3 + 5 ], "filter": [ - 2716 + 2838 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "my_friends_aggregate_bool_exp_count": { "arguments": [ - 2729 + 2851 ], "distinct": [ - 3 + 5 ], "filter": [ - 2716 + 2838 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "my_friends_aggregate_fields": { "avg": [ - 2714 + 2836 ], "count": [ - 38, + 40, { "columns": [ - 2729, + 2851, "[my_friends_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2722 + 2844 ], "min": [ - 2724 + 2846 ], "stddev": [ - 2733 + 2855 ], "stddev_pop": [ - 2735 + 2857 ], "stddev_samp": [ - 2737 + 2859 ], "sum": [ - 2741 + 2863 ], "var_pop": [ - 2744 + 2866 ], "var_samp": [ - 2746 + 2868 ], "variance": [ - 2748 + 2870 ], "__typename": [ - 78 + 80 ] }, "my_friends_aggregate_order_by": { "avg": [ - 2715 + 2837 ], "count": [ - 2829 + 2951 ], "max": [ - 2723 + 2845 ], "min": [ - 2725 + 2847 ], "stddev": [ - 2734 + 2856 ], "stddev_pop": [ - 2736 + 2858 ], "stddev_samp": [ - 2738 + 2860 ], "sum": [ - 2742 + 2864 ], "var_pop": [ - 2745 + 2867 ], "var_samp": [ - 2747 + 2869 ], "variance": [ - 2749 + 2871 ], "__typename": [ - 78 + 80 ] }, "my_friends_append_input": { "elo": [ - 1700 + 1822 ], "last_presence_state": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "my_friends_arr_rel_insert_input": { "data": [ - 2721 + 2843 ], "__typename": [ - 78 + 80 ] }, "my_friends_avg_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "friend_steam_id": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "invited_by_steam_id": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "vac_ban_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "my_friends_avg_order_by": { "days_since_last_ban": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_bool_exp": { "_and": [ - 2716 + 2838 ], "_not": [ - 2716 + 2838 ], "_or": [ - 2716 + 2838 ], "avatar_url": [ - 80 + 82 ], "country": [ - 80 + 82 ], "created_at": [ - 4377 + 4499 ], "custom_avatar_url": [ - 80 + 82 ], "days_since_last_ban": [ - 39 + 41 ], "discord_id": [ - 80 + 82 ], "elo": [ - 1702 + 1824 ], "faceit_elo": [ - 39 + 41 ], "faceit_nickname": [ - 80 + 82 ], "faceit_player_id": [ - 80 + 82 ], "faceit_skill_level": [ - 39 + 41 ], "faceit_updated_at": [ - 4377 + 4499 ], "faceit_url": [ - 80 + 82 ], "friend_steam_id": [ - 182 + 259 ], "game_ban_count": [ - 39 + 41 ], "invited_by_steam_id": [ - 182 + 259 ], "language": [ - 80 + 82 ], "last_presence_state": [ - 1702 + 1824 ], "last_read_news_at": [ - 4377 + 4499 ], "last_sign_in_at": [ - 4377 + 4499 ], "name": [ - 80 + 82 ], "name_registered": [ - 4 + 6 ], "player": [ - 3791 + 3913 ], "premier_rank": [ - 39 + 41 ], "premier_rank_updated_at": [ - 4377 + 4499 ], "presence_updated_at": [ - 4377 + 4499 ], "profile_url": [ - 80 + 82 ], "role": [ - 80 + 82 ], "roster_image_url": [ - 80 + 82 ], "show_match_ready_modal": [ - 4 + 6 ], "status": [ - 80 + 82 ], "steam_bans_checked_at": [ - 4377 + 4499 ], "steam_id": [ - 182 + 259 ], "vac_ban_count": [ - 39 + 41 ], "vac_banned": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "my_friends_delete_at_path_input": { "elo": [ - 78 + 80 ], "last_presence_state": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "my_friends_delete_elem_input": { "elo": [ - 38 + 40 ], "last_presence_state": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "my_friends_delete_key_input": { "elo": [ - 78 + 80 ], "last_presence_state": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "my_friends_inc_input": { "days_since_last_ban": [ - 38 + 40 ], "faceit_elo": [ - 38 + 40 ], "faceit_skill_level": [ - 38 + 40 ], "friend_steam_id": [ - 180 + 257 ], "game_ban_count": [ - 38 + 40 ], "invited_by_steam_id": [ - 180 + 257 ], "premier_rank": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "my_friends_insert_input": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "elo": [ - 1700 + 1822 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "friend_steam_id": [ - 180 + 257 ], "game_ban_count": [ - 38 + 40 ], "invited_by_steam_id": [ - 180 + 257 ], "language": [ - 78 + 80 ], "last_presence_state": [ - 1700 + 1822 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "name_registered": [ - 3 + 5 ], "player": [ - 3798 + 3920 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "presence_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 78 + 80 ], "roster_image_url": [ - 78 + 80 ], "show_match_ready_modal": [ - 3 + 5 ], "status": [ - 78 + 80 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "vac_banned": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "my_friends_max_fields": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "friend_steam_id": [ - 180 + 257 ], "game_ban_count": [ - 38 + 40 ], "invited_by_steam_id": [ - 180 + 257 ], "language": [ - 78 + 80 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "presence_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 78 + 80 ], "roster_image_url": [ - 78 + 80 ], "status": [ - 78 + 80 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "my_friends_max_order_by": { "avatar_url": [ - 2829 + 2951 ], "country": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "custom_avatar_url": [ - 2829 + 2951 ], "days_since_last_ban": [ - 2829 + 2951 ], "discord_id": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_nickname": [ - 2829 + 2951 ], "faceit_player_id": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "faceit_updated_at": [ - 2829 + 2951 ], "faceit_url": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "language": [ - 2829 + 2951 ], "last_read_news_at": [ - 2829 + 2951 ], "last_sign_in_at": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "premier_rank_updated_at": [ - 2829 + 2951 ], "presence_updated_at": [ - 2829 + 2951 ], "profile_url": [ - 2829 + 2951 ], "role": [ - 2829 + 2951 ], "roster_image_url": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "steam_bans_checked_at": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_min_fields": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "friend_steam_id": [ - 180 + 257 ], "game_ban_count": [ - 38 + 40 ], "invited_by_steam_id": [ - 180 + 257 ], "language": [ - 78 + 80 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "presence_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 78 + 80 ], "roster_image_url": [ - 78 + 80 ], "status": [ - 78 + 80 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "my_friends_min_order_by": { "avatar_url": [ - 2829 + 2951 ], "country": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "custom_avatar_url": [ - 2829 + 2951 ], "days_since_last_ban": [ - 2829 + 2951 ], "discord_id": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_nickname": [ - 2829 + 2951 ], "faceit_player_id": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "faceit_updated_at": [ - 2829 + 2951 ], "faceit_url": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "language": [ - 2829 + 2951 ], "last_read_news_at": [ - 2829 + 2951 ], "last_sign_in_at": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "premier_rank_updated_at": [ - 2829 + 2951 ], "presence_updated_at": [ - 2829 + 2951 ], "profile_url": [ - 2829 + 2951 ], "role": [ - 2829 + 2951 ], "roster_image_url": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "steam_bans_checked_at": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2704 + 2826 ], "__typename": [ - 78 + 80 ] }, "my_friends_order_by": { "avatar_url": [ - 2829 + 2951 ], "country": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "custom_avatar_url": [ - 2829 + 2951 ], "days_since_last_ban": [ - 2829 + 2951 ], "discord_id": [ - 2829 + 2951 ], "elo": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_nickname": [ - 2829 + 2951 ], "faceit_player_id": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "faceit_updated_at": [ - 2829 + 2951 ], "faceit_url": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "language": [ - 2829 + 2951 ], "last_presence_state": [ - 2829 + 2951 ], "last_read_news_at": [ - 2829 + 2951 ], "last_sign_in_at": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "name_registered": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "premier_rank": [ - 2829 + 2951 ], "premier_rank_updated_at": [ - 2829 + 2951 ], "presence_updated_at": [ - 2829 + 2951 ], "profile_url": [ - 2829 + 2951 ], "role": [ - 2829 + 2951 ], "roster_image_url": [ - 2829 + 2951 ], "show_match_ready_modal": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "steam_bans_checked_at": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "vac_banned": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_prepend_input": { "elo": [ - 1700 + 1822 ], "last_presence_state": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "my_friends_select_column": {}, @@ -51835,1835 +54589,1835 @@ export default { "my_friends_select_column_my_friends_aggregate_bool_exp_bool_or_arguments_columns": {}, "my_friends_set_input": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "elo": [ - 1700 + 1822 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "friend_steam_id": [ - 180 + 257 ], "game_ban_count": [ - 38 + 40 ], "invited_by_steam_id": [ - 180 + 257 ], "language": [ - 78 + 80 ], "last_presence_state": [ - 1700 + 1822 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "name_registered": [ - 3 + 5 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "presence_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 78 + 80 ], "roster_image_url": [ - 78 + 80 ], "show_match_ready_modal": [ - 3 + 5 ], "status": [ - 78 + 80 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "vac_banned": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "my_friends_stddev_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "friend_steam_id": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "invited_by_steam_id": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "vac_ban_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "my_friends_stddev_order_by": { "days_since_last_ban": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_stddev_pop_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "friend_steam_id": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "invited_by_steam_id": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "vac_ban_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "my_friends_stddev_pop_order_by": { "days_since_last_ban": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_stddev_samp_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "friend_steam_id": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "invited_by_steam_id": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "vac_ban_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "my_friends_stddev_samp_order_by": { "days_since_last_ban": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_stream_cursor_input": { "initial_value": [ - 2740 + 2862 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "my_friends_stream_cursor_value_input": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "elo": [ - 1700 + 1822 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "friend_steam_id": [ - 180 + 257 ], "game_ban_count": [ - 38 + 40 ], "invited_by_steam_id": [ - 180 + 257 ], "language": [ - 78 + 80 ], "last_presence_state": [ - 1700 + 1822 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "name_registered": [ - 3 + 5 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "presence_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 78 + 80 ], "roster_image_url": [ - 78 + 80 ], "show_match_ready_modal": [ - 3 + 5 ], "status": [ - 78 + 80 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "vac_banned": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "my_friends_sum_fields": { "days_since_last_ban": [ - 38 + 40 ], "faceit_elo": [ - 38 + 40 ], "faceit_skill_level": [ - 38 + 40 ], "friend_steam_id": [ - 180 + 257 ], "game_ban_count": [ - 38 + 40 ], "invited_by_steam_id": [ - 180 + 257 ], "premier_rank": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "my_friends_sum_order_by": { "days_since_last_ban": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_updates": { "_append": [ - 2712 + 2834 ], "_delete_at_path": [ - 2717 + 2839 ], "_delete_elem": [ - 2718 + 2840 ], "_delete_key": [ - 2719 + 2841 ], "_inc": [ - 2720 + 2842 ], "_prepend": [ - 2728 + 2850 ], "_set": [ - 2732 + 2854 ], "where": [ - 2716 + 2838 ], "__typename": [ - 78 + 80 ] }, "my_friends_var_pop_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "friend_steam_id": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "invited_by_steam_id": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "vac_ban_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "my_friends_var_pop_order_by": { "days_since_last_ban": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_var_samp_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "friend_steam_id": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "invited_by_steam_id": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "vac_ban_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "my_friends_var_samp_order_by": { "days_since_last_ban": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "my_friends_variance_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "friend_steam_id": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "invited_by_steam_id": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "vac_ban_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "my_friends_variance_order_by": { "days_since_last_ban": [ - 2829 + 2951 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_skill_level": [ - 2829 + 2951 ], "friend_steam_id": [ - 2829 + 2951 ], "game_ban_count": [ - 2829 + 2951 ], "invited_by_steam_id": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "vac_ban_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "news_articles": { "author": [ - 3787 + 3909 ], "author_steam_id": [ - 180 + 257 ], "content_markdown": [ - 78 + 80 ], "cover_image_url": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "published_at": [ - 4376 + 4498 ], "slug": [ - 78 + 80 ], "status": [ - 78 + 80 ], "teaser": [ - 78 + 80 ], "title": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "view_count": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "news_articles_aggregate": { "aggregate": [ - 2752 + 2874 ], "nodes": [ - 2750 + 2872 ], "__typename": [ - 78 + 80 ] }, "news_articles_aggregate_fields": { "avg": [ - 2753 + 2875 ], "count": [ - 38, + 40, { "columns": [ - 2764, + 2886, "[news_articles_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2758 + 2880 ], "min": [ - 2759 + 2881 ], "stddev": [ - 2766 + 2888 ], "stddev_pop": [ - 2767 + 2889 ], "stddev_samp": [ - 2768 + 2890 ], "sum": [ - 2771 + 2893 ], "var_pop": [ - 2774 + 2896 ], "var_samp": [ - 2775 + 2897 ], "variance": [ - 2776 + 2898 ], "__typename": [ - 78 + 80 ] }, "news_articles_avg_fields": { "author_steam_id": [ - 29 + 31 ], "view_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "news_articles_bool_exp": { "_and": [ - 2754 + 2876 ], "_not": [ - 2754 + 2876 ], "_or": [ - 2754 + 2876 ], "author": [ - 3791 + 3913 ], "author_steam_id": [ - 182 + 259 ], "content_markdown": [ - 80 + 82 ], "cover_image_url": [ - 80 + 82 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "published_at": [ - 4377 + 4499 ], "slug": [ - 80 + 82 ], "status": [ - 80 + 82 ], "teaser": [ - 80 + 82 ], "title": [ - 80 + 82 ], "updated_at": [ - 4377 + 4499 ], "view_count": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "news_articles_constraint": {}, "news_articles_inc_input": { "author_steam_id": [ - 180 + 257 ], "view_count": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "news_articles_insert_input": { "author": [ - 3798 + 3920 ], "author_steam_id": [ - 180 + 257 ], "content_markdown": [ - 78 + 80 ], "cover_image_url": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "published_at": [ - 4376 + 4498 ], "slug": [ - 78 + 80 ], "status": [ - 78 + 80 ], "teaser": [ - 78 + 80 ], "title": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "view_count": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "news_articles_max_fields": { "author_steam_id": [ - 180 + 257 ], "content_markdown": [ - 78 + 80 ], "cover_image_url": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "published_at": [ - 4376 + 4498 ], "slug": [ - 78 + 80 ], "status": [ - 78 + 80 ], "teaser": [ - 78 + 80 ], "title": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "view_count": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "news_articles_min_fields": { "author_steam_id": [ - 180 + 257 ], "content_markdown": [ - 78 + 80 ], "cover_image_url": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "published_at": [ - 4376 + 4498 ], "slug": [ - 78 + 80 ], "status": [ - 78 + 80 ], "teaser": [ - 78 + 80 ], "title": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "view_count": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "news_articles_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2750 + 2872 ], "__typename": [ - 78 + 80 ] }, "news_articles_on_conflict": { "constraint": [ - 2755 + 2877 ], "update_columns": [ - 2772 + 2894 ], "where": [ - 2754 + 2876 ], "__typename": [ - 78 + 80 ] }, "news_articles_order_by": { "author": [ - 3800 + 3922 ], "author_steam_id": [ - 2829 + 2951 ], "content_markdown": [ - 2829 + 2951 ], "cover_image_url": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "published_at": [ - 2829 + 2951 ], "slug": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "teaser": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "view_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "news_articles_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "news_articles_select_column": {}, "news_articles_set_input": { "author_steam_id": [ - 180 + 257 ], "content_markdown": [ - 78 + 80 ], "cover_image_url": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "published_at": [ - 4376 + 4498 ], "slug": [ - 78 + 80 ], "status": [ - 78 + 80 ], "teaser": [ - 78 + 80 ], "title": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "view_count": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "news_articles_stddev_fields": { "author_steam_id": [ - 29 + 31 ], "view_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "news_articles_stddev_pop_fields": { "author_steam_id": [ - 29 + 31 ], "view_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "news_articles_stddev_samp_fields": { "author_steam_id": [ - 29 + 31 ], "view_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "news_articles_stream_cursor_input": { "initial_value": [ - 2770 + 2892 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "news_articles_stream_cursor_value_input": { "author_steam_id": [ - 180 + 257 ], "content_markdown": [ - 78 + 80 ], "cover_image_url": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "published_at": [ - 4376 + 4498 ], "slug": [ - 78 + 80 ], "status": [ - 78 + 80 ], "teaser": [ - 78 + 80 ], "title": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "view_count": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "news_articles_sum_fields": { "author_steam_id": [ - 180 + 257 ], "view_count": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "news_articles_update_column": {}, "news_articles_updates": { "_inc": [ - 2756 + 2878 ], "_set": [ - 2765 + 2887 ], "where": [ - 2754 + 2876 ], "__typename": [ - 78 + 80 ] }, "news_articles_var_pop_fields": { "author_steam_id": [ - 29 + 31 ], "view_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "news_articles_var_samp_fields": { "author_steam_id": [ - 29 + 31 ], "view_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "news_articles_variance_fields": { "author_steam_id": [ - 29 + 31 ], "view_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "notifications": { "actions": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "created_at": [ - 4376 + 4498 ], "deletable": [ - 3 + 5 ], "deleted_at": [ - 4376 + 4498 ], "entity_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_read": [ - 3 + 5 ], "message": [ - 78 + 80 ], "player": [ - 3787 + 3909 ], "role": [ - 948 + 1070 ], "steam_id": [ - 180 + 257 ], "title": [ - 78 + 80 ], "type": [ - 908 + 1030 ], "__typename": [ - 78 + 80 ] }, "notifications_aggregate": { "aggregate": [ - 2783 + 2905 ], "nodes": [ - 2777 + 2899 ], "__typename": [ - 78 + 80 ] }, "notifications_aggregate_bool_exp": { "bool_and": [ - 2780 + 2902 ], "bool_or": [ - 2781 + 2903 ], "count": [ - 2782 + 2904 ], "__typename": [ - 78 + 80 ] }, "notifications_aggregate_bool_exp_bool_and": { "arguments": [ - 2806 + 2928 ], "distinct": [ - 3 + 5 ], "filter": [ - 2789 + 2911 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "notifications_aggregate_bool_exp_bool_or": { "arguments": [ - 2807 + 2929 ], "distinct": [ - 3 + 5 ], "filter": [ - 2789 + 2911 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "notifications_aggregate_bool_exp_count": { "arguments": [ - 2805 + 2927 ], "distinct": [ - 3 + 5 ], "filter": [ - 2789 + 2911 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "notifications_aggregate_fields": { "avg": [ - 2787 + 2909 ], "count": [ - 38, + 40, { "columns": [ - 2805, + 2927, "[notifications_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2796 + 2918 ], "min": [ - 2798 + 2920 ], "stddev": [ - 2809 + 2931 ], "stddev_pop": [ - 2811 + 2933 ], "stddev_samp": [ - 2813 + 2935 ], "sum": [ - 2817 + 2939 ], "var_pop": [ - 2821 + 2943 ], "var_samp": [ - 2823 + 2945 ], "variance": [ - 2825 + 2947 ], "__typename": [ - 78 + 80 ] }, "notifications_aggregate_order_by": { "avg": [ - 2788 + 2910 ], "count": [ - 2829 + 2951 ], "max": [ - 2797 + 2919 ], "min": [ - 2799 + 2921 ], "stddev": [ - 2810 + 2932 ], "stddev_pop": [ - 2812 + 2934 ], "stddev_samp": [ - 2814 + 2936 ], "sum": [ - 2818 + 2940 ], "var_pop": [ - 2822 + 2944 ], "var_samp": [ - 2824 + 2946 ], "variance": [ - 2826 + 2948 ], "__typename": [ - 78 + 80 ] }, "notifications_append_input": { "actions": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "notifications_arr_rel_insert_input": { "data": [ - 2795 + 2917 ], "on_conflict": [ - 2801 + 2923 ], "__typename": [ - 78 + 80 ] }, "notifications_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "notifications_avg_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_bool_exp": { "_and": [ - 2789 + 2911 ], "_not": [ - 2789 + 2911 ], "_or": [ - 2789 + 2911 ], "actions": [ - 1702 + 1824 ], "created_at": [ - 4377 + 4499 ], "deletable": [ - 4 + 6 ], "deleted_at": [ - 4377 + 4499 ], "entity_id": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "is_read": [ - 4 + 6 ], "message": [ - 80 + 82 ], "player": [ - 3791 + 3913 ], "role": [ - 949 + 1071 ], "steam_id": [ - 182 + 259 ], "title": [ - 80 + 82 ], "type": [ - 909 + 1031 ], "__typename": [ - 78 + 80 ] }, "notifications_constraint": {}, "notifications_delete_at_path_input": { "actions": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "notifications_delete_elem_input": { "actions": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "notifications_delete_key_input": { "actions": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "notifications_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "notifications_insert_input": { "actions": [ - 1700 + 1822 ], "created_at": [ - 4376 + 4498 ], "deletable": [ - 3 + 5 ], "deleted_at": [ - 4376 + 4498 ], "entity_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_read": [ - 3 + 5 ], "message": [ - 78 + 80 ], "player": [ - 3798 + 3920 ], "role": [ - 948 + 1070 ], "steam_id": [ - 180 + 257 ], "title": [ - 78 + 80 ], "type": [ - 908 + 1030 ], "__typename": [ - 78 + 80 ] }, "notifications_max_fields": { "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "entity_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "title": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "notifications_max_order_by": { "created_at": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "entity_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "message": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_min_fields": { "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "entity_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "title": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "notifications_min_order_by": { "created_at": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "entity_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "message": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2777 + 2899 ], "__typename": [ - 78 + 80 ] }, "notifications_on_conflict": { "constraint": [ - 2790 + 2912 ], "update_columns": [ - 2819 + 2941 ], "where": [ - 2789 + 2911 ], "__typename": [ - 78 + 80 ] }, "notifications_order_by": { "actions": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "deletable": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "entity_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "is_read": [ - 2829 + 2951 ], "message": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "role": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "notifications_prepend_input": { "actions": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "notifications_select_column": {}, @@ -53671,4195 +56425,4195 @@ export default { "notifications_select_column_notifications_aggregate_bool_exp_bool_or_arguments_columns": {}, "notifications_set_input": { "actions": [ - 1700 + 1822 ], "created_at": [ - 4376 + 4498 ], "deletable": [ - 3 + 5 ], "deleted_at": [ - 4376 + 4498 ], "entity_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_read": [ - 3 + 5 ], "message": [ - 78 + 80 ], "role": [ - 948 + 1070 ], "steam_id": [ - 180 + 257 ], "title": [ - 78 + 80 ], "type": [ - 908 + 1030 ], "__typename": [ - 78 + 80 ] }, "notifications_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "notifications_stddev_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "notifications_stddev_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "notifications_stddev_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_stream_cursor_input": { "initial_value": [ - 2816 + 2938 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "notifications_stream_cursor_value_input": { "actions": [ - 1700 + 1822 ], "created_at": [ - 4376 + 4498 ], "deletable": [ - 3 + 5 ], "deleted_at": [ - 4376 + 4498 ], "entity_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_read": [ - 3 + 5 ], "message": [ - 78 + 80 ], "role": [ - 948 + 1070 ], "steam_id": [ - 180 + 257 ], "title": [ - 78 + 80 ], "type": [ - 908 + 1030 ], "__typename": [ - 78 + 80 ] }, "notifications_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "notifications_sum_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_update_column": {}, "notifications_updates": { "_append": [ - 2785 + 2907 ], "_delete_at_path": [ - 2791 + 2913 ], "_delete_elem": [ - 2792 + 2914 ], "_delete_key": [ - 2793 + 2915 ], "_inc": [ - 2794 + 2916 ], "_prepend": [ - 2804 + 2926 ], "_set": [ - 2808 + 2930 ], "where": [ - 2789 + 2911 ], "__typename": [ - 78 + 80 ] }, "notifications_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "notifications_var_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "notifications_var_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "notifications_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "notifications_variance_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "numeric": {}, "numeric_comparison_exp": { "_eq": [ - 2827 + 2949 ], "_gt": [ - 2827 + 2949 ], "_gte": [ - 2827 + 2949 ], "_in": [ - 2827 + 2949 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 2827 + 2949 ], "_lte": [ - 2827 + 2949 ], "_neq": [ - 2827 + 2949 ], "_nin": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "order_by": {}, "pending_match_import_players": { "created_at": [ - 4376 + 4498 ], "pending_match_import": [ - 2871 + 2993 ], "player": [ - 3787 + 3909 ], "steam_id": [ - 180 + 257 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_aggregate": { "aggregate": [ - 2834 + 2956 ], "nodes": [ - 2830 + 2952 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_aggregate_bool_exp": { "count": [ - 2833 + 2955 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_aggregate_bool_exp_count": { "arguments": [ - 2851 + 2973 ], "distinct": [ - 3 + 5 ], "filter": [ - 2839 + 2961 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_aggregate_fields": { "avg": [ - 2837 + 2959 ], "count": [ - 38, + 40, { "columns": [ - 2851, + 2973, "[pending_match_import_players_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2843 + 2965 ], "min": [ - 2845 + 2967 ], "stddev": [ - 2853 + 2975 ], "stddev_pop": [ - 2855 + 2977 ], "stddev_samp": [ - 2857 + 2979 ], "sum": [ - 2861 + 2983 ], "var_pop": [ - 2865 + 2987 ], "var_samp": [ - 2867 + 2989 ], "variance": [ - 2869 + 2991 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_aggregate_order_by": { "avg": [ - 2838 + 2960 ], "count": [ - 2829 + 2951 ], "max": [ - 2844 + 2966 ], "min": [ - 2846 + 2968 ], "stddev": [ - 2854 + 2976 ], "stddev_pop": [ - 2856 + 2978 ], "stddev_samp": [ - 2858 + 2980 ], "sum": [ - 2862 + 2984 ], "var_pop": [ - 2866 + 2988 ], "var_samp": [ - 2868 + 2990 ], "variance": [ - 2870 + 2992 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_arr_rel_insert_input": { "data": [ - 2842 + 2964 ], "on_conflict": [ - 2848 + 2970 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_avg_fields": { "steam_id": [ - 29 + 31 ], "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_avg_order_by": { "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_bool_exp": { "_and": [ - 2839 + 2961 ], "_not": [ - 2839 + 2961 ], "_or": [ - 2839 + 2961 ], "created_at": [ - 4377 + 4499 ], "pending_match_import": [ - 2875 + 2997 ], "player": [ - 3791 + 3913 ], "steam_id": [ - 182 + 259 ], "valve_match_id": [ - 2828 + 2950 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_constraint": {}, "pending_match_import_players_inc_input": { "steam_id": [ - 180 + 257 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_insert_input": { "created_at": [ - 4376 + 4498 ], "pending_match_import": [ - 2882 + 3004 ], "player": [ - 3798 + 3920 ], "steam_id": [ - 180 + 257 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_max_fields": { "created_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_max_order_by": { "created_at": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_min_fields": { "created_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_min_order_by": { "created_at": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2830 + 2952 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_on_conflict": { "constraint": [ - 2840 + 2962 ], "update_columns": [ - 2863 + 2985 ], "where": [ - 2839 + 2961 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_order_by": { "created_at": [ - 2829 + 2951 ], "pending_match_import": [ - 2884 + 3006 ], "player": [ - 3800 + 3922 ], "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_pk_columns_input": { "steam_id": [ - 180 + 257 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_select_column": {}, "pending_match_import_players_set_input": { "created_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_stddev_fields": { "steam_id": [ - 29 + 31 ], "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_stddev_order_by": { "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_stddev_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_stddev_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_stream_cursor_input": { "initial_value": [ - 2860 + 2982 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_sum_fields": { "steam_id": [ - 180 + 257 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_sum_order_by": { "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_update_column": {}, "pending_match_import_players_updates": { "_inc": [ - 2841 + 2963 ], "_set": [ - 2852 + 2974 ], "where": [ - 2839 + 2961 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_var_pop_fields": { "steam_id": [ - 29 + 31 ], "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_var_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_var_samp_fields": { "steam_id": [ - 29 + 31 ], "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_var_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_variance_fields": { "steam_id": [ - 29 + 31 ], "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_import_players_variance_order_by": { "steam_id": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports": { "created_at": [ - 4376 + 4498 ], "demo_url": [ - 78 + 80 ], "error": [ - 78 + 80 ], "map_name": [ - 78 + 80 ], "match_start_time": [ - 4376 + 4498 ], "players": [ - 2830, + 2952, { "distinct_on": [ - 2851, + 2973, "[pending_match_import_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2849, + 2971, "[pending_match_import_players_order_by!]" ], "where": [ - 2839 + 2961 ] } ], "players_aggregate": [ - 2831, + 2953, { "distinct_on": [ - 2851, + 2973, "[pending_match_import_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2849, + 2971, "[pending_match_import_players_order_by!]" ], "where": [ - 2839 + 2961 ] } ], "share_code": [ - 78 + 80 ], "status": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_aggregate": { "aggregate": [ - 2873 + 2995 ], "nodes": [ - 2871 + 2993 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_aggregate_fields": { "avg": [ - 2874 + 2996 ], "count": [ - 38, + 40, { "columns": [ - 2886, + 3008, "[pending_match_imports_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2879 + 3001 ], "min": [ - 2880 + 3002 ], "stddev": [ - 2888 + 3010 ], "stddev_pop": [ - 2889 + 3011 ], "stddev_samp": [ - 2890 + 3012 ], "sum": [ - 2893 + 3015 ], "var_pop": [ - 2896 + 3018 ], "var_samp": [ - 2897 + 3019 ], "variance": [ - 2898 + 3020 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_avg_fields": { "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_bool_exp": { "_and": [ - 2875 + 2997 ], "_not": [ - 2875 + 2997 ], "_or": [ - 2875 + 2997 ], "created_at": [ - 4377 + 4499 ], "demo_url": [ - 80 + 82 ], "error": [ - 80 + 82 ], "map_name": [ - 80 + 82 ], "match_start_time": [ - 4377 + 4499 ], "players": [ - 2839 + 2961 ], "players_aggregate": [ - 2832 + 2954 ], "share_code": [ - 80 + 82 ], "status": [ - 80 + 82 ], "updated_at": [ - 4377 + 4499 ], "valve_match_id": [ - 2828 + 2950 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_constraint": {}, "pending_match_imports_inc_input": { "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_insert_input": { "created_at": [ - 4376 + 4498 ], "demo_url": [ - 78 + 80 ], "error": [ - 78 + 80 ], "map_name": [ - 78 + 80 ], "match_start_time": [ - 4376 + 4498 ], "players": [ - 2836 + 2958 ], "share_code": [ - 78 + 80 ], "status": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_max_fields": { "created_at": [ - 4376 + 4498 ], "demo_url": [ - 78 + 80 ], "error": [ - 78 + 80 ], "map_name": [ - 78 + 80 ], "match_start_time": [ - 4376 + 4498 ], "share_code": [ - 78 + 80 ], "status": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_min_fields": { "created_at": [ - 4376 + 4498 ], "demo_url": [ - 78 + 80 ], "error": [ - 78 + 80 ], "map_name": [ - 78 + 80 ], "match_start_time": [ - 4376 + 4498 ], "share_code": [ - 78 + 80 ], "status": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2871 + 2993 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_obj_rel_insert_input": { "data": [ - 2878 + 3000 ], "on_conflict": [ - 2883 + 3005 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_on_conflict": { "constraint": [ - 2876 + 2998 ], "update_columns": [ - 2894 + 3016 ], "where": [ - 2875 + 2997 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_order_by": { "created_at": [ - 2829 + 2951 ], "demo_url": [ - 2829 + 2951 ], "error": [ - 2829 + 2951 ], "map_name": [ - 2829 + 2951 ], "match_start_time": [ - 2829 + 2951 ], "players_aggregate": [ - 2835 + 2957 ], "share_code": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "valve_match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_pk_columns_input": { "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_select_column": {}, "pending_match_imports_set_input": { "created_at": [ - 4376 + 4498 ], "demo_url": [ - 78 + 80 ], "error": [ - 78 + 80 ], "map_name": [ - 78 + 80 ], "match_start_time": [ - 4376 + 4498 ], "share_code": [ - 78 + 80 ], "status": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_stddev_fields": { "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_stddev_pop_fields": { "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_stddev_samp_fields": { "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_stream_cursor_input": { "initial_value": [ - 2892 + 3014 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "demo_url": [ - 78 + 80 ], "error": [ - 78 + 80 ], "map_name": [ - 78 + 80 ], "match_start_time": [ - 4376 + 4498 ], "share_code": [ - 78 + 80 ], "status": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_sum_fields": { "valve_match_id": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_update_column": {}, "pending_match_imports_updates": { "_inc": [ - 2877 + 2999 ], "_set": [ - 2887 + 3009 ], "where": [ - 2875 + 2997 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_var_pop_fields": { "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_var_samp_fields": { "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "pending_match_imports_variance_fields": { "valve_match_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo": { "attacker": [ - 3787 + 3909 ], "attacker_steam_id": [ - 180 + 257 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_aggregate": { "aggregate": [ - 2901 + 3023 ], "nodes": [ - 2899 + 3021 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_aggregate_fields": { "avg": [ - 2902 + 3024 ], "count": [ - 38, + 40, { "columns": [ - 2913, + 3035, "[player_aim_stats_demo_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2907 + 3029 ], "min": [ - 2908 + 3030 ], "stddev": [ - 2915 + 3037 ], "stddev_pop": [ - 2916 + 3038 ], "stddev_samp": [ - 2917 + 3039 ], "sum": [ - 2920 + 3042 ], "var_pop": [ - 2923 + 3045 ], "var_samp": [ - 2924 + 3046 ], "variance": [ - 2925 + 3047 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_avg_fields": { "attacker_steam_id": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_bool_exp": { "_and": [ - 2903 + 3025 ], "_not": [ - 2903 + 3025 ], "_or": [ - 2903 + 3025 ], "attacker": [ - 3791 + 3913 ], "attacker_steam_id": [ - 182 + 259 ], "counter_strafe_eligible_shots": [ - 39 + 41 ], "counter_strafed_shots": [ - 39 + 41 ], "crosshair_angle_count": [ - 39 + 41 ], "crosshair_angle_sum_deg": [ - 2828 + 2950 ], "first_bullet_hits": [ - 39 + 41 ], "first_bullet_shots": [ - 39 + 41 ], "headshot_hits": [ - 39 + 41 ], "hits": [ - 39 + 41 ], "hits_at_spotted": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "non_awp_hits": [ - 39 + 41 ], "on_target_frames": [ - 39 + 41 ], "shots_at_spotted": [ - 39 + 41 ], "spray_hits": [ - 39 + 41 ], "spray_shots": [ - 39 + 41 ], "time_to_damage_count": [ - 39 + 41 ], "time_to_damage_sum_s": [ - 2828 + 2950 ], "total_engagement_frames": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_constraint": {}, "player_aim_stats_demo_inc_input": { "attacker_steam_id": [ - 180 + 257 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_insert_input": { "attacker": [ - 3798 + 3920 ], "attacker_steam_id": [ - 180 + 257 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_max_fields": { "attacker_steam_id": [ - 180 + 257 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_min_fields": { "attacker_steam_id": [ - 180 + 257 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2899 + 3021 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_on_conflict": { "constraint": [ - 2904 + 3026 ], "update_columns": [ - 2921 + 3043 ], "where": [ - 2903 + 3025 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_order_by": { "attacker": [ - 3800 + 3922 ], "attacker_steam_id": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_pk_columns_input": { "attacker_steam_id": [ - 180 + 257 ], "match_map_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_select_column": {}, "player_aim_stats_demo_set_input": { "attacker_steam_id": [ - 180 + 257 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_stddev_fields": { "attacker_steam_id": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_stddev_pop_fields": { "attacker_steam_id": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_stddev_samp_fields": { "attacker_steam_id": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_stream_cursor_input": { "initial_value": [ - 2919 + 3041 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_stream_cursor_value_input": { "attacker_steam_id": [ - 180 + 257 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_sum_fields": { "attacker_steam_id": [ - 180 + 257 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_update_column": {}, "player_aim_stats_demo_updates": { "_inc": [ - 2905 + 3027 ], "_set": [ - 2914 + 3036 ], "where": [ - 2903 + 3025 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_var_pop_fields": { "attacker_steam_id": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_var_samp_fields": { "attacker_steam_id": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_stats_demo_variance_fields": { "attacker_steam_id": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_aggregate": { "aggregate": [ - 2930 + 3052 ], "nodes": [ - 2926 + 3048 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_aggregate_bool_exp": { "count": [ - 2929 + 3051 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_aggregate_bool_exp_count": { "arguments": [ - 2947 + 3069 ], "distinct": [ - 3 + 5 ], "filter": [ - 2935 + 3057 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_aggregate_fields": { "avg": [ - 2933 + 3055 ], "count": [ - 38, + 40, { "columns": [ - 2947, + 3069, "[player_aim_weapon_stats_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2939 + 3061 ], "min": [ - 2941 + 3063 ], "stddev": [ - 2949 + 3071 ], "stddev_pop": [ - 2951 + 3073 ], "stddev_samp": [ - 2953 + 3075 ], "sum": [ - 2957 + 3079 ], "var_pop": [ - 2961 + 3083 ], "var_samp": [ - 2963 + 3085 ], "variance": [ - 2965 + 3087 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_aggregate_order_by": { "avg": [ - 2934 + 3056 ], "count": [ - 2829 + 2951 ], "max": [ - 2940 + 3062 ], "min": [ - 2942 + 3064 ], "stddev": [ - 2950 + 3072 ], "stddev_pop": [ - 2952 + 3074 ], "stddev_samp": [ - 2954 + 3076 ], "sum": [ - 2958 + 3080 ], "var_pop": [ - 2962 + 3084 ], "var_samp": [ - 2964 + 3086 ], "variance": [ - 2966 + 3088 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_arr_rel_insert_input": { "data": [ - 2938 + 3060 ], "on_conflict": [ - 2944 + 3066 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_avg_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_avg_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_bool_exp": { "_and": [ - 2935 + 3057 ], "_not": [ - 2935 + 3057 ], "_or": [ - 2935 + 3057 ], "first_bullet_hits": [ - 39 + 41 ], "first_bullet_shots": [ - 39 + 41 ], "hits": [ - 39 + 41 ], "hits_spotted": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "shots": [ - 39 + 41 ], "shots_spotted": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "weapon_class": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_constraint": {}, "player_aim_weapon_stats_inc_input": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_insert_input": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_max_fields": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_max_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "weapon_class": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_min_fields": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_min_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "weapon_class": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2926 + 3048 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_on_conflict": { "constraint": [ - 2936 + 3058 ], "update_columns": [ - 2959 + 3081 ], "where": [ - 2935 + 3057 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "weapon_class": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_pk_columns_input": { "match_map_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_select_column": {}, "player_aim_weapon_stats_set_input": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_stddev_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_stddev_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_stddev_pop_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_stddev_pop_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_stddev_samp_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_stddev_samp_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_stream_cursor_input": { "initial_value": [ - 2956 + 3078 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_stream_cursor_value_input": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_sum_fields": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_sum_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_update_column": {}, "player_aim_weapon_stats_updates": { "_inc": [ - 2937 + 3059 ], "_set": [ - 2948 + 3070 ], "where": [ - 2935 + 3057 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_var_pop_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_var_pop_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_var_samp_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_var_samp_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_variance_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_aim_weapon_stats_variance_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists": { "attacked_player": [ - 3787 + 3909 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "deleted_at": [ - 4376 + 4498 ], "flash": [ - 3 + 5 ], "is_team_assist": [ - 3 + 5 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_assists_aggregate": { "aggregate": [ - 2973 + 3095 ], "nodes": [ - 2967 + 3089 ], "__typename": [ - 78 + 80 ] }, "player_assists_aggregate_bool_exp": { "bool_and": [ - 2970 + 3092 ], "bool_or": [ - 2971 + 3093 ], "count": [ - 2972 + 3094 ], "__typename": [ - 78 + 80 ] }, "player_assists_aggregate_bool_exp_bool_and": { "arguments": [ - 2991 + 3113 ], "distinct": [ - 3 + 5 ], "filter": [ - 2978 + 3100 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "player_assists_aggregate_bool_exp_bool_or": { "arguments": [ - 2992 + 3114 ], "distinct": [ - 3 + 5 ], "filter": [ - 2978 + 3100 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "player_assists_aggregate_bool_exp_count": { "arguments": [ - 2990 + 3112 ], "distinct": [ - 3 + 5 ], "filter": [ - 2978 + 3100 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_assists_aggregate_fields": { "avg": [ - 2976 + 3098 ], "count": [ - 38, + 40, { "columns": [ - 2990, + 3112, "[player_assists_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 2982 + 3104 ], "min": [ - 2984 + 3106 ], "stddev": [ - 2994 + 3116 ], "stddev_pop": [ - 2996 + 3118 ], "stddev_samp": [ - 2998 + 3120 ], "sum": [ - 3002 + 3124 ], "var_pop": [ - 3006 + 3128 ], "var_samp": [ - 3008 + 3130 ], "variance": [ - 3010 + 3132 ], "__typename": [ - 78 + 80 ] }, "player_assists_aggregate_order_by": { "avg": [ - 2977 + 3099 ], "count": [ - 2829 + 2951 ], "max": [ - 2983 + 3105 ], "min": [ - 2985 + 3107 ], "stddev": [ - 2995 + 3117 ], "stddev_pop": [ - 2997 + 3119 ], "stddev_samp": [ - 2999 + 3121 ], "sum": [ - 3003 + 3125 ], "var_pop": [ - 3007 + 3129 ], "var_samp": [ - 3009 + 3131 ], "variance": [ - 3011 + 3133 ], "__typename": [ - 78 + 80 ] }, "player_assists_arr_rel_insert_input": { "data": [ - 2981 + 3103 ], "on_conflict": [ - 2987 + 3109 ], "__typename": [ - 78 + 80 ] }, "player_assists_avg_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_assists_avg_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_bool_exp": { "_and": [ - 2978 + 3100 ], "_not": [ - 2978 + 3100 ], "_or": [ - 2978 + 3100 ], "attacked_player": [ - 3791 + 3913 ], "attacked_steam_id": [ - 182 + 259 ], "attacked_team": [ - 80 + 82 ], "attacker_steam_id": [ - 182 + 259 ], "attacker_team": [ - 80 + 82 ], "deleted_at": [ - 4377 + 4499 ], "flash": [ - 4 + 6 ], "is_team_assist": [ - 4 + 6 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "round": [ - 39 + 41 ], "time": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, "player_assists_constraint": {}, "player_assists_inc_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_assists_insert_input": { "attacked_player": [ - 3798 + 3920 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "deleted_at": [ - 4376 + 4498 ], "flash": [ - 3 + 5 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_assists_max_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_assists_max_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacked_team": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "attacker_team": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_min_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_assists_min_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacked_team": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "attacker_team": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 2967 + 3089 ], "__typename": [ - 78 + 80 ] }, "player_assists_on_conflict": { "constraint": [ - 2979 + 3101 ], "update_columns": [ - 3004 + 3126 ], "where": [ - 2978 + 3100 ], "__typename": [ - 78 + 80 ] }, "player_assists_order_by": { "attacked_player": [ - 3800 + 3922 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacked_team": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "attacker_team": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "flash": [ - 2829 + 2951 ], "is_team_assist": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_pk_columns_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "match_map_id": [ - 4921 + 4998 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_assists_select_column": {}, @@ -57867,5179 +60621,5179 @@ export default { "player_assists_select_column_player_assists_aggregate_bool_exp_bool_or_arguments_columns": {}, "player_assists_set_input": { "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "deleted_at": [ - 4376 + 4498 ], "flash": [ - 3 + 5 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_assists_stddev_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_assists_stddev_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_stddev_pop_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_assists_stddev_pop_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_stddev_samp_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_assists_stddev_samp_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_stream_cursor_input": { "initial_value": [ - 3001 + 3123 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_assists_stream_cursor_value_input": { "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "deleted_at": [ - 4376 + 4498 ], "flash": [ - 3 + 5 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_assists_sum_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_assists_sum_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_update_column": {}, "player_assists_updates": { "_inc": [ - 2980 + 3102 ], "_set": [ - 2993 + 3115 ], "where": [ - 2978 + 3100 ], "__typename": [ - 78 + 80 ] }, "player_assists_var_pop_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_assists_var_pop_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_var_samp_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_assists_var_samp_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_assists_variance_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_assists_variance_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "counter_strafe_pct": [ - 2827 + 2949 ], "crosshair_deg": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "maps": [ - 38 + 40 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "time_to_damage_s": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_aggregate": { "aggregate": [ - 3014 + 3136 ], "nodes": [ - 3012 + 3134 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_aggregate_fields": { "avg": [ - 3015 + 3137 ], "count": [ - 38, + 40, { "columns": [ - 3020, + 3142, "[player_career_stats_v_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3017 + 3139 ], "min": [ - 3018 + 3140 ], "stddev": [ - 3021 + 3143 ], "stddev_pop": [ - 3022 + 3144 ], "stddev_samp": [ - 3023 + 3145 ], "sum": [ - 3026 + 3148 ], "var_pop": [ - 3027 + 3149 ], "var_samp": [ - 3028 + 3150 ], "variance": [ - 3029 + 3151 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_avg_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "crosshair_deg": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "time_to_damage_s": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_bool_exp": { "_and": [ - 3016 + 3138 ], "_not": [ - 3016 + 3138 ], "_or": [ - 3016 + 3138 ], "accuracy": [ - 2828 + 2950 ], "accuracy_spotted": [ - 2828 + 2950 ], "counter_strafe_pct": [ - 2828 + 2950 ], "crosshair_deg": [ - 2828 + 2950 ], "enemy_blind_pr": [ - 2828 + 2950 ], "flash_assists_pr": [ - 2828 + 2950 ], "hs_pct": [ - 2828 + 2950 ], "kast_pct": [ - 2828 + 2950 ], "maps": [ - 39 + 41 ], "premier_rank": [ - 39 + 41 ], "rounds": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "survival_pct": [ - 2828 + 2950 ], "time_to_damage_s": [ - 2828 + 2950 ], "traded_death_pct": [ - 2828 + 2950 ], "util_efficiency": [ - 2828 + 2950 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_max_fields": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "counter_strafe_pct": [ - 2827 + 2949 ], "crosshair_deg": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "maps": [ - 38 + 40 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "time_to_damage_s": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_min_fields": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "counter_strafe_pct": [ - 2827 + 2949 ], "crosshair_deg": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "maps": [ - 38 + 40 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "time_to_damage_s": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_order_by": { "accuracy": [ - 2829 + 2951 ], "accuracy_spotted": [ - 2829 + 2951 ], "counter_strafe_pct": [ - 2829 + 2951 ], "crosshair_deg": [ - 2829 + 2951 ], "enemy_blind_pr": [ - 2829 + 2951 ], "flash_assists_pr": [ - 2829 + 2951 ], "hs_pct": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "maps": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "rounds": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "survival_pct": [ - 2829 + 2951 ], "time_to_damage_s": [ - 2829 + 2951 ], "traded_death_pct": [ - 2829 + 2951 ], "util_efficiency": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_select_column": {}, "player_career_stats_v_stddev_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "crosshair_deg": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "time_to_damage_s": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_stddev_pop_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "crosshair_deg": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "time_to_damage_s": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_stddev_samp_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "crosshair_deg": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "time_to_damage_s": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_stream_cursor_input": { "initial_value": [ - 3025 + 3147 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_stream_cursor_value_input": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "counter_strafe_pct": [ - 2827 + 2949 ], "crosshair_deg": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "maps": [ - 38 + 40 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "time_to_damage_s": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_sum_fields": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "counter_strafe_pct": [ - 2827 + 2949 ], "crosshair_deg": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "maps": [ - 38 + 40 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "time_to_damage_s": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_var_pop_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "crosshair_deg": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "time_to_damage_s": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_var_samp_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "crosshair_deg": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "time_to_damage_s": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_career_stats_v_variance_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "crosshair_deg": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "time_to_damage_s": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_damages": { "armor": [ - 38 + 40 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_player": [ - 3787 + 3909 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "damage": [ - 38 + 40 ], "damage_armor": [ - 38 + 40 ], "deleted_at": [ - 4376 + 4498 ], "health": [ - 38 + 40 ], "hitgroup": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "round": [ - 2827 + 2949 ], "team_damage": [ - 3 + 5 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_damages_aggregate": { "aggregate": [ - 3034 + 3156 ], "nodes": [ - 3030 + 3152 ], "__typename": [ - 78 + 80 ] }, "player_damages_aggregate_bool_exp": { "count": [ - 3033 + 3155 ], "__typename": [ - 78 + 80 ] }, "player_damages_aggregate_bool_exp_count": { "arguments": [ - 3051 + 3173 ], "distinct": [ - 3 + 5 ], "filter": [ - 3039 + 3161 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_damages_aggregate_fields": { "avg": [ - 3037 + 3159 ], "count": [ - 38, + 40, { "columns": [ - 3051, + 3173, "[player_damages_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3043 + 3165 ], "min": [ - 3045 + 3167 ], "stddev": [ - 3053 + 3175 ], "stddev_pop": [ - 3055 + 3177 ], "stddev_samp": [ - 3057 + 3179 ], "sum": [ - 3061 + 3183 ], "var_pop": [ - 3065 + 3187 ], "var_samp": [ - 3067 + 3189 ], "variance": [ - 3069 + 3191 ], "__typename": [ - 78 + 80 ] }, "player_damages_aggregate_order_by": { "avg": [ - 3038 + 3160 ], "count": [ - 2829 + 2951 ], "max": [ - 3044 + 3166 ], "min": [ - 3046 + 3168 ], "stddev": [ - 3054 + 3176 ], "stddev_pop": [ - 3056 + 3178 ], "stddev_samp": [ - 3058 + 3180 ], "sum": [ - 3062 + 3184 ], "var_pop": [ - 3066 + 3188 ], "var_samp": [ - 3068 + 3190 ], "variance": [ - 3070 + 3192 ], "__typename": [ - 78 + 80 ] }, "player_damages_arr_rel_insert_input": { "data": [ - 3042 + 3164 ], "on_conflict": [ - 3048 + 3170 ], "__typename": [ - 78 + 80 ] }, "player_damages_avg_fields": { "armor": [ - 29 + 31 ], "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_armor": [ - 29 + 31 ], "health": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_damages_avg_order_by": { "armor": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_bool_exp": { "_and": [ - 3039 + 3161 ], "_not": [ - 3039 + 3161 ], "_or": [ - 3039 + 3161 ], "armor": [ - 39 + 41 ], "attacked_location": [ - 80 + 82 ], "attacked_location_coordinates": [ - 80 + 82 ], "attacked_player": [ - 3791 + 3913 ], "attacked_steam_id": [ - 182 + 259 ], "attacked_team": [ - 80 + 82 ], "attacker_location": [ - 80 + 82 ], "attacker_location_coordinates": [ - 80 + 82 ], "attacker_steam_id": [ - 182 + 259 ], "attacker_team": [ - 80 + 82 ], "damage": [ - 39 + 41 ], "damage_armor": [ - 39 + 41 ], "deleted_at": [ - 4377 + 4499 ], "health": [ - 39 + 41 ], "hitgroup": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "round": [ - 2828 + 2950 ], "team_damage": [ - 4 + 6 ], "time": [ - 4377 + 4499 ], "with": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "player_damages_constraint": {}, "player_damages_inc_input": { "armor": [ - 38 + 40 ], "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "damage": [ - 38 + 40 ], "damage_armor": [ - 38 + 40 ], "health": [ - 38 + 40 ], "round": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "player_damages_insert_input": { "armor": [ - 38 + 40 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_player": [ - 3798 + 3920 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "damage": [ - 38 + 40 ], "damage_armor": [ - 38 + 40 ], "deleted_at": [ - 4376 + 4498 ], "health": [ - 38 + 40 ], "hitgroup": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "round": [ - 2827 + 2949 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_damages_max_fields": { "armor": [ - 38 + 40 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "damage": [ - 38 + 40 ], "damage_armor": [ - 38 + 40 ], "deleted_at": [ - 4376 + 4498 ], "health": [ - 38 + 40 ], "hitgroup": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 2827 + 2949 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_damages_max_order_by": { "armor": [ - 2829 + 2951 ], "attacked_location": [ - 2829 + 2951 ], "attacked_location_coordinates": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacked_team": [ - 2829 + 2951 ], "attacker_location": [ - 2829 + 2951 ], "attacker_location_coordinates": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "attacker_team": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "hitgroup": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_min_fields": { "armor": [ - 38 + 40 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "damage": [ - 38 + 40 ], "damage_armor": [ - 38 + 40 ], "deleted_at": [ - 4376 + 4498 ], "health": [ - 38 + 40 ], "hitgroup": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 2827 + 2949 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_damages_min_order_by": { "armor": [ - 2829 + 2951 ], "attacked_location": [ - 2829 + 2951 ], "attacked_location_coordinates": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacked_team": [ - 2829 + 2951 ], "attacker_location": [ - 2829 + 2951 ], "attacker_location_coordinates": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "attacker_team": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "hitgroup": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3030 + 3152 ], "__typename": [ - 78 + 80 ] }, "player_damages_on_conflict": { "constraint": [ - 3040 + 3162 ], "update_columns": [ - 3063 + 3185 ], "where": [ - 3039 + 3161 ], "__typename": [ - 78 + 80 ] }, "player_damages_order_by": { "armor": [ - 2829 + 2951 ], "attacked_location": [ - 2829 + 2951 ], "attacked_location_coordinates": [ - 2829 + 2951 ], "attacked_player": [ - 3800 + 3922 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacked_team": [ - 2829 + 2951 ], "attacker_location": [ - 2829 + 2951 ], "attacker_location_coordinates": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "attacker_team": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "hitgroup": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "round": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_pk_columns_input": { "id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_damages_select_column": {}, "player_damages_set_input": { "armor": [ - 38 + 40 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "damage": [ - 38 + 40 ], "damage_armor": [ - 38 + 40 ], "deleted_at": [ - 4376 + 4498 ], "health": [ - 38 + 40 ], "hitgroup": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 2827 + 2949 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_damages_stddev_fields": { "armor": [ - 29 + 31 ], "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_armor": [ - 29 + 31 ], "health": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_damages_stddev_order_by": { "armor": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_stddev_pop_fields": { "armor": [ - 29 + 31 ], "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_armor": [ - 29 + 31 ], "health": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_damages_stddev_pop_order_by": { "armor": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_stddev_samp_fields": { "armor": [ - 29 + 31 ], "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_armor": [ - 29 + 31 ], "health": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_damages_stddev_samp_order_by": { "armor": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_stream_cursor_input": { "initial_value": [ - 3060 + 3182 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_damages_stream_cursor_value_input": { "armor": [ - 38 + 40 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "damage": [ - 38 + 40 ], "damage_armor": [ - 38 + 40 ], "deleted_at": [ - 4376 + 4498 ], "health": [ - 38 + 40 ], "hitgroup": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 2827 + 2949 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_damages_sum_fields": { "armor": [ - 38 + 40 ], "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "damage": [ - 38 + 40 ], "damage_armor": [ - 38 + 40 ], "health": [ - 38 + 40 ], "round": [ - 2827 + 2949 ], "__typename": [ - 78 + 80 ] }, "player_damages_sum_order_by": { "armor": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_update_column": {}, "player_damages_updates": { "_inc": [ - 3041 + 3163 ], "_set": [ - 3052 + 3174 ], "where": [ - 3039 + 3161 ], "__typename": [ - 78 + 80 ] }, "player_damages_var_pop_fields": { "armor": [ - 29 + 31 ], "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_armor": [ - 29 + 31 ], "health": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_damages_var_pop_order_by": { "armor": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_var_samp_fields": { "armor": [ - 29 + 31 ], "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_armor": [ - 29 + 31 ], "health": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_damages_var_samp_order_by": { "armor": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_damages_variance_fields": { "armor": [ - 29 + 31 ], "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_armor": [ - 29 + 31 ], "health": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_damages_variance_order_by": { "armor": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_armor": [ - 2829 + 2951 ], "health": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_elo": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "change": [ - 2827 + 2949 ], "created_at": [ - 4376 + 4498 ], "current": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 2827 + 2949 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player": [ - 3787 + 3909 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season": [ - 3846 + 3968 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_avg_kda": [ - 1547 + 1669 ], "type": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "player_elo_aggregate": { "aggregate": [ - 3073 + 3195 ], "nodes": [ - 3071 + 3193 ], "__typename": [ - 78 + 80 ] }, "player_elo_aggregate_fields": { "avg": [ - 3074 + 3196 ], "count": [ - 38, + 40, { "columns": [ - 3085, + 3207, "[player_elo_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3079 + 3201 ], "min": [ - 3080 + 3202 ], "stddev": [ - 3087 + 3209 ], "stddev_pop": [ - 3088 + 3210 ], "stddev_samp": [ - 3089 + 3211 ], "sum": [ - 3092 + 3214 ], "var_pop": [ - 3095 + 3217 ], "var_samp": [ - 3096 + 3218 ], "variance": [ - 3097 + 3219 ], "__typename": [ - 78 + 80 ] }, "player_elo_avg_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "change": [ - 29 + 31 ], "current": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_elo_bool_exp": { "_and": [ - 3075 + 3197 ], "_not": [ - 3075 + 3197 ], "_or": [ - 3075 + 3197 ], "actual_score": [ - 1548 + 1670 ], "assists": [ - 39 + 41 ], "change": [ - 2828 + 2950 ], "created_at": [ - 4377 + 4499 ], "current": [ - 2828 + 2950 ], "damage": [ - 39 + 41 ], "damage_percent": [ - 1548 + 1670 ], "deaths": [ - 39 + 41 ], "expected_score": [ - 1548 + 1670 ], "impact": [ - 2828 + 2950 ], "k_factor": [ - 39 + 41 ], "kda": [ - 1548 + 1670 ], "kills": [ - 39 + 41 ], "map_losses": [ - 39 + 41 ], "map_wins": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "opponent_team_elo_avg": [ - 1548 + 1670 ], "performance_multiplier": [ - 1548 + 1670 ], "player": [ - 3791 + 3913 ], "player_team_elo_avg": [ - 1548 + 1670 ], "season": [ - 3850 + 3972 ], "season_id": [ - 4923 + 5000 ], "series_multiplier": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "team_avg_kda": [ - 1548 + 1670 ], "type": [ - 888 + 1010 ], "__typename": [ - 78 + 80 ] }, "player_elo_constraint": {}, "player_elo_inc_input": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "change": [ - 2827 + 2949 ], "current": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 2827 + 2949 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_team_elo_avg": [ - 1547 + 1669 ], "series_multiplier": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_avg_kda": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_elo_insert_input": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "change": [ - 2827 + 2949 ], "created_at": [ - 4376 + 4498 ], "current": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 2827 + 2949 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player": [ - 3798 + 3920 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season": [ - 3857 + 3979 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_avg_kda": [ - 1547 + 1669 ], "type": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "player_elo_max_fields": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "change": [ - 2827 + 2949 ], "created_at": [ - 4376 + 4498 ], "current": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 2827 + 2949 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_avg_kda": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_elo_min_fields": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "change": [ - 2827 + 2949 ], "created_at": [ - 4376 + 4498 ], "current": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 2827 + 2949 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_avg_kda": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_elo_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3071 + 3193 ], "__typename": [ - 78 + 80 ] }, "player_elo_on_conflict": { "constraint": [ - 3076 + 3198 ], "update_columns": [ - 3093 + 3215 ], "where": [ - 3075 + 3197 ], "__typename": [ - 78 + 80 ] }, "player_elo_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "change": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "current": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_team_elo_avg": [ - 2829 + 2951 ], "season": [ - 3859 + 3981 ], "season_id": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_elo_pk_columns_input": { "match_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "type": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "player_elo_select_column": {}, "player_elo_set_input": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "change": [ - 2827 + 2949 ], "created_at": [ - 4376 + 4498 ], "current": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 2827 + 2949 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_avg_kda": [ - 1547 + 1669 ], "type": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "player_elo_stddev_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "change": [ - 29 + 31 ], "current": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_elo_stddev_pop_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "change": [ - 29 + 31 ], "current": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_elo_stddev_samp_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "change": [ - 29 + 31 ], "current": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_elo_stream_cursor_input": { "initial_value": [ - 3091 + 3213 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_elo_stream_cursor_value_input": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "change": [ - 2827 + 2949 ], "created_at": [ - 4376 + 4498 ], "current": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 2827 + 2949 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_avg_kda": [ - 1547 + 1669 ], "type": [ - 887 + 1009 ], "__typename": [ - 78 + 80 ] }, "player_elo_sum_fields": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "change": [ - 2827 + 2949 ], "current": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 2827 + 2949 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_team_elo_avg": [ - 1547 + 1669 ], "series_multiplier": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_avg_kda": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_elo_update_column": {}, "player_elo_updates": { "_inc": [ - 3077 + 3199 ], "_set": [ - 3086 + 3208 ], "where": [ - 3075 + 3197 ], "__typename": [ - 78 + 80 ] }, "player_elo_var_pop_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "change": [ - 29 + 31 ], "current": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_elo_var_samp_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "change": [ - 29 + 31 ], "current": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_elo_variance_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "change": [ - 29 + 31 ], "current": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history": { "elo": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "player": [ - 3787 + 3909 ], "previous_rank": [ - 38 + 40 ], "skill_level": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_aggregate": { "aggregate": [ - 3102 + 3224 ], "nodes": [ - 3098 + 3220 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_aggregate_bool_exp": { "count": [ - 3101 + 3223 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_aggregate_bool_exp_count": { "arguments": [ - 3119 + 3241 ], "distinct": [ - 3 + 5 ], "filter": [ - 3107 + 3229 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_aggregate_fields": { "avg": [ - 3105 + 3227 ], "count": [ - 38, + 40, { "columns": [ - 3119, + 3241, "[player_faceit_rank_history_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3111 + 3233 ], "min": [ - 3113 + 3235 ], "stddev": [ - 3121 + 3243 ], "stddev_pop": [ - 3123 + 3245 ], "stddev_samp": [ - 3125 + 3247 ], "sum": [ - 3129 + 3251 ], "var_pop": [ - 3133 + 3255 ], "var_samp": [ - 3135 + 3257 ], "variance": [ - 3137 + 3259 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_aggregate_order_by": { "avg": [ - 3106 + 3228 ], "count": [ - 2829 + 2951 ], "max": [ - 3112 + 3234 ], "min": [ - 3114 + 3236 ], "stddev": [ - 3122 + 3244 ], "stddev_pop": [ - 3124 + 3246 ], "stddev_samp": [ - 3126 + 3248 ], "sum": [ - 3130 + 3252 ], "var_pop": [ - 3134 + 3256 ], "var_samp": [ - 3136 + 3258 ], "variance": [ - 3138 + 3260 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_arr_rel_insert_input": { "data": [ - 3110 + 3232 ], "on_conflict": [ - 3116 + 3238 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_avg_fields": { "elo": [ - 29 + 31 ], "previous_rank": [ - 29 + 31 ], "skill_level": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_avg_order_by": { "elo": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_bool_exp": { "_and": [ - 3107 + 3229 ], "_not": [ - 3107 + 3229 ], "_or": [ - 3107 + 3229 ], "elo": [ - 39 + 41 ], "id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "observed_at": [ - 4377 + 4499 ], "player": [ - 3791 + 3913 ], "previous_rank": [ - 39 + 41 ], "skill_level": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_constraint": {}, "player_faceit_rank_history_inc_input": { "elo": [ - 38 + 40 ], "previous_rank": [ - 38 + 40 ], "skill_level": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_insert_input": { "elo": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "player": [ - 3798 + 3920 ], "previous_rank": [ - 38 + 40 ], "skill_level": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_max_fields": { "elo": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "previous_rank": [ - 38 + 40 ], "skill_level": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_max_order_by": { "elo": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "observed_at": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_min_fields": { "elo": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "previous_rank": [ - 38 + 40 ], "skill_level": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_min_order_by": { "elo": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "observed_at": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3098 + 3220 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_on_conflict": { "constraint": [ - 3108 + 3230 ], "update_columns": [ - 3131 + 3253 ], "where": [ - 3107 + 3229 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_order_by": { "elo": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "observed_at": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_select_column": {}, "player_faceit_rank_history_set_input": { "elo": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "previous_rank": [ - 38 + 40 ], "skill_level": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_stddev_fields": { "elo": [ - 29 + 31 ], "previous_rank": [ - 29 + 31 ], "skill_level": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_stddev_order_by": { "elo": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_stddev_pop_fields": { "elo": [ - 29 + 31 ], "previous_rank": [ - 29 + 31 ], "skill_level": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_stddev_pop_order_by": { "elo": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_stddev_samp_fields": { "elo": [ - 29 + 31 ], "previous_rank": [ - 29 + 31 ], "skill_level": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_stddev_samp_order_by": { "elo": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_stream_cursor_input": { "initial_value": [ - 3128 + 3250 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_stream_cursor_value_input": { "elo": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "previous_rank": [ - 38 + 40 ], "skill_level": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_sum_fields": { "elo": [ - 38 + 40 ], "previous_rank": [ - 38 + 40 ], "skill_level": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_sum_order_by": { "elo": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_update_column": {}, "player_faceit_rank_history_updates": { "_inc": [ - 3109 + 3231 ], "_set": [ - 3120 + 3242 ], "where": [ - 3107 + 3229 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_var_pop_fields": { "elo": [ - 29 + 31 ], "previous_rank": [ - 29 + 31 ], "skill_level": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_var_pop_order_by": { "elo": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_var_samp_fields": { "elo": [ - 29 + 31 ], "previous_rank": [ - 29 + 31 ], "skill_level": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_var_samp_order_by": { "elo": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_variance_fields": { "elo": [ - 29 + 31 ], "previous_rank": [ - 29 + 31 ], "skill_level": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_faceit_rank_history_variance_order_by": { "elo": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "skill_level": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "blinded": [ - 3787 + 3909 ], "deleted_at": [ - 4376 + 4498 ], "duration": [ - 2827 + 2949 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "team_flash": [ - 3 + 5 ], "thrown_by": [ - 3787 + 3909 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_flashes_aggregate": { "aggregate": [ - 3145 + 3267 ], "nodes": [ - 3139 + 3261 ], "__typename": [ - 78 + 80 ] }, "player_flashes_aggregate_bool_exp": { "bool_and": [ - 3142 + 3264 ], "bool_or": [ - 3143 + 3265 ], "count": [ - 3144 + 3266 ], "__typename": [ - 78 + 80 ] }, "player_flashes_aggregate_bool_exp_bool_and": { "arguments": [ - 3163 + 3285 ], "distinct": [ - 3 + 5 ], "filter": [ - 3150 + 3272 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "player_flashes_aggregate_bool_exp_bool_or": { "arguments": [ - 3164 + 3286 ], "distinct": [ - 3 + 5 ], "filter": [ - 3150 + 3272 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "player_flashes_aggregate_bool_exp_count": { "arguments": [ - 3162 + 3284 ], "distinct": [ - 3 + 5 ], "filter": [ - 3150 + 3272 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_flashes_aggregate_fields": { "avg": [ - 3148 + 3270 ], "count": [ - 38, + 40, { "columns": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3154 + 3276 ], "min": [ - 3156 + 3278 ], "stddev": [ - 3166 + 3288 ], "stddev_pop": [ - 3168 + 3290 ], "stddev_samp": [ - 3170 + 3292 ], "sum": [ - 3174 + 3296 ], "var_pop": [ - 3178 + 3300 ], "var_samp": [ - 3180 + 3302 ], "variance": [ - 3182 + 3304 ], "__typename": [ - 78 + 80 ] }, "player_flashes_aggregate_order_by": { "avg": [ - 3149 + 3271 ], "count": [ - 2829 + 2951 ], "max": [ - 3155 + 3277 ], "min": [ - 3157 + 3279 ], "stddev": [ - 3167 + 3289 ], "stddev_pop": [ - 3169 + 3291 ], "stddev_samp": [ - 3171 + 3293 ], "sum": [ - 3175 + 3297 ], "var_pop": [ - 3179 + 3301 ], "var_samp": [ - 3181 + 3303 ], "variance": [ - 3183 + 3305 ], "__typename": [ - 78 + 80 ] }, "player_flashes_arr_rel_insert_input": { "data": [ - 3153 + 3275 ], "on_conflict": [ - 3159 + 3281 ], "__typename": [ - 78 + 80 ] }, "player_flashes_avg_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "duration": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_flashes_avg_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_bool_exp": { "_and": [ - 3150 + 3272 ], "_not": [ - 3150 + 3272 ], "_or": [ - 3150 + 3272 ], "attacked_steam_id": [ - 182 + 259 ], "attacker_steam_id": [ - 182 + 259 ], "blinded": [ - 3791 + 3913 ], "deleted_at": [ - 4377 + 4499 ], "duration": [ - 2828 + 2950 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "round": [ - 39 + 41 ], "team_flash": [ - 4 + 6 ], "thrown_by": [ - 3791 + 3913 ], "time": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, "player_flashes_constraint": {}, "player_flashes_inc_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "duration": [ - 2827 + 2949 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_flashes_insert_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "blinded": [ - 3798 + 3920 ], "deleted_at": [ - 4376 + 4498 ], "duration": [ - 2827 + 2949 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "team_flash": [ - 3 + 5 ], "thrown_by": [ - 3798 + 3920 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_flashes_max_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "duration": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_flashes_max_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_min_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "duration": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_flashes_min_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3139 + 3261 ], "__typename": [ - 78 + 80 ] }, "player_flashes_on_conflict": { "constraint": [ - 3151 + 3273 ], "update_columns": [ - 3176 + 3298 ], "where": [ - 3150 + 3272 ], "__typename": [ - 78 + 80 ] }, "player_flashes_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "blinded": [ - 3800 + 3922 ], "deleted_at": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "team_flash": [ - 2829 + 2951 ], "thrown_by": [ - 3800 + 3922 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_pk_columns_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "match_map_id": [ - 4921 + 4998 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_flashes_select_column": {}, @@ -63047,1690 +65801,1690 @@ export default { "player_flashes_select_column_player_flashes_aggregate_bool_exp_bool_or_arguments_columns": {}, "player_flashes_set_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "duration": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "team_flash": [ - 3 + 5 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_flashes_stddev_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "duration": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_flashes_stddev_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_stddev_pop_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "duration": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_flashes_stddev_pop_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_stddev_samp_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "duration": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_flashes_stddev_samp_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_stream_cursor_input": { "initial_value": [ - 3173 + 3295 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_flashes_stream_cursor_value_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "duration": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "team_flash": [ - 3 + 5 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_flashes_sum_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "duration": [ - 2827 + 2949 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_flashes_sum_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_update_column": {}, "player_flashes_updates": { "_inc": [ - 3152 + 3274 ], "_set": [ - 3165 + 3287 ], "where": [ - 3150 + 3272 ], "__typename": [ - 78 + 80 ] }, "player_flashes_var_pop_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "duration": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_flashes_var_pop_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_var_samp_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "duration": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_flashes_var_samp_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_flashes_variance_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "duration": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_flashes_variance_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "duration": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills": { "assisted": [ - 3 + 5 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_player": [ - 3787 + 3909 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "blinded": [ - 3 + 5 ], "deleted_at": [ - 4376 + 4498 ], "headshot": [ - 3 + 5 ], "hitgroup": [ - 78 + 80 ], "in_air": [ - 3 + 5 ], "is_suicide": [ - 3 + 5 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "no_scope": [ - 3 + 5 ], "player": [ - 3787 + 3909 ], "round": [ - 38 + 40 ], "team_kill": [ - 3 + 5 ], "thru_smoke": [ - 3 + 5 ], "thru_wall": [ - 3 + 5 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_aggregate": { "aggregate": [ - 3190 + 3312 ], "nodes": [ - 3184 + 3306 ], "__typename": [ - 78 + 80 ] }, "player_kills_aggregate_bool_exp": { "bool_and": [ - 3187 + 3309 ], "bool_or": [ - 3188 + 3310 ], "count": [ - 3189 + 3311 ], "__typename": [ - 78 + 80 ] }, "player_kills_aggregate_bool_exp_bool_and": { "arguments": [ - 3249 + 3371 ], "distinct": [ - 3 + 5 ], "filter": [ - 3195 + 3317 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "player_kills_aggregate_bool_exp_bool_or": { "arguments": [ - 3250 + 3372 ], "distinct": [ - 3 + 5 ], "filter": [ - 3195 + 3317 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "player_kills_aggregate_bool_exp_count": { "arguments": [ - 3248 + 3370 ], "distinct": [ - 3 + 5 ], "filter": [ - 3195 + 3317 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_kills_aggregate_fields": { "avg": [ - 3193 + 3315 ], "count": [ - 38, + 40, { "columns": [ - 3248, + 3370, "[player_kills_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3240 + 3362 ], "min": [ - 3242 + 3364 ], "stddev": [ - 3252 + 3374 ], "stddev_pop": [ - 3254 + 3376 ], "stddev_samp": [ - 3256 + 3378 ], "sum": [ - 3260 + 3382 ], "var_pop": [ - 3264 + 3386 ], "var_samp": [ - 3266 + 3388 ], "variance": [ - 3268 + 3390 ], "__typename": [ - 78 + 80 ] }, "player_kills_aggregate_order_by": { "avg": [ - 3194 + 3316 ], "count": [ - 2829 + 2951 ], "max": [ - 3241 + 3363 ], "min": [ - 3243 + 3365 ], "stddev": [ - 3253 + 3375 ], "stddev_pop": [ - 3255 + 3377 ], "stddev_samp": [ - 3257 + 3379 ], "sum": [ - 3261 + 3383 ], "var_pop": [ - 3265 + 3387 ], "var_samp": [ - 3267 + 3389 ], "variance": [ - 3269 + 3391 ], "__typename": [ - 78 + 80 ] }, "player_kills_arr_rel_insert_input": { "data": [ - 3239 + 3361 ], "on_conflict": [ - 3245 + 3367 ], "__typename": [ - 78 + 80 ] }, "player_kills_avg_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_avg_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_bool_exp": { "_and": [ - 3195 + 3317 ], "_not": [ - 3195 + 3317 ], "_or": [ - 3195 + 3317 ], "assisted": [ - 4 + 6 ], "attacked_location": [ - 80 + 82 ], "attacked_location_coordinates": [ - 80 + 82 ], "attacked_player": [ - 3791 + 3913 ], "attacked_steam_id": [ - 182 + 259 ], "attacked_team": [ - 80 + 82 ], "attacker_location": [ - 80 + 82 ], "attacker_location_coordinates": [ - 80 + 82 ], "attacker_steam_id": [ - 182 + 259 ], "attacker_team": [ - 80 + 82 ], "blinded": [ - 4 + 6 ], "deleted_at": [ - 4377 + 4499 ], "headshot": [ - 4 + 6 ], "hitgroup": [ - 80 + 82 ], "in_air": [ - 4 + 6 ], "is_suicide": [ - 4 + 6 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "no_scope": [ - 4 + 6 ], "player": [ - 3791 + 3913 ], "round": [ - 39 + 41 ], "team_kill": [ - 4 + 6 ], "thru_smoke": [ - 4 + 6 ], "thru_wall": [ - 4 + 6 ], "time": [ - 4377 + 4499 ], "with": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon": { "kill_count": [ - 180 + 257 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_aggregate": { "aggregate": [ - 3200 + 3322 ], "nodes": [ - 3196 + 3318 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_aggregate_bool_exp": { "count": [ - 3199 + 3321 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_aggregate_bool_exp_count": { "arguments": [ - 3217 + 3339 ], "distinct": [ - 3 + 5 ], "filter": [ - 3205 + 3327 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_aggregate_fields": { "avg": [ - 3203 + 3325 ], "count": [ - 38, + 40, { "columns": [ - 3217, + 3339, "[player_kills_by_weapon_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3209 + 3331 ], "min": [ - 3211 + 3333 ], "stddev": [ - 3219 + 3341 ], "stddev_pop": [ - 3221 + 3343 ], "stddev_samp": [ - 3223 + 3345 ], "sum": [ - 3227 + 3349 ], "var_pop": [ - 3231 + 3353 ], "var_samp": [ - 3233 + 3355 ], "variance": [ - 3235 + 3357 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_aggregate_order_by": { "avg": [ - 3204 + 3326 ], "count": [ - 2829 + 2951 ], "max": [ - 3210 + 3332 ], "min": [ - 3212 + 3334 ], "stddev": [ - 3220 + 3342 ], "stddev_pop": [ - 3222 + 3344 ], "stddev_samp": [ - 3224 + 3346 ], "sum": [ - 3228 + 3350 ], "var_pop": [ - 3232 + 3354 ], "var_samp": [ - 3234 + 3356 ], "variance": [ - 3236 + 3358 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_arr_rel_insert_input": { "data": [ - 3208 + 3330 ], "on_conflict": [ - 3214 + 3336 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_avg_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_avg_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_bool_exp": { "_and": [ - 3205 + 3327 ], "_not": [ - 3205 + 3327 ], "_or": [ - 3205 + 3327 ], "kill_count": [ - 182 + 259 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "with": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_constraint": {}, "player_kills_by_weapon_inc_input": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_insert_input": { "kill_count": [ - 180 + 257 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_max_fields": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_max_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_min_fields": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_min_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3196 + 3318 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_on_conflict": { "constraint": [ - 3206 + 3328 ], "update_columns": [ - 3229 + 3351 ], "where": [ - 3205 + 3327 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_order_by": { "kill_count": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_pk_columns_input": { "player_steam_id": [ - 180 + 257 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_select_column": {}, "player_kills_by_weapon_set_input": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_stddev_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_stddev_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_stddev_pop_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_stddev_pop_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_stddev_samp_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_stddev_samp_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_stream_cursor_input": { "initial_value": [ - 3226 + 3348 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_stream_cursor_value_input": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_sum_fields": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_sum_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_update_column": {}, "player_kills_by_weapon_updates": { "_inc": [ - 3207 + 3329 ], "_set": [ - 3218 + 3340 ], "where": [ - 3205 + 3327 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_var_pop_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_var_pop_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_var_samp_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_var_samp_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_variance_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_by_weapon_variance_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_constraint": {}, "player_kills_inc_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_kills_insert_input": { "assisted": [ - 3 + 5 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_player": [ - 3798 + 3920 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "blinded": [ - 3 + 5 ], "deleted_at": [ - 4376 + 4498 ], "headshot": [ - 3 + 5 ], "hitgroup": [ - 78 + 80 ], "in_air": [ - 3 + 5 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "no_scope": [ - 3 + 5 ], "player": [ - 3798 + 3920 ], "round": [ - 38 + 40 ], "thru_smoke": [ - 3 + 5 ], "thru_wall": [ - 3 + 5 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_max_fields": { "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "deleted_at": [ - 4376 + 4498 ], "hitgroup": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_max_order_by": { "attacked_location": [ - 2829 + 2951 ], "attacked_location_coordinates": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacked_team": [ - 2829 + 2951 ], "attacker_location": [ - 2829 + 2951 ], "attacker_location_coordinates": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "attacker_team": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "hitgroup": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_min_fields": { "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "deleted_at": [ - 4376 + 4498 ], "hitgroup": [ - 78 + 80 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_min_order_by": { "attacked_location": [ - 2829 + 2951 ], "attacked_location_coordinates": [ - 2829 + 2951 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacked_team": [ - 2829 + 2951 ], "attacker_location": [ - 2829 + 2951 ], "attacker_location_coordinates": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "attacker_team": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "hitgroup": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3184 + 3306 ], "__typename": [ - 78 + 80 ] }, "player_kills_on_conflict": { "constraint": [ - 3237 + 3359 ], "update_columns": [ - 3262 + 3384 ], "where": [ - 3195 + 3317 ], "__typename": [ - 78 + 80 ] }, "player_kills_order_by": { "assisted": [ - 2829 + 2951 ], "attacked_location": [ - 2829 + 2951 ], "attacked_location_coordinates": [ - 2829 + 2951 ], "attacked_player": [ - 3800 + 3922 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacked_team": [ - 2829 + 2951 ], "attacker_location": [ - 2829 + 2951 ], "attacker_location_coordinates": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "attacker_team": [ - 2829 + 2951 ], "blinded": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "headshot": [ - 2829 + 2951 ], "hitgroup": [ - 2829 + 2951 ], "in_air": [ - 2829 + 2951 ], "is_suicide": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "no_scope": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "round": [ - 2829 + 2951 ], "team_kill": [ - 2829 + 2951 ], "thru_smoke": [ - 2829 + 2951 ], "thru_wall": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_pk_columns_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "match_map_id": [ - 4921 + 4998 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_kills_select_column": {}, @@ -64738,17021 +67492,17021 @@ export default { "player_kills_select_column_player_kills_aggregate_bool_exp_bool_or_arguments_columns": {}, "player_kills_set_input": { "assisted": [ - 3 + 5 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "blinded": [ - 3 + 5 ], "deleted_at": [ - 4376 + 4498 ], "headshot": [ - 3 + 5 ], "hitgroup": [ - 78 + 80 ], "in_air": [ - 3 + 5 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "no_scope": [ - 3 + 5 ], "round": [ - 38 + 40 ], "thru_smoke": [ - 3 + 5 ], "thru_wall": [ - 3 + 5 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_stddev_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_stddev_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_stddev_pop_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_stddev_pop_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_stddev_samp_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_stddev_samp_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_stream_cursor_input": { "initial_value": [ - 3259 + 3381 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_kills_stream_cursor_value_input": { "assisted": [ - 3 + 5 ], "attacked_location": [ - 78 + 80 ], "attacked_location_coordinates": [ - 78 + 80 ], "attacked_steam_id": [ - 180 + 257 ], "attacked_team": [ - 78 + 80 ], "attacker_location": [ - 78 + 80 ], "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "attacker_team": [ - 78 + 80 ], "blinded": [ - 3 + 5 ], "deleted_at": [ - 4376 + 4498 ], "headshot": [ - 3 + 5 ], "hitgroup": [ - 78 + 80 ], "in_air": [ - 3 + 5 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "no_scope": [ - 3 + 5 ], "round": [ - 38 + 40 ], "thru_smoke": [ - 3 + 5 ], "thru_wall": [ - 3 + 5 ], "time": [ - 4376 + 4498 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_kills_sum_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_kills_sum_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_update_column": {}, "player_kills_updates": { "_inc": [ - 3238 + 3360 ], "_set": [ - 3251 + 3373 ], "where": [ - 3195 + 3317 ], "__typename": [ - 78 + 80 ] }, "player_kills_var_pop_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_var_pop_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_var_samp_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_var_samp_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_kills_variance_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_kills_variance_order_by": { "attacked_steam_id": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank": { "player_steam_id": [ - 78 + 80 ], "rank": [ - 38 + 40 ], "total": [ - 38 + 40 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_aggregate": { "aggregate": [ - 3272 + 3394 ], "nodes": [ - 3270 + 3392 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_aggregate_fields": { "avg": [ - 3273 + 3395 ], "count": [ - 38, + 40, { "columns": [ - 3281, + 3403, "[player_leaderboard_rank_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3277 + 3399 ], "min": [ - 3278 + 3400 ], "stddev": [ - 3283 + 3405 ], "stddev_pop": [ - 3284 + 3406 ], "stddev_samp": [ - 3285 + 3407 ], "sum": [ - 3288 + 3410 ], "var_pop": [ - 3290 + 3412 ], "var_samp": [ - 3291 + 3413 ], "variance": [ - 3292 + 3414 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_avg_fields": { "rank": [ - 29 + 31 ], "total": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_bool_exp": { "_and": [ - 3274 + 3396 ], "_not": [ - 3274 + 3396 ], "_or": [ - 3274 + 3396 ], "player_steam_id": [ - 80 + 82 ], "rank": [ - 39 + 41 ], "total": [ - 39 + 41 ], "value": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_inc_input": { "rank": [ - 38 + 40 ], "total": [ - 38 + 40 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_insert_input": { "player_steam_id": [ - 78 + 80 ], "rank": [ - 38 + 40 ], "total": [ - 38 + 40 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_max_fields": { "player_steam_id": [ - 78 + 80 ], "rank": [ - 38 + 40 ], "total": [ - 38 + 40 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_min_fields": { "player_steam_id": [ - 78 + 80 ], "rank": [ - 38 + 40 ], "total": [ - 38 + 40 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3270 + 3392 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_order_by": { "player_steam_id": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "total": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_select_column": {}, "player_leaderboard_rank_set_input": { "player_steam_id": [ - 78 + 80 ], "rank": [ - 38 + 40 ], "total": [ - 38 + 40 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_stddev_fields": { "rank": [ - 29 + 31 ], "total": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_stddev_pop_fields": { "rank": [ - 29 + 31 ], "total": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_stddev_samp_fields": { "rank": [ - 29 + 31 ], "total": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_stream_cursor_input": { "initial_value": [ - 3287 + 3409 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_stream_cursor_value_input": { "player_steam_id": [ - 78 + 80 ], "rank": [ - 38 + 40 ], "total": [ - 38 + 40 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_sum_fields": { "rank": [ - 38 + 40 ], "total": [ - 38 + 40 ], "value": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_updates": { "_inc": [ - 3275 + 3397 ], "_set": [ - 3282 + 3404 ], "where": [ - 3274 + 3396 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_var_pop_fields": { "rank": [ - 29 + 31 ], "total": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_var_samp_fields": { "rank": [ - 29 + 31 ], "total": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_leaderboard_rank_variance_fields": { "rank": [ - 29 + 31 ], "total": [ - 29 + 31 ], "value": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flash_duration_count": [ - 38 + 40 ], "flash_duration_sum": [ - 2827 + 2949 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kast_rounds": [ - 38 + 40 ], "kast_total_rounds": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "player": [ - 3787 + 3909 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "updated_at": [ - 4376 + 4498 ], "util_on_death_count": [ - 38 + 40 ], "util_on_death_sum": [ - 38 + 40 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_aggregate": { "aggregate": [ - 3297 + 3419 ], "nodes": [ - 3293 + 3415 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_aggregate_bool_exp": { "count": [ - 3296 + 3418 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_aggregate_bool_exp_count": { "arguments": [ - 3314 + 3436 ], "distinct": [ - 3 + 5 ], "filter": [ - 3302 + 3424 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_aggregate_fields": { "avg": [ - 3300 + 3422 ], "count": [ - 38, + 40, { "columns": [ - 3314, + 3436, "[player_match_map_stats_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3306 + 3428 ], "min": [ - 3308 + 3430 ], "stddev": [ - 3316 + 3438 ], "stddev_pop": [ - 3318 + 3440 ], "stddev_samp": [ - 3320 + 3442 ], "sum": [ - 3324 + 3446 ], "var_pop": [ - 3328 + 3450 ], "var_samp": [ - 3330 + 3452 ], "variance": [ - 3332 + 3454 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_aggregate_order_by": { "avg": [ - 3301 + 3423 ], "count": [ - 2829 + 2951 ], "max": [ - 3307 + 3429 ], "min": [ - 3309 + 3431 ], "stddev": [ - 3317 + 3439 ], "stddev_pop": [ - 3319 + 3441 ], "stddev_samp": [ - 3321 + 3443 ], "sum": [ - 3325 + 3447 ], "var_pop": [ - 3329 + 3451 ], "var_samp": [ - 3331 + 3453 ], "variance": [ - 3333 + 3455 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_arr_rel_insert_input": { "data": [ - 3305 + 3427 ], "on_conflict": [ - 3311 + 3433 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_avg_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flash_duration_count": [ - 29 + 31 ], "flash_duration_sum": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kast_rounds": [ - 29 + 31 ], "kast_total_rounds": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "util_on_death_count": [ - 29 + 31 ], "util_on_death_sum": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_avg_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_bool_exp": { "_and": [ - 3302 + 3424 ], "_not": [ - 3302 + 3424 ], "_or": [ - 3302 + 3424 ], "assists": [ - 39 + 41 ], "assists_ct": [ - 39 + 41 ], "assists_t": [ - 39 + 41 ], "counter_strafe_eligible_shots": [ - 39 + 41 ], "counter_strafed_shots": [ - 39 + 41 ], "crosshair_angle_count": [ - 39 + 41 ], "crosshair_angle_sum_deg": [ - 2828 + 2950 ], "damage": [ - 39 + 41 ], "damage_ct": [ - 39 + 41 ], "damage_t": [ - 39 + 41 ], "deaths": [ - 39 + 41 ], "deaths_ct": [ - 39 + 41 ], "deaths_t": [ - 39 + 41 ], "decoy_throws": [ - 39 + 41 ], "enemies_flashed": [ - 39 + 41 ], "first_bullet_hits": [ - 39 + 41 ], "first_bullet_shots": [ - 39 + 41 ], "five_kill_rounds": [ - 39 + 41 ], "flash_assists": [ - 39 + 41 ], "flash_duration_count": [ - 39 + 41 ], "flash_duration_sum": [ - 2828 + 2950 ], "flashes_thrown": [ - 39 + 41 ], "four_kill_rounds": [ - 39 + 41 ], "he_damage": [ - 39 + 41 ], "he_team_damage": [ - 39 + 41 ], "he_throws": [ - 39 + 41 ], "headshot_hits": [ - 39 + 41 ], "hits": [ - 39 + 41 ], "hits_at_spotted": [ - 39 + 41 ], "hs_kills": [ - 39 + 41 ], "hs_kills_ct": [ - 39 + 41 ], "hs_kills_t": [ - 39 + 41 ], "kast_rounds": [ - 39 + 41 ], "kast_total_rounds": [ - 39 + 41 ], "kills": [ - 39 + 41 ], "kills_ct": [ - 39 + 41 ], "kills_t": [ - 39 + 41 ], "knife_kills": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "molotov_damage": [ - 39 + 41 ], "molotov_throws": [ - 39 + 41 ], "non_awp_hits": [ - 39 + 41 ], "on_target_frames": [ - 39 + 41 ], "player": [ - 3791 + 3913 ], "rounds_ct": [ - 39 + 41 ], "rounds_played": [ - 39 + 41 ], "rounds_t": [ - 39 + 41 ], "shots_at_spotted": [ - 39 + 41 ], "shots_fired": [ - 39 + 41 ], "smoke_throws": [ - 39 + 41 ], "spotted_count": [ - 39 + 41 ], "spotted_with_damage_count": [ - 39 + 41 ], "spray_hits": [ - 39 + 41 ], "spray_shots": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "team_damage": [ - 39 + 41 ], "team_flashed": [ - 39 + 41 ], "three_kill_rounds": [ - 39 + 41 ], "time_to_damage_count": [ - 39 + 41 ], "time_to_damage_sum_s": [ - 2828 + 2950 ], "total_engagement_frames": [ - 39 + 41 ], "trade_kill_attempts": [ - 39 + 41 ], "trade_kill_opportunities": [ - 39 + 41 ], "trade_kill_successes": [ - 39 + 41 ], "traded_death_attempts": [ - 39 + 41 ], "traded_death_opportunities": [ - 39 + 41 ], "traded_death_successes": [ - 39 + 41 ], "two_kill_rounds": [ - 39 + 41 ], "unused_utility_value": [ - 39 + 41 ], "updated_at": [ - 4377 + 4499 ], "util_on_death_count": [ - 39 + 41 ], "util_on_death_sum": [ - 39 + 41 ], "wasted_magazine_shots": [ - 39 + 41 ], "zeus_kills": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_constraint": {}, "player_match_map_stats_inc_input": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flash_duration_count": [ - 38 + 40 ], "flash_duration_sum": [ - 2827 + 2949 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kast_rounds": [ - 38 + 40 ], "kast_total_rounds": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "util_on_death_count": [ - 38 + 40 ], "util_on_death_sum": [ - 38 + 40 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_insert_input": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flash_duration_count": [ - 38 + 40 ], "flash_duration_sum": [ - 2827 + 2949 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kast_rounds": [ - 38 + 40 ], "kast_total_rounds": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "player": [ - 3798 + 3920 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "updated_at": [ - 4376 + 4498 ], "util_on_death_count": [ - 38 + 40 ], "util_on_death_sum": [ - 38 + 40 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_max_fields": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flash_duration_count": [ - 38 + 40 ], "flash_duration_sum": [ - 2827 + 2949 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kast_rounds": [ - 38 + 40 ], "kast_total_rounds": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "updated_at": [ - 4376 + 4498 ], "util_on_death_count": [ - 38 + 40 ], "util_on_death_sum": [ - 38 + 40 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_max_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_min_fields": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flash_duration_count": [ - 38 + 40 ], "flash_duration_sum": [ - 2827 + 2949 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kast_rounds": [ - 38 + 40 ], "kast_total_rounds": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "updated_at": [ - 4376 + 4498 ], "util_on_death_count": [ - 38 + 40 ], "util_on_death_sum": [ - 38 + 40 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_min_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3293 + 3415 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_on_conflict": { "constraint": [ - 3303 + 3425 ], "update_columns": [ - 3326 + 3448 ], "where": [ - 3302 + 3424 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_pk_columns_input": { "match_map_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_select_column": {}, "player_match_map_stats_set_input": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flash_duration_count": [ - 38 + 40 ], "flash_duration_sum": [ - 2827 + 2949 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kast_rounds": [ - 38 + 40 ], "kast_total_rounds": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "updated_at": [ - 4376 + 4498 ], "util_on_death_count": [ - 38 + 40 ], "util_on_death_sum": [ - 38 + 40 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_stddev_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flash_duration_count": [ - 29 + 31 ], "flash_duration_sum": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kast_rounds": [ - 29 + 31 ], "kast_total_rounds": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "util_on_death_count": [ - 29 + 31 ], "util_on_death_sum": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_stddev_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_stddev_pop_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flash_duration_count": [ - 29 + 31 ], "flash_duration_sum": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kast_rounds": [ - 29 + 31 ], "kast_total_rounds": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "util_on_death_count": [ - 29 + 31 ], "util_on_death_sum": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_stddev_pop_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_stddev_samp_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flash_duration_count": [ - 29 + 31 ], "flash_duration_sum": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kast_rounds": [ - 29 + 31 ], "kast_total_rounds": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "util_on_death_count": [ - 29 + 31 ], "util_on_death_sum": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_stddev_samp_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_stream_cursor_input": { "initial_value": [ - 3323 + 3445 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_stream_cursor_value_input": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flash_duration_count": [ - 38 + 40 ], "flash_duration_sum": [ - 2827 + 2949 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kast_rounds": [ - 38 + 40 ], "kast_total_rounds": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "updated_at": [ - 4376 + 4498 ], "util_on_death_count": [ - 38 + 40 ], "util_on_death_sum": [ - 38 + 40 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_sum_fields": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "crosshair_angle_count": [ - 38 + 40 ], "crosshair_angle_sum_deg": [ - 2827 + 2949 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flash_duration_count": [ - 38 + 40 ], "flash_duration_sum": [ - 2827 + 2949 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kast_rounds": [ - 38 + 40 ], "kast_total_rounds": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "time_to_damage_count": [ - 38 + 40 ], "time_to_damage_sum_s": [ - 2827 + 2949 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "util_on_death_count": [ - 38 + 40 ], "util_on_death_sum": [ - 38 + 40 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_sum_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_update_column": {}, "player_match_map_stats_updates": { "_inc": [ - 3304 + 3426 ], "_set": [ - 3315 + 3437 ], "where": [ - 3302 + 3424 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_var_pop_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flash_duration_count": [ - 29 + 31 ], "flash_duration_sum": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kast_rounds": [ - 29 + 31 ], "kast_total_rounds": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "util_on_death_count": [ - 29 + 31 ], "util_on_death_sum": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_var_pop_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_var_samp_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flash_duration_count": [ - 29 + 31 ], "flash_duration_sum": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kast_rounds": [ - 29 + 31 ], "kast_total_rounds": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "util_on_death_count": [ - 29 + 31 ], "util_on_death_sum": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_var_samp_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_variance_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "crosshair_angle_count": [ - 29 + 31 ], "crosshair_angle_sum_deg": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flash_duration_count": [ - 29 + 31 ], "flash_duration_sum": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kast_rounds": [ - 29 + 31 ], "kast_total_rounds": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "time_to_damage_count": [ - 29 + 31 ], "time_to_damage_sum_s": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "util_on_death_count": [ - 29 + 31 ], "util_on_death_sum": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_map_stats_variance_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "crosshair_angle_count": [ - 2829 + 2951 ], "crosshair_angle_sum_deg": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flash_duration_count": [ - 2829 + 2951 ], "flash_duration_sum": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kast_rounds": [ - 2829 + 2951 ], "kast_total_rounds": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "time_to_damage_count": [ - 2829 + 2951 ], "time_to_damage_sum_s": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "util_on_death_count": [ - 2829 + 2951 ], "util_on_death_sum": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "aim_rating": [ - 1547 + 1669 ], "counter_strafe_pct": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "overall_rating": [ - 1547 + 1669 ], "played_at": [ - 4376 + 4498 ], "positioning_rating": [ - 1547 + 1669 ], "rounds": [ - 38 + 40 ], "source": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_aggregate": { "aggregate": [ - 3336 + 3458 ], "nodes": [ - 3334 + 3456 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_aggregate_fields": { "avg": [ - 3337 + 3459 ], "count": [ - 38, + 40, { "columns": [ - 3342, + 3464, "[player_match_performance_v_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3339 + 3461 ], "min": [ - 3340 + 3462 ], "stddev": [ - 3343 + 3465 ], "stddev_pop": [ - 3344 + 3466 ], "stddev_samp": [ - 3345 + 3467 ], "sum": [ - 3348 + 3470 ], "var_pop": [ - 3349 + 3471 ], "var_samp": [ - 3350 + 3472 ], "variance": [ - 3351 + 3473 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_avg_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "overall_rating": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_bool_exp": { "_and": [ - 3338 + 3460 ], "_not": [ - 3338 + 3460 ], "_or": [ - 3338 + 3460 ], "accuracy": [ - 2828 + 2950 ], "accuracy_spotted": [ - 2828 + 2950 ], "aim_rating": [ - 1548 + 1670 ], "counter_strafe_pct": [ - 2828 + 2950 ], "enemy_blind_pr": [ - 2828 + 2950 ], "flash_assists_pr": [ - 2828 + 2950 ], "hs_pct": [ - 2828 + 2950 ], "kast_pct": [ - 2828 + 2950 ], "match_id": [ - 4923 + 5000 ], "overall_rating": [ - 1548 + 1670 ], "played_at": [ - 4377 + 4499 ], "positioning_rating": [ - 1548 + 1670 ], "rounds": [ - 39 + 41 ], "source": [ - 80 + 82 ], "steam_id": [ - 182 + 259 ], "survival_pct": [ - 2828 + 2950 ], "traded_death_pct": [ - 2828 + 2950 ], "util_efficiency": [ - 2828 + 2950 ], "utility_rating": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_max_fields": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "aim_rating": [ - 1547 + 1669 ], "counter_strafe_pct": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "overall_rating": [ - 1547 + 1669 ], "played_at": [ - 4376 + 4498 ], "positioning_rating": [ - 1547 + 1669 ], "rounds": [ - 38 + 40 ], "source": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_min_fields": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "aim_rating": [ - 1547 + 1669 ], "counter_strafe_pct": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "overall_rating": [ - 1547 + 1669 ], "played_at": [ - 4376 + 4498 ], "positioning_rating": [ - 1547 + 1669 ], "rounds": [ - 38 + 40 ], "source": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_order_by": { "accuracy": [ - 2829 + 2951 ], "accuracy_spotted": [ - 2829 + 2951 ], "aim_rating": [ - 2829 + 2951 ], "counter_strafe_pct": [ - 2829 + 2951 ], "enemy_blind_pr": [ - 2829 + 2951 ], "flash_assists_pr": [ - 2829 + 2951 ], "hs_pct": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "overall_rating": [ - 2829 + 2951 ], "played_at": [ - 2829 + 2951 ], "positioning_rating": [ - 2829 + 2951 ], "rounds": [ - 2829 + 2951 ], "source": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "survival_pct": [ - 2829 + 2951 ], "traded_death_pct": [ - 2829 + 2951 ], "util_efficiency": [ - 2829 + 2951 ], "utility_rating": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_select_column": {}, "player_match_performance_v_stddev_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "overall_rating": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_stddev_pop_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "overall_rating": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_stddev_samp_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "overall_rating": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_stream_cursor_input": { "initial_value": [ - 3347 + 3469 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_stream_cursor_value_input": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "aim_rating": [ - 1547 + 1669 ], "counter_strafe_pct": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "overall_rating": [ - 1547 + 1669 ], "played_at": [ - 4376 + 4498 ], "positioning_rating": [ - 1547 + 1669 ], "rounds": [ - 38 + 40 ], "source": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_sum_fields": { "accuracy": [ - 2827 + 2949 ], "accuracy_spotted": [ - 2827 + 2949 ], "aim_rating": [ - 1547 + 1669 ], "counter_strafe_pct": [ - 2827 + 2949 ], "enemy_blind_pr": [ - 2827 + 2949 ], "flash_assists_pr": [ - 2827 + 2949 ], "hs_pct": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "overall_rating": [ - 1547 + 1669 ], "positioning_rating": [ - 1547 + 1669 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "survival_pct": [ - 2827 + 2949 ], "traded_death_pct": [ - 2827 + 2949 ], "util_efficiency": [ - 2827 + 2949 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_var_pop_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "overall_rating": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_var_samp_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "overall_rating": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_performance_v_variance_fields": { "accuracy": [ - 29 + 31 ], "accuracy_spotted": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "counter_strafe_pct": [ - 29 + 31 ], "enemy_blind_pr": [ - 29 + 31 ], "flash_assists_pr": [ - 29 + 31 ], "hs_pct": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "overall_rating": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_pct": [ - 29 + 31 ], "traded_death_pct": [ - 29 + 31 ], "util_efficiency": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "avg_crosshair_angle_deg": [ - 2827 + 2949 ], "avg_flash_duration": [ - 2827 + 2949 ], "avg_time_to_damage_s": [ - 2827 + 2949 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "utility_on_death": [ - 2827 + 2949 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_aggregate": { "aggregate": [ - 3356 + 3478 ], "nodes": [ - 3352 + 3474 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_aggregate_bool_exp": { "count": [ - 3355 + 3477 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_aggregate_bool_exp_count": { "arguments": [ - 3368 + 3490 ], "distinct": [ - 3 + 5 ], "filter": [ - 3361 + 3483 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_aggregate_fields": { "avg": [ - 3359 + 3481 ], "count": [ - 38, + 40, { "columns": [ - 3368, + 3490, "[player_match_stats_v_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3363 + 3485 ], "min": [ - 3365 + 3487 ], "stddev": [ - 3369 + 3491 ], "stddev_pop": [ - 3371 + 3493 ], "stddev_samp": [ - 3373 + 3495 ], "sum": [ - 3377 + 3499 ], "var_pop": [ - 3379 + 3501 ], "var_samp": [ - 3381 + 3503 ], "variance": [ - 3383 + 3505 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_aggregate_order_by": { "avg": [ - 3360 + 3482 ], "count": [ - 2829 + 2951 ], "max": [ - 3364 + 3486 ], "min": [ - 3366 + 3488 ], "stddev": [ - 3370 + 3492 ], "stddev_pop": [ - 3372 + 3494 ], "stddev_samp": [ - 3374 + 3496 ], "sum": [ - 3378 + 3500 ], "var_pop": [ - 3380 + 3502 ], "var_samp": [ - 3382 + 3504 ], "variance": [ - 3384 + 3506 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_arr_rel_insert_input": { "data": [ - 3362 + 3484 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_avg_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "avg_crosshair_angle_deg": [ - 29 + 31 ], "avg_flash_duration": [ - 29 + 31 ], "avg_time_to_damage_s": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "utility_on_death": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_avg_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_bool_exp": { "_and": [ - 3361 + 3483 ], "_not": [ - 3361 + 3483 ], "_or": [ - 3361 + 3483 ], "assists": [ - 39 + 41 ], "assists_ct": [ - 39 + 41 ], "assists_t": [ - 39 + 41 ], "avg_crosshair_angle_deg": [ - 2828 + 2950 ], "avg_flash_duration": [ - 2828 + 2950 ], "avg_time_to_damage_s": [ - 2828 + 2950 ], "counter_strafe_eligible_shots": [ - 39 + 41 ], "counter_strafed_shots": [ - 39 + 41 ], "damage": [ - 39 + 41 ], "damage_ct": [ - 39 + 41 ], "damage_t": [ - 39 + 41 ], "deaths": [ - 39 + 41 ], "deaths_ct": [ - 39 + 41 ], "deaths_t": [ - 39 + 41 ], "decoy_throws": [ - 39 + 41 ], "enemies_flashed": [ - 39 + 41 ], "first_bullet_hits": [ - 39 + 41 ], "first_bullet_shots": [ - 39 + 41 ], "five_kill_rounds": [ - 39 + 41 ], "flash_assists": [ - 39 + 41 ], "flashes_thrown": [ - 39 + 41 ], "four_kill_rounds": [ - 39 + 41 ], "he_damage": [ - 39 + 41 ], "he_team_damage": [ - 39 + 41 ], "he_throws": [ - 39 + 41 ], "headshot_hits": [ - 39 + 41 ], "hits": [ - 39 + 41 ], "hits_at_spotted": [ - 39 + 41 ], "hs_kills": [ - 39 + 41 ], "hs_kills_ct": [ - 39 + 41 ], "hs_kills_t": [ - 39 + 41 ], "kills": [ - 39 + 41 ], "kills_ct": [ - 39 + 41 ], "kills_t": [ - 39 + 41 ], "knife_kills": [ - 39 + 41 ], "match_id": [ - 4923 + 5000 ], "molotov_damage": [ - 39 + 41 ], "molotov_throws": [ - 39 + 41 ], "non_awp_hits": [ - 39 + 41 ], "on_target_frames": [ - 39 + 41 ], "rounds_ct": [ - 39 + 41 ], "rounds_played": [ - 39 + 41 ], "rounds_t": [ - 39 + 41 ], "shots_at_spotted": [ - 39 + 41 ], "shots_fired": [ - 39 + 41 ], "smoke_throws": [ - 39 + 41 ], "spotted_count": [ - 39 + 41 ], "spotted_with_damage_count": [ - 39 + 41 ], "spray_hits": [ - 39 + 41 ], "spray_shots": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "team_damage": [ - 39 + 41 ], "team_flashed": [ - 39 + 41 ], "three_kill_rounds": [ - 39 + 41 ], "total_engagement_frames": [ - 39 + 41 ], "trade_kill_attempts": [ - 39 + 41 ], "trade_kill_opportunities": [ - 39 + 41 ], "trade_kill_successes": [ - 39 + 41 ], "traded_death_attempts": [ - 39 + 41 ], "traded_death_opportunities": [ - 39 + 41 ], "traded_death_successes": [ - 39 + 41 ], "two_kill_rounds": [ - 39 + 41 ], "unused_utility_value": [ - 39 + 41 ], "utility_on_death": [ - 2828 + 2950 ], "wasted_magazine_shots": [ - 39 + 41 ], "zeus_kills": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_insert_input": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "avg_crosshair_angle_deg": [ - 2827 + 2949 ], "avg_flash_duration": [ - 2827 + 2949 ], "avg_time_to_damage_s": [ - 2827 + 2949 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "utility_on_death": [ - 2827 + 2949 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_max_fields": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "avg_crosshair_angle_deg": [ - 2827 + 2949 ], "avg_flash_duration": [ - 2827 + 2949 ], "avg_time_to_damage_s": [ - 2827 + 2949 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "utility_on_death": [ - 2827 + 2949 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_max_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_min_fields": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "avg_crosshair_angle_deg": [ - 2827 + 2949 ], "avg_flash_duration": [ - 2827 + 2949 ], "avg_time_to_damage_s": [ - 2827 + 2949 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "utility_on_death": [ - 2827 + 2949 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_min_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_select_column": {}, "player_match_stats_v_stddev_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "avg_crosshair_angle_deg": [ - 29 + 31 ], "avg_flash_duration": [ - 29 + 31 ], "avg_time_to_damage_s": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "utility_on_death": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_stddev_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_stddev_pop_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "avg_crosshair_angle_deg": [ - 29 + 31 ], "avg_flash_duration": [ - 29 + 31 ], "avg_time_to_damage_s": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "utility_on_death": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_stddev_pop_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_stddev_samp_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "avg_crosshair_angle_deg": [ - 29 + 31 ], "avg_flash_duration": [ - 29 + 31 ], "avg_time_to_damage_s": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "utility_on_death": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_stddev_samp_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_stream_cursor_input": { "initial_value": [ - 3376 + 3498 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_stream_cursor_value_input": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "avg_crosshair_angle_deg": [ - 2827 + 2949 ], "avg_flash_duration": [ - 2827 + 2949 ], "avg_time_to_damage_s": [ - 2827 + 2949 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "utility_on_death": [ - 2827 + 2949 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_sum_fields": { "assists": [ - 38 + 40 ], "assists_ct": [ - 38 + 40 ], "assists_t": [ - 38 + 40 ], "avg_crosshair_angle_deg": [ - 2827 + 2949 ], "avg_flash_duration": [ - 2827 + 2949 ], "avg_time_to_damage_s": [ - 2827 + 2949 ], "counter_strafe_eligible_shots": [ - 38 + 40 ], "counter_strafed_shots": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_ct": [ - 38 + 40 ], "damage_t": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "deaths_ct": [ - 38 + 40 ], "deaths_t": [ - 38 + 40 ], "decoy_throws": [ - 38 + 40 ], "enemies_flashed": [ - 38 + 40 ], "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "five_kill_rounds": [ - 38 + 40 ], "flash_assists": [ - 38 + 40 ], "flashes_thrown": [ - 38 + 40 ], "four_kill_rounds": [ - 38 + 40 ], "he_damage": [ - 38 + 40 ], "he_team_damage": [ - 38 + 40 ], "he_throws": [ - 38 + 40 ], "headshot_hits": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_at_spotted": [ - 38 + 40 ], "hs_kills": [ - 38 + 40 ], "hs_kills_ct": [ - 38 + 40 ], "hs_kills_t": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "kills_ct": [ - 38 + 40 ], "kills_t": [ - 38 + 40 ], "knife_kills": [ - 38 + 40 ], "molotov_damage": [ - 38 + 40 ], "molotov_throws": [ - 38 + 40 ], "non_awp_hits": [ - 38 + 40 ], "on_target_frames": [ - 38 + 40 ], "rounds_ct": [ - 38 + 40 ], "rounds_played": [ - 38 + 40 ], "rounds_t": [ - 38 + 40 ], "shots_at_spotted": [ - 38 + 40 ], "shots_fired": [ - 38 + 40 ], "smoke_throws": [ - 38 + 40 ], "spotted_count": [ - 38 + 40 ], "spotted_with_damage_count": [ - 38 + 40 ], "spray_hits": [ - 38 + 40 ], "spray_shots": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "team_damage": [ - 38 + 40 ], "team_flashed": [ - 38 + 40 ], "three_kill_rounds": [ - 38 + 40 ], "total_engagement_frames": [ - 38 + 40 ], "trade_kill_attempts": [ - 38 + 40 ], "trade_kill_opportunities": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_attempts": [ - 38 + 40 ], "traded_death_opportunities": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "two_kill_rounds": [ - 38 + 40 ], "unused_utility_value": [ - 38 + 40 ], "utility_on_death": [ - 2827 + 2949 ], "wasted_magazine_shots": [ - 38 + 40 ], "zeus_kills": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_sum_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_var_pop_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "avg_crosshair_angle_deg": [ - 29 + 31 ], "avg_flash_duration": [ - 29 + 31 ], "avg_time_to_damage_s": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "utility_on_death": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_var_pop_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_var_samp_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "avg_crosshair_angle_deg": [ - 29 + 31 ], "avg_flash_duration": [ - 29 + 31 ], "avg_time_to_damage_s": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "utility_on_death": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_var_samp_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_variance_fields": { "assists": [ - 29 + 31 ], "assists_ct": [ - 29 + 31 ], "assists_t": [ - 29 + 31 ], "avg_crosshair_angle_deg": [ - 29 + 31 ], "avg_flash_duration": [ - 29 + 31 ], "avg_time_to_damage_s": [ - 29 + 31 ], "counter_strafe_eligible_shots": [ - 29 + 31 ], "counter_strafed_shots": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_ct": [ - 29 + 31 ], "damage_t": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "deaths_ct": [ - 29 + 31 ], "deaths_t": [ - 29 + 31 ], "decoy_throws": [ - 29 + 31 ], "enemies_flashed": [ - 29 + 31 ], "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "five_kill_rounds": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "flashes_thrown": [ - 29 + 31 ], "four_kill_rounds": [ - 29 + 31 ], "he_damage": [ - 29 + 31 ], "he_team_damage": [ - 29 + 31 ], "he_throws": [ - 29 + 31 ], "headshot_hits": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_at_spotted": [ - 29 + 31 ], "hs_kills": [ - 29 + 31 ], "hs_kills_ct": [ - 29 + 31 ], "hs_kills_t": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kills_ct": [ - 29 + 31 ], "kills_t": [ - 29 + 31 ], "knife_kills": [ - 29 + 31 ], "molotov_damage": [ - 29 + 31 ], "molotov_throws": [ - 29 + 31 ], "non_awp_hits": [ - 29 + 31 ], "on_target_frames": [ - 29 + 31 ], "rounds_ct": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "rounds_t": [ - 29 + 31 ], "shots_at_spotted": [ - 29 + 31 ], "shots_fired": [ - 29 + 31 ], "smoke_throws": [ - 29 + 31 ], "spotted_count": [ - 29 + 31 ], "spotted_with_damage_count": [ - 29 + 31 ], "spray_hits": [ - 29 + 31 ], "spray_shots": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "team_damage": [ - 29 + 31 ], "team_flashed": [ - 29 + 31 ], "three_kill_rounds": [ - 29 + 31 ], "total_engagement_frames": [ - 29 + 31 ], "trade_kill_attempts": [ - 29 + 31 ], "trade_kill_opportunities": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_attempts": [ - 29 + 31 ], "traded_death_opportunities": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "two_kill_rounds": [ - 29 + 31 ], "unused_utility_value": [ - 29 + 31 ], "utility_on_death": [ - 29 + 31 ], "wasted_magazine_shots": [ - 29 + 31 ], "zeus_kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_match_stats_v_variance_order_by": { "assists": [ - 2829 + 2951 ], "assists_ct": [ - 2829 + 2951 ], "assists_t": [ - 2829 + 2951 ], "avg_crosshair_angle_deg": [ - 2829 + 2951 ], "avg_flash_duration": [ - 2829 + 2951 ], "avg_time_to_damage_s": [ - 2829 + 2951 ], "counter_strafe_eligible_shots": [ - 2829 + 2951 ], "counter_strafed_shots": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_ct": [ - 2829 + 2951 ], "damage_t": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "deaths_ct": [ - 2829 + 2951 ], "deaths_t": [ - 2829 + 2951 ], "decoy_throws": [ - 2829 + 2951 ], "enemies_flashed": [ - 2829 + 2951 ], "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "five_kill_rounds": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "flashes_thrown": [ - 2829 + 2951 ], "four_kill_rounds": [ - 2829 + 2951 ], "he_damage": [ - 2829 + 2951 ], "he_team_damage": [ - 2829 + 2951 ], "he_throws": [ - 2829 + 2951 ], "headshot_hits": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_at_spotted": [ - 2829 + 2951 ], "hs_kills": [ - 2829 + 2951 ], "hs_kills_ct": [ - 2829 + 2951 ], "hs_kills_t": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kills_ct": [ - 2829 + 2951 ], "kills_t": [ - 2829 + 2951 ], "knife_kills": [ - 2829 + 2951 ], "molotov_damage": [ - 2829 + 2951 ], "molotov_throws": [ - 2829 + 2951 ], "non_awp_hits": [ - 2829 + 2951 ], "on_target_frames": [ - 2829 + 2951 ], "rounds_ct": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "rounds_t": [ - 2829 + 2951 ], "shots_at_spotted": [ - 2829 + 2951 ], "shots_fired": [ - 2829 + 2951 ], "smoke_throws": [ - 2829 + 2951 ], "spotted_count": [ - 2829 + 2951 ], "spotted_with_damage_count": [ - 2829 + 2951 ], "spray_hits": [ - 2829 + 2951 ], "spray_shots": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_damage": [ - 2829 + 2951 ], "team_flashed": [ - 2829 + 2951 ], "three_kill_rounds": [ - 2829 + 2951 ], "total_engagement_frames": [ - 2829 + 2951 ], "trade_kill_attempts": [ - 2829 + 2951 ], "trade_kill_opportunities": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_attempts": [ - 2829 + 2951 ], "traded_death_opportunities": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "two_kill_rounds": [ - 2829 + 2951 ], "unused_utility_value": [ - 2829 + 2951 ], "utility_on_death": [ - 2829 + 2951 ], "wasted_magazine_shots": [ - 2829 + 2951 ], "zeus_kills": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives": { "deleted_at": [ - 4376 + 4498 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "type": [ - 928 + 1050 ], "__typename": [ - 78 + 80 ] }, "player_objectives_aggregate": { "aggregate": [ - 3389 + 3511 ], "nodes": [ - 3385 + 3507 ], "__typename": [ - 78 + 80 ] }, "player_objectives_aggregate_bool_exp": { "count": [ - 3388 + 3510 ], "__typename": [ - 78 + 80 ] }, "player_objectives_aggregate_bool_exp_count": { "arguments": [ - 3406 + 3528 ], "distinct": [ - 3 + 5 ], "filter": [ - 3394 + 3516 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_objectives_aggregate_fields": { "avg": [ - 3392 + 3514 ], "count": [ - 38, + 40, { "columns": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3398 + 3520 ], "min": [ - 3400 + 3522 ], "stddev": [ - 3408 + 3530 ], "stddev_pop": [ - 3410 + 3532 ], "stddev_samp": [ - 3412 + 3534 ], "sum": [ - 3416 + 3538 ], "var_pop": [ - 3420 + 3542 ], "var_samp": [ - 3422 + 3544 ], "variance": [ - 3424 + 3546 ], "__typename": [ - 78 + 80 ] }, "player_objectives_aggregate_order_by": { "avg": [ - 3393 + 3515 ], "count": [ - 2829 + 2951 ], "max": [ - 3399 + 3521 ], "min": [ - 3401 + 3523 ], "stddev": [ - 3409 + 3531 ], "stddev_pop": [ - 3411 + 3533 ], "stddev_samp": [ - 3413 + 3535 ], "sum": [ - 3417 + 3539 ], "var_pop": [ - 3421 + 3543 ], "var_samp": [ - 3423 + 3545 ], "variance": [ - 3425 + 3547 ], "__typename": [ - 78 + 80 ] }, "player_objectives_arr_rel_insert_input": { "data": [ - 3397 + 3519 ], "on_conflict": [ - 3403 + 3525 ], "__typename": [ - 78 + 80 ] }, "player_objectives_avg_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_objectives_avg_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_bool_exp": { "_and": [ - 3394 + 3516 ], "_not": [ - 3394 + 3516 ], "_or": [ - 3394 + 3516 ], "deleted_at": [ - 4377 + 4499 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "round": [ - 39 + 41 ], "time": [ - 4377 + 4499 ], "type": [ - 929 + 1051 ], "__typename": [ - 78 + 80 ] }, "player_objectives_constraint": {}, "player_objectives_inc_input": { "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_objectives_insert_input": { "deleted_at": [ - 4376 + 4498 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "type": [ - 928 + 1050 ], "__typename": [ - 78 + 80 ] }, "player_objectives_max_fields": { "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_objectives_max_order_by": { "deleted_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_min_fields": { "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_objectives_min_order_by": { "deleted_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3385 + 3507 ], "__typename": [ - 78 + 80 ] }, "player_objectives_on_conflict": { "constraint": [ - 3395 + 3517 ], "update_columns": [ - 3418 + 3540 ], "where": [ - 3394 + 3516 ], "__typename": [ - 78 + 80 ] }, "player_objectives_order_by": { "deleted_at": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_pk_columns_input": { "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_objectives_select_column": {}, "player_objectives_set_input": { "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "type": [ - 928 + 1050 ], "__typename": [ - 78 + 80 ] }, "player_objectives_stddev_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_objectives_stddev_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_stddev_pop_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_objectives_stddev_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_stddev_samp_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_objectives_stddev_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_stream_cursor_input": { "initial_value": [ - 3415 + 3537 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_objectives_stream_cursor_value_input": { "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "type": [ - 928 + 1050 ], "__typename": [ - 78 + 80 ] }, "player_objectives_sum_fields": { "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_objectives_sum_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_update_column": {}, "player_objectives_updates": { "_inc": [ - 3396 + 3518 ], "_set": [ - 3407 + 3529 ], "where": [ - 3394 + 3516 ], "__typename": [ - 78 + 80 ] }, "player_objectives_var_pop_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_objectives_var_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_var_samp_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_objectives_var_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_objectives_variance_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_objectives_variance_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_performance_v": { "accuracy_score": [ - 1547 + 1669 ], "aim_goal": [ - 1547 + 1669 ], "aim_rating": [ - 1547 + 1669 ], "band": [ - 38 + 40 ], "band_sample": [ - 180 + 257 ], "blind_score": [ - 1547 + 1669 ], "counter_strafe_score": [ - 1547 + 1669 ], "crosshair_score": [ - 1547 + 1669 ], "flash_assists_score": [ - 1547 + 1669 ], "hs_score": [ - 1547 + 1669 ], "kast_score": [ - 1547 + 1669 ], "maps": [ - 38 + 40 ], "positioning_goal": [ - 1547 + 1669 ], "positioning_rating": [ - 1547 + 1669 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "spotted_score": [ - 1547 + 1669 ], "steam_id": [ - 180 + 257 ], "survival_score": [ - 1547 + 1669 ], "traded_score": [ - 1547 + 1669 ], "ttd_score": [ - 1547 + 1669 ], "util_eff_score": [ - 1547 + 1669 ], "utility_goal": [ - 1547 + 1669 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_aggregate": { "aggregate": [ - 3428 + 3550 ], "nodes": [ - 3426 + 3548 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_aggregate_fields": { "avg": [ - 3429 + 3551 ], "count": [ - 38, + 40, { "columns": [ - 3434, + 3556, "[player_performance_v_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3431 + 3553 ], "min": [ - 3432 + 3554 ], "stddev": [ - 3435 + 3557 ], "stddev_pop": [ - 3436 + 3558 ], "stddev_samp": [ - 3437 + 3559 ], "sum": [ - 3440 + 3562 ], "var_pop": [ - 3441 + 3563 ], "var_samp": [ - 3442 + 3564 ], "variance": [ - 3443 + 3565 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_avg_fields": { "accuracy_score": [ - 29 + 31 ], "aim_goal": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "band": [ - 29 + 31 ], "band_sample": [ - 29 + 31 ], "blind_score": [ - 29 + 31 ], "counter_strafe_score": [ - 29 + 31 ], "crosshair_score": [ - 29 + 31 ], "flash_assists_score": [ - 29 + 31 ], "hs_score": [ - 29 + 31 ], "kast_score": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "positioning_goal": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "spotted_score": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_score": [ - 29 + 31 ], "traded_score": [ - 29 + 31 ], "ttd_score": [ - 29 + 31 ], "util_eff_score": [ - 29 + 31 ], "utility_goal": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_bool_exp": { "_and": [ - 3430 + 3552 ], "_not": [ - 3430 + 3552 ], "_or": [ - 3430 + 3552 ], "accuracy_score": [ - 1548 + 1670 ], "aim_goal": [ - 1548 + 1670 ], "aim_rating": [ - 1548 + 1670 ], "band": [ - 39 + 41 ], "band_sample": [ - 182 + 259 ], "blind_score": [ - 1548 + 1670 ], "counter_strafe_score": [ - 1548 + 1670 ], "crosshair_score": [ - 1548 + 1670 ], "flash_assists_score": [ - 1548 + 1670 ], "hs_score": [ - 1548 + 1670 ], "kast_score": [ - 1548 + 1670 ], "maps": [ - 39 + 41 ], "positioning_goal": [ - 1548 + 1670 ], "positioning_rating": [ - 1548 + 1670 ], "premier_rank": [ - 39 + 41 ], "rounds": [ - 39 + 41 ], "spotted_score": [ - 1548 + 1670 ], "steam_id": [ - 182 + 259 ], "survival_score": [ - 1548 + 1670 ], "traded_score": [ - 1548 + 1670 ], "ttd_score": [ - 1548 + 1670 ], "util_eff_score": [ - 1548 + 1670 ], "utility_goal": [ - 1548 + 1670 ], "utility_rating": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_max_fields": { "accuracy_score": [ - 1547 + 1669 ], "aim_goal": [ - 1547 + 1669 ], "aim_rating": [ - 1547 + 1669 ], "band": [ - 38 + 40 ], "band_sample": [ - 180 + 257 ], "blind_score": [ - 1547 + 1669 ], "counter_strafe_score": [ - 1547 + 1669 ], "crosshair_score": [ - 1547 + 1669 ], "flash_assists_score": [ - 1547 + 1669 ], "hs_score": [ - 1547 + 1669 ], "kast_score": [ - 1547 + 1669 ], "maps": [ - 38 + 40 ], "positioning_goal": [ - 1547 + 1669 ], "positioning_rating": [ - 1547 + 1669 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "spotted_score": [ - 1547 + 1669 ], "steam_id": [ - 180 + 257 ], "survival_score": [ - 1547 + 1669 ], "traded_score": [ - 1547 + 1669 ], "ttd_score": [ - 1547 + 1669 ], "util_eff_score": [ - 1547 + 1669 ], "utility_goal": [ - 1547 + 1669 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_min_fields": { "accuracy_score": [ - 1547 + 1669 ], "aim_goal": [ - 1547 + 1669 ], "aim_rating": [ - 1547 + 1669 ], "band": [ - 38 + 40 ], "band_sample": [ - 180 + 257 ], "blind_score": [ - 1547 + 1669 ], "counter_strafe_score": [ - 1547 + 1669 ], "crosshair_score": [ - 1547 + 1669 ], "flash_assists_score": [ - 1547 + 1669 ], "hs_score": [ - 1547 + 1669 ], "kast_score": [ - 1547 + 1669 ], "maps": [ - 38 + 40 ], "positioning_goal": [ - 1547 + 1669 ], "positioning_rating": [ - 1547 + 1669 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "spotted_score": [ - 1547 + 1669 ], "steam_id": [ - 180 + 257 ], "survival_score": [ - 1547 + 1669 ], "traded_score": [ - 1547 + 1669 ], "ttd_score": [ - 1547 + 1669 ], "util_eff_score": [ - 1547 + 1669 ], "utility_goal": [ - 1547 + 1669 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_order_by": { "accuracy_score": [ - 2829 + 2951 ], "aim_goal": [ - 2829 + 2951 ], "aim_rating": [ - 2829 + 2951 ], "band": [ - 2829 + 2951 ], "band_sample": [ - 2829 + 2951 ], "blind_score": [ - 2829 + 2951 ], "counter_strafe_score": [ - 2829 + 2951 ], "crosshair_score": [ - 2829 + 2951 ], "flash_assists_score": [ - 2829 + 2951 ], "hs_score": [ - 2829 + 2951 ], "kast_score": [ - 2829 + 2951 ], "maps": [ - 2829 + 2951 ], "positioning_goal": [ - 2829 + 2951 ], "positioning_rating": [ - 2829 + 2951 ], "premier_rank": [ - 2829 + 2951 ], "rounds": [ - 2829 + 2951 ], "spotted_score": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "survival_score": [ - 2829 + 2951 ], "traded_score": [ - 2829 + 2951 ], "ttd_score": [ - 2829 + 2951 ], "util_eff_score": [ - 2829 + 2951 ], "utility_goal": [ - 2829 + 2951 ], "utility_rating": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_select_column": {}, "player_performance_v_stddev_fields": { "accuracy_score": [ - 29 + 31 ], "aim_goal": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "band": [ - 29 + 31 ], "band_sample": [ - 29 + 31 ], "blind_score": [ - 29 + 31 ], "counter_strafe_score": [ - 29 + 31 ], "crosshair_score": [ - 29 + 31 ], "flash_assists_score": [ - 29 + 31 ], "hs_score": [ - 29 + 31 ], "kast_score": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "positioning_goal": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "spotted_score": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_score": [ - 29 + 31 ], "traded_score": [ - 29 + 31 ], "ttd_score": [ - 29 + 31 ], "util_eff_score": [ - 29 + 31 ], "utility_goal": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_stddev_pop_fields": { "accuracy_score": [ - 29 + 31 ], "aim_goal": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "band": [ - 29 + 31 ], "band_sample": [ - 29 + 31 ], "blind_score": [ - 29 + 31 ], "counter_strafe_score": [ - 29 + 31 ], "crosshair_score": [ - 29 + 31 ], "flash_assists_score": [ - 29 + 31 ], "hs_score": [ - 29 + 31 ], "kast_score": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "positioning_goal": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "spotted_score": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_score": [ - 29 + 31 ], "traded_score": [ - 29 + 31 ], "ttd_score": [ - 29 + 31 ], "util_eff_score": [ - 29 + 31 ], "utility_goal": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_stddev_samp_fields": { "accuracy_score": [ - 29 + 31 ], "aim_goal": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "band": [ - 29 + 31 ], "band_sample": [ - 29 + 31 ], "blind_score": [ - 29 + 31 ], "counter_strafe_score": [ - 29 + 31 ], "crosshair_score": [ - 29 + 31 ], "flash_assists_score": [ - 29 + 31 ], "hs_score": [ - 29 + 31 ], "kast_score": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "positioning_goal": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "spotted_score": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_score": [ - 29 + 31 ], "traded_score": [ - 29 + 31 ], "ttd_score": [ - 29 + 31 ], "util_eff_score": [ - 29 + 31 ], "utility_goal": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_stream_cursor_input": { "initial_value": [ - 3439 + 3561 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_stream_cursor_value_input": { "accuracy_score": [ - 1547 + 1669 ], "aim_goal": [ - 1547 + 1669 ], "aim_rating": [ - 1547 + 1669 ], "band": [ - 38 + 40 ], "band_sample": [ - 180 + 257 ], "blind_score": [ - 1547 + 1669 ], "counter_strafe_score": [ - 1547 + 1669 ], "crosshair_score": [ - 1547 + 1669 ], "flash_assists_score": [ - 1547 + 1669 ], "hs_score": [ - 1547 + 1669 ], "kast_score": [ - 1547 + 1669 ], "maps": [ - 38 + 40 ], "positioning_goal": [ - 1547 + 1669 ], "positioning_rating": [ - 1547 + 1669 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "spotted_score": [ - 1547 + 1669 ], "steam_id": [ - 180 + 257 ], "survival_score": [ - 1547 + 1669 ], "traded_score": [ - 1547 + 1669 ], "ttd_score": [ - 1547 + 1669 ], "util_eff_score": [ - 1547 + 1669 ], "utility_goal": [ - 1547 + 1669 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_sum_fields": { "accuracy_score": [ - 1547 + 1669 ], "aim_goal": [ - 1547 + 1669 ], "aim_rating": [ - 1547 + 1669 ], "band": [ - 38 + 40 ], "band_sample": [ - 180 + 257 ], "blind_score": [ - 1547 + 1669 ], "counter_strafe_score": [ - 1547 + 1669 ], "crosshair_score": [ - 1547 + 1669 ], "flash_assists_score": [ - 1547 + 1669 ], "hs_score": [ - 1547 + 1669 ], "kast_score": [ - 1547 + 1669 ], "maps": [ - 38 + 40 ], "positioning_goal": [ - 1547 + 1669 ], "positioning_rating": [ - 1547 + 1669 ], "premier_rank": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "spotted_score": [ - 1547 + 1669 ], "steam_id": [ - 180 + 257 ], "survival_score": [ - 1547 + 1669 ], "traded_score": [ - 1547 + 1669 ], "ttd_score": [ - 1547 + 1669 ], "util_eff_score": [ - 1547 + 1669 ], "utility_goal": [ - 1547 + 1669 ], "utility_rating": [ - 1547 + 1669 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_var_pop_fields": { "accuracy_score": [ - 29 + 31 ], "aim_goal": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "band": [ - 29 + 31 ], "band_sample": [ - 29 + 31 ], "blind_score": [ - 29 + 31 ], "counter_strafe_score": [ - 29 + 31 ], "crosshair_score": [ - 29 + 31 ], "flash_assists_score": [ - 29 + 31 ], "hs_score": [ - 29 + 31 ], "kast_score": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "positioning_goal": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "spotted_score": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_score": [ - 29 + 31 ], "traded_score": [ - 29 + 31 ], "ttd_score": [ - 29 + 31 ], "util_eff_score": [ - 29 + 31 ], "utility_goal": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_var_samp_fields": { "accuracy_score": [ - 29 + 31 ], "aim_goal": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "band": [ - 29 + 31 ], "band_sample": [ - 29 + 31 ], "blind_score": [ - 29 + 31 ], "counter_strafe_score": [ - 29 + 31 ], "crosshair_score": [ - 29 + 31 ], "flash_assists_score": [ - 29 + 31 ], "hs_score": [ - 29 + 31 ], "kast_score": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "positioning_goal": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "spotted_score": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_score": [ - 29 + 31 ], "traded_score": [ - 29 + 31 ], "ttd_score": [ - 29 + 31 ], "util_eff_score": [ - 29 + 31 ], "utility_goal": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_performance_v_variance_fields": { "accuracy_score": [ - 29 + 31 ], "aim_goal": [ - 29 + 31 ], "aim_rating": [ - 29 + 31 ], "band": [ - 29 + 31 ], "band_sample": [ - 29 + 31 ], "blind_score": [ - 29 + 31 ], "counter_strafe_score": [ - 29 + 31 ], "crosshair_score": [ - 29 + 31 ], "flash_assists_score": [ - 29 + 31 ], "hs_score": [ - 29 + 31 ], "kast_score": [ - 29 + 31 ], "maps": [ - 29 + 31 ], "positioning_goal": [ - 29 + 31 ], "positioning_rating": [ - 29 + 31 ], "premier_rank": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "spotted_score": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "survival_score": [ - 29 + 31 ], "traded_score": [ - 29 + 31 ], "ttd_score": [ - 29 + 31 ], "util_eff_score": [ - 29 + 31 ], "utility_goal": [ - 29 + 31 ], "utility_rating": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history": { "id": [ - 4921 + 4998 ], "map": [ - 2162 + 2284 ], "map_id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "player": [ - 3787 + 3909 ], "previous_rank": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rank_type": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_aggregate": { "aggregate": [ - 3448 + 3570 ], "nodes": [ - 3444 + 3566 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_aggregate_bool_exp": { "count": [ - 3447 + 3569 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_aggregate_bool_exp_count": { "arguments": [ - 3465 + 3587 ], "distinct": [ - 3 + 5 ], "filter": [ - 3453 + 3575 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_aggregate_fields": { "avg": [ - 3451 + 3573 ], "count": [ - 38, + 40, { "columns": [ - 3465, + 3587, "[player_premier_rank_history_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3457 + 3579 ], "min": [ - 3459 + 3581 ], "stddev": [ - 3467 + 3589 ], "stddev_pop": [ - 3469 + 3591 ], "stddev_samp": [ - 3471 + 3593 ], "sum": [ - 3475 + 3597 ], "var_pop": [ - 3479 + 3601 ], "var_samp": [ - 3481 + 3603 ], "variance": [ - 3483 + 3605 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_aggregate_order_by": { "avg": [ - 3452 + 3574 ], "count": [ - 2829 + 2951 ], "max": [ - 3458 + 3580 ], "min": [ - 3460 + 3582 ], "stddev": [ - 3468 + 3590 ], "stddev_pop": [ - 3470 + 3592 ], "stddev_samp": [ - 3472 + 3594 ], "sum": [ - 3476 + 3598 ], "var_pop": [ - 3480 + 3602 ], "var_samp": [ - 3482 + 3604 ], "variance": [ - 3484 + 3606 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_arr_rel_insert_input": { "data": [ - 3456 + 3578 ], "on_conflict": [ - 3462 + 3584 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_avg_fields": { "previous_rank": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rank_type": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_avg_order_by": { "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_bool_exp": { "_and": [ - 3453 + 3575 ], "_not": [ - 3453 + 3575 ], "_or": [ - 3453 + 3575 ], "id": [ - 4923 + 5000 ], "map": [ - 2171 + 2293 ], "map_id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "observed_at": [ - 4377 + 4499 ], "player": [ - 3791 + 3913 ], "previous_rank": [ - 39 + 41 ], "rank": [ - 39 + 41 ], "rank_type": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_constraint": {}, "player_premier_rank_history_inc_input": { "previous_rank": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rank_type": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_insert_input": { "id": [ - 4921 + 4998 ], "map": [ - 2179 + 2301 ], "map_id": [ - 4921 + 4998 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "player": [ - 3798 + 3920 ], "previous_rank": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rank_type": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_max_fields": { "id": [ - 4921 + 4998 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "previous_rank": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rank_type": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_max_order_by": { "id": [ - 2829 + 2951 ], "map_id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "observed_at": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_min_fields": { "id": [ - 4921 + 4998 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "previous_rank": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rank_type": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_min_order_by": { "id": [ - 2829 + 2951 ], "map_id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "observed_at": [ - 2829 + 2951 ], "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3444 + 3566 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_on_conflict": { "constraint": [ - 3454 + 3576 ], "update_columns": [ - 3477 + 3599 ], "where": [ - 3453 + 3575 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_order_by": { "id": [ - 2829 + 2951 ], "map": [ - 2181 + 2303 ], "map_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "observed_at": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_select_column": {}, "player_premier_rank_history_set_input": { "id": [ - 4921 + 4998 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "previous_rank": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rank_type": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_stddev_fields": { "previous_rank": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rank_type": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_stddev_order_by": { "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_stddev_pop_fields": { "previous_rank": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rank_type": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_stddev_pop_order_by": { "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_stddev_samp_fields": { "previous_rank": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rank_type": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_stddev_samp_order_by": { "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_stream_cursor_input": { "initial_value": [ - 3474 + 3596 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_stream_cursor_value_input": { "id": [ - 4921 + 4998 ], "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "observed_at": [ - 4376 + 4498 ], "previous_rank": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rank_type": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_sum_fields": { "previous_rank": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rank_type": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_sum_order_by": { "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_update_column": {}, "player_premier_rank_history_updates": { "_inc": [ - 3455 + 3577 ], "_set": [ - 3466 + 3588 ], "where": [ - 3453 + 3575 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_var_pop_fields": { "previous_rank": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rank_type": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_var_pop_order_by": { "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_var_samp_fields": { "previous_rank": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rank_type": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_var_samp_order_by": { "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_variance_fields": { "previous_rank": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rank_type": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_premier_rank_history_variance_order_by": { "previous_rank": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rank_type": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions": { "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "e_sanction_type": [ - 1003 + 1125 ], "id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "reason": [ - 78 + 80 ], "remove_sanction_date": [ - 4376 + 4498 ], "sanctioned_by": [ - 3787 + 3909 ], "sanctioned_by_steam_id": [ - 180 + 257 ], "type": [ - 1008 + 1130 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_aggregate": { "aggregate": [ - 3489 + 3611 ], "nodes": [ - 3485 + 3607 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_aggregate_bool_exp": { "count": [ - 3488 + 3610 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_aggregate_bool_exp_count": { "arguments": [ - 3506 + 3628 ], "distinct": [ - 3 + 5 ], "filter": [ - 3494 + 3616 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_aggregate_fields": { "avg": [ - 3492 + 3614 ], "count": [ - 38, + 40, { "columns": [ - 3506, + 3628, "[player_sanctions_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3498 + 3620 ], "min": [ - 3500 + 3622 ], "stddev": [ - 3508 + 3630 ], "stddev_pop": [ - 3510 + 3632 ], "stddev_samp": [ - 3512 + 3634 ], "sum": [ - 3516 + 3638 ], "var_pop": [ - 3520 + 3642 ], "var_samp": [ - 3522 + 3644 ], "variance": [ - 3524 + 3646 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_aggregate_order_by": { "avg": [ - 3493 + 3615 ], "count": [ - 2829 + 2951 ], "max": [ - 3499 + 3621 ], "min": [ - 3501 + 3623 ], "stddev": [ - 3509 + 3631 ], "stddev_pop": [ - 3511 + 3633 ], "stddev_samp": [ - 3513 + 3635 ], "sum": [ - 3517 + 3639 ], "var_pop": [ - 3521 + 3643 ], "var_samp": [ - 3523 + 3645 ], "variance": [ - 3525 + 3647 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_arr_rel_insert_input": { "data": [ - 3497 + 3619 ], "on_conflict": [ - 3503 + 3625 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_avg_fields": { "player_steam_id": [ - 29 + 31 ], "sanctioned_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_avg_order_by": { "player_steam_id": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_bool_exp": { "_and": [ - 3494 + 3616 ], "_not": [ - 3494 + 3616 ], "_or": [ - 3494 + 3616 ], "created_at": [ - 4377 + 4499 ], "deleted_at": [ - 4377 + 4499 ], "e_sanction_type": [ - 1006 + 1128 ], "id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "reason": [ - 80 + 82 ], "remove_sanction_date": [ - 4377 + 4499 ], "sanctioned_by": [ - 3791 + 3913 ], "sanctioned_by_steam_id": [ - 182 + 259 ], "type": [ - 1009 + 1131 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_constraint": {}, "player_sanctions_inc_input": { "player_steam_id": [ - 180 + 257 ], "sanctioned_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_insert_input": { "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "e_sanction_type": [ - 1014 + 1136 ], "id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "reason": [ - 78 + 80 ], "remove_sanction_date": [ - 4376 + 4498 ], "sanctioned_by": [ - 3798 + 3920 ], "sanctioned_by_steam_id": [ - 180 + 257 ], "type": [ - 1008 + 1130 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_max_fields": { "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "reason": [ - 78 + 80 ], "remove_sanction_date": [ - 4376 + 4498 ], "sanctioned_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_max_order_by": { "created_at": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "reason": [ - 2829 + 2951 ], "remove_sanction_date": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_min_fields": { "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "reason": [ - 78 + 80 ], "remove_sanction_date": [ - 4376 + 4498 ], "sanctioned_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_min_order_by": { "created_at": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "reason": [ - 2829 + 2951 ], "remove_sanction_date": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3485 + 3607 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_on_conflict": { "constraint": [ - 3495 + 3617 ], "update_columns": [ - 3518 + 3640 ], "where": [ - 3494 + 3616 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_order_by": { "created_at": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "e_sanction_type": [ - 1016 + 1138 ], "id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "reason": [ - 2829 + 2951 ], "remove_sanction_date": [ - 2829 + 2951 ], "sanctioned_by": [ - 3800 + 3922 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_pk_columns_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_select_column": {}, "player_sanctions_set_input": { "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "reason": [ - 78 + 80 ], "remove_sanction_date": [ - 4376 + 4498 ], "sanctioned_by_steam_id": [ - 180 + 257 ], "type": [ - 1008 + 1130 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_stddev_fields": { "player_steam_id": [ - 29 + 31 ], "sanctioned_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_stddev_order_by": { "player_steam_id": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_stddev_pop_fields": { "player_steam_id": [ - 29 + 31 ], "sanctioned_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_stddev_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_stddev_samp_fields": { "player_steam_id": [ - 29 + 31 ], "sanctioned_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_stddev_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_stream_cursor_input": { "initial_value": [ - 3515 + 3637 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "deleted_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "reason": [ - 78 + 80 ], "remove_sanction_date": [ - 4376 + 4498 ], "sanctioned_by_steam_id": [ - 180 + 257 ], "type": [ - 1008 + 1130 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_sum_fields": { "player_steam_id": [ - 180 + 257 ], "sanctioned_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_sum_order_by": { "player_steam_id": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_update_column": {}, "player_sanctions_updates": { "_inc": [ - 3496 + 3618 ], "_set": [ - 3507 + 3629 ], "where": [ - 3494 + 3616 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_var_pop_fields": { "player_steam_id": [ - 29 + 31 ], "sanctioned_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_var_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_var_samp_fields": { "player_steam_id": [ - 29 + 31 ], "sanctioned_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_var_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_variance_fields": { "player_steam_id": [ - 29 + 31 ], "sanctioned_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_sanctions_variance_order_by": { "player_steam_id": [ - 2829 + 2951 ], "sanctioned_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "season": [ - 3846 + 3968 ], "season_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate": { "aggregate": [ - 3540 + 3662 ], "nodes": [ - 3526 + 3648 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp": { "avg": [ - 3529 + 3651 ], "corr": [ - 3530 + 3652 ], "count": [ - 3532 + 3654 ], "covar_samp": [ - 3533 + 3655 ], "max": [ - 3535 + 3657 ], "min": [ - 3536 + 3658 ], "stddev_samp": [ - 3537 + 3659 ], "sum": [ - 3538 + 3660 ], "var_samp": [ - 3539 + 3661 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_avg": { "arguments": [ - 3558 + 3680 ], "distinct": [ - 3 + 5 ], "filter": [ - 3545 + 3667 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_corr": { "arguments": [ - 3531 + 3653 ], "distinct": [ - 3 + 5 ], "filter": [ - 3545 + 3667 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 3559 + 3681 ], "Y": [ - 3559 + 3681 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_count": { "arguments": [ - 3557 + 3679 ], "distinct": [ - 3 + 5 ], "filter": [ - 3545 + 3667 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 3534 + 3656 ], "distinct": [ - 3 + 5 ], "filter": [ - 3545 + 3667 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 3560 + 3682 ], "Y": [ - 3560 + 3682 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_max": { "arguments": [ - 3561 + 3683 ], "distinct": [ - 3 + 5 ], "filter": [ - 3545 + 3667 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_min": { "arguments": [ - 3562 + 3684 ], "distinct": [ - 3 + 5 ], "filter": [ - 3545 + 3667 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 3563 + 3685 ], "distinct": [ - 3 + 5 ], "filter": [ - 3545 + 3667 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_sum": { "arguments": [ - 3564 + 3686 ], "distinct": [ - 3 + 5 ], "filter": [ - 3545 + 3667 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 3565 + 3687 ], "distinct": [ - 3 + 5 ], "filter": [ - 3545 + 3667 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_fields": { "avg": [ - 3543 + 3665 ], "count": [ - 38, + 40, { "columns": [ - 3557, + 3679, "[player_season_stats_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3549 + 3671 ], "min": [ - 3551 + 3673 ], "stddev": [ - 3567 + 3689 ], "stddev_pop": [ - 3569 + 3691 ], "stddev_samp": [ - 3571 + 3693 ], "sum": [ - 3575 + 3697 ], "var_pop": [ - 3579 + 3701 ], "var_samp": [ - 3581 + 3703 ], "variance": [ - 3583 + 3705 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_aggregate_order_by": { "avg": [ - 3544 + 3666 ], "count": [ - 2829 + 2951 ], "max": [ - 3550 + 3672 ], "min": [ - 3552 + 3674 ], "stddev": [ - 3568 + 3690 ], "stddev_pop": [ - 3570 + 3692 ], "stddev_samp": [ - 3572 + 3694 ], "sum": [ - 3576 + 3698 ], "var_pop": [ - 3580 + 3702 ], "var_samp": [ - 3582 + 3704 ], "variance": [ - 3584 + 3706 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_arr_rel_insert_input": { "data": [ - 3548 + 3670 ], "on_conflict": [ - 3554 + 3676 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_avg_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_avg_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_bool_exp": { "_and": [ - 3545 + 3667 ], "_not": [ - 3545 + 3667 ], "_or": [ - 3545 + 3667 ], "assists": [ - 182 + 259 ], "deaths": [ - 182 + 259 ], "headshot_percentage": [ - 1548 + 1670 ], "headshots": [ - 182 + 259 ], "kills": [ - 182 + 259 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "season": [ - 3850 + 3972 ], "season_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_constraint": {}, "player_season_stats_inc_input": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_insert_input": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "season": [ - 3857 + 3979 ], "season_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_max_fields": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "season_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_max_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "season_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_min_fields": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "season_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_min_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "season_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3526 + 3648 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_on_conflict": { "constraint": [ - 3546 + 3668 ], "update_columns": [ - 3577 + 3699 ], "where": [ - 3545 + 3667 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "season": [ - 3859 + 3981 ], "season_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_pk_columns_input": { "player_steam_id": [ - 180 + 257 ], "season_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_select_column": {}, @@ -81766,10175 +84520,10231 @@ export default { "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_var_samp_arguments_columns": {}, "player_season_stats_set_input": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "season_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_stddev_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_stddev_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_stddev_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_stddev_pop_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_stddev_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_stddev_samp_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_stream_cursor_input": { "initial_value": [ - 3574 + 3696 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_stream_cursor_value_input": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "season_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_sum_fields": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_sum_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_update_column": {}, "player_season_stats_updates": { "_inc": [ - 3547 + 3669 ], "_set": [ - 3566 + 3688 ], "where": [ - 3545 + 3667 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_var_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_var_pop_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_var_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_var_samp_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_variance_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_season_stats_variance_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_stats": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_stats_aggregate": { "aggregate": [ - 3587 + 3709 ], "nodes": [ - 3585 + 3707 ], "__typename": [ - 78 + 80 ] }, "player_stats_aggregate_fields": { "avg": [ - 3588 + 3710 ], "count": [ - 38, + 40, { "columns": [ - 3600, + 3722, "[player_stats_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3593 + 3715 ], "min": [ - 3594 + 3716 ], "stddev": [ - 3602 + 3724 ], "stddev_pop": [ - 3603 + 3725 ], "stddev_samp": [ - 3604 + 3726 ], "sum": [ - 3607 + 3729 ], "var_pop": [ - 3610 + 3732 ], "var_samp": [ - 3611 + 3733 ], "variance": [ - 3612 + 3734 ], "__typename": [ - 78 + 80 ] }, "player_stats_avg_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_stats_bool_exp": { "_and": [ - 3589 + 3711 ], "_not": [ - 3589 + 3711 ], "_or": [ - 3589 + 3711 ], "assists": [ - 182 + 259 ], "deaths": [ - 182 + 259 ], "headshot_percentage": [ - 1548 + 1670 ], "headshots": [ - 182 + 259 ], "kills": [ - 182 + 259 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "player_stats_constraint": {}, "player_stats_inc_input": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_stats_insert_input": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_stats_max_fields": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_stats_min_fields": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_stats_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3585 + 3707 ], "__typename": [ - 78 + 80 ] }, "player_stats_obj_rel_insert_input": { "data": [ - 3592 + 3714 ], "on_conflict": [ - 3597 + 3719 ], "__typename": [ - 78 + 80 ] }, "player_stats_on_conflict": { "constraint": [ - 3590 + 3712 ], "update_columns": [ - 3608 + 3730 ], "where": [ - 3589 + 3711 ], "__typename": [ - 78 + 80 ] }, "player_stats_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_stats_pk_columns_input": { "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_stats_select_column": {}, "player_stats_set_input": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_stats_stddev_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_stats_stddev_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_stats_stddev_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_stats_stream_cursor_input": { "initial_value": [ - 3606 + 3728 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_stats_stream_cursor_value_input": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_stats_sum_fields": { "assists": [ - 180 + 257 ], "deaths": [ - 180 + 257 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_stats_update_column": {}, "player_stats_updates": { "_inc": [ - 3591 + 3713 ], "_set": [ - 3601 + 3723 ], "where": [ - 3589 + 3711 ], "__typename": [ - 78 + 80 ] }, "player_stats_var_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_stats_var_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_stats_variance_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend": { "bot_steam_account_id": [ - 4921 + 4998 ], "bot_steamid64": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "friended_at": [ - 4376 + 4498 ], "last_presence_state": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "player": [ - 3787 + 3909 ], "status": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_aggregate": { "aggregate": [ - 3615 + 3737 ], "nodes": [ - 3613 + 3735 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_aggregate_fields": { "avg": [ - 3617 + 3739 ], "count": [ - 38, + 40, { "columns": [ - 3632, + 3754, "[player_steam_bot_friend_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3625 + 3747 ], "min": [ - 3626 + 3748 ], "stddev": [ - 3634 + 3756 ], "stddev_pop": [ - 3635 + 3757 ], "stddev_samp": [ - 3636 + 3758 ], "sum": [ - 3639 + 3761 ], "var_pop": [ - 3642 + 3764 ], "var_samp": [ - 3643 + 3765 ], "variance": [ - 3644 + 3766 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_append_input": { "last_presence_state": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_avg_fields": { "bot_steamid64": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_bool_exp": { "_and": [ - 3618 + 3740 ], "_not": [ - 3618 + 3740 ], "_or": [ - 3618 + 3740 ], "bot_steam_account_id": [ - 4923 + 5000 ], "bot_steamid64": [ - 182 + 259 ], "created_at": [ - 4377 + 4499 ], "friended_at": [ - 4377 + 4499 ], "last_presence_state": [ - 1702 + 1824 ], "player": [ - 3791 + 3913 ], "status": [ - 80 + 82 ], "steam_id": [ - 182 + 259 ], "updated_at": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_constraint": {}, "player_steam_bot_friend_delete_at_path_input": { "last_presence_state": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_delete_elem_input": { "last_presence_state": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_delete_key_input": { "last_presence_state": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_inc_input": { "bot_steamid64": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_insert_input": { "bot_steam_account_id": [ - 4921 + 4998 ], "bot_steamid64": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "friended_at": [ - 4376 + 4498 ], "last_presence_state": [ - 1700 + 1822 ], "player": [ - 3798 + 3920 ], "status": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_max_fields": { "bot_steam_account_id": [ - 4921 + 4998 ], "bot_steamid64": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "friended_at": [ - 4376 + 4498 ], "status": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_min_fields": { "bot_steam_account_id": [ - 4921 + 4998 ], "bot_steamid64": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "friended_at": [ - 4376 + 4498 ], "status": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3613 + 3735 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_on_conflict": { "constraint": [ - 3619 + 3741 ], "update_columns": [ - 3640 + 3762 ], "where": [ - 3618 + 3740 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_order_by": { "bot_steam_account_id": [ - 2829 + 2951 ], "bot_steamid64": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "friended_at": [ - 2829 + 2951 ], "last_presence_state": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "status": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_pk_columns_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_prepend_input": { "last_presence_state": [ - 1700 + 1822 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_select_column": {}, "player_steam_bot_friend_set_input": { "bot_steam_account_id": [ - 4921 + 4998 ], "bot_steamid64": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "friended_at": [ - 4376 + 4498 ], "last_presence_state": [ - 1700 + 1822 ], "status": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_stddev_fields": { "bot_steamid64": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_stddev_pop_fields": { "bot_steamid64": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_stddev_samp_fields": { "bot_steamid64": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_stream_cursor_input": { "initial_value": [ - 3638 + 3760 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_stream_cursor_value_input": { "bot_steam_account_id": [ - 4921 + 4998 ], "bot_steamid64": [ - 180 + 257 ], "created_at": [ - 4376 + 4498 ], "friended_at": [ - 4376 + 4498 ], "last_presence_state": [ - 1700 + 1822 ], "status": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_sum_fields": { "bot_steamid64": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_update_column": {}, "player_steam_bot_friend_updates": { "_append": [ - 3616 + 3738 ], "_delete_at_path": [ - 3620 + 3742 ], "_delete_elem": [ - 3621 + 3743 ], "_delete_key": [ - 3622 + 3744 ], "_inc": [ - 3623 + 3745 ], "_prepend": [ - 3631 + 3753 ], "_set": [ - 3633 + 3755 ], "where": [ - 3618 + 3740 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_var_pop_fields": { "bot_steamid64": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_var_samp_fields": { "bot_steamid64": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_bot_friend_variance_fields": { "bot_steamid64": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth": { "auth_code": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "last_error": [ - 78 + 80 ], "last_known_share_code": [ - 78 + 80 ], "last_polled_at": [ - 4376 + 4498 ], "player": [ - 3787 + 3909 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_aggregate": { "aggregate": [ - 3647 + 3769 ], "nodes": [ - 3645 + 3767 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_aggregate_fields": { "avg": [ - 3648 + 3770 ], "count": [ - 38, + 40, { "columns": [ - 3659, + 3781, "[player_steam_match_auth_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3653 + 3775 ], "min": [ - 3654 + 3776 ], "stddev": [ - 3661 + 3783 ], "stddev_pop": [ - 3662 + 3784 ], "stddev_samp": [ - 3663 + 3785 ], "sum": [ - 3666 + 3788 ], "var_pop": [ - 3669 + 3791 ], "var_samp": [ - 3670 + 3792 ], "variance": [ - 3671 + 3793 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_bool_exp": { "_and": [ - 3649 + 3771 ], "_not": [ - 3649 + 3771 ], "_or": [ - 3649 + 3771 ], "auth_code": [ - 80 + 82 ], "created_at": [ - 4377 + 4499 ], "last_error": [ - 80 + 82 ], "last_known_share_code": [ - 80 + 82 ], "last_polled_at": [ - 4377 + 4499 ], "player": [ - 3791 + 3913 ], "steam_id": [ - 182 + 259 ], "updated_at": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_constraint": {}, "player_steam_match_auth_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_insert_input": { "auth_code": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "last_error": [ - 78 + 80 ], "last_known_share_code": [ - 78 + 80 ], "last_polled_at": [ - 4376 + 4498 ], "player": [ - 3798 + 3920 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_max_fields": { "auth_code": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "last_error": [ - 78 + 80 ], "last_known_share_code": [ - 78 + 80 ], "last_polled_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_min_fields": { "auth_code": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "last_error": [ - 78 + 80 ], "last_known_share_code": [ - 78 + 80 ], "last_polled_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3645 + 3767 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_on_conflict": { "constraint": [ - 3650 + 3772 ], "update_columns": [ - 3667 + 3789 ], "where": [ - 3649 + 3771 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_order_by": { "auth_code": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "last_error": [ - 2829 + 2951 ], "last_known_share_code": [ - 2829 + 2951 ], "last_polled_at": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "steam_id": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_pk_columns_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_select_column": {}, "player_steam_match_auth_set_input": { "auth_code": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "last_error": [ - 78 + 80 ], "last_known_share_code": [ - 78 + 80 ], "last_polled_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_stream_cursor_input": { "initial_value": [ - 3665 + 3787 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_stream_cursor_value_input": { "auth_code": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "last_error": [ - 78 + 80 ], "last_known_share_code": [ - 78 + 80 ], "last_polled_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_update_column": {}, "player_steam_match_auth_updates": { "_inc": [ - 3651 + 3773 ], "_set": [ - 3660 + 3782 ], "where": [ - 3649 + 3771 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_steam_match_auth_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility": { "deleted_at": [ - 4376 + 4498 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "unused": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_aggregate": { "aggregate": [ - 3676 + 3798 ], "nodes": [ - 3672 + 3794 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_aggregate_bool_exp": { "count": [ - 3675 + 3797 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_aggregate_bool_exp_count": { "arguments": [ - 3693 + 3815 ], "distinct": [ - 3 + 5 ], "filter": [ - 3681 + 3803 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_aggregate_fields": { "avg": [ - 3679 + 3801 ], "count": [ - 38, + 40, { "columns": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3685 + 3807 ], "min": [ - 3687 + 3809 ], "stddev": [ - 3695 + 3817 ], "stddev_pop": [ - 3697 + 3819 ], "stddev_samp": [ - 3699 + 3821 ], "sum": [ - 3703 + 3825 ], "var_pop": [ - 3707 + 3829 ], "var_samp": [ - 3709 + 3831 ], "variance": [ - 3711 + 3833 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_aggregate_order_by": { "avg": [ - 3680 + 3802 ], "count": [ - 2829 + 2951 ], "max": [ - 3686 + 3808 ], "min": [ - 3688 + 3810 ], "stddev": [ - 3696 + 3818 ], "stddev_pop": [ - 3698 + 3820 ], "stddev_samp": [ - 3700 + 3822 ], "sum": [ - 3704 + 3826 ], "var_pop": [ - 3708 + 3830 ], "var_samp": [ - 3710 + 3832 ], "variance": [ - 3712 + 3834 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_arr_rel_insert_input": { "data": [ - 3684 + 3806 ], "on_conflict": [ - 3690 + 3812 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_avg_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "unused": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_avg_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_bool_exp": { "_and": [ - 3681 + 3803 ], "_not": [ - 3681 + 3803 ], "_or": [ - 3681 + 3803 ], "deleted_at": [ - 4377 + 4499 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "round": [ - 39 + 41 ], "unused": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_constraint": {}, "player_unused_utility_inc_input": { "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "unused": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_insert_input": { "deleted_at": [ - 4376 + 4498 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "unused": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_max_fields": { "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "unused": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_max_order_by": { "deleted_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_min_fields": { "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "unused": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_min_order_by": { "deleted_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3672 + 3794 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_on_conflict": { "constraint": [ - 3682 + 3804 ], "update_columns": [ - 3705 + 3827 ], "where": [ - 3681 + 3803 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_order_by": { "deleted_at": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_pk_columns_input": { "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_select_column": {}, "player_unused_utility_set_input": { "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "unused": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_stddev_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "unused": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_stddev_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_stddev_pop_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "unused": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_stddev_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_stddev_samp_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "unused": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_stddev_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_stream_cursor_input": { "initial_value": [ - 3702 + 3824 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_stream_cursor_value_input": { "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "unused": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_sum_fields": { "player_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "unused": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_sum_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_update_column": {}, "player_unused_utility_updates": { "_inc": [ - 3683 + 3805 ], "_set": [ - 3694 + 3816 ], "where": [ - 3681 + 3803 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_var_pop_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "unused": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_var_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_var_samp_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "unused": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_var_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_variance_fields": { "player_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "unused": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_unused_utility_variance_order_by": { "player_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "unused": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility": { "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "type": [ - 1233 + 1355 ], "__typename": [ - 78 + 80 ] }, "player_utility_aggregate": { "aggregate": [ - 3717 + 3839 ], "nodes": [ - 3713 + 3835 ], "__typename": [ - 78 + 80 ] }, "player_utility_aggregate_bool_exp": { "count": [ - 3716 + 3838 ], "__typename": [ - 78 + 80 ] }, "player_utility_aggregate_bool_exp_count": { "arguments": [ - 3734 + 3856 ], "distinct": [ - 3 + 5 ], "filter": [ - 3722 + 3844 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_utility_aggregate_fields": { "avg": [ - 3720 + 3842 ], "count": [ - 38, + 40, { "columns": [ - 3734, + 3856, "[player_utility_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3726 + 3848 ], "min": [ - 3728 + 3850 ], "stddev": [ - 3736 + 3858 ], "stddev_pop": [ - 3738 + 3860 ], "stddev_samp": [ - 3740 + 3862 ], "sum": [ - 3744 + 3866 ], "var_pop": [ - 3748 + 3870 ], "var_samp": [ - 3750 + 3872 ], "variance": [ - 3752 + 3874 ], "__typename": [ - 78 + 80 ] }, "player_utility_aggregate_order_by": { "avg": [ - 3721 + 3843 ], "count": [ - 2829 + 2951 ], "max": [ - 3727 + 3849 ], "min": [ - 3729 + 3851 ], "stddev": [ - 3737 + 3859 ], "stddev_pop": [ - 3739 + 3861 ], "stddev_samp": [ - 3741 + 3863 ], "sum": [ - 3745 + 3867 ], "var_pop": [ - 3749 + 3871 ], "var_samp": [ - 3751 + 3873 ], "variance": [ - 3753 + 3875 ], "__typename": [ - 78 + 80 ] }, "player_utility_arr_rel_insert_input": { "data": [ - 3725 + 3847 ], "on_conflict": [ - 3731 + 3853 ], "__typename": [ - 78 + 80 ] }, "player_utility_avg_fields": { "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_utility_avg_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_bool_exp": { "_and": [ - 3722 + 3844 ], "_not": [ - 3722 + 3844 ], "_or": [ - 3722 + 3844 ], "attacker_location_coordinates": [ - 80 + 82 ], "attacker_steam_id": [ - 182 + 259 ], "deleted_at": [ - 4377 + 4499 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "round": [ - 39 + 41 ], "time": [ - 4377 + 4499 ], "type": [ - 1234 + 1356 ], "__typename": [ - 78 + 80 ] }, "player_utility_constraint": {}, "player_utility_inc_input": { "attacker_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_utility_insert_input": { "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "type": [ - 1233 + 1355 ], "__typename": [ - 78 + 80 ] }, "player_utility_max_fields": { "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_utility_max_order_by": { "attacker_location_coordinates": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_min_fields": { "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_utility_min_order_by": { "attacker_location_coordinates": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3713 + 3835 ], "__typename": [ - 78 + 80 ] }, "player_utility_on_conflict": { "constraint": [ - 3723 + 3845 ], "update_columns": [ - 3746 + 3868 ], "where": [ - 3722 + 3844 ], "__typename": [ - 78 + 80 ] }, "player_utility_order_by": { "attacker_location_coordinates": [ - 2829 + 2951 ], "attacker_steam_id": [ - 2829 + 2951 ], "deleted_at": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "round": [ - 2829 + 2951 ], "time": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_pk_columns_input": { "attacker_steam_id": [ - 180 + 257 ], "match_map_id": [ - 4921 + 4998 ], "time": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "player_utility_select_column": {}, "player_utility_set_input": { "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "type": [ - 1233 + 1355 ], "__typename": [ - 78 + 80 ] }, "player_utility_stddev_fields": { "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_utility_stddev_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_stddev_pop_fields": { "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_utility_stddev_pop_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_stddev_samp_fields": { "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_utility_stddev_samp_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_stream_cursor_input": { "initial_value": [ - 3743 + 3865 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_utility_stream_cursor_value_input": { "attacker_location_coordinates": [ - 78 + 80 ], "attacker_steam_id": [ - 180 + 257 ], "deleted_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "time": [ - 4376 + 4498 ], "type": [ - 1233 + 1355 ], "__typename": [ - 78 + 80 ] }, "player_utility_sum_fields": { "attacker_steam_id": [ - 180 + 257 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "player_utility_sum_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_update_column": {}, "player_utility_updates": { "_inc": [ - 3724 + 3846 ], "_set": [ - 3735 + 3857 ], "where": [ - 3722 + 3844 ], "__typename": [ - 78 + 80 ] }, "player_utility_var_pop_fields": { "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_utility_var_pop_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_var_samp_fields": { "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_utility_var_samp_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_utility_variance_fields": { "attacker_steam_id": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_utility_variance_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_aggregate": { "aggregate": [ - 3758 + 3880 ], "nodes": [ - 3754 + 3876 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_aggregate_bool_exp": { "count": [ - 3757 + 3879 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_aggregate_bool_exp_count": { "arguments": [ - 3770 + 3892 ], "distinct": [ - 3 + 5 ], "filter": [ - 3763 + 3885 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_aggregate_fields": { "avg": [ - 3761 + 3883 ], "count": [ - 38, + 40, { "columns": [ - 3770, + 3892, "[player_weapon_stats_v_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3765 + 3887 ], "min": [ - 3767 + 3889 ], "stddev": [ - 3771 + 3893 ], "stddev_pop": [ - 3773 + 3895 ], "stddev_samp": [ - 3775 + 3897 ], "sum": [ - 3779 + 3901 ], "var_pop": [ - 3781 + 3903 ], "var_samp": [ - 3783 + 3905 ], "variance": [ - 3785 + 3907 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_aggregate_order_by": { "avg": [ - 3762 + 3884 ], "count": [ - 2829 + 2951 ], "max": [ - 3766 + 3888 ], "min": [ - 3768 + 3890 ], "stddev": [ - 3772 + 3894 ], "stddev_pop": [ - 3774 + 3896 ], "stddev_samp": [ - 3776 + 3898 ], "sum": [ - 3780 + 3902 ], "var_pop": [ - 3782 + 3904 ], "var_samp": [ - 3784 + 3906 ], "variance": [ - 3786 + 3908 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_arr_rel_insert_input": { "data": [ - 3764 + 3886 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_avg_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_avg_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_bool_exp": { "_and": [ - 3763 + 3885 ], "_not": [ - 3763 + 3885 ], "_or": [ - 3763 + 3885 ], "first_bullet_hits": [ - 39 + 41 ], "first_bullet_shots": [ - 39 + 41 ], "hits": [ - 39 + 41 ], "hits_spotted": [ - 39 + 41 ], "match_id": [ - 4923 + 5000 ], "shots": [ - 39 + 41 ], "shots_spotted": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "weapon_class": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_insert_input": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_max_fields": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_max_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "weapon_class": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_min_fields": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_min_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "weapon_class": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "weapon_class": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_select_column": {}, "player_weapon_stats_v_stddev_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_stddev_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_stddev_pop_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_stddev_pop_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_stddev_samp_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_stddev_samp_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_stream_cursor_input": { "initial_value": [ - 3778 + 3900 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_stream_cursor_value_input": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "weapon_class": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_sum_fields": { "first_bullet_hits": [ - 38 + 40 ], "first_bullet_shots": [ - 38 + 40 ], "hits": [ - 38 + 40 ], "hits_spotted": [ - 38 + 40 ], "shots": [ - 38 + 40 ], "shots_spotted": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_sum_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_var_pop_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_var_pop_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_var_samp_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_var_samp_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_variance_fields": { "first_bullet_hits": [ - 29 + 31 ], "first_bullet_shots": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "hits_spotted": [ - 29 + 31 ], "shots": [ - 29 + 31 ], "shots_spotted": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "player_weapon_stats_v_variance_order_by": { "first_bullet_hits": [ - 2829 + 2951 ], "first_bullet_shots": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "hits_spotted": [ - 2829 + 2951 ], "shots": [ - 2829 + 2951 ], "shots_spotted": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "players": { "abandoned_matches": [ - 111, + 119, { "distinct_on": [ - 132, + 140, "[abandoned_matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 130, + 138, "[abandoned_matches_order_by!]" ], "where": [ - 120 + 128 ] } ], "abandoned_matches_aggregate": [ - 112, + 120, { "distinct_on": [ - 132, + 140, "[abandoned_matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 130, + 138, "[abandoned_matches_order_by!]" ], "where": [ - 120 + 128 ] } ], "aim_weapon_stats": [ - 2926, + 3048, { "distinct_on": [ - 2947, + 3069, "[player_aim_weapon_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2945, + 3067, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2935 + 3057 ] } ], "aim_weapon_stats_aggregate": [ - 2927, + 3049, { "distinct_on": [ - 2947, + 3069, "[player_aim_weapon_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2945, + 3067, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2935 + 3057 ] } ], "assists": [ - 2967, + 3089, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "assists_aggregate": [ - 2968, + 3090, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "assited_by_players": [ - 2967, + 3089, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "assited_by_players_aggregate": [ - 2968, + 3090, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "avatar_url": [ - 78 + 80 + ], + "awards": [ + 188, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "awards_aggregate": [ + 189, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } ], "coach_lineups": [ - 2324, + 2446, { "distinct_on": [ - 2346, + 2468, "[match_lineups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2344, + 2466, "[match_lineups_order_by!]" ], "where": [ - 2333 + 2455 ] } ], "coach_lineups_aggregate": [ - 2325, + 2447, { "distinct_on": [ - 2346, + 2468, "[match_lineups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2344, + 2466, "[match_lineups_order_by!]" ], "where": [ - 2333 + 2455 ] } ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "current_lobby_id": [ - 4921 + 4998 ], "custom_avatar_url": [ - 78 + 80 ], "damage_dealt": [ - 3030, + 3152, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "damage_dealt_aggregate": [ - 3031, + 3153, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "damage_taken": [ - 3030, + 3152, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "damage_taken_aggregate": [ - 3031, + 3153, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "days_since_last_ban": [ - 38 + 40 ], "deaths": [ - 3184, + 3306, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "deaths_aggregate": [ - 3185, + 3307, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "discord_id": [ - 78 + 80 ], "draft_game_players": [ - 336, + 418, { "distinct_on": [ - 359, + 441, "[draft_game_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 357, + 439, "[draft_game_players_order_by!]" ], "where": [ - 347 + 429 ] } ], "draft_game_players_aggregate": [ - 337, + 419, { "distinct_on": [ - 359, + 441, "[draft_game_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 357, + 439, "[draft_game_players_order_by!]" ], "where": [ - 347 + 429 ] } ], "elo": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "elo_history": [ - 5298, + 5375, { "distinct_on": [ - 5324, + 5401, "[v_player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5323, + 5400, "[v_player_elo_order_by!]" ], "where": [ - 5317 + 5394 ] } ], "elo_history_aggregate": [ - 5299, + 5376, { "distinct_on": [ - 5324, + 5401, "[v_player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5323, + 5400, "[v_player_elo_order_by!]" ], "where": [ - 5317 + 5394 ] } ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_rank_history": [ - 3098, + 3220, { "distinct_on": [ - 3119, + 3241, "[player_faceit_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3117, + 3239, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3107 + 3229 ] } ], "faceit_rank_history_aggregate": [ - 3099, + 3221, { "distinct_on": [ - 3119, + 3241, "[player_faceit_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3117, + 3239, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3107 + 3229 ] } ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "flashed_by_players": [ - 3139, + 3261, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "flashed_by_players_aggregate": [ - 3140, + 3262, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "flashed_players": [ - 3139, + 3261, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "flashed_players_aggregate": [ - 3140, + 3262, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "friends": [ - 2704, + 2826, { "distinct_on": [ - 2729, + 2851, "[my_friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2727, + 2849, "[my_friends_order_by!]" ], "where": [ - 2716 + 2838 ] } ], "friends_aggregate": [ - 2705, + 2827, { "distinct_on": [ - 2729, + 2851, "[my_friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2727, + 2849, "[my_friends_order_by!]" ], "where": [ - 2716 + 2838 ] } ], "game_ban_count": [ - 38 + 40 ], "invited_players": [ - 4046, + 4168, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "invited_players_aggregate": [ - 4047, + 4169, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "is_banned": [ - 3 + 5 ], "is_gagged": [ - 3 + 5 ], "is_in_another_match": [ - 3 + 5 ], "is_in_draft": [ - 3 + 5 ], "is_in_lobby": [ - 3 + 5 ], "is_muted": [ - 3 + 5 ], "kills": [ - 3184, + 3306, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "kills_aggregate": [ - 3185, + 3307, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "kills_by_weapons": [ - 3196, + 3318, { "distinct_on": [ - 3217, + 3339, "[player_kills_by_weapon_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3215, + 3337, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3205 + 3327 ] } ], "kills_by_weapons_aggregate": [ - 3197, + 3319, { "distinct_on": [ - 3217, + 3339, "[player_kills_by_weapon_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3215, + 3337, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3205 + 3327 ] } ], "language": [ - 78 + 80 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "lobby_players": [ - 2098, + 2220, { "distinct_on": [ - 2121, + 2243, "[lobby_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2119, + 2241, "[lobby_players_order_by!]" ], "where": [ - 2109 + 2231 ] } ], "lobby_players_aggregate": [ - 2099, + 2221, { "distinct_on": [ - 2121, + 2243, "[lobby_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2119, + 2241, "[lobby_players_order_by!]" ], "where": [ - 2109 + 2231 ] } ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "match_map_hltv": [ - 5403, + 5480, { "distinct_on": [ - 5421, + 5498, "[v_player_match_map_hltv_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5420, + 5497, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5412 + 5489 ] } ], "match_map_hltv_aggregate": [ - 5404, + 5481, { "distinct_on": [ - 5421, + 5498, "[v_player_match_map_hltv_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5420, + 5497, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5412 + 5489 ] } ], "match_map_stats": [ - 3293, + 3415, { "distinct_on": [ - 3314, + 3436, "[player_match_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3312, + 3434, "[player_match_map_stats_order_by!]" ], "where": [ - 3302 + 3424 ] } ], "match_map_stats_aggregate": [ - 3294, + 3416, { "distinct_on": [ - 3314, + 3436, "[player_match_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3312, + 3434, "[player_match_map_stats_order_by!]" ], "where": [ - 3302 + 3424 ] } ], "match_stats": [ - 3352, + 3474, { "distinct_on": [ - 3368, + 3490, "[player_match_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3367, + 3489, "[player_match_stats_v_order_by!]" ], "where": [ - 3361 + 3483 ] } ], "match_stats_aggregate": [ - 3353, + 3475, { "distinct_on": [ - 3368, + 3490, "[player_match_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3367, + 3489, "[player_match_stats_v_order_by!]" ], "where": [ - 3361 + 3483 ] } ], "matches": [ - 2644, + 2766, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "matchmaking_cooldown": [ - 4376 + 4498 ], "multi_kills": [ - 5494, + 5571, { "distinct_on": [ - 5510, + 5587, "[v_player_multi_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5509, + 5586, "[v_player_multi_kills_order_by!]" ], "where": [ - 5503 + 5580 ] } ], "multi_kills_aggregate": [ - 5495, + 5572, { "distinct_on": [ - 5510, + 5587, "[v_player_multi_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5509, + 5586, "[v_player_multi_kills_order_by!]" ], "where": [ - 5503 + 5580 ] } ], "name": [ - 78 + 80 ], "name_registered": [ - 3 + 5 ], "notifications": [ - 2777, + 2899, { "distinct_on": [ - 2805, + 2927, "[notifications_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2802, + 2924, "[notifications_order_by!]" ], "where": [ - 2789 + 2911 ] } ], "notifications_aggregate": [ - 2778, + 2900, { "distinct_on": [ - 2805, + 2927, "[notifications_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2802, + 2924, "[notifications_order_by!]" ], "where": [ - 2789 + 2911 ] } ], "objectives": [ - 3385, + 3507, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "objectives_aggregate": [ - 3386, + 3508, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "owned_teams": [ - 4329, + 4451, { "distinct_on": [ - 4353, + 4475, "[teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4351, + 4473, "[teams_order_by!]" ], "where": [ - 4340 + 4462 ] } ], "owned_teams_aggregate": [ - 4330, + 4452, { "distinct_on": [ - 4353, + 4475, "[teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4351, + 4473, "[teams_order_by!]" ], "where": [ - 4340 + 4462 ] } ], "peak_elo": [ - 1700, + 1822, { "path": [ - 78 + 80 ] } ], "pending_match_imports": [ - 2830, + 2952, { "distinct_on": [ - 2851, + 2973, "[pending_match_import_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2849, + 2971, "[pending_match_import_players_order_by!]" ], "where": [ - 2839 + 2961 ] } ], "pending_match_imports_aggregate": [ - 2831, + 2953, { "distinct_on": [ - 2851, + 2973, "[pending_match_import_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2849, + 2971, "[pending_match_import_players_order_by!]" ], "where": [ - 2839 + 2961 ] } ], "player_lineup": [ - 2279, + 2401, { "distinct_on": [ - 2302, + 2424, "[match_lineup_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2300, + 2422, "[match_lineup_players_order_by!]" ], "where": [ - 2290 + 2412 ] } ], "player_lineup_aggregate": [ - 2280, + 2402, { "distinct_on": [ - 2302, + 2424, "[match_lineup_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2300, + 2422, "[match_lineup_players_order_by!]" ], "where": [ - 2290 + 2412 ] } ], "player_unused_utilities": [ - 3672, + 3794, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "player_unused_utilities_aggregate": [ - 3673, + 3795, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "premier_rank": [ - 38 + 40 ], "premier_rank_history": [ - 3444, + 3566, { "distinct_on": [ - 3465, + 3587, "[player_premier_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3463, + 3585, "[player_premier_rank_history_order_by!]" ], "where": [ - 3453 + 3575 ] } ], "premier_rank_history_aggregate": [ - 3445, + 3567, { "distinct_on": [ - 3465, + 3587, "[player_premier_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3463, + 3585, "[player_premier_rank_history_order_by!]" ], "where": [ - 3453 + 3575 ] } ], "premier_rank_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 948 + 1070 ], "roster_image_url": [ - 78 + 80 ], "sanctions": [ - 3485, + 3607, { "distinct_on": [ - 3506, + 3628, "[player_sanctions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3504, + 3626, "[player_sanctions_order_by!]" ], "where": [ - 3494 + 3616 ] } ], "sanctions_aggregate": [ - 3486, + 3608, { "distinct_on": [ - 3506, + 3628, "[player_sanctions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3504, + 3626, "[player_sanctions_order_by!]" ], "where": [ - 3494 + 3616 ] } ], "season_stats": [ - 3526, + 3648, { "distinct_on": [ - 3557, + 3679, "[player_season_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3555, + 3677, "[player_season_stats_order_by!]" ], "where": [ - 3545 + 3667 ] } ], "season_stats_aggregate": [ - 3527, + 3649, { "distinct_on": [ - 3557, + 3679, "[player_season_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3555, + 3677, "[player_season_stats_order_by!]" ], "where": [ - 3545 + 3667 ] } ], "show_match_ready_modal": [ - 3 + 5 ], "stats": [ - 3585 + 3707 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "team_invites": [ - 4046, + 4168, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "team_invites_aggregate": [ - 4047, + 4169, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "team_members": [ - 4087, + 4209, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "team_members_aggregate": [ - 4088, + 4210, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "teams": [ - 4329, + 4451, { "distinct_on": [ - 4353, + 4475, "[teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4351, + 4473, "[teams_order_by!]" ], "where": [ - 4340 + 4462 ] } ], "total_matches": [ - 38 + 40 ], "tournament_organizers": [ - 4472, + 4636, { "distinct_on": [ - 4493, + 4657, "[tournament_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4491, + 4655, "[tournament_organizers_order_by!]" ], "where": [ - 4481 + 4645 ] } ], "tournament_organizers_aggregate": [ - 4473, + 4637, { "distinct_on": [ - 4493, + 4657, "[tournament_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4491, + 4655, "[tournament_organizers_order_by!]" ], "where": [ - 4481 + 4645 ] } ], "tournament_rosters": [ - 4687, + 4851, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 + 4860 ] } ], "tournament_rosters_aggregate": [ - 4688, + 4852, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 - ] - } - ], - "tournament_trophies": [ - 4770, - { - "distinct_on": [ - 4793, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4791, - "[tournament_trophies_order_by!]" - ], - "where": [ - 4781 - ] - } - ], - "tournament_trophies_aggregate": [ - 4771, - { - "distinct_on": [ - 4793, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4791, - "[tournament_trophies_order_by!]" - ], - "where": [ - 4781 + 4860 ] } ], "tournaments": [ - 4857, + 4934, { "distinct_on": [ - 4891, + 4968, "[tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4889, + 4966, "[tournaments_order_by!]" ], "where": [ - 4878 + 4955 ] } ], "tournaments_aggregate": [ - 4858, + 4935, { "distinct_on": [ - 4891, + 4968, "[tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4889, + 4966, "[tournaments_order_by!]" ], "where": [ - 4878 + 4955 ] } ], "utility_thrown": [ - 3713, + 3835, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "utility_thrown_aggregate": [ - 3714, + 3836, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "vac_ban_count": [ - 38 + 40 ], "vac_banned": [ - 3 + 5 ], "weapon_stats": [ - 3754, + 3876, { "distinct_on": [ - 3770, + 3892, "[player_weapon_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3769, + 3891, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3763 + 3885 ] } ], "weapon_stats_aggregate": [ - 3755, + 3877, { "distinct_on": [ - 3770, + 3892, "[player_weapon_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3769, + 3891, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3763 + 3885 ] } ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_aggregate": { "aggregate": [ - 3789 + 3911 ], "nodes": [ - 3787 + 3909 ], "__typename": [ - 78 + 80 ] }, "players_aggregate_fields": { "avg": [ - 3790 + 3912 ], "count": [ - 38, + 40, { "columns": [ - 3802, + 3924, "[players_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3795 + 3917 ], "min": [ - 3796 + 3918 ], "stddev": [ - 3804 + 3926 ], "stddev_pop": [ - 3805 + 3927 ], "stddev_samp": [ - 3806 + 3928 ], "sum": [ - 3809 + 3931 ], "var_pop": [ - 3812 + 3934 ], "var_samp": [ - 3813 + 3935 ], "variance": [ - 3814 + 3936 ], "__typename": [ - 78 + 80 ] }, "players_avg_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 29 + 31 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_bool_exp": { "_and": [ - 3791 + 3913 ], "_not": [ - 3791 + 3913 ], "_or": [ - 3791 + 3913 ], "abandoned_matches": [ - 120 + 128 ], "abandoned_matches_aggregate": [ - 113 + 121 ], "aim_weapon_stats": [ - 2935 + 3057 ], "aim_weapon_stats_aggregate": [ - 2928 + 3050 ], "assists": [ - 2978 + 3100 ], "assists_aggregate": [ - 2969 + 3091 ], "assited_by_players": [ - 2978 + 3100 ], "assited_by_players_aggregate": [ - 2969 + 3091 ], "avatar_url": [ - 80 + 82 + ], + "awards": [ + 197 + ], + "awards_aggregate": [ + 190 ], "coach_lineups": [ - 2333 + 2455 ], "coach_lineups_aggregate": [ - 2326 + 2448 ], "country": [ - 80 + 82 ], "created_at": [ - 4377 + 4499 ], "current_lobby_id": [ - 4923 + 5000 ], "custom_avatar_url": [ - 80 + 82 ], "damage_dealt": [ - 3039 + 3161 ], "damage_dealt_aggregate": [ - 3032 + 3154 ], "damage_taken": [ - 3039 + 3161 ], "damage_taken_aggregate": [ - 3032 + 3154 ], "days_since_last_ban": [ - 39 + 41 ], "deaths": [ - 3195 + 3317 ], "deaths_aggregate": [ - 3186 + 3308 ], "discord_id": [ - 80 + 82 ], "draft_game_players": [ - 347 + 429 ], "draft_game_players_aggregate": [ - 338 + 420 ], "elo": [ - 1702 + 1824 ], "elo_history": [ - 5317 + 5394 ], "elo_history_aggregate": [ - 5300 + 5377 ], "faceit_elo": [ - 39 + 41 ], "faceit_nickname": [ - 80 + 82 ], "faceit_player_id": [ - 80 + 82 ], "faceit_rank_history": [ - 3107 + 3229 ], "faceit_rank_history_aggregate": [ - 3100 + 3222 ], "faceit_skill_level": [ - 39 + 41 ], "faceit_updated_at": [ - 4377 + 4499 ], "faceit_url": [ - 80 + 82 ], "flashed_by_players": [ - 3150 + 3272 ], "flashed_by_players_aggregate": [ - 3141 + 3263 ], "flashed_players": [ - 3150 + 3272 ], "flashed_players_aggregate": [ - 3141 + 3263 ], "friends": [ - 2716 + 2838 ], "friends_aggregate": [ - 2706 + 2828 ], "game_ban_count": [ - 39 + 41 ], "invited_players": [ - 4055 + 4177 ], "invited_players_aggregate": [ - 4048 + 4170 ], "is_banned": [ - 4 + 6 ], "is_gagged": [ - 4 + 6 ], "is_in_another_match": [ - 4 + 6 ], "is_in_draft": [ - 4 + 6 ], "is_in_lobby": [ - 4 + 6 ], "is_muted": [ - 4 + 6 ], "kills": [ - 3195 + 3317 ], "kills_aggregate": [ - 3186 + 3308 ], "kills_by_weapons": [ - 3205 + 3327 ], "kills_by_weapons_aggregate": [ - 3198 + 3320 ], "language": [ - 80 + 82 ], "last_read_news_at": [ - 4377 + 4499 ], "last_sign_in_at": [ - 4377 + 4499 ], "lobby_players": [ - 2109 + 2231 ], "lobby_players_aggregate": [ - 2100 + 2222 ], "losses": [ - 39 + 41 ], "losses_competitive": [ - 39 + 41 ], "losses_duel": [ - 39 + 41 ], "losses_wingman": [ - 39 + 41 ], "match_map_hltv": [ - 5412 + 5489 ], "match_map_hltv_aggregate": [ - 5405 + 5482 ], "match_map_stats": [ - 3302 + 3424 ], "match_map_stats_aggregate": [ - 3295 + 3417 ], "match_stats": [ - 3361 + 3483 ], "match_stats_aggregate": [ - 3354 + 3476 ], "matches": [ - 2653 + 2775 ], "matchmaking_cooldown": [ - 4377 + 4499 ], "multi_kills": [ - 5503 + 5580 ], "multi_kills_aggregate": [ - 5496 + 5573 ], "name": [ - 80 + 82 ], "name_registered": [ - 4 + 6 ], "notifications": [ - 2789 + 2911 ], "notifications_aggregate": [ - 2779 + 2901 ], "objectives": [ - 3394 + 3516 ], "objectives_aggregate": [ - 3387 + 3509 ], "owned_teams": [ - 4340 + 4462 ], "owned_teams_aggregate": [ - 4331 + 4453 ], "peak_elo": [ - 1702 + 1824 ], "pending_match_imports": [ - 2839 + 2961 ], "pending_match_imports_aggregate": [ - 2832 + 2954 ], "player_lineup": [ - 2290 + 2412 ], "player_lineup_aggregate": [ - 2281 + 2403 ], "player_unused_utilities": [ - 3681 + 3803 ], "player_unused_utilities_aggregate": [ - 3674 + 3796 ], "premier_rank": [ - 39 + 41 ], "premier_rank_history": [ - 3453 + 3575 ], "premier_rank_history_aggregate": [ - 3446 + 3568 ], "premier_rank_updated_at": [ - 4377 + 4499 ], "profile_url": [ - 80 + 82 ], "role": [ - 949 + 1071 ], "roster_image_url": [ - 80 + 82 ], "sanctions": [ - 3494 + 3616 ], "sanctions_aggregate": [ - 3487 + 3609 ], "season_stats": [ - 3545 + 3667 ], "season_stats_aggregate": [ - 3528 + 3650 ], "show_match_ready_modal": [ - 4 + 6 ], "stats": [ - 3589 + 3711 ], "steam_bans_checked_at": [ - 4377 + 4499 ], "steam_id": [ - 182 + 259 ], "team_invites": [ - 4055 + 4177 ], "team_invites_aggregate": [ - 4048 + 4170 ], "team_members": [ - 4098 + 4220 ], "team_members_aggregate": [ - 4089 + 4211 ], "teams": [ - 4340 + 4462 ], "total_matches": [ - 39 + 41 ], "tournament_organizers": [ - 4481 + 4645 ], "tournament_organizers_aggregate": [ - 4474 + 4638 ], "tournament_rosters": [ - 4696 + 4860 ], "tournament_rosters_aggregate": [ - 4689 - ], - "tournament_trophies": [ - 4781 - ], - "tournament_trophies_aggregate": [ - 4772 + 4853 ], "tournaments": [ - 4878 + 4955 ], "tournaments_aggregate": [ - 4859 + 4936 ], "utility_thrown": [ - 3722 + 3844 ], "utility_thrown_aggregate": [ - 3715 + 3837 ], "vac_ban_count": [ - 39 + 41 ], "vac_banned": [ - 4 + 6 ], "weapon_stats": [ - 3763 + 3885 ], "weapon_stats_aggregate": [ - 3756 + 3878 ], "wins": [ - 39 + 41 ], "wins_competitive": [ - 39 + 41 ], "wins_duel": [ - 39 + 41 ], "wins_wingman": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "players_constraint": {}, "players_inc_input": { "days_since_last_ban": [ - 38 + 40 ], "faceit_elo": [ - 38 + 40 ], "faceit_skill_level": [ - 38 + 40 ], "game_ban_count": [ - 38 + 40 ], "premier_rank": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_insert_input": { "abandoned_matches": [ - 117 + 125 ], "aim_weapon_stats": [ - 2932 + 3054 ], "assists": [ - 2975 + 3097 ], "assited_by_players": [ - 2975 + 3097 ], "avatar_url": [ - 78 + 80 + ], + "awards": [ + 194 ], "coach_lineups": [ - 2330 + 2452 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "custom_avatar_url": [ - 78 + 80 ], "damage_dealt": [ - 3036 + 3158 ], "damage_taken": [ - 3036 + 3158 ], "days_since_last_ban": [ - 38 + 40 ], "deaths": [ - 3192 + 3314 ], "discord_id": [ - 78 + 80 ], "draft_game_players": [ - 344 + 426 ], "elo_history": [ - 5314 + 5391 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_rank_history": [ - 3104 + 3226 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "flashed_by_players": [ - 3147 + 3269 ], "flashed_players": [ - 3147 + 3269 ], "friends": [ - 2713 + 2835 ], "game_ban_count": [ - 38 + 40 ], "invited_players": [ - 4052 + 4174 ], "kills": [ - 3192 + 3314 ], "kills_by_weapons": [ - 3202 + 3324 ], "language": [ - 78 + 80 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "lobby_players": [ - 2106 + 2228 ], "match_map_hltv": [ - 5409 + 5486 ], "match_map_stats": [ - 3299 + 3421 ], "match_stats": [ - 3358 + 3480 ], "multi_kills": [ - 5500 + 5577 ], "name": [ - 78 + 80 ], "name_registered": [ - 3 + 5 ], "notifications": [ - 2786 + 2908 ], "objectives": [ - 3391 + 3513 ], "owned_teams": [ - 4337 + 4459 ], "pending_match_imports": [ - 2836 + 2958 ], "player_lineup": [ - 2287 + 2409 ], "player_unused_utilities": [ - 3678 + 3800 ], "premier_rank": [ - 38 + 40 ], "premier_rank_history": [ - 3450 + 3572 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 948 + 1070 ], "roster_image_url": [ - 78 + 80 ], "sanctions": [ - 3491 + 3613 ], "season_stats": [ - 3542 + 3664 ], "show_match_ready_modal": [ - 3 + 5 ], "stats": [ - 3596 + 3718 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "team_invites": [ - 4052 + 4174 ], "team_members": [ - 4095 + 4217 ], "tournament_organizers": [ - 4478 + 4642 ], "tournament_rosters": [ - 4693 - ], - "tournament_trophies": [ - 4778 + 4857 ], "tournaments": [ - 4875 + 4952 ], "utility_thrown": [ - 3719 + 3841 ], "vac_ban_count": [ - 38 + 40 ], "vac_banned": [ - 3 + 5 ], "weapon_stats": [ - 3760 + 3882 ], "__typename": [ - 78 + 80 ] }, "players_max_fields": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "current_lobby_id": [ - 4921 + 4998 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "game_ban_count": [ - 38 + 40 ], "language": [ - 78 + 80 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "matchmaking_cooldown": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "roster_image_url": [ - 78 + 80 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_min_fields": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "current_lobby_id": [ - 4921 + 4998 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "game_ban_count": [ - 38 + 40 ], "language": [ - 78 + 80 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "matchmaking_cooldown": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "roster_image_url": [ - 78 + 80 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3787 + 3909 ], "__typename": [ - 78 + 80 ] }, "players_obj_rel_insert_input": { "data": [ - 3794 + 3916 ], "on_conflict": [ - 3799 + 3921 ], "__typename": [ - 78 + 80 ] }, "players_on_conflict": { "constraint": [ - 3792 + 3914 ], "update_columns": [ - 3810 + 3932 ], "where": [ - 3791 + 3913 ], "__typename": [ - 78 + 80 ] }, "players_order_by": { "abandoned_matches_aggregate": [ - 116 + 124 ], "aim_weapon_stats_aggregate": [ - 2931 + 3053 ], "assists_aggregate": [ - 2974 + 3096 ], "assited_by_players_aggregate": [ - 2974 + 3096 ], "avatar_url": [ - 2829 + 2951 + ], + "awards_aggregate": [ + 193 ], "coach_lineups_aggregate": [ - 2329 + 2451 ], "country": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "current_lobby_id": [ - 2829 + 2951 ], "custom_avatar_url": [ - 2829 + 2951 ], "damage_dealt_aggregate": [ - 3035 + 3157 ], "damage_taken_aggregate": [ - 3035 + 3157 ], "days_since_last_ban": [ - 2829 + 2951 ], "deaths_aggregate": [ - 3191 + 3313 ], "discord_id": [ - 2829 + 2951 ], "draft_game_players_aggregate": [ - 343 + 425 ], "elo": [ - 2829 + 2951 ], "elo_history_aggregate": [ - 5313 + 5390 ], "faceit_elo": [ - 2829 + 2951 ], "faceit_nickname": [ - 2829 + 2951 ], "faceit_player_id": [ - 2829 + 2951 ], "faceit_rank_history_aggregate": [ - 3103 + 3225 ], "faceit_skill_level": [ - 2829 + 2951 ], "faceit_updated_at": [ - 2829 + 2951 ], "faceit_url": [ - 2829 + 2951 ], "flashed_by_players_aggregate": [ - 3146 + 3268 ], "flashed_players_aggregate": [ - 3146 + 3268 ], "friends_aggregate": [ - 2711 + 2833 ], "game_ban_count": [ - 2829 + 2951 ], "invited_players_aggregate": [ - 4051 + 4173 ], "is_banned": [ - 2829 + 2951 ], "is_gagged": [ - 2829 + 2951 ], "is_in_another_match": [ - 2829 + 2951 ], "is_in_draft": [ - 2829 + 2951 ], "is_in_lobby": [ - 2829 + 2951 ], "is_muted": [ - 2829 + 2951 ], "kills_aggregate": [ - 3191 + 3313 ], "kills_by_weapons_aggregate": [ - 3201 + 3323 ], "language": [ - 2829 + 2951 ], "last_read_news_at": [ - 2829 + 2951 ], "last_sign_in_at": [ - 2829 + 2951 ], "lobby_players_aggregate": [ - 2105 + 2227 ], "losses": [ - 2829 + 2951 ], "losses_competitive": [ - 2829 + 2951 ], "losses_duel": [ - 2829 + 2951 ], "losses_wingman": [ - 2829 + 2951 ], "match_map_hltv_aggregate": [ - 5408 + 5485 ], "match_map_stats_aggregate": [ - 3298 + 3420 ], "match_stats_aggregate": [ - 3357 + 3479 ], "matches_aggregate": [ - 2649 + 2771 ], "matchmaking_cooldown": [ - 2829 + 2951 ], "multi_kills_aggregate": [ - 5499 + 5576 ], "name": [ - 2829 + 2951 ], "name_registered": [ - 2829 + 2951 ], "notifications_aggregate": [ - 2784 + 2906 ], "objectives_aggregate": [ - 3390 + 3512 ], "owned_teams_aggregate": [ - 4336 + 4458 ], "peak_elo": [ - 2829 + 2951 ], "pending_match_imports_aggregate": [ - 2835 + 2957 ], "player_lineup_aggregate": [ - 2286 + 2408 ], "player_unused_utilities_aggregate": [ - 3677 + 3799 ], "premier_rank": [ - 2829 + 2951 ], "premier_rank_history_aggregate": [ - 3449 + 3571 ], "premier_rank_updated_at": [ - 2829 + 2951 ], "profile_url": [ - 2829 + 2951 ], "role": [ - 2829 + 2951 ], "roster_image_url": [ - 2829 + 2951 ], "sanctions_aggregate": [ - 3490 + 3612 ], "season_stats_aggregate": [ - 3541 + 3663 ], "show_match_ready_modal": [ - 2829 + 2951 ], "stats": [ - 3598 + 3720 ], "steam_bans_checked_at": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_invites_aggregate": [ - 4051 + 4173 ], "team_members_aggregate": [ - 4094 + 4216 ], "teams_aggregate": [ - 4336 + 4458 ], "total_matches": [ - 2829 + 2951 ], "tournament_organizers_aggregate": [ - 4477 + 4641 ], "tournament_rosters_aggregate": [ - 4692 - ], - "tournament_trophies_aggregate": [ - 4777 + 4856 ], "tournaments_aggregate": [ - 4874 + 4951 ], "utility_thrown_aggregate": [ - 3718 + 3840 ], "vac_ban_count": [ - 2829 + 2951 ], "vac_banned": [ - 2829 + 2951 ], "weapon_stats_aggregate": [ - 3759 + 3881 ], "wins": [ - 2829 + 2951 ], "wins_competitive": [ - 2829 + 2951 ], "wins_duel": [ - 2829 + 2951 ], "wins_wingman": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "players_pk_columns_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "players_select_column": {}, "players_set_input": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "game_ban_count": [ - 38 + 40 ], "language": [ - 78 + 80 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "name_registered": [ - 3 + 5 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 948 + 1070 ], "roster_image_url": [ - 78 + 80 ], "show_match_ready_modal": [ - 3 + 5 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "vac_banned": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "players_stddev_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 29 + 31 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_stddev_pop_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 29 + 31 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_stddev_samp_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 29 + 31 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_stream_cursor_input": { "initial_value": [ - 3808 + 3930 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "players_stream_cursor_value_input": { "avatar_url": [ - 78 + 80 ], "country": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "custom_avatar_url": [ - 78 + 80 ], "days_since_last_ban": [ - 38 + 40 ], "discord_id": [ - 78 + 80 ], "faceit_elo": [ - 38 + 40 ], "faceit_nickname": [ - 78 + 80 ], "faceit_player_id": [ - 78 + 80 ], "faceit_skill_level": [ - 38 + 40 ], "faceit_updated_at": [ - 4376 + 4498 ], "faceit_url": [ - 78 + 80 ], "game_ban_count": [ - 38 + 40 ], "language": [ - 78 + 80 ], "last_read_news_at": [ - 4376 + 4498 ], "last_sign_in_at": [ - 4376 + 4498 ], "name": [ - 78 + 80 ], "name_registered": [ - 3 + 5 ], "premier_rank": [ - 38 + 40 ], "premier_rank_updated_at": [ - 4376 + 4498 ], "profile_url": [ - 78 + 80 ], "role": [ - 948 + 1070 ], "roster_image_url": [ - 78 + 80 ], "show_match_ready_modal": [ - 3 + 5 ], "steam_bans_checked_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "vac_ban_count": [ - 38 + 40 ], "vac_banned": [ - 3 + 5 ], "__typename": [ - 78 + 80 ] }, "players_sum_fields": { "days_since_last_ban": [ - 38 + 40 ], "faceit_elo": [ - 38 + 40 ], "faceit_skill_level": [ - 38 + 40 ], "game_ban_count": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "premier_rank": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_update_column": {}, "players_updates": { "_inc": [ - 3793 + 3915 ], "_set": [ - 3803 + 3925 ], "where": [ - 3791 + 3913 ], "__typename": [ - 78 + 80 ] }, "players_var_pop_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 29 + 31 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_var_samp_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 29 + 31 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "players_variance_fields": { "days_since_last_ban": [ - 29 + 31 ], "faceit_elo": [ - 29 + 31 ], "faceit_skill_level": [ - 29 + 31 ], "game_ban_count": [ - 29 + 31 ], "losses": [ - 38 + 40 ], "losses_competitive": [ - 38 + 40 ], "losses_duel": [ - 38 + 40 ], "losses_wingman": [ - 38 + 40 ], "premier_rank": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "total_matches": [ - 38 + 40 ], "vac_ban_count": [ - 29 + 31 ], "wins": [ - 38 + 40 ], "wins_competitive": [ - 38 + 40 ], "wins_duel": [ - 38 + 40 ], "wins_wingman": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "plugin_versions": { "min_game_build_id": [ - 38 + 40 ], "published_at": [ - 4376 + 4498 ], "runtime": [ - 968 + 1090 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_aggregate": { "aggregate": [ - 3817 + 3939 ], "nodes": [ - 3815 + 3937 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_aggregate_fields": { "avg": [ - 3818 + 3940 ], "count": [ - 38, + 40, { "columns": [ - 3829, + 3951, "[plugin_versions_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3823 + 3945 ], "min": [ - 3824 + 3946 ], "stddev": [ - 3831 + 3953 ], "stddev_pop": [ - 3832 + 3954 ], "stddev_samp": [ - 3833 + 3955 ], "sum": [ - 3836 + 3958 ], "var_pop": [ - 3839 + 3961 ], "var_samp": [ - 3840 + 3962 ], "variance": [ - 3841 + 3963 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_avg_fields": { "min_game_build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_bool_exp": { "_and": [ - 3819 + 3941 ], "_not": [ - 3819 + 3941 ], "_or": [ - 3819 + 3941 ], "min_game_build_id": [ - 39 + 41 ], "published_at": [ - 4377 + 4499 ], "runtime": [ - 969 + 1091 ], "version": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_constraint": {}, "plugin_versions_inc_input": { "min_game_build_id": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_insert_input": { "min_game_build_id": [ - 38 + 40 ], "published_at": [ - 4376 + 4498 ], "runtime": [ - 968 + 1090 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_max_fields": { "min_game_build_id": [ - 38 + 40 ], "published_at": [ - 4376 + 4498 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_min_fields": { "min_game_build_id": [ - 38 + 40 ], "published_at": [ - 4376 + 4498 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3815 + 3937 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_on_conflict": { "constraint": [ - 3820 + 3942 ], "update_columns": [ - 3837 + 3959 ], "where": [ - 3819 + 3941 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_order_by": { "min_game_build_id": [ - 2829 + 2951 ], "published_at": [ - 2829 + 2951 ], "runtime": [ - 2829 + 2951 ], "version": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_pk_columns_input": { "runtime": [ - 968 + 1090 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_select_column": {}, "plugin_versions_set_input": { "min_game_build_id": [ - 38 + 40 ], "published_at": [ - 4376 + 4498 ], "runtime": [ - 968 + 1090 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_stddev_fields": { "min_game_build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_stddev_pop_fields": { "min_game_build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_stddev_samp_fields": { "min_game_build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_stream_cursor_input": { "initial_value": [ - 3835 + 3957 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_stream_cursor_value_input": { "min_game_build_id": [ - 38 + 40 ], "published_at": [ - 4376 + 4498 ], "runtime": [ - 968 + 1090 ], "version": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_sum_fields": { "min_game_build_id": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_update_column": {}, "plugin_versions_updates": { "_inc": [ - 3821 + 3943 ], "_set": [ - 3830 + 3952 ], "where": [ - 3819 + 3941 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_var_pop_fields": { "min_game_build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_var_samp_fields": { "min_game_build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "plugin_versions_variance_fields": { "min_game_build_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, - "recalculate_tournament_trophies_args": { + "recalculate_tournament_awards_args": { "_tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "remove_league_team_from_season_args": { "_league_team_season_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "reorder_league_divisions_args": { "_division_ids": [ - 110 + 118 ], "__typename": [ - 78 + 80 ] }, "restart_league_season_args": { "_league_season_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "seasons": { + "awards": [ + 188, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "awards_aggregate": [ + 189, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "needs_rebuild": [ - 3 + 5 ], "number": [ - 38 + 40 ], "player_season_stats": [ - 3526, + 3648, { "distinct_on": [ - 3557, + 3679, "[player_season_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3555, + 3677, "[player_season_stats_order_by!]" ], "where": [ - 3545 + 3667 ] } ], "player_season_stats_aggregate": [ - 3527, + 3649, { "distinct_on": [ - 3557, + 3679, "[player_season_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3555, + 3677, "[player_season_stats_order_by!]" ], "where": [ - 3545 + 3667 ] } ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "seasons_aggregate": { "aggregate": [ - 3848 + 3970 ], "nodes": [ - 3846 + 3968 ], "__typename": [ - 78 + 80 ] }, "seasons_aggregate_fields": { "avg": [ - 3849 + 3971 ], "count": [ - 38, + 40, { "columns": [ - 3861, + 3983, "[seasons_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3854 + 3976 ], "min": [ - 3855 + 3977 ], "stddev": [ - 3863 + 3985 ], "stddev_pop": [ - 3864 + 3986 ], "stddev_samp": [ - 3865 + 3987 ], "sum": [ - 3868 + 3990 ], "var_pop": [ - 3871 + 3993 ], "var_samp": [ - 3872 + 3994 ], "variance": [ - 3873 + 3995 ], "__typename": [ - 78 + 80 ] }, "seasons_avg_fields": { "number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "seasons_bool_exp": { "_and": [ - 3850 + 3972 ], "_not": [ - 3850 + 3972 ], "_or": [ - 3850 + 3972 + ], + "awards": [ + 197 + ], + "awards_aggregate": [ + 190 ], "created_at": [ - 4377 + 4499 ], "description": [ - 80 + 82 ], "ends_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "needs_rebuild": [ - 4 + 6 ], "number": [ - 39 + 41 ], "player_season_stats": [ - 3545 + 3667 ], "player_season_stats_aggregate": [ - 3528 + 3650 ], "starts_at": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, "seasons_constraint": {}, "seasons_inc_input": { "number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "seasons_insert_input": { + "awards": [ + 194 + ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "needs_rebuild": [ - 3 + 5 ], "number": [ - 38 + 40 ], "player_season_stats": [ - 3542 + 3664 ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "seasons_max_fields": { "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "number": [ - 38 + 40 ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "seasons_min_fields": { "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "number": [ - 38 + 40 ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "seasons_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3846 + 3968 ], "__typename": [ - 78 + 80 ] }, "seasons_obj_rel_insert_input": { "data": [ - 3853 + 3975 ], "on_conflict": [ - 3858 + 3980 ], "__typename": [ - 78 + 80 ] }, "seasons_on_conflict": { "constraint": [ - 3851 + 3973 ], "update_columns": [ - 3869 + 3991 ], "where": [ - 3850 + 3972 ], "__typename": [ - 78 + 80 ] }, "seasons_order_by": { + "awards_aggregate": [ + 193 + ], "created_at": [ - 2829 + 2951 ], "description": [ - 2829 + 2951 ], "ends_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "needs_rebuild": [ - 2829 + 2951 ], "number": [ - 2829 + 2951 ], "player_season_stats_aggregate": [ - 3541 + 3663 ], "starts_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "seasons_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "seasons_select_column": {}, "seasons_set_input": { "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "needs_rebuild": [ - 3 + 5 ], "number": [ - 38 + 40 ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "seasons_stddev_fields": { "number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "seasons_stddev_pop_fields": { "number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "seasons_stddev_samp_fields": { "number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "seasons_stream_cursor_input": { "initial_value": [ - 3867 + 3989 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "seasons_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "needs_rebuild": [ - 3 + 5 ], "number": [ - 38 + 40 ], "starts_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "seasons_sum_fields": { "number": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "seasons_update_column": {}, "seasons_updates": { "_inc": [ - 3852 + 3974 ], "_set": [ - 3862 + 3984 ], "where": [ - 3850 + 3972 ], "__typename": [ - 78 + 80 ] }, "seasons_var_pop_fields": { "number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "seasons_var_samp_fields": { "number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "seasons_variance_fields": { "number": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "server_regions": { "available_server_count": [ - 38 + 40 ], "description": [ - 78 + 80 ], "game_server_nodes": [ - 1576, + 1698, { "distinct_on": [ - 1605, + 1727, "[game_server_nodes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1602, + 1724, "[game_server_nodes_order_by!]" ], "where": [ - 1588 + 1710 ] } ], "game_server_nodes_aggregate": [ - 1577, + 1699, { "distinct_on": [ - 1605, + 1727, "[game_server_nodes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1602, + 1724, "[game_server_nodes_order_by!]" ], "where": [ - 1588 + 1710 ] } ], "has_node": [ - 3 + 5 ], "is_lan": [ - 3 + 5 ], "status": [ - 78 + 80 ], "steam_relay": [ - 3 + 5 ], "total_server_count": [ - 38 + 40 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "server_regions_aggregate": { "aggregate": [ - 3876 + 3998 ], "nodes": [ - 3874 + 3996 ], "__typename": [ - 78 + 80 ] }, "server_regions_aggregate_fields": { "avg": [ - 3877 + 3999 ], "count": [ - 38, + 40, { "columns": [ - 3888, + 4010, "[server_regions_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3881 + 4003 ], "min": [ - 3882 + 4004 ], "stddev": [ - 3890 + 4012 ], "stddev_pop": [ - 3891 + 4013 ], "stddev_samp": [ - 3892 + 4014 ], "sum": [ - 3895 + 4017 ], "var_pop": [ - 3898 + 4020 ], "var_samp": [ - 3899 + 4021 ], "variance": [ - 3900 + 4022 ], "__typename": [ - 78 + 80 ] }, "server_regions_avg_fields": { "available_server_count": [ - 38 + 40 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "server_regions_bool_exp": { "_and": [ - 3878 + 4000 ], "_not": [ - 3878 + 4000 ], "_or": [ - 3878 + 4000 ], "available_server_count": [ - 39 + 41 ], "description": [ - 80 + 82 ], "game_server_nodes": [ - 1588 + 1710 ], "game_server_nodes_aggregate": [ - 1578 + 1700 ], "has_node": [ - 4 + 6 ], "is_lan": [ - 4 + 6 ], "status": [ - 80 + 82 ], "steam_relay": [ - 4 + 6 ], "total_server_count": [ - 39 + 41 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "server_regions_constraint": {}, "server_regions_insert_input": { "description": [ - 78 + 80 ], "game_server_nodes": [ - 1585 + 1707 ], "is_lan": [ - 3 + 5 ], "steam_relay": [ - 3 + 5 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "server_regions_max_fields": { "available_server_count": [ - 38 + 40 ], "description": [ - 78 + 80 ], "status": [ - 78 + 80 ], "total_server_count": [ - 38 + 40 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "server_regions_min_fields": { "available_server_count": [ - 38 + 40 ], "description": [ - 78 + 80 ], "status": [ - 78 + 80 ], "total_server_count": [ - 38 + 40 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "server_regions_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3874 + 3996 ], "__typename": [ - 78 + 80 ] }, "server_regions_obj_rel_insert_input": { "data": [ - 3880 + 4002 ], "on_conflict": [ - 3885 + 4007 ], "__typename": [ - 78 + 80 ] }, "server_regions_on_conflict": { "constraint": [ - 3879 + 4001 ], "update_columns": [ - 3896 + 4018 ], "where": [ - 3878 + 4000 ], "__typename": [ - 78 + 80 ] }, "server_regions_order_by": { "available_server_count": [ - 2829 + 2951 ], "description": [ - 2829 + 2951 ], "game_server_nodes_aggregate": [ - 1583 + 1705 ], "has_node": [ - 2829 + 2951 ], "is_lan": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "steam_relay": [ - 2829 + 2951 ], "total_server_count": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "server_regions_pk_columns_input": { "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "server_regions_select_column": {}, "server_regions_set_input": { "description": [ - 78 + 80 ], "is_lan": [ - 3 + 5 ], "steam_relay": [ - 3 + 5 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "server_regions_stddev_fields": { "available_server_count": [ - 38 + 40 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "server_regions_stddev_pop_fields": { "available_server_count": [ - 38 + 40 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "server_regions_stddev_samp_fields": { "available_server_count": [ - 38 + 40 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "server_regions_stream_cursor_input": { "initial_value": [ - 3894 + 4016 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "server_regions_stream_cursor_value_input": { "description": [ - 78 + 80 ], "is_lan": [ - 3 + 5 ], "steam_relay": [ - 3 + 5 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "server_regions_sum_fields": { "available_server_count": [ - 38 + 40 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "server_regions_update_column": {}, "server_regions_updates": { "_set": [ - 3889 + 4011 ], "where": [ - 3878 + 4000 ], "__typename": [ - 78 + 80 ] }, "server_regions_var_pop_fields": { "available_server_count": [ - 38 + 40 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "server_regions_var_samp_fields": { "available_server_count": [ - 38 + 40 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "server_regions_variance_fields": { "available_server_count": [ - 38 + 40 ], "total_server_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "servers": { "api_password": [ - 4921 + 4998 ], "boot_status": [ - 78 + 80 ], "boot_status_detail": [ - 78 + 80 ], "connect_password": [ - 78 + 80 ], "connected": [ - 3 + 5 ], "connection_link": [ - 78 + 80 ], "connection_string": [ - 78 + 80 ], "current_match": [ - 2644 + 2766 ], "enabled": [ - 3 + 5 ], "game": [ - 78 + 80 ], "game_server_node": [ - 1576 + 1698 ], "game_server_node_id": [ - 78 + 80 ], "host": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_dedicated": [ - 3 + 5 ], "label": [ - 78 + 80 ], "matches": [ - 2644, + 2766, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "matches_aggregate": [ - 2645, + 2767, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "max_players": [ - 38 + 40 ], "offline_at": [ - 4376 + 4498 ], "plugin_runtime": [ - 968 + 1090 ], "plugin_version": [ - 78 + 80 ], "port": [ - 38 + 40 ], "rcon_password": [ - 183 + 260 ], "rcon_status": [ - 3 + 5 ], "region": [ - 78 + 80 ], "reserved_by_match_id": [ - 4921 + 4998 ], "server_region": [ - 3874 + 3996 ], "steam_relay": [ - 78 + 80 ], "tv_port": [ - 38 + 40 ], "type": [ - 1049 + 1171 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "servers_aggregate": { "aggregate": [ - 3907 + 4029 ], "nodes": [ - 3901 + 4023 ], "__typename": [ - 78 + 80 ] }, "servers_aggregate_bool_exp": { "bool_and": [ - 3904 + 4026 ], "bool_or": [ - 3905 + 4027 ], "count": [ - 3906 + 4028 ], "__typename": [ - 78 + 80 ] }, "servers_aggregate_bool_exp_bool_and": { "arguments": [ - 3926 + 4048 ], "distinct": [ - 3 + 5 ], "filter": [ - 3912 + 4034 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "servers_aggregate_bool_exp_bool_or": { "arguments": [ - 3927 + 4049 ], "distinct": [ - 3 + 5 ], "filter": [ - 3912 + 4034 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "servers_aggregate_bool_exp_count": { "arguments": [ - 3925 + 4047 ], "distinct": [ - 3 + 5 ], "filter": [ - 3912 + 4034 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "servers_aggregate_fields": { "avg": [ - 3910 + 4032 ], "count": [ - 38, + 40, { "columns": [ - 3925, + 4047, "[servers_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3916 + 4038 ], "min": [ - 3918 + 4040 ], "stddev": [ - 3929 + 4051 ], "stddev_pop": [ - 3931 + 4053 ], "stddev_samp": [ - 3933 + 4055 ], "sum": [ - 3937 + 4059 ], "var_pop": [ - 3941 + 4063 ], "var_samp": [ - 3943 + 4065 ], "variance": [ - 3945 + 4067 ], "__typename": [ - 78 + 80 ] }, "servers_aggregate_order_by": { "avg": [ - 3911 + 4033 ], "count": [ - 2829 + 2951 ], "max": [ - 3917 + 4039 ], "min": [ - 3919 + 4041 ], "stddev": [ - 3930 + 4052 ], "stddev_pop": [ - 3932 + 4054 ], "stddev_samp": [ - 3934 + 4056 ], "sum": [ - 3938 + 4060 ], "var_pop": [ - 3942 + 4064 ], "var_samp": [ - 3944 + 4066 ], "variance": [ - 3946 + 4068 ], "__typename": [ - 78 + 80 ] }, "servers_arr_rel_insert_input": { "data": [ - 3915 + 4037 ], "on_conflict": [ - 3922 + 4044 ], "__typename": [ - 78 + 80 ] }, "servers_avg_fields": { "max_players": [ - 29 + 31 ], "port": [ - 29 + 31 ], "tv_port": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "servers_avg_order_by": { "max_players": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_bool_exp": { "_and": [ - 3912 + 4034 ], "_not": [ - 3912 + 4034 ], "_or": [ - 3912 + 4034 ], "api_password": [ - 4923 + 5000 ], "boot_status": [ - 80 + 82 ], "boot_status_detail": [ - 80 + 82 ], "connect_password": [ - 80 + 82 ], "connected": [ - 4 + 6 ], "connection_link": [ - 80 + 82 ], "connection_string": [ - 80 + 82 ], "current_match": [ - 2653 + 2775 ], "enabled": [ - 4 + 6 ], "game": [ - 80 + 82 ], "game_server_node": [ - 1588 + 1710 ], "game_server_node_id": [ - 80 + 82 ], "host": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "is_dedicated": [ - 4 + 6 ], "label": [ - 80 + 82 ], "matches": [ - 2653 + 2775 ], "matches_aggregate": [ - 2646 + 2768 ], "max_players": [ - 39 + 41 ], "offline_at": [ - 4377 + 4499 ], "plugin_runtime": [ - 969 + 1091 ], "plugin_version": [ - 80 + 82 ], "port": [ - 39 + 41 ], "rcon_password": [ - 184 + 261 ], "rcon_status": [ - 4 + 6 ], "region": [ - 80 + 82 ], "reserved_by_match_id": [ - 4923 + 5000 ], "server_region": [ - 3878 + 4000 ], "steam_relay": [ - 80 + 82 ], "tv_port": [ - 39 + 41 ], "type": [ - 1050 + 1172 ], "updated_at": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, "servers_constraint": {}, "servers_inc_input": { "max_players": [ - 38 + 40 ], "port": [ - 38 + 40 ], "tv_port": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "servers_insert_input": { "api_password": [ - 4921 + 4998 ], "boot_status": [ - 78 + 80 ], "boot_status_detail": [ - 78 + 80 ], "connect_password": [ - 78 + 80 ], "connected": [ - 3 + 5 ], "current_match": [ - 2662 + 2784 ], "enabled": [ - 3 + 5 ], "game": [ - 78 + 80 ], "game_server_node": [ - 1600 + 1722 ], "game_server_node_id": [ - 78 + 80 ], "host": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_dedicated": [ - 3 + 5 ], "label": [ - 78 + 80 ], "matches": [ - 2650 + 2772 ], "max_players": [ - 38 + 40 ], "offline_at": [ - 4376 + 4498 ], "plugin_runtime": [ - 968 + 1090 ], "plugin_version": [ - 78 + 80 ], "port": [ - 38 + 40 ], "rcon_password": [ - 183 + 260 ], "rcon_status": [ - 3 + 5 ], "region": [ - 78 + 80 ], "reserved_by_match_id": [ - 4921 + 4998 ], "server_region": [ - 3884 + 4006 ], "steam_relay": [ - 78 + 80 ], "tv_port": [ - 38 + 40 ], "type": [ - 1049 + 1171 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "servers_max_fields": { "api_password": [ - 4921 + 4998 ], "boot_status": [ - 78 + 80 ], "boot_status_detail": [ - 78 + 80 ], "connect_password": [ - 78 + 80 ], "connection_link": [ - 78 + 80 ], "connection_string": [ - 78 + 80 ], "game": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "host": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "max_players": [ - 38 + 40 ], "offline_at": [ - 4376 + 4498 ], "plugin_version": [ - 78 + 80 ], "port": [ - 38 + 40 ], "region": [ - 78 + 80 ], "reserved_by_match_id": [ - 4921 + 4998 ], "steam_relay": [ - 78 + 80 ], "tv_port": [ - 38 + 40 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "servers_max_order_by": { "api_password": [ - 2829 + 2951 ], "boot_status": [ - 2829 + 2951 ], "boot_status_detail": [ - 2829 + 2951 ], "connect_password": [ - 2829 + 2951 ], "game": [ - 2829 + 2951 ], "game_server_node_id": [ - 2829 + 2951 ], "host": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "max_players": [ - 2829 + 2951 ], "offline_at": [ - 2829 + 2951 ], "plugin_version": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "reserved_by_match_id": [ - 2829 + 2951 ], "steam_relay": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_min_fields": { "api_password": [ - 4921 + 4998 ], "boot_status": [ - 78 + 80 ], "boot_status_detail": [ - 78 + 80 ], "connect_password": [ - 78 + 80 ], "connection_link": [ - 78 + 80 ], "connection_string": [ - 78 + 80 ], "game": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "host": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "max_players": [ - 38 + 40 ], "offline_at": [ - 4376 + 4498 ], "plugin_version": [ - 78 + 80 ], "port": [ - 38 + 40 ], "region": [ - 78 + 80 ], "reserved_by_match_id": [ - 4921 + 4998 ], "steam_relay": [ - 78 + 80 ], "tv_port": [ - 38 + 40 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "servers_min_order_by": { "api_password": [ - 2829 + 2951 ], "boot_status": [ - 2829 + 2951 ], "boot_status_detail": [ - 2829 + 2951 ], "connect_password": [ - 2829 + 2951 ], "game": [ - 2829 + 2951 ], "game_server_node_id": [ - 2829 + 2951 ], "host": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "max_players": [ - 2829 + 2951 ], "offline_at": [ - 2829 + 2951 ], "plugin_version": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "reserved_by_match_id": [ - 2829 + 2951 ], "steam_relay": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3901 + 4023 ], "__typename": [ - 78 + 80 ] }, "servers_obj_rel_insert_input": { "data": [ - 3915 + 4037 ], "on_conflict": [ - 3922 + 4044 ], "__typename": [ - 78 + 80 ] }, "servers_on_conflict": { "constraint": [ - 3913 + 4035 ], "update_columns": [ - 3939 + 4061 ], "where": [ - 3912 + 4034 ], "__typename": [ - 78 + 80 ] }, "servers_order_by": { "api_password": [ - 2829 + 2951 ], "boot_status": [ - 2829 + 2951 ], "boot_status_detail": [ - 2829 + 2951 ], "connect_password": [ - 2829 + 2951 ], "connected": [ - 2829 + 2951 ], "connection_link": [ - 2829 + 2951 ], "connection_string": [ - 2829 + 2951 ], "current_match": [ - 2664 + 2786 ], "enabled": [ - 2829 + 2951 ], "game": [ - 2829 + 2951 ], "game_server_node": [ - 1602 + 1724 ], "game_server_node_id": [ - 2829 + 2951 ], "host": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "is_dedicated": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "matches_aggregate": [ - 2649 + 2771 ], "max_players": [ - 2829 + 2951 ], "offline_at": [ - 2829 + 2951 ], "plugin_runtime": [ - 2829 + 2951 ], "plugin_version": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "rcon_password": [ - 2829 + 2951 ], "rcon_status": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "reserved_by_match_id": [ - 2829 + 2951 ], "server_region": [ - 3886 + 4008 ], "steam_relay": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "servers_select_column": {}, @@ -91942,3125 +94752,3125 @@ export default { "servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns": {}, "servers_set_input": { "api_password": [ - 4921 + 4998 ], "boot_status": [ - 78 + 80 ], "boot_status_detail": [ - 78 + 80 ], "connect_password": [ - 78 + 80 ], "connected": [ - 3 + 5 ], "enabled": [ - 3 + 5 ], "game": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "host": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_dedicated": [ - 3 + 5 ], "label": [ - 78 + 80 ], "max_players": [ - 38 + 40 ], "offline_at": [ - 4376 + 4498 ], "plugin_runtime": [ - 968 + 1090 ], "plugin_version": [ - 78 + 80 ], "port": [ - 38 + 40 ], "rcon_password": [ - 183 + 260 ], "rcon_status": [ - 3 + 5 ], "region": [ - 78 + 80 ], "reserved_by_match_id": [ - 4921 + 4998 ], "steam_relay": [ - 78 + 80 ], "tv_port": [ - 38 + 40 ], "type": [ - 1049 + 1171 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "servers_stddev_fields": { "max_players": [ - 29 + 31 ], "port": [ - 29 + 31 ], "tv_port": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "servers_stddev_order_by": { "max_players": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_stddev_pop_fields": { "max_players": [ - 29 + 31 ], "port": [ - 29 + 31 ], "tv_port": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "servers_stddev_pop_order_by": { "max_players": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_stddev_samp_fields": { "max_players": [ - 29 + 31 ], "port": [ - 29 + 31 ], "tv_port": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "servers_stddev_samp_order_by": { "max_players": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_stream_cursor_input": { "initial_value": [ - 3936 + 4058 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "servers_stream_cursor_value_input": { "api_password": [ - 4921 + 4998 ], "boot_status": [ - 78 + 80 ], "boot_status_detail": [ - 78 + 80 ], "connect_password": [ - 78 + 80 ], "connected": [ - 3 + 5 ], "enabled": [ - 3 + 5 ], "game": [ - 78 + 80 ], "game_server_node_id": [ - 78 + 80 ], "host": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_dedicated": [ - 3 + 5 ], "label": [ - 78 + 80 ], "max_players": [ - 38 + 40 ], "offline_at": [ - 4376 + 4498 ], "plugin_runtime": [ - 968 + 1090 ], "plugin_version": [ - 78 + 80 ], "port": [ - 38 + 40 ], "rcon_password": [ - 183 + 260 ], "rcon_status": [ - 3 + 5 ], "region": [ - 78 + 80 ], "reserved_by_match_id": [ - 4921 + 4998 ], "steam_relay": [ - 78 + 80 ], "tv_port": [ - 38 + 40 ], "type": [ - 1049 + 1171 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "servers_sum_fields": { "max_players": [ - 38 + 40 ], "port": [ - 38 + 40 ], "tv_port": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "servers_sum_order_by": { "max_players": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_update_column": {}, "servers_updates": { "_inc": [ - 3914 + 4036 ], "_set": [ - 3928 + 4050 ], "where": [ - 3912 + 4034 ], "__typename": [ - 78 + 80 ] }, "servers_var_pop_fields": { "max_players": [ - 29 + 31 ], "port": [ - 29 + 31 ], "tv_port": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "servers_var_pop_order_by": { "max_players": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_var_samp_fields": { "max_players": [ - 29 + 31 ], "port": [ - 29 + 31 ], "tv_port": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "servers_var_samp_order_by": { "max_players": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "servers_variance_fields": { "max_players": [ - 29 + 31 ], "port": [ - 29 + 31 ], "tv_port": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "servers_variance_order_by": { "max_players": [ - 2829 + 2951 ], "port": [ - 2829 + 2951 ], "tv_port": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "settings": { "name": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "settings_aggregate": { "aggregate": [ - 3949 + 4071 ], "nodes": [ - 3947 + 4069 ], "__typename": [ - 78 + 80 ] }, "settings_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 3959, + 4081, "[settings_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3953 + 4075 ], "min": [ - 3954 + 4076 ], "__typename": [ - 78 + 80 ] }, "settings_bool_exp": { "_and": [ - 3950 + 4072 ], "_not": [ - 3950 + 4072 ], "_or": [ - 3950 + 4072 ], "name": [ - 80 + 82 ], "value": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "settings_constraint": {}, "settings_insert_input": { "name": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "settings_max_fields": { "name": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "settings_min_fields": { "name": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "settings_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3947 + 4069 ], "__typename": [ - 78 + 80 ] }, "settings_on_conflict": { "constraint": [ - 3951 + 4073 ], "update_columns": [ - 3963 + 4085 ], "where": [ - 3950 + 4072 ], "__typename": [ - 78 + 80 ] }, "settings_order_by": { "name": [ - 2829 + 2951 ], "value": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "settings_pk_columns_input": { "name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "settings_select_column": {}, "settings_set_input": { "name": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "settings_stream_cursor_input": { "initial_value": [ - 3962 + 4084 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "settings_stream_cursor_value_input": { "name": [ - 78 + 80 ], "value": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "settings_update_column": {}, "settings_updates": { "_set": [ - 3960 + 4082 ], "where": [ - 3950 + 4072 ], "__typename": [ - 78 + 80 ] }, "smallint": {}, "smallint_comparison_exp": { "_eq": [ - 3965 + 4087 ], "_gt": [ - 3965 + 4087 ], "_gte": [ - 3965 + 4087 ], "_in": [ - 3965 + 4087 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 3965 + 4087 ], "_lte": [ - 3965 + 4087 ], "_neq": [ - 3965 + 4087 ], "_nin": [ - 3965 + 4087 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "node": [ - 1576 + 1698 ], "node_id": [ - 78 + 80 ], "purpose": [ - 78 + 80 ], "steam_account": [ - 3991 + 4113 ], "steam_account_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_aggregate": { "aggregate": [ - 3971 + 4093 ], "nodes": [ - 3967 + 4089 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_aggregate_bool_exp": { "count": [ - 3970 + 4092 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_aggregate_bool_exp_count": { "arguments": [ - 3985 + 4107 ], "distinct": [ - 3 + 5 ], "filter": [ - 3974 + 4096 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 3985, + 4107, "[steam_account_claims_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3977 + 4099 ], "min": [ - 3979 + 4101 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 3978 + 4100 ], "min": [ - 3980 + 4102 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_arr_rel_insert_input": { "data": [ - 3976 + 4098 ], "on_conflict": [ - 3982 + 4104 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_bool_exp": { "_and": [ - 3974 + 4096 ], "_not": [ - 3974 + 4096 ], "_or": [ - 3974 + 4096 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "k8s_job_name": [ - 80 + 82 ], "node": [ - 1588 + 1710 ], "node_id": [ - 80 + 82 ], "purpose": [ - 80 + 82 ], "steam_account": [ - 3995 + 4117 ], "steam_account_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_constraint": {}, "steam_account_claims_insert_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "node": [ - 1600 + 1722 ], "node_id": [ - 78 + 80 ], "purpose": [ - 78 + 80 ], "steam_account": [ - 4002 + 4124 ], "steam_account_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "node_id": [ - 78 + 80 ], "purpose": [ - 78 + 80 ], "steam_account_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_max_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "k8s_job_name": [ - 2829 + 2951 ], "node_id": [ - 2829 + 2951 ], "purpose": [ - 2829 + 2951 ], "steam_account_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "node_id": [ - 78 + 80 ], "purpose": [ - 78 + 80 ], "steam_account_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_min_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "k8s_job_name": [ - 2829 + 2951 ], "node_id": [ - 2829 + 2951 ], "purpose": [ - 2829 + 2951 ], "steam_account_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3967 + 4089 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_on_conflict": { "constraint": [ - 3975 + 4097 ], "update_columns": [ - 3989 + 4111 ], "where": [ - 3974 + 4096 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "k8s_job_name": [ - 2829 + 2951 ], "node": [ - 1602 + 1724 ], "node_id": [ - 2829 + 2951 ], "purpose": [ - 2829 + 2951 ], "steam_account": [ - 4004 + 4126 ], "steam_account_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_select_column": {}, "steam_account_claims_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "node_id": [ - 78 + 80 ], "purpose": [ - 78 + 80 ], "steam_account_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_stream_cursor_input": { "initial_value": [ - 3988 + 4110 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "k8s_job_name": [ - 78 + 80 ], "node_id": [ - 78 + 80 ], "purpose": [ - 78 + 80 ], "steam_account_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "steam_account_claims_update_column": {}, "steam_account_claims_updates": { "_set": [ - 3986 + 4108 ], "where": [ - 3974 + 4096 ], "__typename": [ - 78 + 80 ] }, "steam_accounts": { "claims": [ - 3967, + 4089, { "distinct_on": [ - 3985, + 4107, "[steam_account_claims_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3983, + 4105, "[steam_account_claims_order_by!]" ], "where": [ - 3974 + 4096 ] } ], "claims_aggregate": [ - 3968, + 4090, { "distinct_on": [ - 3985, + 4107, "[steam_account_claims_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3983, + 4105, "[steam_account_claims_order_by!]" ], "where": [ - 3974 + 4096 ] } ], "created_at": [ - 4376 + 4498 ], "friend_capacity": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "last_node": [ - 1576 + 1698 ], "last_node_id": [ - 78 + 80 ], "password": [ - 78 + 80 ], "role": [ - 78 + 80 ], "steam_level": [ - 38 + 40 ], "steamid64": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "username": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_aggregate": { "aggregate": [ - 3993 + 4115 ], "nodes": [ - 3991 + 4113 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_aggregate_fields": { "avg": [ - 3994 + 4116 ], "count": [ - 38, + 40, { "columns": [ - 4006, + 4128, "[steam_accounts_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 3999 + 4121 ], "min": [ - 4000 + 4122 ], "stddev": [ - 4008 + 4130 ], "stddev_pop": [ - 4009 + 4131 ], "stddev_samp": [ - 4010 + 4132 ], "sum": [ - 4013 + 4135 ], "var_pop": [ - 4016 + 4138 ], "var_samp": [ - 4017 + 4139 ], "variance": [ - 4018 + 4140 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_avg_fields": { "friend_capacity": [ - 29 + 31 ], "steam_level": [ - 29 + 31 ], "steamid64": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_bool_exp": { "_and": [ - 3995 + 4117 ], "_not": [ - 3995 + 4117 ], "_or": [ - 3995 + 4117 ], "claims": [ - 3974 + 4096 ], "claims_aggregate": [ - 3969 + 4091 ], "created_at": [ - 4377 + 4499 ], "friend_capacity": [ - 39 + 41 ], "id": [ - 4923 + 5000 ], "last_node": [ - 1588 + 1710 ], "last_node_id": [ - 80 + 82 ], "password": [ - 80 + 82 ], "role": [ - 80 + 82 ], "steam_level": [ - 39 + 41 ], "steamid64": [ - 182 + 259 ], "updated_at": [ - 4377 + 4499 ], "username": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_constraint": {}, "steam_accounts_inc_input": { "friend_capacity": [ - 38 + 40 ], "steam_level": [ - 38 + 40 ], "steamid64": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_insert_input": { "claims": [ - 3973 + 4095 ], "created_at": [ - 4376 + 4498 ], "friend_capacity": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "last_node": [ - 1600 + 1722 ], "last_node_id": [ - 78 + 80 ], "password": [ - 78 + 80 ], "role": [ - 78 + 80 ], "steam_level": [ - 38 + 40 ], "steamid64": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "username": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_max_fields": { "created_at": [ - 4376 + 4498 ], "friend_capacity": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "last_node_id": [ - 78 + 80 ], "password": [ - 78 + 80 ], "role": [ - 78 + 80 ], "steam_level": [ - 38 + 40 ], "steamid64": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "username": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_min_fields": { "created_at": [ - 4376 + 4498 ], "friend_capacity": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "last_node_id": [ - 78 + 80 ], "password": [ - 78 + 80 ], "role": [ - 78 + 80 ], "steam_level": [ - 38 + 40 ], "steamid64": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "username": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 3991 + 4113 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_obj_rel_insert_input": { "data": [ - 3998 + 4120 ], "on_conflict": [ - 4003 + 4125 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_on_conflict": { "constraint": [ - 3996 + 4118 ], "update_columns": [ - 4014 + 4136 ], "where": [ - 3995 + 4117 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_order_by": { "claims_aggregate": [ - 3972 + 4094 ], "created_at": [ - 2829 + 2951 ], "friend_capacity": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "last_node": [ - 1602 + 1724 ], "last_node_id": [ - 2829 + 2951 ], "password": [ - 2829 + 2951 ], "role": [ - 2829 + 2951 ], "steam_level": [ - 2829 + 2951 ], "steamid64": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "username": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_select_column": {}, "steam_accounts_set_input": { "created_at": [ - 4376 + 4498 ], "friend_capacity": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "last_node_id": [ - 78 + 80 ], "password": [ - 78 + 80 ], "role": [ - 78 + 80 ], "steam_level": [ - 38 + 40 ], "steamid64": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "username": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_stddev_fields": { "friend_capacity": [ - 29 + 31 ], "steam_level": [ - 29 + 31 ], "steamid64": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_stddev_pop_fields": { "friend_capacity": [ - 29 + 31 ], "steam_level": [ - 29 + 31 ], "steamid64": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_stddev_samp_fields": { "friend_capacity": [ - 29 + 31 ], "steam_level": [ - 29 + 31 ], "steamid64": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_stream_cursor_input": { "initial_value": [ - 4012 + 4134 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "friend_capacity": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "last_node_id": [ - 78 + 80 ], "password": [ - 78 + 80 ], "role": [ - 78 + 80 ], "steam_level": [ - 38 + 40 ], "steamid64": [ - 180 + 257 ], "updated_at": [ - 4376 + 4498 ], "username": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_sum_fields": { "friend_capacity": [ - 38 + 40 ], "steam_level": [ - 38 + 40 ], "steamid64": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_update_column": {}, "steam_accounts_updates": { "_inc": [ - 3997 + 4119 ], "_set": [ - 4007 + 4129 ], "where": [ - 3995 + 4117 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_var_pop_fields": { "friend_capacity": [ - 29 + 31 ], "steam_level": [ - 29 + 31 ], "steamid64": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_var_samp_fields": { "friend_capacity": [ - 29 + 31 ], "steam_level": [ - 29 + 31 ], "steamid64": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "steam_accounts_variance_fields": { "friend_capacity": [ - 29 + 31 ], "steam_level": [ - 29 + 31 ], "steamid64": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "system_alerts": { "created_at": [ - 4376 + 4498 ], "created_by": [ - 180 + 257 ], "dismissible": [ - 3 + 5 ], "expires_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "is_active": [ - 3 + 5 ], "message": [ - 78 + 80 ], "title": [ - 78 + 80 ], "type": [ - 1089 + 1211 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "system_alerts_aggregate": { "aggregate": [ - 4021 + 4143 ], "nodes": [ - 4019 + 4141 ], "__typename": [ - 78 + 80 ] }, "system_alerts_aggregate_fields": { "avg": [ - 4022 + 4144 ], "count": [ - 38, + 40, { "columns": [ - 4033, + 4155, "[system_alerts_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4027 + 4149 ], "min": [ - 4028 + 4150 ], "stddev": [ - 4035 + 4157 ], "stddev_pop": [ - 4036 + 4158 ], "stddev_samp": [ - 4037 + 4159 ], "sum": [ - 4040 + 4162 ], "var_pop": [ - 4043 + 4165 ], "var_samp": [ - 4044 + 4166 ], "variance": [ - 4045 + 4167 ], "__typename": [ - 78 + 80 ] }, "system_alerts_avg_fields": { "created_by": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "system_alerts_bool_exp": { "_and": [ - 4023 + 4145 ], "_not": [ - 4023 + 4145 ], "_or": [ - 4023 + 4145 ], "created_at": [ - 4377 + 4499 ], "created_by": [ - 182 + 259 ], "dismissible": [ - 4 + 6 ], "expires_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "is_active": [ - 4 + 6 ], "message": [ - 80 + 82 ], "title": [ - 80 + 82 ], "type": [ - 1090 + 1212 ], "updated_at": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, "system_alerts_constraint": {}, "system_alerts_inc_input": { "created_by": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "system_alerts_insert_input": { "created_at": [ - 4376 + 4498 ], "created_by": [ - 180 + 257 ], "dismissible": [ - 3 + 5 ], "expires_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "is_active": [ - 3 + 5 ], "message": [ - 78 + 80 ], "title": [ - 78 + 80 ], "type": [ - 1089 + 1211 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "system_alerts_max_fields": { "created_at": [ - 4376 + 4498 ], "created_by": [ - 180 + 257 ], "expires_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "title": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "system_alerts_min_fields": { "created_at": [ - 4376 + 4498 ], "created_by": [ - 180 + 257 ], "expires_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "message": [ - 78 + 80 ], "title": [ - 78 + 80 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "system_alerts_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4019 + 4141 ], "__typename": [ - 78 + 80 ] }, "system_alerts_on_conflict": { "constraint": [ - 4024 + 4146 ], "update_columns": [ - 4041 + 4163 ], "where": [ - 4023 + 4145 ], "__typename": [ - 78 + 80 ] }, "system_alerts_order_by": { "created_at": [ - 2829 + 2951 ], "created_by": [ - 2829 + 2951 ], "dismissible": [ - 2829 + 2951 ], "expires_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "is_active": [ - 2829 + 2951 ], "message": [ - 2829 + 2951 ], "title": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "system_alerts_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "system_alerts_select_column": {}, "system_alerts_set_input": { "created_at": [ - 4376 + 4498 ], "created_by": [ - 180 + 257 ], "dismissible": [ - 3 + 5 ], "expires_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "is_active": [ - 3 + 5 ], "message": [ - 78 + 80 ], "title": [ - 78 + 80 ], "type": [ - 1089 + 1211 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "system_alerts_stddev_fields": { "created_by": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "system_alerts_stddev_pop_fields": { "created_by": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "system_alerts_stddev_samp_fields": { "created_by": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "system_alerts_stream_cursor_input": { "initial_value": [ - 4039 + 4161 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "system_alerts_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "created_by": [ - 180 + 257 ], "dismissible": [ - 3 + 5 ], "expires_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "is_active": [ - 3 + 5 ], "message": [ - 78 + 80 ], "title": [ - 78 + 80 ], "type": [ - 1089 + 1211 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "system_alerts_sum_fields": { "created_by": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "system_alerts_update_column": {}, "system_alerts_updates": { "_inc": [ - 4025 + 4147 ], "_set": [ - 4034 + 4156 ], "where": [ - 4023 + 4145 ], "__typename": [ - 78 + 80 ] }, "system_alerts_var_pop_fields": { "created_by": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "system_alerts_var_samp_fields": { "created_by": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "system_alerts_variance_fields": { "created_by": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_invites": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "invited_by": [ - 3787 + 3909 ], "invited_by_player_steam_id": [ - 180 + 257 ], "player": [ - 3787 + 3909 ], "steam_id": [ - 180 + 257 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_invites_aggregate": { "aggregate": [ - 4050 + 4172 ], "nodes": [ - 4046 + 4168 ], "__typename": [ - 78 + 80 ] }, "team_invites_aggregate_bool_exp": { "count": [ - 4049 + 4171 ], "__typename": [ - 78 + 80 ] }, "team_invites_aggregate_bool_exp_count": { "arguments": [ - 4067 + 4189 ], "distinct": [ - 3 + 5 ], "filter": [ - 4055 + 4177 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "team_invites_aggregate_fields": { "avg": [ - 4053 + 4175 ], "count": [ - 38, + 40, { "columns": [ - 4067, + 4189, "[team_invites_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4059 + 4181 ], "min": [ - 4061 + 4183 ], "stddev": [ - 4069 + 4191 ], "stddev_pop": [ - 4071 + 4193 ], "stddev_samp": [ - 4073 + 4195 ], "sum": [ - 4077 + 4199 ], "var_pop": [ - 4081 + 4203 ], "var_samp": [ - 4083 + 4205 ], "variance": [ - 4085 + 4207 ], "__typename": [ - 78 + 80 ] }, "team_invites_aggregate_order_by": { "avg": [ - 4054 + 4176 ], "count": [ - 2829 + 2951 ], "max": [ - 4060 + 4182 ], "min": [ - 4062 + 4184 ], "stddev": [ - 4070 + 4192 ], "stddev_pop": [ - 4072 + 4194 ], "stddev_samp": [ - 4074 + 4196 ], "sum": [ - 4078 + 4200 ], "var_pop": [ - 4082 + 4204 ], "var_samp": [ - 4084 + 4206 ], "variance": [ - 4086 + 4208 ], "__typename": [ - 78 + 80 ] }, "team_invites_arr_rel_insert_input": { "data": [ - 4058 + 4180 ], "on_conflict": [ - 4064 + 4186 ], "__typename": [ - 78 + 80 ] }, "team_invites_avg_fields": { "invited_by_player_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_invites_avg_order_by": { "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_bool_exp": { "_and": [ - 4055 + 4177 ], "_not": [ - 4055 + 4177 ], "_or": [ - 4055 + 4177 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "invited_by": [ - 3791 + 3913 ], "invited_by_player_steam_id": [ - 182 + 259 ], "player": [ - 3791 + 3913 ], "steam_id": [ - 182 + 259 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "team_invites_constraint": {}, "team_invites_inc_input": { "invited_by_player_steam_id": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "team_invites_insert_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "invited_by": [ - 3798 + 3920 ], "invited_by_player_steam_id": [ - 180 + 257 ], "player": [ - 3798 + 3920 ], "steam_id": [ - 180 + 257 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_invites_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "invited_by_player_steam_id": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_invites_max_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "invited_by_player_steam_id": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_invites_min_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4046 + 4168 ], "__typename": [ - 78 + 80 ] }, "team_invites_on_conflict": { "constraint": [ - 4056 + 4178 ], "update_columns": [ - 4079 + 4201 ], "where": [ - 4055 + 4177 ], "__typename": [ - 78 + 80 ] }, "team_invites_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "invited_by": [ - 3800 + 3922 ], "invited_by_player_steam_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "steam_id": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_invites_select_column": {}, "team_invites_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "invited_by_player_steam_id": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_invites_stddev_fields": { "invited_by_player_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_invites_stddev_order_by": { "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_stddev_pop_fields": { "invited_by_player_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_invites_stddev_pop_order_by": { "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_stddev_samp_fields": { "invited_by_player_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_invites_stddev_samp_order_by": { "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_stream_cursor_input": { "initial_value": [ - 4076 + 4198 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "team_invites_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "invited_by_player_steam_id": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_invites_sum_fields": { "invited_by_player_steam_id": [ - 180 + 257 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "team_invites_sum_order_by": { "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_update_column": {}, "team_invites_updates": { "_inc": [ - 4057 + 4179 ], "_set": [ - 4068 + 4190 ], "where": [ - 4055 + 4177 ], "__typename": [ - 78 + 80 ] }, "team_invites_var_pop_fields": { "invited_by_player_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_invites_var_pop_order_by": { "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_var_samp_fields": { "invited_by_player_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_invites_var_samp_order_by": { "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_invites_variance_fields": { "invited_by_player_steam_id": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_invites_variance_order_by": { "invited_by_player_steam_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster": { "coach": [ - 3 + 5 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "role": [ - 1109 + 1231 ], "roster_image_url": [ - 78 + 80 ], "status": [ - 1130 + 1252 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_roster_aggregate": { "aggregate": [ - 4093 + 4215 ], "nodes": [ - 4087 + 4209 ], "__typename": [ - 78 + 80 ] }, "team_roster_aggregate_bool_exp": { "bool_and": [ - 4090 + 4212 ], "bool_or": [ - 4091 + 4213 ], "count": [ - 4092 + 4214 ], "__typename": [ - 78 + 80 ] }, "team_roster_aggregate_bool_exp_bool_and": { "arguments": [ - 4111 + 4233 ], "distinct": [ - 3 + 5 ], "filter": [ - 4098 + 4220 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "team_roster_aggregate_bool_exp_bool_or": { "arguments": [ - 4112 + 4234 ], "distinct": [ - 3 + 5 ], "filter": [ - 4098 + 4220 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "team_roster_aggregate_bool_exp_count": { "arguments": [ - 4110 + 4232 ], "distinct": [ - 3 + 5 ], "filter": [ - 4098 + 4220 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "team_roster_aggregate_fields": { "avg": [ - 4096 + 4218 ], "count": [ - 38, + 40, { "columns": [ - 4110, + 4232, "[team_roster_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4102 + 4224 ], "min": [ - 4104 + 4226 ], "stddev": [ - 4114 + 4236 ], "stddev_pop": [ - 4116 + 4238 ], "stddev_samp": [ - 4118 + 4240 ], "sum": [ - 4122 + 4244 ], "var_pop": [ - 4126 + 4248 ], "var_samp": [ - 4128 + 4250 ], "variance": [ - 4130 + 4252 ], "__typename": [ - 78 + 80 ] }, "team_roster_aggregate_order_by": { "avg": [ - 4097 + 4219 ], "count": [ - 2829 + 2951 ], "max": [ - 4103 + 4225 ], "min": [ - 4105 + 4227 ], "stddev": [ - 4115 + 4237 ], "stddev_pop": [ - 4117 + 4239 ], "stddev_samp": [ - 4119 + 4241 ], "sum": [ - 4123 + 4245 ], "var_pop": [ - 4127 + 4249 ], "var_samp": [ - 4129 + 4251 ], "variance": [ - 4131 + 4253 ], "__typename": [ - 78 + 80 ] }, "team_roster_arr_rel_insert_input": { "data": [ - 4101 + 4223 ], "on_conflict": [ - 4107 + 4229 ], "__typename": [ - 78 + 80 ] }, "team_roster_avg_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_roster_avg_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_bool_exp": { "_and": [ - 4098 + 4220 ], "_not": [ - 4098 + 4220 ], "_or": [ - 4098 + 4220 ], "coach": [ - 4 + 6 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "role": [ - 1110 + 1232 ], "roster_image_url": [ - 80 + 82 ], "status": [ - 1131 + 1253 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "team_roster_constraint": {}, "team_roster_inc_input": { "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "team_roster_insert_input": { "coach": [ - 3 + 5 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "role": [ - 1109 + 1231 ], "roster_image_url": [ - 78 + 80 ], "status": [ - 1130 + 1252 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_roster_max_fields": { "player_steam_id": [ - 180 + 257 ], "roster_image_url": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_roster_max_order_by": { "player_steam_id": [ - 2829 + 2951 ], "roster_image_url": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_min_fields": { "player_steam_id": [ - 180 + 257 ], "roster_image_url": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_roster_min_order_by": { "player_steam_id": [ - 2829 + 2951 ], "roster_image_url": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4087 + 4209 ], "__typename": [ - 78 + 80 ] }, "team_roster_on_conflict": { "constraint": [ - 4099 + 4221 ], "update_columns": [ - 4124 + 4246 ], "where": [ - 4098 + 4220 ], "__typename": [ - 78 + 80 ] }, "team_roster_order_by": { "coach": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "role": [ - 2829 + 2951 ], "roster_image_url": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_pk_columns_input": { "player_steam_id": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_roster_select_column": {}, @@ -95068,1002 +97878,1002 @@ export default { "team_roster_select_column_team_roster_aggregate_bool_exp_bool_or_arguments_columns": {}, "team_roster_set_input": { "coach": [ - 3 + 5 ], "player_steam_id": [ - 180 + 257 ], "role": [ - 1109 + 1231 ], "roster_image_url": [ - 78 + 80 ], "status": [ - 1130 + 1252 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_roster_stddev_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_roster_stddev_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_stddev_pop_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_roster_stddev_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_stddev_samp_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_roster_stddev_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_stream_cursor_input": { "initial_value": [ - 4121 + 4243 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "team_roster_stream_cursor_value_input": { "coach": [ - 3 + 5 ], "player_steam_id": [ - 180 + 257 ], "role": [ - 1109 + 1231 ], "roster_image_url": [ - 78 + 80 ], "status": [ - 1130 + 1252 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_roster_sum_fields": { "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "team_roster_sum_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_update_column": {}, "team_roster_updates": { "_inc": [ - 4100 + 4222 ], "_set": [ - 4113 + 4235 ], "where": [ - 4098 + 4220 ], "__typename": [ - 78 + 80 ] }, "team_roster_var_pop_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_roster_var_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_var_samp_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_roster_var_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_roster_variance_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_roster_variance_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts": { "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "regions": [ - 78 + 80 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_aggregate": { "aggregate": [ - 4134 + 4256 ], "nodes": [ - 4132 + 4254 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_aggregate_fields": { "avg": [ - 4135 + 4257 ], "count": [ - 38, + 40, { "columns": [ - 4146, + 4268, "[team_scrim_alerts_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4140 + 4262 ], "min": [ - 4141 + 4263 ], "stddev": [ - 4148 + 4270 ], "stddev_pop": [ - 4149 + 4271 ], "stddev_samp": [ - 4150 + 4272 ], "sum": [ - 4153 + 4275 ], "var_pop": [ - 4156 + 4278 ], "var_samp": [ - 4157 + 4279 ], "variance": [ - 4158 + 4280 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_avg_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_bool_exp": { "_and": [ - 4136 + 4258 ], "_not": [ - 4136 + 4258 ], "_or": [ - 4136 + 4258 ], "created_at": [ - 4377 + 4499 ], "elo_max": [ - 39 + 41 ], "elo_min": [ - 39 + 41 ], "enabled": [ - 4 + 6 ], "id": [ - 4923 + 5000 ], "last_notified_at": [ - 4377 + 4499 ], "regions": [ - 79 + 81 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_constraint": {}, "team_scrim_alerts_inc_input": { "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_insert_input": { "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "regions": [ - 78 + 80 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_max_fields": { "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "regions": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_min_fields": { "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "regions": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4132 + 4254 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_on_conflict": { "constraint": [ - 4137 + 4259 ], "update_columns": [ - 4154 + 4276 ], "where": [ - 4136 + 4258 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_order_by": { "created_at": [ - 2829 + 2951 ], "elo_max": [ - 2829 + 2951 ], "elo_min": [ - 2829 + 2951 ], "enabled": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "last_notified_at": [ - 2829 + 2951 ], "regions": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_select_column": {}, "team_scrim_alerts_set_input": { "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "regions": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_stddev_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_stddev_pop_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_stddev_samp_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_stream_cursor_input": { "initial_value": [ - 4152 + 4274 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "regions": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_sum_fields": { "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_update_column": {}, "team_scrim_alerts_updates": { "_inc": [ - 4138 + 4260 ], "_set": [ - 4147 + 4269 ], "where": [ - 4136 + 4258 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_var_pop_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_var_samp_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_alerts_variance_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability": { "created_at": [ - 4376 + 4498 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "recurring_weekly": [ - 3 + 5 ], "starts_at": [ - 4376 + 4498 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_aggregate": { "aggregate": [ - 4165 + 4287 ], "nodes": [ - 4159 + 4281 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_aggregate_bool_exp": { "bool_and": [ - 4162 + 4284 ], "bool_or": [ - 4163 + 4285 ], "count": [ - 4164 + 4286 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_aggregate_bool_exp_bool_and": { "arguments": [ - 4180 + 4302 ], "distinct": [ - 3 + 5 ], "filter": [ - 4168 + 4290 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_aggregate_bool_exp_bool_or": { "arguments": [ - 4181 + 4303 ], "distinct": [ - 3 + 5 ], "filter": [ - 4168 + 4290 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_aggregate_bool_exp_count": { "arguments": [ - 4179 + 4301 ], "distinct": [ - 3 + 5 ], "filter": [ - 4168 + 4290 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 4179, + 4301, "[team_scrim_availability_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4171 + 4293 ], "min": [ - 4173 + 4295 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 4172 + 4294 ], "min": [ - 4174 + 4296 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_arr_rel_insert_input": { "data": [ - 4170 + 4292 ], "on_conflict": [ - 4176 + 4298 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_bool_exp": { "_and": [ - 4168 + 4290 ], "_not": [ - 4168 + 4290 ], "_or": [ - 4168 + 4290 ], "created_at": [ - 4377 + 4499 ], "ends_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "recurring_weekly": [ - 4 + 6 ], "starts_at": [ - 4377 + 4499 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_constraint": {}, "team_scrim_availability_insert_input": { "created_at": [ - 4376 + 4498 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "recurring_weekly": [ - 3 + 5 ], "starts_at": [ - 4376 + 4498 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_max_fields": { "created_at": [ - 4376 + 4498 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "starts_at": [ - 4376 + 4498 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_max_order_by": { "created_at": [ - 2829 + 2951 ], "ends_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "starts_at": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_min_fields": { "created_at": [ - 4376 + 4498 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "starts_at": [ - 4376 + 4498 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_min_order_by": { "created_at": [ - 2829 + 2951 ], "ends_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "starts_at": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4159 + 4281 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_on_conflict": { "constraint": [ - 4169 + 4291 ], "update_columns": [ - 4185 + 4307 ], "where": [ - 4168 + 4290 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_order_by": { "created_at": [ - 2829 + 2951 ], "ends_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "recurring_weekly": [ - 2829 + 2951 ], "starts_at": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_select_column": {}, @@ -96071,1489 +98881,1489 @@ export default { "team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns": {}, "team_scrim_availability_set_input": { "created_at": [ - 4376 + 4498 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "recurring_weekly": [ - 3 + 5 ], "starts_at": [ - 4376 + 4498 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_stream_cursor_input": { "initial_value": [ - 4184 + 4306 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "ends_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "recurring_weekly": [ - 3 + 5 ], "starts_at": [ - 4376 + 4498 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_availability_update_column": {}, "team_scrim_availability_updates": { "_set": [ - 4182 + 4304 ], "where": [ - 4168 + 4290 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "proposed_by": [ - 3787 + 3909 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_by_team": [ - 4329 + 4451 ], "proposed_by_team_id": [ - 4921 + 4998 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "request": [ - 4228 + 4350 ], "request_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_aggregate": { "aggregate": [ - 4191 + 4313 ], "nodes": [ - 4187 + 4309 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_aggregate_bool_exp": { "count": [ - 4190 + 4312 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_aggregate_bool_exp_count": { "arguments": [ - 4208 + 4330 ], "distinct": [ - 3 + 5 ], "filter": [ - 4196 + 4318 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_aggregate_fields": { "avg": [ - 4194 + 4316 ], "count": [ - 38, + 40, { "columns": [ - 4208, + 4330, "[team_scrim_request_proposals_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4200 + 4322 ], "min": [ - 4202 + 4324 ], "stddev": [ - 4210 + 4332 ], "stddev_pop": [ - 4212 + 4334 ], "stddev_samp": [ - 4214 + 4336 ], "sum": [ - 4218 + 4340 ], "var_pop": [ - 4222 + 4344 ], "var_samp": [ - 4224 + 4346 ], "variance": [ - 4226 + 4348 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_aggregate_order_by": { "avg": [ - 4195 + 4317 ], "count": [ - 2829 + 2951 ], "max": [ - 4201 + 4323 ], "min": [ - 4203 + 4325 ], "stddev": [ - 4211 + 4333 ], "stddev_pop": [ - 4213 + 4335 ], "stddev_samp": [ - 4215 + 4337 ], "sum": [ - 4219 + 4341 ], "var_pop": [ - 4223 + 4345 ], "var_samp": [ - 4225 + 4347 ], "variance": [ - 4227 + 4349 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_arr_rel_insert_input": { "data": [ - 4199 + 4321 ], "on_conflict": [ - 4205 + 4327 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_avg_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_avg_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_bool_exp": { "_and": [ - 4196 + 4318 ], "_not": [ - 4196 + 4318 ], "_or": [ - 4196 + 4318 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "proposed_by": [ - 3791 + 3913 ], "proposed_by_steam_id": [ - 182 + 259 ], "proposed_by_team": [ - 4340 + 4462 ], "proposed_by_team_id": [ - 4923 + 5000 ], "proposed_scheduled_at": [ - 4377 + 4499 ], "request": [ - 4239 + 4361 ], "request_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_constraint": {}, "team_scrim_request_proposals_inc_input": { "proposed_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_insert_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "proposed_by": [ - 3798 + 3920 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_by_team": [ - 4349 + 4471 ], "proposed_by_team_id": [ - 4921 + 4998 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "request": [ - 4248 + 4370 ], "request_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_by_team_id": [ - 4921 + 4998 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "request_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_max_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "proposed_by_steam_id": [ - 2829 + 2951 ], "proposed_by_team_id": [ - 2829 + 2951 ], "proposed_scheduled_at": [ - 2829 + 2951 ], "request_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_by_team_id": [ - 4921 + 4998 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "request_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_min_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "proposed_by_steam_id": [ - 2829 + 2951 ], "proposed_by_team_id": [ - 2829 + 2951 ], "proposed_scheduled_at": [ - 2829 + 2951 ], "request_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4187 + 4309 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_on_conflict": { "constraint": [ - 4197 + 4319 ], "update_columns": [ - 4220 + 4342 ], "where": [ - 4196 + 4318 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "proposed_by": [ - 3800 + 3922 ], "proposed_by_steam_id": [ - 2829 + 2951 ], "proposed_by_team": [ - 4351 + 4473 ], "proposed_by_team_id": [ - 2829 + 2951 ], "proposed_scheduled_at": [ - 2829 + 2951 ], "request": [ - 4250 + 4372 ], "request_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_select_column": {}, "team_scrim_request_proposals_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_by_team_id": [ - 4921 + 4998 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "request_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_stddev_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_stddev_pop_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_stddev_samp_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_stream_cursor_input": { "initial_value": [ - 4217 + 4339 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "proposed_by_steam_id": [ - 180 + 257 ], "proposed_by_team_id": [ - 4921 + 4998 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "request_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_sum_fields": { "proposed_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_sum_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_update_column": {}, "team_scrim_request_proposals_updates": { "_inc": [ - 4198 + 4320 ], "_set": [ - 4209 + 4331 ], "where": [ - 4196 + 4318 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_var_pop_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_var_samp_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_variance_fields": { "proposed_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_request_proposals_variance_order_by": { "proposed_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests": { "auto_generated": [ - 3 + 5 ], "awaiting_team": [ - 4329 + 4451 ], "awaiting_team_id": [ - 4921 + 4998 ], "canceled_by_team_id": [ - 4921 + 4998 ], "canceled_late": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "expires_at": [ - 4376 + 4498 ], "from_team": [ - 4329 + 4451 ], "from_team_checked_in": [ - 3 + 5 ], "from_team_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_options": [ - 2524 + 2646 ], "match_options_id": [ - 4921 + 4998 ], "match_outcome": [ - 78 + 80 ], "proposals": [ - 4187, + 4309, { "distinct_on": [ - 4208, + 4330, "[team_scrim_request_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4206, + 4328, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4196 + 4318 ] } ], "proposals_aggregate": [ - 4188, + 4310, { "distinct_on": [ - 4208, + 4330, "[team_scrim_request_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4206, + 4328, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4196 + 4318 ] } ], "proposed_scheduled_at": [ - 4376 + 4498 ], "region": [ - 78 + 80 ], "requested_by": [ - 3787 + 3909 ], "requested_by_steam_id": [ - 180 + 257 ], "responded_at": [ - 4376 + 4498 ], "status": [ - 1029 + 1151 ], "to_team": [ - 4329 + 4451 ], "to_team_checked_in": [ - 3 + 5 ], "to_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_aggregate": { "aggregate": [ - 4234 + 4356 ], "nodes": [ - 4228 + 4350 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_aggregate_bool_exp": { "bool_and": [ - 4231 + 4353 ], "bool_or": [ - 4232 + 4354 ], "count": [ - 4233 + 4355 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_aggregate_bool_exp_bool_and": { "arguments": [ - 4253 + 4375 ], "distinct": [ - 3 + 5 ], "filter": [ - 4239 + 4361 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_aggregate_bool_exp_bool_or": { "arguments": [ - 4254 + 4376 ], "distinct": [ - 3 + 5 ], "filter": [ - 4239 + 4361 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_aggregate_bool_exp_count": { "arguments": [ - 4252 + 4374 ], "distinct": [ - 3 + 5 ], "filter": [ - 4239 + 4361 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_aggregate_fields": { "avg": [ - 4237 + 4359 ], "count": [ - 38, + 40, { "columns": [ - 4252, + 4374, "[team_scrim_requests_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4243 + 4365 ], "min": [ - 4245 + 4367 ], "stddev": [ - 4256 + 4378 ], "stddev_pop": [ - 4258 + 4380 ], "stddev_samp": [ - 4260 + 4382 ], "sum": [ - 4264 + 4386 ], "var_pop": [ - 4268 + 4390 ], "var_samp": [ - 4270 + 4392 ], "variance": [ - 4272 + 4394 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_aggregate_order_by": { "avg": [ - 4238 + 4360 ], "count": [ - 2829 + 2951 ], "max": [ - 4244 + 4366 ], "min": [ - 4246 + 4368 ], "stddev": [ - 4257 + 4379 ], "stddev_pop": [ - 4259 + 4381 ], "stddev_samp": [ - 4261 + 4383 ], "sum": [ - 4265 + 4387 ], "var_pop": [ - 4269 + 4391 ], "var_samp": [ - 4271 + 4393 ], "variance": [ - 4273 + 4395 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_arr_rel_insert_input": { "data": [ - 4242 + 4364 ], "on_conflict": [ - 4249 + 4371 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_avg_fields": { "requested_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_avg_order_by": { "requested_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_bool_exp": { "_and": [ - 4239 + 4361 ], "_not": [ - 4239 + 4361 ], "_or": [ - 4239 + 4361 ], "auto_generated": [ - 4 + 6 ], "awaiting_team": [ - 4340 + 4462 ], "awaiting_team_id": [ - 4923 + 5000 ], "canceled_by_team_id": [ - 4923 + 5000 ], "canceled_late": [ - 4 + 6 ], "created_at": [ - 4377 + 4499 ], "expires_at": [ - 4377 + 4499 ], "from_team": [ - 4340 + 4462 ], "from_team_checked_in": [ - 4 + 6 ], "from_team_id": [ - 4923 + 5000 ], "id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_options": [ - 2528 + 2650 ], "match_options_id": [ - 4923 + 5000 ], "match_outcome": [ - 80 + 82 ], "proposals": [ - 4196 + 4318 ], "proposals_aggregate": [ - 4189 + 4311 ], "proposed_scheduled_at": [ - 4377 + 4499 ], "region": [ - 80 + 82 ], "requested_by": [ - 3791 + 3913 ], "requested_by_steam_id": [ - 182 + 259 ], "responded_at": [ - 4377 + 4499 ], "status": [ - 1030 + 1152 ], "to_team": [ - 4340 + 4462 ], "to_team_checked_in": [ - 4 + 6 ], "to_team_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_constraint": {}, "team_scrim_requests_inc_input": { "requested_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_insert_input": { "auto_generated": [ - 3 + 5 ], "awaiting_team": [ - 4349 + 4471 ], "awaiting_team_id": [ - 4921 + 4998 ], "canceled_by_team_id": [ - 4921 + 4998 ], "canceled_late": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "expires_at": [ - 4376 + 4498 ], "from_team": [ - 4349 + 4471 ], "from_team_checked_in": [ - 3 + 5 ], "from_team_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_options": [ - 2535 + 2657 ], "match_options_id": [ - 4921 + 4998 ], "match_outcome": [ - 78 + 80 ], "proposals": [ - 4193 + 4315 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "region": [ - 78 + 80 ], "requested_by": [ - 3798 + 3920 ], "requested_by_steam_id": [ - 180 + 257 ], "responded_at": [ - 4376 + 4498 ], "status": [ - 1029 + 1151 ], "to_team": [ - 4349 + 4471 ], "to_team_checked_in": [ - 3 + 5 ], "to_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_max_fields": { "awaiting_team_id": [ - 4921 + 4998 ], "canceled_by_team_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "expires_at": [ - 4376 + 4498 ], "from_team_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "match_outcome": [ - 78 + 80 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "region": [ - 78 + 80 ], "requested_by_steam_id": [ - 180 + 257 ], "responded_at": [ - 4376 + 4498 ], "to_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_max_order_by": { "awaiting_team_id": [ - 2829 + 2951 ], "canceled_by_team_id": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "expires_at": [ - 2829 + 2951 ], "from_team_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "match_outcome": [ - 2829 + 2951 ], "proposed_scheduled_at": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "requested_by_steam_id": [ - 2829 + 2951 ], "responded_at": [ - 2829 + 2951 ], "to_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_min_fields": { "awaiting_team_id": [ - 4921 + 4998 ], "canceled_by_team_id": [ - 4921 + 4998 ], "created_at": [ - 4376 + 4498 ], "expires_at": [ - 4376 + 4498 ], "from_team_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "match_outcome": [ - 78 + 80 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "region": [ - 78 + 80 ], "requested_by_steam_id": [ - 180 + 257 ], "responded_at": [ - 4376 + 4498 ], "to_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_min_order_by": { "awaiting_team_id": [ - 2829 + 2951 ], "canceled_by_team_id": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "expires_at": [ - 2829 + 2951 ], "from_team_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "match_outcome": [ - 2829 + 2951 ], "proposed_scheduled_at": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "requested_by_steam_id": [ - 2829 + 2951 ], "responded_at": [ - 2829 + 2951 ], "to_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4228 + 4350 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_obj_rel_insert_input": { "data": [ - 4242 + 4364 ], "on_conflict": [ - 4249 + 4371 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_on_conflict": { "constraint": [ - 4240 + 4362 ], "update_columns": [ - 4266 + 4388 ], "where": [ - 4239 + 4361 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_order_by": { "auto_generated": [ - 2829 + 2951 ], "awaiting_team": [ - 4351 + 4473 ], "awaiting_team_id": [ - 2829 + 2951 ], "canceled_by_team_id": [ - 2829 + 2951 ], "canceled_late": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "expires_at": [ - 2829 + 2951 ], "from_team": [ - 4351 + 4473 ], "from_team_checked_in": [ - 2829 + 2951 ], "from_team_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_options": [ - 2537 + 2659 ], "match_options_id": [ - 2829 + 2951 ], "match_outcome": [ - 2829 + 2951 ], "proposals_aggregate": [ - 4192 + 4314 ], "proposed_scheduled_at": [ - 2829 + 2951 ], "region": [ - 2829 + 2951 ], "requested_by": [ - 3800 + 3922 ], "requested_by_steam_id": [ - 2829 + 2951 ], "responded_at": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "to_team": [ - 4351 + 4473 ], "to_team_checked_in": [ - 2829 + 2951 ], "to_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_select_column": {}, @@ -97561,2088 +100371,2144 @@ export default { "team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_or_arguments_columns": {}, "team_scrim_requests_set_input": { "auto_generated": [ - 3 + 5 ], "awaiting_team_id": [ - 4921 + 4998 ], "canceled_by_team_id": [ - 4921 + 4998 ], "canceled_late": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "expires_at": [ - 4376 + 4498 ], "from_team_checked_in": [ - 3 + 5 ], "from_team_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "match_outcome": [ - 78 + 80 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "region": [ - 78 + 80 ], "requested_by_steam_id": [ - 180 + 257 ], "responded_at": [ - 4376 + 4498 ], "status": [ - 1029 + 1151 ], "to_team_checked_in": [ - 3 + 5 ], "to_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_stddev_fields": { "requested_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_stddev_order_by": { "requested_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_stddev_pop_fields": { "requested_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_stddev_pop_order_by": { "requested_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_stddev_samp_fields": { "requested_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_stddev_samp_order_by": { "requested_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_stream_cursor_input": { "initial_value": [ - 4263 + 4385 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_stream_cursor_value_input": { "auto_generated": [ - 3 + 5 ], "awaiting_team_id": [ - 4921 + 4998 ], "canceled_by_team_id": [ - 4921 + 4998 ], "canceled_late": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "expires_at": [ - 4376 + 4498 ], "from_team_checked_in": [ - 3 + 5 ], "from_team_id": [ - 4921 + 4998 ], "id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "match_outcome": [ - 78 + 80 ], "proposed_scheduled_at": [ - 4376 + 4498 ], "region": [ - 78 + 80 ], "requested_by_steam_id": [ - 180 + 257 ], "responded_at": [ - 4376 + 4498 ], "status": [ - 1029 + 1151 ], "to_team_checked_in": [ - 3 + 5 ], "to_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_sum_fields": { "requested_by_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_sum_order_by": { "requested_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_update_column": {}, "team_scrim_requests_updates": { "_inc": [ - 4241 + 4363 ], "_set": [ - 4255 + 4377 ], "where": [ - 4239 + 4361 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_var_pop_fields": { "requested_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_var_pop_order_by": { "requested_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_var_samp_fields": { "requested_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_var_samp_order_by": { "requested_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_variance_fields": { "requested_by_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_requests_variance_order_by": { "requested_by_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings": { "allow_outside_availability": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "map_ids": [ - 4921 + 4998 ], "notes": [ - 78 + 80 ], "regions": [ - 78 + 80 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_aggregate": { "aggregate": [ - 4276 + 4398 ], "nodes": [ - 4274 + 4396 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_aggregate_fields": { "avg": [ - 4277 + 4399 ], "count": [ - 38, + 40, { "columns": [ - 4289, + 4411, "[team_scrim_settings_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4282 + 4404 ], "min": [ - 4283 + 4405 ], "stddev": [ - 4291 + 4413 ], "stddev_pop": [ - 4292 + 4414 ], "stddev_samp": [ - 4293 + 4415 ], "sum": [ - 4296 + 4418 ], "var_pop": [ - 4299 + 4421 ], "var_samp": [ - 4300 + 4422 ], "variance": [ - 4301 + 4423 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_avg_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_bool_exp": { "_and": [ - 4278 + 4400 ], "_not": [ - 4278 + 4400 ], "_or": [ - 4278 + 4400 ], "allow_outside_availability": [ - 4 + 6 ], "created_at": [ - 4377 + 4499 ], "elo_max": [ - 39 + 41 ], "elo_min": [ - 39 + 41 ], "enabled": [ - 4 + 6 ], "id": [ - 4923 + 5000 ], "map_ids": [ - 4922 + 4999 ], "notes": [ - 80 + 82 ], "regions": [ - 79 + 81 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "updated_at": [ - 4377 + 4499 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_constraint": {}, "team_scrim_settings_inc_input": { "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_insert_input": { "allow_outside_availability": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "map_ids": [ - 4921 + 4998 ], "notes": [ - 78 + 80 ], "regions": [ - 78 + 80 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_max_fields": { "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "map_ids": [ - 4921 + 4998 ], "notes": [ - 78 + 80 ], "regions": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_min_fields": { "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "map_ids": [ - 4921 + 4998 ], "notes": [ - 78 + 80 ], "regions": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4274 + 4396 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_obj_rel_insert_input": { "data": [ - 4281 + 4403 ], "on_conflict": [ - 4286 + 4408 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_on_conflict": { "constraint": [ - 4279 + 4401 ], "update_columns": [ - 4297 + 4419 ], "where": [ - 4278 + 4400 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_order_by": { "allow_outside_availability": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "elo_max": [ - 2829 + 2951 ], "elo_min": [ - 2829 + 2951 ], "enabled": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "map_ids": [ - 2829 + 2951 ], "notes": [ - 2829 + 2951 ], "regions": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_select_column": {}, "team_scrim_settings_set_input": { "allow_outside_availability": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "map_ids": [ - 4921 + 4998 ], "notes": [ - 78 + 80 ], "regions": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_stddev_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_stddev_pop_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_stddev_samp_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_stream_cursor_input": { "initial_value": [ - 4295 + 4417 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_stream_cursor_value_input": { "allow_outside_availability": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "enabled": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "map_ids": [ - 4921 + 4998 ], "notes": [ - 78 + 80 ], "regions": [ - 78 + 80 ], "team_id": [ - 4921 + 4998 ], "updated_at": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_sum_fields": { "elo_max": [ - 38 + 40 ], "elo_min": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_update_column": {}, "team_scrim_settings_updates": { "_inc": [ - 4280 + 4402 ], "_set": [ - 4290 + 4412 ], "where": [ - 4278 + 4400 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_var_pop_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_var_samp_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_scrim_settings_variance_fields": { "elo_max": [ - 29 + 31 ], "elo_min": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_suggestions": { "created_at": [ - 4376 + 4498 ], "group_hash": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "member_steam_ids": [ - 180 + 257 ], "status": [ - 78 + 80 ], "together_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_aggregate": { "aggregate": [ - 4304 + 4426 ], "nodes": [ - 4302 + 4424 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_aggregate_fields": { "avg": [ - 4305 + 4427 ], "count": [ - 38, + 40, { "columns": [ - 4316, + 4438, "[team_suggestions_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4310 + 4432 ], "min": [ - 4311 + 4433 ], "stddev": [ - 4318 + 4440 ], "stddev_pop": [ - 4319 + 4441 ], "stddev_samp": [ - 4320 + 4442 ], "sum": [ - 4323 + 4445 ], "var_pop": [ - 4326 + 4448 ], "var_samp": [ - 4327 + 4449 ], "variance": [ - 4328 + 4450 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_avg_fields": { "together_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_bool_exp": { "_and": [ - 4306 + 4428 ], "_not": [ - 4306 + 4428 ], "_or": [ - 4306 + 4428 ], "created_at": [ - 4377 + 4499 ], "group_hash": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "last_notified_at": [ - 4377 + 4499 ], "member_steam_ids": [ - 181 + 258 ], "status": [ - 80 + 82 ], "together_count": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_constraint": {}, "team_suggestions_inc_input": { "together_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_insert_input": { "created_at": [ - 4376 + 4498 ], "group_hash": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "member_steam_ids": [ - 180 + 257 ], "status": [ - 78 + 80 ], "together_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_max_fields": { "created_at": [ - 4376 + 4498 ], "group_hash": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "member_steam_ids": [ - 180 + 257 ], "status": [ - 78 + 80 ], "together_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_min_fields": { "created_at": [ - 4376 + 4498 ], "group_hash": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "member_steam_ids": [ - 180 + 257 ], "status": [ - 78 + 80 ], "together_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4302 + 4424 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_on_conflict": { "constraint": [ - 4307 + 4429 ], "update_columns": [ - 4324 + 4446 ], "where": [ - 4306 + 4428 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_order_by": { "created_at": [ - 2829 + 2951 ], "group_hash": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "last_notified_at": [ - 2829 + 2951 ], "member_steam_ids": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "together_count": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_select_column": {}, "team_suggestions_set_input": { "created_at": [ - 4376 + 4498 ], "group_hash": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "member_steam_ids": [ - 180 + 257 ], "status": [ - 78 + 80 ], "together_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_stddev_fields": { "together_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_stddev_pop_fields": { "together_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_stddev_samp_fields": { "together_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_stream_cursor_input": { "initial_value": [ - 4322 + 4444 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "group_hash": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "last_notified_at": [ - 4376 + 4498 ], "member_steam_ids": [ - 180 + 257 ], "status": [ - 78 + 80 ], "together_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_sum_fields": { "together_count": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_update_column": {}, "team_suggestions_updates": { "_inc": [ - 4308 + 4430 ], "_set": [ - 4317 + 4439 ], "where": [ - 4306 + 4428 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_var_pop_fields": { "together_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_var_samp_fields": { "together_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "team_suggestions_variance_fields": { "together_count": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "teams": { "avatar_url": [ - 78 + 80 + ], + "awards": [ + 188, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "awards_aggregate": [ + 189, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } ], "can_change_role": [ - 3 + 5 ], "can_invite": [ - 3 + 5 ], "can_manage_scrims": [ - 3 + 5 ], "can_remove": [ - 3 + 5 ], "captain": [ - 3787 + 3909 ], "captain_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "invites": [ - 4046, + 4168, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "invites_aggregate": [ - 4047, + 4169, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "is_organization": [ - 3 + 5 ], "match_lineups": [ - 2324, + 2446, { "distinct_on": [ - 2346, + 2468, "[match_lineups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2344, + 2466, "[match_lineups_order_by!]" ], "where": [ - 2333 + 2455 ] } ], "match_lineups_aggregate": [ - 2325, + 2447, { "distinct_on": [ - 2346, + 2468, "[match_lineups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2344, + 2466, "[match_lineups_order_by!]" ], "where": [ - 2333 + 2455 ] } ], "matches": [ - 2644, + 2766, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "name": [ - 78 + 80 ], "owner": [ - 3787 + 3909 ], "owner_steam_id": [ - 180 + 257 ], "ranks": [ - 5605 + 5682 ], "reputation": [ - 5625 + 5702 ], "role": [ - 78 + 80 ], "roster": [ - 4087, + 4209, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "roster_aggregate": [ - 4088, + 4210, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "scrim_availability": [ - 4159, + 4281, { "distinct_on": [ - 4179, + 4301, "[team_scrim_availability_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4177, + 4299, "[team_scrim_availability_order_by!]" ], "where": [ - 4168 + 4290 ] } ], "scrim_availability_aggregate": [ - 4160, + 4282, { "distinct_on": [ - 4179, + 4301, "[team_scrim_availability_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4177, + 4299, "[team_scrim_availability_order_by!]" ], "where": [ - 4168 + 4290 ] } ], "scrim_settings": [ - 4274 + 4396 ], "short_name": [ - 78 + 80 ], "tournament_teams": [ - 4728, + 4892, { "distinct_on": [ - 4750, + 4914, "[tournament_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4748, + 4912, "[tournament_teams_order_by!]" ], "where": [ - 4737 + 4901 ] } ], "tournament_teams_aggregate": [ - 4729, + 4893, { "distinct_on": [ - 4750, + 4914, "[tournament_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4748, + 4912, "[tournament_teams_order_by!]" ], "where": [ - 4737 + 4901 ] } ], "__typename": [ - 78 + 80 ] }, "teams_aggregate": { "aggregate": [ - 4335 + 4457 ], "nodes": [ - 4329 + 4451 ], "__typename": [ - 78 + 80 ] }, "teams_aggregate_bool_exp": { "bool_and": [ - 4332 + 4454 ], "bool_or": [ - 4333 + 4455 ], "count": [ - 4334 + 4456 ], "__typename": [ - 78 + 80 ] }, "teams_aggregate_bool_exp_bool_and": { "arguments": [ - 4354 + 4476 ], "distinct": [ - 3 + 5 ], "filter": [ - 4340 + 4462 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "teams_aggregate_bool_exp_bool_or": { "arguments": [ - 4355 + 4477 ], "distinct": [ - 3 + 5 ], "filter": [ - 4340 + 4462 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "teams_aggregate_bool_exp_count": { "arguments": [ - 4353 + 4475 ], "distinct": [ - 3 + 5 ], "filter": [ - 4340 + 4462 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "teams_aggregate_fields": { "avg": [ - 4338 + 4460 ], "count": [ - 38, + 40, { "columns": [ - 4353, + 4475, "[teams_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4344 + 4466 ], "min": [ - 4346 + 4468 ], "stddev": [ - 4357 + 4479 ], "stddev_pop": [ - 4359 + 4481 ], "stddev_samp": [ - 4361 + 4483 ], "sum": [ - 4365 + 4487 ], "var_pop": [ - 4369 + 4491 ], "var_samp": [ - 4371 + 4493 ], "variance": [ - 4373 + 4495 ], "__typename": [ - 78 + 80 ] }, "teams_aggregate_order_by": { "avg": [ - 4339 + 4461 ], "count": [ - 2829 + 2951 ], "max": [ - 4345 + 4467 ], "min": [ - 4347 + 4469 ], "stddev": [ - 4358 + 4480 ], "stddev_pop": [ - 4360 + 4482 ], "stddev_samp": [ - 4362 + 4484 ], "sum": [ - 4366 + 4488 ], "var_pop": [ - 4370 + 4492 ], "var_samp": [ - 4372 + 4494 ], "variance": [ - 4374 + 4496 ], "__typename": [ - 78 + 80 ] }, "teams_arr_rel_insert_input": { "data": [ - 4343 + 4465 ], "on_conflict": [ - 4350 + 4472 ], "__typename": [ - 78 + 80 ] }, "teams_avg_fields": { "captain_steam_id": [ - 29 + 31 ], "owner_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "teams_avg_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "owner_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "teams_bool_exp": { "_and": [ - 4340 + 4462 ], "_not": [ - 4340 + 4462 ], "_or": [ - 4340 + 4462 ], "avatar_url": [ - 80 + 82 + ], + "awards": [ + 197 + ], + "awards_aggregate": [ + 190 ], "can_change_role": [ - 4 + 6 ], "can_invite": [ - 4 + 6 ], "can_manage_scrims": [ - 4 + 6 ], "can_remove": [ - 4 + 6 ], "captain": [ - 3791 + 3913 ], "captain_steam_id": [ - 182 + 259 ], "id": [ - 4923 + 5000 ], "invites": [ - 4055 + 4177 ], "invites_aggregate": [ - 4048 + 4170 ], "is_organization": [ - 4 + 6 ], "match_lineups": [ - 2333 + 2455 ], "match_lineups_aggregate": [ - 2326 + 2448 ], "matches": [ - 2653 + 2775 ], "name": [ - 80 + 82 ], "owner": [ - 3791 + 3913 ], "owner_steam_id": [ - 182 + 259 ], "ranks": [ - 5609 + 5686 ], "reputation": [ - 5629 + 5706 ], "role": [ - 80 + 82 ], "roster": [ - 4098 + 4220 ], "roster_aggregate": [ - 4089 + 4211 ], "scrim_availability": [ - 4168 + 4290 ], "scrim_availability_aggregate": [ - 4161 + 4283 ], "scrim_settings": [ - 4278 + 4400 ], "short_name": [ - 80 + 82 ], "tournament_teams": [ - 4737 + 4901 ], "tournament_teams_aggregate": [ - 4730 + 4894 ], "__typename": [ - 78 + 80 ] }, "teams_constraint": {}, "teams_inc_input": { "captain_steam_id": [ - 180 + 257 ], "owner_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "teams_insert_input": { "avatar_url": [ - 78 + 80 + ], + "awards": [ + 194 ], "captain": [ - 3798 + 3920 ], "captain_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "invites": [ - 4052 + 4174 ], "is_organization": [ - 3 + 5 ], "match_lineups": [ - 2330 + 2452 ], "name": [ - 78 + 80 ], "owner": [ - 3798 + 3920 ], "owner_steam_id": [ - 180 + 257 ], "ranks": [ - 5613 + 5690 ], "reputation": [ - 5633 + 5710 ], "roster": [ - 4095 + 4217 ], "scrim_availability": [ - 4167 + 4289 ], "scrim_settings": [ - 4285 + 4407 ], "short_name": [ - 78 + 80 ], "tournament_teams": [ - 4734 + 4898 ], "__typename": [ - 78 + 80 ] }, "teams_max_fields": { "avatar_url": [ - 78 + 80 ], "captain_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "owner_steam_id": [ - 180 + 257 ], "role": [ - 78 + 80 ], "short_name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "teams_max_order_by": { "avatar_url": [ - 2829 + 2951 ], "captain_steam_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "owner_steam_id": [ - 2829 + 2951 ], "short_name": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "teams_min_fields": { "avatar_url": [ - 78 + 80 ], "captain_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "owner_steam_id": [ - 180 + 257 ], "role": [ - 78 + 80 ], "short_name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "teams_min_order_by": { "avatar_url": [ - 2829 + 2951 ], "captain_steam_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "owner_steam_id": [ - 2829 + 2951 ], "short_name": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "teams_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4329 + 4451 ], "__typename": [ - 78 + 80 ] }, "teams_obj_rel_insert_input": { "data": [ - 4343 + 4465 ], "on_conflict": [ - 4350 + 4472 ], "__typename": [ - 78 + 80 ] }, "teams_on_conflict": { "constraint": [ - 4341 + 4463 ], "update_columns": [ - 4367 + 4489 ], "where": [ - 4340 + 4462 ], "__typename": [ - 78 + 80 ] }, "teams_order_by": { "avatar_url": [ - 2829 + 2951 + ], + "awards_aggregate": [ + 193 ], "can_change_role": [ - 2829 + 2951 ], "can_invite": [ - 2829 + 2951 ], "can_manage_scrims": [ - 2829 + 2951 ], "can_remove": [ - 2829 + 2951 ], "captain": [ - 3800 + 3922 ], "captain_steam_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "invites_aggregate": [ - 4051 + 4173 ], "is_organization": [ - 2829 + 2951 ], "match_lineups_aggregate": [ - 2329 + 2451 ], "matches_aggregate": [ - 2649 + 2771 ], "name": [ - 2829 + 2951 ], "owner": [ - 3800 + 3922 ], "owner_steam_id": [ - 2829 + 2951 ], "ranks": [ - 5614 + 5691 ], "reputation": [ - 5634 + 5711 ], "role": [ - 2829 + 2951 ], "roster_aggregate": [ - 4094 + 4216 ], "scrim_availability_aggregate": [ - 4166 + 4288 ], "scrim_settings": [ - 4287 + 4409 ], "short_name": [ - 2829 + 2951 ], "tournament_teams_aggregate": [ - 4733 + 4897 ], "__typename": [ - 78 + 80 ] }, "teams_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "teams_select_column": {}, @@ -99650,1194 +102516,1938 @@ export default { "teams_select_column_teams_aggregate_bool_exp_bool_or_arguments_columns": {}, "teams_set_input": { "avatar_url": [ - 78 + 80 ], "captain_steam_id": [ - 180 + 257 ], "id": [ - 4921 + 4998 ], "is_organization": [ - 3 + 5 ], "name": [ - 78 + 80 ], "owner_steam_id": [ - 180 + 257 ], "short_name": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "teams_stddev_fields": { "captain_steam_id": [ - 29 + 31 ], "owner_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "teams_stddev_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "owner_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "teams_stddev_pop_fields": { "captain_steam_id": [ - 29 + 31 ], "owner_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "teams_stddev_pop_order_by": { "captain_steam_id": [ - 2829 + 2951 ], "owner_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "teams_stddev_samp_fields": { "captain_steam_id": [ - 29 + 31 + ], + "owner_steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "teams_stddev_samp_order_by": { + "captain_steam_id": [ + 2951 + ], + "owner_steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "teams_stream_cursor_input": { + "initial_value": [ + 4486 + ], + "ordering": [ + 313 + ], + "__typename": [ + 80 + ] + }, + "teams_stream_cursor_value_input": { + "avatar_url": [ + 80 + ], + "captain_steam_id": [ + 257 + ], + "id": [ + 4998 + ], + "is_organization": [ + 5 + ], + "name": [ + 80 + ], + "owner_steam_id": [ + 257 + ], + "short_name": [ + 80 + ], + "__typename": [ + 80 + ] + }, + "teams_sum_fields": { + "captain_steam_id": [ + 257 + ], + "owner_steam_id": [ + 257 + ], + "__typename": [ + 80 + ] + }, + "teams_sum_order_by": { + "captain_steam_id": [ + 2951 + ], + "owner_steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "teams_update_column": {}, + "teams_updates": { + "_inc": [ + 4464 + ], + "_set": [ + 4478 + ], + "where": [ + 4462 + ], + "__typename": [ + 80 + ] + }, + "teams_var_pop_fields": { + "captain_steam_id": [ + 31 + ], + "owner_steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "teams_var_pop_order_by": { + "captain_steam_id": [ + 2951 + ], + "owner_steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "teams_var_samp_fields": { + "captain_steam_id": [ + 31 + ], + "owner_steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "teams_var_samp_order_by": { + "captain_steam_id": [ + 2951 + ], + "owner_steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "teams_variance_fields": { + "captain_steam_id": [ + 31 + ], + "owner_steam_id": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "teams_variance_order_by": { + "captain_steam_id": [ + 2951 + ], + "owner_steam_id": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "timestamp": {}, + "timestamptz": {}, + "timestamptz_comparison_exp": { + "_eq": [ + 4498 + ], + "_gt": [ + 4498 + ], + "_gte": [ + 4498 + ], + "_in": [ + 4498 + ], + "_is_null": [ + 5 + ], + "_lt": [ + 4498 + ], + "_lte": [ + 4498 + ], + "_neq": [ + 4498 + ], + "_nin": [ + 4498 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards": { + "award": [ + 229 + ], + "award_id": [ + 4998 + ], + "created_at": [ + 4498 + ], + "custom_name": [ + 80 + ], + "id": [ + 4998 + ], + "image_url": [ + 80 + ], + "placement": [ + 40 + ], + "silhouette": [ + 40 + ], + "tournament": [ + 4934 + ], + "tournament_id": [ + 4998 + ], + "updated_at": [ + 4498 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_aggregate": { + "aggregate": [ + 4504 + ], + "nodes": [ + 4500 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_aggregate_bool_exp": { + "count": [ + 4503 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_aggregate_bool_exp_count": { + "arguments": [ + 4522 + ], + "distinct": [ + 5 + ], + "filter": [ + 4509 + ], + "predicate": [ + 41 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_aggregate_fields": { + "avg": [ + 4507 + ], + "count": [ + 40, + { + "columns": [ + 4522, + "[tournament_awards_select_column!]" + ], + "distinct": [ + 5 + ] + } + ], + "max": [ + 4513 + ], + "min": [ + 4515 + ], + "stddev": [ + 4524 + ], + "stddev_pop": [ + 4526 + ], + "stddev_samp": [ + 4528 + ], + "sum": [ + 4532 + ], + "var_pop": [ + 4536 + ], + "var_samp": [ + 4538 + ], + "variance": [ + 4540 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_aggregate_order_by": { + "avg": [ + 4508 + ], + "count": [ + 2951 + ], + "max": [ + 4514 + ], + "min": [ + 4516 + ], + "stddev": [ + 4525 + ], + "stddev_pop": [ + 4527 + ], + "stddev_samp": [ + 4529 + ], + "sum": [ + 4533 + ], + "var_pop": [ + 4537 + ], + "var_samp": [ + 4539 + ], + "variance": [ + 4541 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_arr_rel_insert_input": { + "data": [ + 4512 + ], + "on_conflict": [ + 4519 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_avg_fields": { + "placement": [ + 31 + ], + "silhouette": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_avg_order_by": { + "placement": [ + 2951 + ], + "silhouette": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_bool_exp": { + "_and": [ + 4509 + ], + "_not": [ + 4509 + ], + "_or": [ + 4509 + ], + "award": [ + 233 + ], + "award_id": [ + 5000 + ], + "created_at": [ + 4499 + ], + "custom_name": [ + 82 + ], + "id": [ + 5000 + ], + "image_url": [ + 82 + ], + "placement": [ + 41 + ], + "silhouette": [ + 41 + ], + "tournament": [ + 4955 + ], + "tournament_id": [ + 5000 + ], + "updated_at": [ + 4499 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_constraint": {}, + "tournament_awards_inc_input": { + "placement": [ + 40 + ], + "silhouette": [ + 40 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_insert_input": { + "award": [ + 240 + ], + "award_id": [ + 4998 + ], + "created_at": [ + 4498 + ], + "custom_name": [ + 80 + ], + "id": [ + 4998 + ], + "image_url": [ + 80 + ], + "placement": [ + 40 + ], + "silhouette": [ + 40 + ], + "tournament": [ + 4964 + ], + "tournament_id": [ + 4998 + ], + "updated_at": [ + 4498 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_max_fields": { + "award_id": [ + 4998 + ], + "created_at": [ + 4498 + ], + "custom_name": [ + 80 + ], + "id": [ + 4998 + ], + "image_url": [ + 80 + ], + "placement": [ + 40 + ], + "silhouette": [ + 40 + ], + "tournament_id": [ + 4998 + ], + "updated_at": [ + 4498 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_max_order_by": { + "award_id": [ + 2951 + ], + "created_at": [ + 2951 + ], + "custom_name": [ + 2951 + ], + "id": [ + 2951 + ], + "image_url": [ + 2951 + ], + "placement": [ + 2951 + ], + "silhouette": [ + 2951 + ], + "tournament_id": [ + 2951 + ], + "updated_at": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_min_fields": { + "award_id": [ + 4998 + ], + "created_at": [ + 4498 + ], + "custom_name": [ + 80 + ], + "id": [ + 4998 + ], + "image_url": [ + 80 + ], + "placement": [ + 40 + ], + "silhouette": [ + 40 + ], + "tournament_id": [ + 4998 + ], + "updated_at": [ + 4498 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_min_order_by": { + "award_id": [ + 2951 + ], + "created_at": [ + 2951 + ], + "custom_name": [ + 2951 + ], + "id": [ + 2951 + ], + "image_url": [ + 2951 + ], + "placement": [ + 2951 + ], + "silhouette": [ + 2951 + ], + "tournament_id": [ + 2951 + ], + "updated_at": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_mutation_response": { + "affected_rows": [ + 40 + ], + "returning": [ + 4500 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_obj_rel_insert_input": { + "data": [ + 4512 + ], + "on_conflict": [ + 4519 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_on_conflict": { + "constraint": [ + 4510 + ], + "update_columns": [ + 4534 + ], + "where": [ + 4509 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_order_by": { + "award": [ + 242 + ], + "award_id": [ + 2951 + ], + "created_at": [ + 2951 + ], + "custom_name": [ + 2951 + ], + "id": [ + 2951 + ], + "image_url": [ + 2951 + ], + "placement": [ + 2951 + ], + "silhouette": [ + 2951 + ], + "tournament": [ + 4966 + ], + "tournament_id": [ + 2951 + ], + "updated_at": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_pk_columns_input": { + "id": [ + 4998 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_select_column": {}, + "tournament_awards_set_input": { + "award_id": [ + 4998 + ], + "created_at": [ + 4498 + ], + "custom_name": [ + 80 + ], + "id": [ + 4998 + ], + "image_url": [ + 80 + ], + "placement": [ + 40 + ], + "silhouette": [ + 40 + ], + "tournament_id": [ + 4998 + ], + "updated_at": [ + 4498 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_stddev_fields": { + "placement": [ + 31 + ], + "silhouette": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_stddev_order_by": { + "placement": [ + 2951 + ], + "silhouette": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_stddev_pop_fields": { + "placement": [ + 31 + ], + "silhouette": [ + 31 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_stddev_pop_order_by": { + "placement": [ + 2951 + ], + "silhouette": [ + 2951 + ], + "__typename": [ + 80 + ] + }, + "tournament_awards_stddev_samp_fields": { + "placement": [ + 31 ], - "owner_steam_id": [ - 29 + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "teams_stddev_samp_order_by": { - "captain_steam_id": [ - 2829 + "tournament_awards_stddev_samp_order_by": { + "placement": [ + 2951 ], - "owner_steam_id": [ - 2829 + "silhouette": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "teams_stream_cursor_input": { + "tournament_awards_stream_cursor_input": { "initial_value": [ - 4364 + 4531 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, - "teams_stream_cursor_value_input": { - "avatar_url": [ - 78 + "tournament_awards_stream_cursor_value_input": { + "award_id": [ + 4998 ], - "captain_steam_id": [ - 180 + "created_at": [ + 4498 + ], + "custom_name": [ + 80 ], "id": [ - 4921 + 4998 ], - "is_organization": [ - 3 + "image_url": [ + 80 ], - "name": [ - 78 + "placement": [ + 40 ], - "owner_steam_id": [ - 180 + "silhouette": [ + 40 ], - "short_name": [ - 78 + "tournament_id": [ + 4998 + ], + "updated_at": [ + 4498 ], "__typename": [ - 78 + 80 ] }, - "teams_sum_fields": { - "captain_steam_id": [ - 180 + "tournament_awards_sum_fields": { + "placement": [ + 40 ], - "owner_steam_id": [ - 180 + "silhouette": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "teams_sum_order_by": { - "captain_steam_id": [ - 2829 + "tournament_awards_sum_order_by": { + "placement": [ + 2951 ], - "owner_steam_id": [ - 2829 + "silhouette": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "teams_update_column": {}, - "teams_updates": { + "tournament_awards_update_column": {}, + "tournament_awards_updates": { "_inc": [ - 4342 + 4511 ], "_set": [ - 4356 + 4523 ], "where": [ - 4340 - ], - "__typename": [ - 78 - ] - }, - "teams_var_pop_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ - 29 + 4509 ], "__typename": [ - 78 + 80 ] }, - "teams_var_pop_order_by": { - "captain_steam_id": [ - 2829 + "tournament_awards_var_pop_fields": { + "placement": [ + 31 ], - "owner_steam_id": [ - 2829 + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "teams_var_samp_fields": { - "captain_steam_id": [ - 29 + "tournament_awards_var_pop_order_by": { + "placement": [ + 2951 ], - "owner_steam_id": [ - 29 + "silhouette": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "teams_var_samp_order_by": { - "captain_steam_id": [ - 2829 + "tournament_awards_var_samp_fields": { + "placement": [ + 31 ], - "owner_steam_id": [ - 2829 + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "teams_variance_fields": { - "captain_steam_id": [ - 29 + "tournament_awards_var_samp_order_by": { + "placement": [ + 2951 ], - "owner_steam_id": [ - 29 + "silhouette": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "teams_variance_order_by": { - "captain_steam_id": [ - 2829 + "tournament_awards_variance_fields": { + "placement": [ + 31 ], - "owner_steam_id": [ - 2829 + "silhouette": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "timestamp": {}, - "timestamptz": {}, - "timestamptz_comparison_exp": { - "_eq": [ - 4376 - ], - "_gt": [ - 4376 - ], - "_gte": [ - 4376 - ], - "_in": [ - 4376 - ], - "_is_null": [ - 3 - ], - "_lt": [ - 4376 - ], - "_lte": [ - 4376 - ], - "_neq": [ - 4376 + "tournament_awards_variance_order_by": { + "placement": [ + 2951 ], - "_nin": [ - 4376 + "silhouette": [ + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets": { "bye": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "feeding_brackets": [ - 4378, + 4542, { "distinct_on": [ - 4402, + 4566, "[tournament_brackets_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4400, + 4564, "[tournament_brackets_order_by!]" ], "where": [ - 4389 + 4553 ] } ], "finished": [ - 3 + 5 ], "group": [ - 2827 + 2949 ], "id": [ - 4921 + 4998 ], "loser_bracket": [ - 4378 + 4542 ], "loser_parent_bracket_id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_number": [ - 38 + 40 ], "match_options_id": [ - 4921 + 4998 ], "options": [ - 2524 + 2646 ], "parent_bracket": [ - 4378 + 4542 ], "parent_bracket_id": [ - 4921 + 4998 ], "path": [ - 78 + 80 ], "round": [ - 38 + 40 ], "scheduled_at": [ - 4376 + 4498 ], "scheduled_eta": [ - 4376 + 4498 ], "scheduling_proposals": [ - 1837, + 1959, { "distinct_on": [ - 1858, + 1980, "[league_scheduling_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1856, + 1978, "[league_scheduling_proposals_order_by!]" ], "where": [ - 1846 + 1968 ] } ], "scheduling_proposals_aggregate": [ - 1838, + 1960, { "distinct_on": [ - 1858, + 1980, "[league_scheduling_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1856, + 1978, "[league_scheduling_proposals_order_by!]" ], "where": [ - 1846 + 1968 ] } ], "stage": [ - 4595 + 4759 ], "team_1": [ - 4728 + 4892 ], "team_1_seed": [ - 38 + 40 ], "team_2": [ - 4728 + 4892 ], "team_2_seed": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id_1": [ - 4921 + 4998 ], "tournament_team_id_2": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_aggregate": { "aggregate": [ - 4384 + 4548 ], "nodes": [ - 4378 + 4542 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_aggregate_bool_exp": { "bool_and": [ - 4381 + 4545 ], "bool_or": [ - 4382 + 4546 ], "count": [ - 4383 + 4547 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_aggregate_bool_exp_bool_and": { "arguments": [ - 4403 + 4567 ], "distinct": [ - 3 + 5 ], "filter": [ - 4389 + 4553 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_aggregate_bool_exp_bool_or": { "arguments": [ - 4404 + 4568 ], "distinct": [ - 3 + 5 ], "filter": [ - 4389 + 4553 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_aggregate_bool_exp_count": { "arguments": [ - 4402 + 4566 ], "distinct": [ - 3 + 5 ], "filter": [ - 4389 + 4553 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_aggregate_fields": { "avg": [ - 4387 + 4551 ], "count": [ - 38, + 40, { "columns": [ - 4402, + 4566, "[tournament_brackets_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4393 + 4557 ], "min": [ - 4395 + 4559 ], "stddev": [ - 4406 + 4570 ], "stddev_pop": [ - 4408 + 4572 ], "stddev_samp": [ - 4410 + 4574 ], "sum": [ - 4414 + 4578 ], "var_pop": [ - 4418 + 4582 ], "var_samp": [ - 4420 + 4584 ], "variance": [ - 4422 + 4586 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_aggregate_order_by": { "avg": [ - 4388 + 4552 ], "count": [ - 2829 + 2951 ], "max": [ - 4394 + 4558 ], "min": [ - 4396 + 4560 ], "stddev": [ - 4407 + 4571 ], "stddev_pop": [ - 4409 + 4573 ], "stddev_samp": [ - 4411 + 4575 ], "sum": [ - 4415 + 4579 ], "var_pop": [ - 4419 + 4583 ], "var_samp": [ - 4421 + 4585 ], "variance": [ - 4423 + 4587 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_arr_rel_insert_input": { "data": [ - 4392 + 4556 ], "on_conflict": [ - 4399 + 4563 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_avg_fields": { "group": [ - 29 + 31 ], "match_number": [ - 29 + 31 ], "round": [ - 29 + 31 ], "team_1_seed": [ - 29 + 31 ], "team_2_seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_avg_order_by": { "group": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_bool_exp": { "_and": [ - 4389 + 4553 ], "_not": [ - 4389 + 4553 ], "_or": [ - 4389 + 4553 ], "bye": [ - 4 + 6 ], "created_at": [ - 4377 + 4499 ], "feeding_brackets": [ - 4389 + 4553 ], "finished": [ - 4 + 6 ], "group": [ - 2828 + 2950 ], "id": [ - 4923 + 5000 ], "loser_bracket": [ - 4389 + 4553 ], "loser_parent_bracket_id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_number": [ - 39 + 41 ], "match_options_id": [ - 4923 + 5000 ], "options": [ - 2528 + 2650 ], "parent_bracket": [ - 4389 + 4553 ], "parent_bracket_id": [ - 4923 + 5000 ], "path": [ - 80 + 82 ], "round": [ - 39 + 41 ], "scheduled_at": [ - 4377 + 4499 ], "scheduled_eta": [ - 4377 + 4499 ], "scheduling_proposals": [ - 1846 + 1968 ], "scheduling_proposals_aggregate": [ - 1839 + 1961 ], "stage": [ - 4607 + 4771 ], "team_1": [ - 4737 + 4901 ], "team_1_seed": [ - 39 + 41 ], "team_2": [ - 4737 + 4901 ], "team_2_seed": [ - 39 + 41 ], "tournament_stage_id": [ - 4923 + 5000 ], "tournament_team_id_1": [ - 4923 + 5000 ], "tournament_team_id_2": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_constraint": {}, "tournament_brackets_inc_input": { "group": [ - 2827 + 2949 ], "match_number": [ - 38 + 40 ], "round": [ - 38 + 40 ], "team_1_seed": [ - 38 + 40 ], "team_2_seed": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_insert_input": { "bye": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "finished": [ - 3 + 5 ], "group": [ - 2827 + 2949 ], "id": [ - 4921 + 4998 ], "loser_bracket": [ - 4398 + 4562 ], "loser_parent_bracket_id": [ - 4921 + 4998 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_number": [ - 38 + 40 ], "match_options_id": [ - 4921 + 4998 ], "options": [ - 2535 + 2657 ], "parent_bracket": [ - 4398 + 4562 ], "parent_bracket_id": [ - 4921 + 4998 ], "path": [ - 78 + 80 ], "round": [ - 38 + 40 ], "scheduled_at": [ - 4376 + 4498 ], "scheduled_eta": [ - 4376 + 4498 ], "scheduling_proposals": [ - 1843 + 1965 ], "stage": [ - 4619 + 4783 ], "team_1": [ - 4746 + 4910 ], "team_1_seed": [ - 38 + 40 ], "team_2": [ - 4746 + 4910 ], "team_2_seed": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id_1": [ - 4921 + 4998 ], "tournament_team_id_2": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_max_fields": { "created_at": [ - 4376 + 4498 ], "group": [ - 2827 + 2949 ], "id": [ - 4921 + 4998 ], "loser_parent_bracket_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_number": [ - 38 + 40 ], "match_options_id": [ - 4921 + 4998 ], "parent_bracket_id": [ - 4921 + 4998 ], "path": [ - 78 + 80 ], "round": [ - 38 + 40 ], "scheduled_at": [ - 4376 + 4498 ], "scheduled_eta": [ - 4376 + 4498 ], "team_1_seed": [ - 38 + 40 ], "team_2_seed": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id_1": [ - 4921 + 4998 ], "tournament_team_id_2": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_max_order_by": { "created_at": [ - 2829 + 2951 ], "group": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "loser_parent_bracket_id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "parent_bracket_id": [ - 2829 + 2951 ], "path": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "scheduled_at": [ - 2829 + 2951 ], "scheduled_eta": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "tournament_stage_id": [ - 2829 + 2951 ], "tournament_team_id_1": [ - 2829 + 2951 ], "tournament_team_id_2": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_min_fields": { "created_at": [ - 4376 + 4498 ], "group": [ - 2827 + 2949 ], "id": [ - 4921 + 4998 ], "loser_parent_bracket_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_number": [ - 38 + 40 ], "match_options_id": [ - 4921 + 4998 ], "parent_bracket_id": [ - 4921 + 4998 ], "path": [ - 78 + 80 ], "round": [ - 38 + 40 ], "scheduled_at": [ - 4376 + 4498 ], "scheduled_eta": [ - 4376 + 4498 ], "team_1_seed": [ - 38 + 40 ], "team_2_seed": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id_1": [ - 4921 + 4998 ], "tournament_team_id_2": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_min_order_by": { "created_at": [ - 2829 + 2951 ], "group": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "loser_parent_bracket_id": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "parent_bracket_id": [ - 2829 + 2951 ], "path": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "scheduled_at": [ - 2829 + 2951 ], "scheduled_eta": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "tournament_stage_id": [ - 2829 + 2951 ], "tournament_team_id_1": [ - 2829 + 2951 ], "tournament_team_id_2": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4378 + 4542 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_obj_rel_insert_input": { "data": [ - 4392 + 4556 ], "on_conflict": [ - 4399 + 4563 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_on_conflict": { "constraint": [ - 4390 + 4554 ], "update_columns": [ - 4416 + 4580 ], "where": [ - 4389 + 4553 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_order_by": { "bye": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "feeding_brackets_aggregate": [ - 4385 + 4549 ], "finished": [ - 2829 + 2951 ], "group": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "loser_bracket": [ - 4400 + 4564 ], "loser_parent_bracket_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "options": [ - 2537 + 2659 ], "parent_bracket": [ - 4400 + 4564 ], "parent_bracket_id": [ - 2829 + 2951 ], "path": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "scheduled_at": [ - 2829 + 2951 ], "scheduled_eta": [ - 2829 + 2951 ], "scheduling_proposals_aggregate": [ - 1842 + 1964 ], "stage": [ - 4621 + 4785 ], "team_1": [ - 4748 + 4912 ], "team_1_seed": [ - 2829 + 2951 ], "team_2": [ - 4748 + 4912 ], "team_2_seed": [ - 2829 + 2951 ], "tournament_stage_id": [ - 2829 + 2951 ], "tournament_team_id_1": [ - 2829 + 2951 ], "tournament_team_id_2": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_select_column": {}, @@ -100845,9759 +104455,8264 @@ export default { "tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_or_arguments_columns": {}, "tournament_brackets_set_input": { "bye": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "finished": [ - 3 + 5 ], "group": [ - 2827 + 2949 ], "id": [ - 4921 + 4998 ], "loser_parent_bracket_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_number": [ - 38 + 40 ], "match_options_id": [ - 4921 + 4998 ], "parent_bracket_id": [ - 4921 + 4998 ], "path": [ - 78 + 80 ], "round": [ - 38 + 40 ], "scheduled_at": [ - 4376 + 4498 ], "scheduled_eta": [ - 4376 + 4498 ], "team_1_seed": [ - 38 + 40 ], "team_2_seed": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id_1": [ - 4921 + 4998 ], "tournament_team_id_2": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_stddev_fields": { "group": [ - 29 + 31 ], "match_number": [ - 29 + 31 ], "round": [ - 29 + 31 ], "team_1_seed": [ - 29 + 31 ], "team_2_seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_stddev_order_by": { "group": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_stddev_pop_fields": { "group": [ - 29 + 31 ], "match_number": [ - 29 + 31 ], "round": [ - 29 + 31 ], "team_1_seed": [ - 29 + 31 ], "team_2_seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_stddev_pop_order_by": { "group": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_stddev_samp_fields": { "group": [ - 29 + 31 ], "match_number": [ - 29 + 31 ], "round": [ - 29 + 31 ], "team_1_seed": [ - 29 + 31 ], "team_2_seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_stddev_samp_order_by": { "group": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_stream_cursor_input": { "initial_value": [ - 4413 + 4577 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_stream_cursor_value_input": { "bye": [ - 3 + 5 ], "created_at": [ - 4376 + 4498 ], "finished": [ - 3 + 5 ], "group": [ - 2827 + 2949 ], "id": [ - 4921 + 4998 ], "loser_parent_bracket_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_number": [ - 38 + 40 ], "match_options_id": [ - 4921 + 4998 ], "parent_bracket_id": [ - 4921 + 4998 ], "path": [ - 78 + 80 ], "round": [ - 38 + 40 ], "scheduled_at": [ - 4376 + 4498 ], "scheduled_eta": [ - 4376 + 4498 ], "team_1_seed": [ - 38 + 40 ], "team_2_seed": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id_1": [ - 4921 + 4998 ], "tournament_team_id_2": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_sum_fields": { "group": [ - 2827 + 2949 ], "match_number": [ - 38 + 40 ], "round": [ - 38 + 40 ], "team_1_seed": [ - 38 + 40 ], "team_2_seed": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_sum_order_by": { "group": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_update_column": {}, "tournament_brackets_updates": { "_inc": [ - 4391 + 4555 ], "_set": [ - 4405 + 4569 ], "where": [ - 4389 + 4553 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_var_pop_fields": { "group": [ - 29 + 31 ], "match_number": [ - 29 + 31 ], "round": [ - 29 + 31 ], "team_1_seed": [ - 29 + 31 ], "team_2_seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_var_pop_order_by": { "group": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_var_samp_fields": { "group": [ - 29 + 31 ], "match_number": [ - 29 + 31 ], "round": [ - 29 + 31 ], "team_1_seed": [ - 29 + 31 ], "team_2_seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_var_samp_order_by": { "group": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_variance_fields": { "group": [ - 29 + 31 ], "match_number": [ - 29 + 31 ], "round": [ - 29 + 31 ], "team_1_seed": [ - 29 + 31 ], "team_2_seed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_brackets_variance_order_by": { "group": [ - 2829 + 2951 ], "match_number": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "team_1_seed": [ - 2829 + 2951 ], "team_2_seed": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_categories": { "category": [ - 1170 + 1292 ], "e_tournament_category": [ - 1165 + 1287 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_aggregate": { "aggregate": [ - 4428 + 4592 ], "nodes": [ - 4424 + 4588 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_aggregate_bool_exp": { "count": [ - 4427 + 4591 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_aggregate_bool_exp_count": { "arguments": [ - 4442 + 4606 ], "distinct": [ - 3 + 5 ], "filter": [ - 4431 + 4595 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 4442, + 4606, "[tournament_categories_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4434 + 4598 ], "min": [ - 4436 + 4600 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 4435 + 4599 ], "min": [ - 4437 + 4601 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_arr_rel_insert_input": { "data": [ - 4433 + 4597 ], "on_conflict": [ - 4439 + 4603 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_bool_exp": { "_and": [ - 4431 + 4595 ], "_not": [ - 4431 + 4595 ], "_or": [ - 4431 + 4595 ], "category": [ - 1171 + 1293 ], "e_tournament_category": [ - 1168 + 1290 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_constraint": {}, "tournament_categories_insert_input": { "category": [ - 1170 + 1292 ], "e_tournament_category": [ - 1176 + 1298 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_max_fields": { "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_max_order_by": { "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_min_fields": { "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_min_order_by": { "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4424 + 4588 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_on_conflict": { "constraint": [ - 4432 + 4596 ], "update_columns": [ - 4446 + 4610 ], "where": [ - 4431 + 4595 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_order_by": { "category": [ - 2829 + 2951 ], "e_tournament_category": [ - 1178 + 1300 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_pk_columns_input": { "category": [ - 1170 + 1292 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_select_column": {}, "tournament_categories_set_input": { "category": [ - 1170 + 1292 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_stream_cursor_input": { "initial_value": [ - 4445 + 4609 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_stream_cursor_value_input": { "category": [ - 1170 + 1292 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_categories_update_column": {}, "tournament_categories_updates": { "_set": [ - 4443 + 4607 ], "where": [ - 4431 + 4595 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams": { "created_at": [ - 4376 + 4498 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_aggregate": { "aggregate": [ - 4452 + 4616 ], "nodes": [ - 4448 + 4612 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_aggregate_bool_exp": { "count": [ - 4451 + 4615 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_aggregate_bool_exp_count": { "arguments": [ - 4466 + 4630 ], "distinct": [ - 3 + 5 ], "filter": [ - 4455 + 4619 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 4466, + 4630, "[tournament_organizer_teams_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4458 + 4622 ], "min": [ - 4460 + 4624 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 4459 + 4623 ], "min": [ - 4461 + 4625 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_arr_rel_insert_input": { "data": [ - 4457 + 4621 ], "on_conflict": [ - 4463 + 4627 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_bool_exp": { "_and": [ - 4455 + 4619 ], "_not": [ - 4455 + 4619 ], "_or": [ - 4455 + 4619 ], "created_at": [ - 4377 + 4499 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_constraint": {}, "tournament_organizer_teams_insert_input": { "created_at": [ - 4376 + 4498 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_max_fields": { "created_at": [ - 4376 + 4498 ], "team_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_max_order_by": { "created_at": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_min_fields": { "created_at": [ - 4376 + 4498 ], "team_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_min_order_by": { "created_at": [ - 2829 + 2951 ], "team_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4448 + 4612 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_on_conflict": { "constraint": [ - 4456 + 4620 ], "update_columns": [ - 4470 + 4634 ], "where": [ - 4455 + 4619 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_order_by": { "created_at": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_pk_columns_input": { "team_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_select_column": {}, "tournament_organizer_teams_set_input": { "created_at": [ - 4376 + 4498 ], "team_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_stream_cursor_input": { "initial_value": [ - 4469 + 4633 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "team_id": [ - 4921 + 4998 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizer_teams_update_column": {}, "tournament_organizer_teams_updates": { "_set": [ - 4467 + 4631 ], "where": [ - 4455 + 4619 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers": { "organization_team": [ - 4329 + 4451 ], "organization_team_id": [ - 4921 + 4998 ], "organizer": [ - 3787 + 3909 ], "steam_id": [ - 180 + 257 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_aggregate": { "aggregate": [ - 4476 + 4640 ], "nodes": [ - 4472 + 4636 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_aggregate_bool_exp": { "count": [ - 4475 + 4639 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_aggregate_bool_exp_count": { "arguments": [ - 4493 + 4657 ], "distinct": [ - 3 + 5 ], "filter": [ - 4481 + 4645 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_aggregate_fields": { "avg": [ - 4479 + 4643 ], "count": [ - 38, + 40, { "columns": [ - 4493, + 4657, "[tournament_organizers_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4485 + 4649 ], "min": [ - 4487 + 4651 ], "stddev": [ - 4495 + 4659 ], "stddev_pop": [ - 4497 + 4661 ], "stddev_samp": [ - 4499 + 4663 ], "sum": [ - 4503 + 4667 ], "var_pop": [ - 4507 + 4671 ], "var_samp": [ - 4509 + 4673 ], "variance": [ - 4511 + 4675 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_aggregate_order_by": { "avg": [ - 4480 + 4644 ], "count": [ - 2829 + 2951 ], "max": [ - 4486 + 4650 ], "min": [ - 4488 + 4652 ], "stddev": [ - 4496 + 4660 ], "stddev_pop": [ - 4498 + 4662 ], "stddev_samp": [ - 4500 + 4664 ], "sum": [ - 4504 + 4668 ], "var_pop": [ - 4508 + 4672 ], "var_samp": [ - 4510 + 4674 ], "variance": [ - 4512 + 4676 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_arr_rel_insert_input": { "data": [ - 4484 + 4648 ], "on_conflict": [ - 4490 + 4654 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_avg_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_bool_exp": { "_and": [ - 4481 + 4645 ], "_not": [ - 4481 + 4645 ], "_or": [ - 4481 + 4645 ], "organization_team": [ - 4340 + 4462 ], "organization_team_id": [ - 4923 + 5000 ], "organizer": [ - 3791 + 3913 ], "steam_id": [ - 182 + 259 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_constraint": {}, "tournament_organizers_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_insert_input": { "organization_team": [ - 4349 + 4471 ], "organization_team_id": [ - 4921 + 4998 ], "organizer": [ - 3798 + 3920 ], "steam_id": [ - 180 + 257 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_max_fields": { "organization_team_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_max_order_by": { "organization_team_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_min_fields": { "organization_team_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_min_order_by": { "organization_team_id": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4472 + 4636 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_on_conflict": { "constraint": [ - 4482 + 4646 ], "update_columns": [ - 4505 + 4669 ], "where": [ - 4481 + 4645 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_order_by": { "organization_team": [ - 4351 + 4473 ], "organization_team_id": [ - 2829 + 2951 ], "organizer": [ - 3800 + 3922 ], "steam_id": [ - 2829 + 2951 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_pk_columns_input": { "steam_id": [ - 180 + 257 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_select_column": {}, "tournament_organizers_set_input": { "organization_team_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_stddev_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_stddev_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_stddev_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_stream_cursor_input": { "initial_value": [ - 4502 + 4666 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_stream_cursor_value_input": { "organization_team_id": [ - 4921 + 4998 ], "steam_id": [ - 180 + 257 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_sum_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_update_column": {}, "tournament_organizers_updates": { "_inc": [ - 4483 + 4647 ], "_set": [ - 4494 + 4658 ], "where": [ - 4481 + 4645 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_var_pop_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_var_samp_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_organizers_variance_order_by": { "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "place": [ - 78 + 80 ], "prize": [ - 78 + 80 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_aggregate": { "aggregate": [ - 4517 + 4681 ], "nodes": [ - 4513 + 4677 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_aggregate_bool_exp": { "count": [ - 4516 + 4680 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_aggregate_bool_exp_count": { "arguments": [ - 4534 + 4698 ], "distinct": [ - 3 + 5 ], "filter": [ - 4522 + 4686 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_aggregate_fields": { "avg": [ - 4520 + 4684 ], "count": [ - 38, + 40, { "columns": [ - 4534, + 4698, "[tournament_prizes_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4526 + 4690 ], "min": [ - 4528 + 4692 ], "stddev": [ - 4536 + 4700 ], "stddev_pop": [ - 4538 + 4702 ], "stddev_samp": [ - 4540 + 4704 ], "sum": [ - 4544 + 4708 ], "var_pop": [ - 4548 + 4712 ], "var_samp": [ - 4550 + 4714 ], "variance": [ - 4552 + 4716 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_aggregate_order_by": { "avg": [ - 4521 + 4685 ], "count": [ - 2829 + 2951 ], "max": [ - 4527 + 4691 ], "min": [ - 4529 + 4693 ], "stddev": [ - 4537 + 4701 ], "stddev_pop": [ - 4539 + 4703 ], "stddev_samp": [ - 4541 + 4705 ], "sum": [ - 4545 + 4709 ], "var_pop": [ - 4549 + 4713 ], "var_samp": [ - 4551 + 4715 ], "variance": [ - 4553 + 4717 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_arr_rel_insert_input": { "data": [ - 4525 + 4689 ], "on_conflict": [ - 4531 + 4695 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_avg_fields": { "order": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_avg_order_by": { "order": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_bool_exp": { "_and": [ - 4522 + 4686 ], "_not": [ - 4522 + 4686 ], "_or": [ - 4522 + 4686 ], "created_at": [ - 4377 + 4499 ], "id": [ - 4923 + 5000 ], "order": [ - 39 + 41 ], "place": [ - 80 + 82 ], "prize": [ - 80 + 82 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_constraint": {}, "tournament_prizes_inc_input": { "order": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_insert_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "place": [ - 78 + 80 ], "prize": [ - 78 + 80 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_max_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "place": [ - 78 + 80 ], "prize": [ - 78 + 80 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_max_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "place": [ - 2829 + 2951 ], "prize": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_min_fields": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "place": [ - 78 + 80 ], "prize": [ - 78 + 80 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_min_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "place": [ - 2829 + 2951 ], "prize": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4513 + 4677 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_on_conflict": { "constraint": [ - 4523 + 4687 ], "update_columns": [ - 4546 + 4710 ], "where": [ - 4522 + 4686 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_order_by": { "created_at": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "place": [ - 2829 + 2951 ], "prize": [ - 2829 + 2951 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_select_column": {}, "tournament_prizes_set_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "place": [ - 78 + 80 ], "prize": [ - 78 + 80 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_stddev_fields": { "order": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_stddev_order_by": { "order": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_stddev_pop_fields": { "order": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_stddev_pop_order_by": { "order": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_stddev_samp_fields": { "order": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_stddev_samp_order_by": { "order": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_stream_cursor_input": { "initial_value": [ - 4543 + 4707 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_stream_cursor_value_input": { "created_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], "order": [ - 38 + 40 ], "place": [ - 78 + 80 ], "prize": [ - 78 + 80 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_sum_fields": { "order": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "tournament_prizes_sum_order_by": { "order": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_prizes_update_column": {}, - "tournament_prizes_updates": { - "_inc": [ - 4524 - ], - "_set": [ - 4535 - ], - "where": [ - 4522 - ], - "__typename": [ - 78 - ] - }, - "tournament_prizes_var_pop_fields": { - "order": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "tournament_prizes_var_pop_order_by": { - "order": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_prizes_var_samp_fields": { - "order": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "tournament_prizes_var_samp_order_by": { - "order": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_prizes_variance_fields": { - "order": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "tournament_prizes_variance_order_by": { - "order": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows": { - "closes_at": [ - 4376 - ], - "created_at": [ - 4376 - ], - "default_match_at": [ - 4376 - ], - "id": [ - 4921 - ], - "opens_at": [ - 4376 - ], - "round": [ - 38 - ], - "stage": [ - 4595 - ], - "tournament_stage_id": [ - 4921 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_aggregate": { - "aggregate": [ - 4558 - ], - "nodes": [ - 4554 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_aggregate_bool_exp": { - "count": [ - 4557 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_aggregate_bool_exp_count": { - "arguments": [ - 4575 - ], - "distinct": [ - 3 - ], - "filter": [ - 4563 - ], - "predicate": [ - 39 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_aggregate_fields": { - "avg": [ - 4561 - ], - "count": [ - 38, - { - "columns": [ - 4575, - "[tournament_stage_windows_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 4567 - ], - "min": [ - 4569 - ], - "stddev": [ - 4577 - ], - "stddev_pop": [ - 4579 - ], - "stddev_samp": [ - 4581 - ], - "sum": [ - 4585 - ], - "var_pop": [ - 4589 - ], - "var_samp": [ - 4591 - ], - "variance": [ - 4593 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_aggregate_order_by": { - "avg": [ - 4562 - ], - "count": [ - 2829 - ], - "max": [ - 4568 - ], - "min": [ - 4570 - ], - "stddev": [ - 4578 - ], - "stddev_pop": [ - 4580 - ], - "stddev_samp": [ - 4582 - ], - "sum": [ - 4586 - ], - "var_pop": [ - 4590 - ], - "var_samp": [ - 4592 - ], - "variance": [ - 4594 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_arr_rel_insert_input": { - "data": [ - 4566 - ], - "on_conflict": [ - 4572 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_avg_fields": { - "round": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_avg_order_by": { - "round": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_bool_exp": { - "_and": [ - 4563 - ], - "_not": [ - 4563 - ], - "_or": [ - 4563 - ], - "closes_at": [ - 4377 - ], - "created_at": [ - 4377 - ], - "default_match_at": [ - 4377 - ], - "id": [ - 4923 - ], - "opens_at": [ - 4377 - ], - "round": [ - 39 - ], - "stage": [ - 4607 - ], - "tournament_stage_id": [ - 4923 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_constraint": {}, - "tournament_stage_windows_inc_input": { - "round": [ - 38 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_insert_input": { - "closes_at": [ - 4376 - ], - "created_at": [ - 4376 - ], - "default_match_at": [ - 4376 - ], - "id": [ - 4921 - ], - "opens_at": [ - 4376 - ], - "round": [ - 38 - ], - "stage": [ - 4619 - ], - "tournament_stage_id": [ - 4921 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_max_fields": { - "closes_at": [ - 4376 - ], - "created_at": [ - 4376 - ], - "default_match_at": [ - 4376 - ], - "id": [ - 4921 - ], - "opens_at": [ - 4376 - ], - "round": [ - 38 - ], - "tournament_stage_id": [ - 4921 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_max_order_by": { - "closes_at": [ - 2829 - ], - "created_at": [ - 2829 - ], - "default_match_at": [ - 2829 - ], - "id": [ - 2829 - ], - "opens_at": [ - 2829 - ], - "round": [ - 2829 - ], - "tournament_stage_id": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_min_fields": { - "closes_at": [ - 4376 - ], - "created_at": [ - 4376 - ], - "default_match_at": [ - 4376 - ], - "id": [ - 4921 - ], - "opens_at": [ - 4376 - ], - "round": [ - 38 - ], - "tournament_stage_id": [ - 4921 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_min_order_by": { - "closes_at": [ - 2829 - ], - "created_at": [ - 2829 - ], - "default_match_at": [ - 2829 - ], - "id": [ - 2829 - ], - "opens_at": [ - 2829 - ], - "round": [ - 2829 - ], - "tournament_stage_id": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_mutation_response": { - "affected_rows": [ - 38 - ], - "returning": [ - 4554 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_on_conflict": { - "constraint": [ - 4564 - ], - "update_columns": [ - 4587 - ], - "where": [ - 4563 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_order_by": { - "closes_at": [ - 2829 - ], - "created_at": [ - 2829 - ], - "default_match_at": [ - 2829 - ], - "id": [ - 2829 - ], - "opens_at": [ - 2829 - ], - "round": [ - 2829 - ], - "stage": [ - 4621 - ], - "tournament_stage_id": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_pk_columns_input": { - "id": [ - 4921 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_select_column": {}, - "tournament_stage_windows_set_input": { - "closes_at": [ - 4376 - ], - "created_at": [ - 4376 - ], - "default_match_at": [ - 4376 - ], - "id": [ - 4921 - ], - "opens_at": [ - 4376 - ], - "round": [ - 38 - ], - "tournament_stage_id": [ - 4921 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_stddev_fields": { - "round": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_stddev_order_by": { - "round": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_stddev_pop_fields": { - "round": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_stddev_pop_order_by": { - "round": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_stddev_samp_fields": { - "round": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_stddev_samp_order_by": { - "round": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_stream_cursor_input": { - "initial_value": [ - 4584 - ], - "ordering": [ - 236 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_stream_cursor_value_input": { - "closes_at": [ - 4376 - ], - "created_at": [ - 4376 - ], - "default_match_at": [ - 4376 - ], - "id": [ - 4921 - ], - "opens_at": [ - 4376 - ], - "round": [ - 38 - ], - "tournament_stage_id": [ - 4921 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_sum_fields": { - "round": [ - 38 - ], - "__typename": [ - 78 - ] - }, - "tournament_stage_windows_sum_order_by": { - "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stage_windows_update_column": {}, - "tournament_stage_windows_updates": { + "tournament_prizes_update_column": {}, + "tournament_prizes_updates": { "_inc": [ - 4565 + 4688 ], "_set": [ - 4576 + 4699 ], "where": [ - 4563 + 4686 ], "__typename": [ - 78 + 80 ] }, - "tournament_stage_windows_var_pop_fields": { - "round": [ - 29 + "tournament_prizes_var_pop_fields": { + "order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_stage_windows_var_pop_order_by": { - "round": [ - 2829 + "tournament_prizes_var_pop_order_by": { + "order": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stage_windows_var_samp_fields": { - "round": [ - 29 + "tournament_prizes_var_samp_fields": { + "order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_stage_windows_var_samp_order_by": { - "round": [ - 2829 + "tournament_prizes_var_samp_order_by": { + "order": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stage_windows_variance_fields": { - "round": [ - 29 + "tournament_prizes_variance_fields": { + "order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_stage_windows_variance_order_by": { - "round": [ - 2829 + "tournament_prizes_variance_order_by": { + "order": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages": { - "brackets": [ - 4378, - { - "distinct_on": [ - 4402, - "[tournament_brackets_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4400, - "[tournament_brackets_order_by!]" - ], - "where": [ - 4389 - ] - } - ], - "brackets_aggregate": [ - 4379, - { - "distinct_on": [ - 4402, - "[tournament_brackets_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4400, - "[tournament_brackets_order_by!]" - ], - "where": [ - 4389 - ] - } - ], - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 - ], - "e_tournament_stage_type": [ - 1186 + "tournament_stage_windows": { + "closes_at": [ + 4498 ], - "final_map_advantage": [ - 38 + "created_at": [ + 4498 ], - "groups": [ - 38 + "default_match_at": [ + 4498 ], "id": [ - 4921 - ], - "match_options_id": [ - 4921 - ], - "max_rounds": [ - 38 - ], - "max_teams": [ - 38 - ], - "min_teams": [ - 38 - ], - "options": [ - 2524 - ], - "order": [ - 38 - ], - "results": [ - 5645, - { - "distinct_on": [ - 5677, - "[v_team_stage_results_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 5675, - "[v_team_stage_results_order_by!]" - ], - "where": [ - 5664 - ] - } - ], - "results_aggregate": [ - 5646, - { - "distinct_on": [ - 5677, - "[v_team_stage_results_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 5675, - "[v_team_stage_results_order_by!]" - ], - "where": [ - 5664 - ] - } - ], - "settings": [ - 1700, - { - "path": [ - 78 - ] - } - ], - "swiss_no_elimination": [ - 3 - ], - "third_place_match": [ - 3 - ], - "tournament": [ - 4857 + 4998 ], - "tournament_id": [ - 4921 + "opens_at": [ + 4498 ], - "type": [ - 1191 + "round": [ + 40 ], - "windows": [ - 4554, - { - "distinct_on": [ - 4575, - "[tournament_stage_windows_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4573, - "[tournament_stage_windows_order_by!]" - ], - "where": [ - 4563 - ] - } + "stage": [ + 4759 ], - "windows_aggregate": [ - 4555, - { - "distinct_on": [ - 4575, - "[tournament_stage_windows_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4573, - "[tournament_stage_windows_order_by!]" - ], - "where": [ - 4563 - ] - } + "tournament_stage_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_aggregate": { + "tournament_stage_windows_aggregate": { "aggregate": [ - 4601 + 4722 ], "nodes": [ - 4595 + 4718 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_aggregate_bool_exp": { - "bool_and": [ - 4598 - ], - "bool_or": [ - 4599 - ], + "tournament_stage_windows_aggregate_bool_exp": { "count": [ - 4600 - ], - "__typename": [ - 78 - ] - }, - "tournament_stages_aggregate_bool_exp_bool_and": { - "arguments": [ - 4625 - ], - "distinct": [ - 3 - ], - "filter": [ - 4607 - ], - "predicate": [ - 4 - ], - "__typename": [ - 78 - ] - }, - "tournament_stages_aggregate_bool_exp_bool_or": { - "arguments": [ - 4626 - ], - "distinct": [ - 3 - ], - "filter": [ - 4607 - ], - "predicate": [ - 4 + 4721 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_aggregate_bool_exp_count": { + "tournament_stage_windows_aggregate_bool_exp_count": { "arguments": [ - 4624 + 4739 ], "distinct": [ - 3 + 5 ], "filter": [ - 4607 + 4727 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_aggregate_fields": { + "tournament_stage_windows_aggregate_fields": { "avg": [ - 4605 + 4725 ], "count": [ - 38, + 40, { "columns": [ - 4624, - "[tournament_stages_select_column!]" + 4739, + "[tournament_stage_windows_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4614 + 4731 ], "min": [ - 4616 + 4733 ], "stddev": [ - 4628 + 4741 ], "stddev_pop": [ - 4630 + 4743 ], "stddev_samp": [ - 4632 + 4745 ], "sum": [ - 4636 + 4749 ], "var_pop": [ - 4640 + 4753 ], "var_samp": [ - 4642 + 4755 ], "variance": [ - 4644 + 4757 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_aggregate_order_by": { + "tournament_stage_windows_aggregate_order_by": { "avg": [ - 4606 + 4726 ], "count": [ - 2829 + 2951 ], "max": [ - 4615 + 4732 ], "min": [ - 4617 + 4734 ], "stddev": [ - 4629 + 4742 ], "stddev_pop": [ - 4631 + 4744 ], "stddev_samp": [ - 4633 + 4746 ], "sum": [ - 4637 + 4750 ], "var_pop": [ - 4641 + 4754 ], "var_samp": [ - 4643 + 4756 ], "variance": [ - 4645 - ], - "__typename": [ - 78 - ] - }, - "tournament_stages_append_input": { - "settings": [ - 1700 + 4758 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_arr_rel_insert_input": { + "tournament_stage_windows_arr_rel_insert_input": { "data": [ - 4613 + 4730 ], "on_conflict": [ - 4620 + 4736 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_avg_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ - 29 - ], - "final_map_advantage": [ - 29 - ], - "groups": [ - 29 - ], - "max_rounds": [ - 29 - ], - "max_teams": [ - 29 - ], - "min_teams": [ - 29 - ], - "order": [ - 29 + "tournament_stage_windows_avg_fields": { + "round": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_avg_order_by": { - "decider_best_of": [ - 2829 - ], - "default_best_of": [ - 2829 - ], - "final_map_advantage": [ - 2829 - ], - "groups": [ - 2829 - ], - "max_rounds": [ - 2829 - ], - "max_teams": [ - 2829 - ], - "min_teams": [ - 2829 - ], - "order": [ - 2829 + "tournament_stage_windows_avg_order_by": { + "round": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_bool_exp": { + "tournament_stage_windows_bool_exp": { "_and": [ - 4607 + 4727 ], "_not": [ - 4607 + 4727 ], "_or": [ - 4607 - ], - "brackets": [ - 4389 - ], - "brackets_aggregate": [ - 4380 - ], - "decider_best_of": [ - 39 - ], - "default_best_of": [ - 39 + 4727 ], - "e_tournament_stage_type": [ - 1189 + "closes_at": [ + 4499 ], - "final_map_advantage": [ - 39 + "created_at": [ + 4499 ], - "groups": [ - 39 + "default_match_at": [ + 4499 ], "id": [ - 4923 - ], - "match_options_id": [ - 4923 - ], - "max_rounds": [ - 39 - ], - "max_teams": [ - 39 - ], - "min_teams": [ - 39 - ], - "options": [ - 2528 - ], - "order": [ - 39 - ], - "results": [ - 5664 - ], - "results_aggregate": [ - 5647 - ], - "settings": [ - 1702 - ], - "swiss_no_elimination": [ - 4 - ], - "third_place_match": [ - 4 - ], - "tournament": [ - 4878 - ], - "tournament_id": [ - 4923 - ], - "type": [ - 1192 - ], - "windows": [ - 4563 + 5000 ], - "windows_aggregate": [ - 4556 + "opens_at": [ + 4499 ], - "__typename": [ - 78 - ] - }, - "tournament_stages_constraint": {}, - "tournament_stages_delete_at_path_input": { - "settings": [ - 78 + "round": [ + 41 ], - "__typename": [ - 78 - ] - }, - "tournament_stages_delete_elem_input": { - "settings": [ - 38 + "stage": [ + 4771 ], - "__typename": [ - 78 - ] - }, - "tournament_stages_delete_key_input": { - "settings": [ - 78 + "tournament_stage_id": [ + 5000 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_inc_input": { - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 - ], - "final_map_advantage": [ - 38 - ], - "groups": [ - 38 - ], - "max_rounds": [ - 38 - ], - "max_teams": [ - 38 - ], - "min_teams": [ - 38 - ], - "order": [ - 38 + "tournament_stage_windows_constraint": {}, + "tournament_stage_windows_inc_input": { + "round": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_insert_input": { - "brackets": [ - 4386 - ], - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 - ], - "e_tournament_stage_type": [ - 1197 + "tournament_stage_windows_insert_input": { + "closes_at": [ + 4498 ], - "final_map_advantage": [ - 38 + "created_at": [ + 4498 ], - "groups": [ - 38 + "default_match_at": [ + 4498 ], "id": [ - 4921 - ], - "match_options_id": [ - 4921 - ], - "max_rounds": [ - 38 - ], - "max_teams": [ - 38 - ], - "min_teams": [ - 38 - ], - "options": [ - 2535 - ], - "order": [ - 38 - ], - "results": [ - 5661 - ], - "settings": [ - 1700 - ], - "swiss_no_elimination": [ - 3 - ], - "third_place_match": [ - 3 + 4998 ], - "tournament": [ - 4887 + "opens_at": [ + 4498 ], - "tournament_id": [ - 4921 + "round": [ + 40 ], - "type": [ - 1191 + "stage": [ + 4783 ], - "windows": [ - 4560 + "tournament_stage_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_max_fields": { - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 + "tournament_stage_windows_max_fields": { + "closes_at": [ + 4498 ], - "final_map_advantage": [ - 38 + "created_at": [ + 4498 ], - "groups": [ - 38 + "default_match_at": [ + 4498 ], "id": [ - 4921 - ], - "match_options_id": [ - 4921 - ], - "max_rounds": [ - 38 - ], - "max_teams": [ - 38 + 4998 ], - "min_teams": [ - 38 + "opens_at": [ + 4498 ], - "order": [ - 38 + "round": [ + 40 ], - "tournament_id": [ - 4921 + "tournament_stage_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_max_order_by": { - "decider_best_of": [ - 2829 - ], - "default_best_of": [ - 2829 + "tournament_stage_windows_max_order_by": { + "closes_at": [ + 2951 ], - "final_map_advantage": [ - 2829 + "created_at": [ + 2951 ], - "groups": [ - 2829 + "default_match_at": [ + 2951 ], "id": [ - 2829 - ], - "match_options_id": [ - 2829 - ], - "max_rounds": [ - 2829 - ], - "max_teams": [ - 2829 + 2951 ], - "min_teams": [ - 2829 + "opens_at": [ + 2951 ], - "order": [ - 2829 + "round": [ + 2951 ], - "tournament_id": [ - 2829 + "tournament_stage_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_min_fields": { - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 + "tournament_stage_windows_min_fields": { + "closes_at": [ + 4498 ], - "final_map_advantage": [ - 38 + "created_at": [ + 4498 ], - "groups": [ - 38 + "default_match_at": [ + 4498 ], "id": [ - 4921 - ], - "match_options_id": [ - 4921 - ], - "max_rounds": [ - 38 - ], - "max_teams": [ - 38 + 4998 ], - "min_teams": [ - 38 + "opens_at": [ + 4498 ], - "order": [ - 38 + "round": [ + 40 ], - "tournament_id": [ - 4921 + "tournament_stage_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_min_order_by": { - "decider_best_of": [ - 2829 - ], - "default_best_of": [ - 2829 + "tournament_stage_windows_min_order_by": { + "closes_at": [ + 2951 ], - "final_map_advantage": [ - 2829 + "created_at": [ + 2951 ], - "groups": [ - 2829 + "default_match_at": [ + 2951 ], "id": [ - 2829 - ], - "match_options_id": [ - 2829 - ], - "max_rounds": [ - 2829 - ], - "max_teams": [ - 2829 + 2951 ], - "min_teams": [ - 2829 + "opens_at": [ + 2951 ], - "order": [ - 2829 + "round": [ + 2951 ], - "tournament_id": [ - 2829 + "tournament_stage_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_mutation_response": { + "tournament_stage_windows_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4595 - ], - "__typename": [ - 78 - ] - }, - "tournament_stages_obj_rel_insert_input": { - "data": [ - 4613 - ], - "on_conflict": [ - 4620 + 4718 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_on_conflict": { + "tournament_stage_windows_on_conflict": { "constraint": [ - 4608 + 4728 ], "update_columns": [ - 4638 + 4751 ], "where": [ - 4607 + 4727 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_order_by": { - "brackets_aggregate": [ - 4385 - ], - "decider_best_of": [ - 2829 - ], - "default_best_of": [ - 2829 - ], - "e_tournament_stage_type": [ - 1199 + "tournament_stage_windows_order_by": { + "closes_at": [ + 2951 ], - "final_map_advantage": [ - 2829 + "created_at": [ + 2951 ], - "groups": [ - 2829 + "default_match_at": [ + 2951 ], "id": [ - 2829 - ], - "match_options_id": [ - 2829 - ], - "max_rounds": [ - 2829 + 2951 ], - "max_teams": [ - 2829 + "opens_at": [ + 2951 ], - "min_teams": [ - 2829 + "round": [ + 2951 ], - "options": [ - 2537 + "stage": [ + 4785 ], - "order": [ - 2829 + "tournament_stage_id": [ + 2951 ], - "results_aggregate": [ - 5660 + "__typename": [ + 80 + ] + }, + "tournament_stage_windows_pk_columns_input": { + "id": [ + 4998 ], - "settings": [ - 2829 + "__typename": [ + 80 + ] + }, + "tournament_stage_windows_select_column": {}, + "tournament_stage_windows_set_input": { + "closes_at": [ + 4498 ], - "swiss_no_elimination": [ - 2829 + "created_at": [ + 4498 ], - "third_place_match": [ - 2829 + "default_match_at": [ + 4498 ], - "tournament": [ - 4889 + "id": [ + 4998 ], - "tournament_id": [ - 2829 + "opens_at": [ + 4498 ], - "type": [ - 2829 + "round": [ + 40 ], - "windows_aggregate": [ - 4559 + "tournament_stage_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_pk_columns_input": { - "id": [ - 4921 + "tournament_stage_windows_stddev_fields": { + "round": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_prepend_input": { - "settings": [ - 1700 + "tournament_stage_windows_stddev_order_by": { + "round": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_select_column": {}, - "tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns": {}, - "tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns": {}, - "tournament_stages_set_input": { - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 - ], - "final_map_advantage": [ - 38 - ], - "groups": [ - 38 - ], - "id": [ - 4921 - ], - "match_options_id": [ - 4921 - ], - "max_rounds": [ - 38 - ], - "max_teams": [ - 38 - ], - "min_teams": [ - 38 - ], - "order": [ - 38 - ], - "settings": [ - 1700 - ], - "swiss_no_elimination": [ - 3 - ], - "third_place_match": [ - 3 - ], - "tournament_id": [ - 4921 - ], - "type": [ - 1191 + "tournament_stage_windows_stddev_pop_fields": { + "round": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_stddev_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ - 29 - ], - "final_map_advantage": [ - 29 - ], - "groups": [ - 29 - ], - "max_rounds": [ - 29 - ], - "max_teams": [ - 29 - ], - "min_teams": [ - 29 - ], - "order": [ - 29 + "tournament_stage_windows_stddev_pop_order_by": { + "round": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_stddev_order_by": { - "decider_best_of": [ - 2829 - ], - "default_best_of": [ - 2829 - ], - "final_map_advantage": [ - 2829 - ], - "groups": [ - 2829 - ], - "max_rounds": [ - 2829 - ], - "max_teams": [ - 2829 - ], - "min_teams": [ - 2829 - ], - "order": [ - 2829 + "tournament_stage_windows_stddev_samp_fields": { + "round": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_stddev_pop_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ - 29 - ], - "final_map_advantage": [ - 29 - ], - "groups": [ - 29 - ], - "max_rounds": [ - 29 - ], - "max_teams": [ - 29 + "tournament_stage_windows_stddev_samp_order_by": { + "round": [ + 2951 ], - "min_teams": [ - 29 + "__typename": [ + 80 + ] + }, + "tournament_stage_windows_stream_cursor_input": { + "initial_value": [ + 4748 ], - "order": [ - 29 + "ordering": [ + 313 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_stddev_pop_order_by": { - "decider_best_of": [ - 2829 - ], - "default_best_of": [ - 2829 + "tournament_stage_windows_stream_cursor_value_input": { + "closes_at": [ + 4498 ], - "final_map_advantage": [ - 2829 + "created_at": [ + 4498 ], - "groups": [ - 2829 + "default_match_at": [ + 4498 ], - "max_rounds": [ - 2829 + "id": [ + 4998 ], - "max_teams": [ - 2829 + "opens_at": [ + 4498 ], - "min_teams": [ - 2829 + "round": [ + 40 ], - "order": [ - 2829 + "tournament_stage_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_stddev_samp_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ - 29 - ], - "final_map_advantage": [ - 29 + "tournament_stage_windows_sum_fields": { + "round": [ + 40 ], - "groups": [ - 29 + "__typename": [ + 80 + ] + }, + "tournament_stage_windows_sum_order_by": { + "round": [ + 2951 ], - "max_rounds": [ - 29 + "__typename": [ + 80 + ] + }, + "tournament_stage_windows_update_column": {}, + "tournament_stage_windows_updates": { + "_inc": [ + 4729 ], - "max_teams": [ - 29 + "_set": [ + 4740 ], - "min_teams": [ - 29 + "where": [ + 4727 ], - "order": [ - 29 + "__typename": [ + 80 + ] + }, + "tournament_stage_windows_var_pop_fields": { + "round": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_stddev_samp_order_by": { - "decider_best_of": [ - 2829 - ], - "default_best_of": [ - 2829 - ], - "final_map_advantage": [ - 2829 - ], - "groups": [ - 2829 - ], - "max_rounds": [ - 2829 - ], - "max_teams": [ - 2829 + "tournament_stage_windows_var_pop_order_by": { + "round": [ + 2951 ], - "min_teams": [ - 2829 + "__typename": [ + 80 + ] + }, + "tournament_stage_windows_var_samp_fields": { + "round": [ + 31 ], - "order": [ - 2829 + "__typename": [ + 80 + ] + }, + "tournament_stage_windows_var_samp_order_by": { + "round": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_stream_cursor_input": { - "initial_value": [ - 4635 + "tournament_stage_windows_variance_fields": { + "round": [ + 31 ], - "ordering": [ - 236 + "__typename": [ + 80 + ] + }, + "tournament_stage_windows_variance_order_by": { + "round": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_stream_cursor_value_input": { + "tournament_stages": { + "brackets": [ + 4542, + { + "distinct_on": [ + 4566, + "[tournament_brackets_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4564, + "[tournament_brackets_order_by!]" + ], + "where": [ + 4553 + ] + } + ], + "brackets_aggregate": [ + 4543, + { + "distinct_on": [ + 4566, + "[tournament_brackets_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4564, + "[tournament_brackets_order_by!]" + ], + "where": [ + 4553 + ] + } + ], "decider_best_of": [ - 38 + 40 ], "default_best_of": [ - 38 + 40 + ], + "e_tournament_stage_type": [ + 1308 ], "final_map_advantage": [ - 38 + 40 ], "groups": [ - 38 + 40 ], "id": [ - 4921 + 4998 ], "match_options_id": [ - 4921 + 4998 ], "max_rounds": [ - 38 + 40 ], "max_teams": [ - 38 + 40 ], "min_teams": [ - 38 + 40 + ], + "options": [ + 2646 ], "order": [ - 38 + 40 + ], + "results": [ + 5722, + { + "distinct_on": [ + 5754, + "[v_team_stage_results_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 5752, + "[v_team_stage_results_order_by!]" + ], + "where": [ + 5741 + ] + } + ], + "results_aggregate": [ + 5723, + { + "distinct_on": [ + 5754, + "[v_team_stage_results_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 5752, + "[v_team_stage_results_order_by!]" + ], + "where": [ + 5741 + ] + } ], "settings": [ - 1700 + 1822, + { + "path": [ + 80 + ] + } ], "swiss_no_elimination": [ - 3 + 5 ], "third_place_match": [ - 3 + 5 + ], + "tournament": [ + 4934 ], "tournament_id": [ - 4921 + 4998 ], "type": [ - 1191 + 1313 + ], + "windows": [ + 4718, + { + "distinct_on": [ + 4739, + "[tournament_stage_windows_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4737, + "[tournament_stage_windows_order_by!]" + ], + "where": [ + 4727 + ] + } + ], + "windows_aggregate": [ + 4719, + { + "distinct_on": [ + 4739, + "[tournament_stage_windows_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4737, + "[tournament_stage_windows_order_by!]" + ], + "where": [ + 4727 + ] + } ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_sum_fields": { - "decider_best_of": [ - 38 + "tournament_stages_aggregate": { + "aggregate": [ + 4765 ], - "default_best_of": [ - 38 + "nodes": [ + 4759 ], - "final_map_advantage": [ - 38 + "__typename": [ + 80 + ] + }, + "tournament_stages_aggregate_bool_exp": { + "bool_and": [ + 4762 ], - "groups": [ - 38 + "bool_or": [ + 4763 ], - "max_rounds": [ - 38 + "count": [ + 4764 ], - "max_teams": [ - 38 + "__typename": [ + 80 + ] + }, + "tournament_stages_aggregate_bool_exp_bool_and": { + "arguments": [ + 4789 ], - "min_teams": [ - 38 + "distinct": [ + 5 ], - "order": [ - 38 + "filter": [ + 4771 + ], + "predicate": [ + 6 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_sum_order_by": { - "decider_best_of": [ - 2829 + "tournament_stages_aggregate_bool_exp_bool_or": { + "arguments": [ + 4790 ], - "default_best_of": [ - 2829 + "distinct": [ + 5 ], - "final_map_advantage": [ - 2829 + "filter": [ + 4771 ], - "groups": [ - 2829 + "predicate": [ + 6 ], - "max_rounds": [ - 2829 + "__typename": [ + 80 + ] + }, + "tournament_stages_aggregate_bool_exp_count": { + "arguments": [ + 4788 ], - "max_teams": [ - 2829 + "distinct": [ + 5 ], - "min_teams": [ - 2829 + "filter": [ + 4771 ], - "order": [ - 2829 + "predicate": [ + 41 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_update_column": {}, - "tournament_stages_updates": { - "_append": [ - 4603 + "tournament_stages_aggregate_fields": { + "avg": [ + 4769 ], - "_delete_at_path": [ - 4609 + "count": [ + 40, + { + "columns": [ + 4788, + "[tournament_stages_select_column!]" + ], + "distinct": [ + 5 + ] + } ], - "_delete_elem": [ - 4610 + "max": [ + 4778 ], - "_delete_key": [ - 4611 + "min": [ + 4780 ], - "_inc": [ - 4612 + "stddev": [ + 4792 ], - "_prepend": [ - 4623 + "stddev_pop": [ + 4794 ], - "_set": [ - 4627 + "stddev_samp": [ + 4796 ], - "where": [ - 4607 + "sum": [ + 4800 + ], + "var_pop": [ + 4804 + ], + "var_samp": [ + 4806 + ], + "variance": [ + 4808 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_var_pop_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ - 29 - ], - "final_map_advantage": [ - 29 + "tournament_stages_aggregate_order_by": { + "avg": [ + 4770 ], - "groups": [ - 29 + "count": [ + 2951 ], - "max_rounds": [ - 29 + "max": [ + 4779 ], - "max_teams": [ - 29 + "min": [ + 4781 ], - "min_teams": [ - 29 + "stddev": [ + 4793 ], - "order": [ - 29 + "stddev_pop": [ + 4795 ], - "__typename": [ - 78 - ] - }, - "tournament_stages_var_pop_order_by": { - "decider_best_of": [ - 2829 + "stddev_samp": [ + 4797 ], - "default_best_of": [ - 2829 + "sum": [ + 4801 ], - "final_map_advantage": [ - 2829 + "var_pop": [ + 4805 ], - "groups": [ - 2829 + "var_samp": [ + 4807 ], - "max_rounds": [ - 2829 + "variance": [ + 4809 ], - "max_teams": [ - 2829 + "__typename": [ + 80 + ] + }, + "tournament_stages_append_input": { + "settings": [ + 1822 ], - "min_teams": [ - 2829 + "__typename": [ + 80 + ] + }, + "tournament_stages_arr_rel_insert_input": { + "data": [ + 4777 ], - "order": [ - 2829 + "on_conflict": [ + 4784 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_var_samp_fields": { + "tournament_stages_avg_fields": { "decider_best_of": [ - 29 + 31 ], "default_best_of": [ - 29 + 31 ], "final_map_advantage": [ - 29 + 31 ], "groups": [ - 29 + 31 ], "max_rounds": [ - 29 + 31 ], "max_teams": [ - 29 + 31 ], "min_teams": [ - 29 + 31 ], "order": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_var_samp_order_by": { + "tournament_stages_avg_order_by": { "decider_best_of": [ - 2829 + 2951 ], "default_best_of": [ - 2829 + 2951 ], "final_map_advantage": [ - 2829 + 2951 ], "groups": [ - 2829 + 2951 ], "max_rounds": [ - 2829 + 2951 ], "max_teams": [ - 2829 + 2951 ], "min_teams": [ - 2829 + 2951 ], "order": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_stages_variance_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ - 29 - ], - "final_map_advantage": [ - 29 - ], - "groups": [ - 29 + "tournament_stages_bool_exp": { + "_and": [ + 4771 ], - "max_rounds": [ - 29 + "_not": [ + 4771 ], - "max_teams": [ - 29 + "_or": [ + 4771 ], - "min_teams": [ - 29 + "brackets": [ + 4553 ], - "order": [ - 29 + "brackets_aggregate": [ + 4544 ], - "__typename": [ - 78 - ] - }, - "tournament_stages_variance_order_by": { "decider_best_of": [ - 2829 + 41 ], "default_best_of": [ - 2829 + 41 + ], + "e_tournament_stage_type": [ + 1311 ], "final_map_advantage": [ - 2829 + 41 ], "groups": [ - 2829 + 41 + ], + "id": [ + 5000 + ], + "match_options_id": [ + 5000 ], "max_rounds": [ - 2829 + 41 ], "max_teams": [ - 2829 + 41 ], "min_teams": [ - 2829 + 41 + ], + "options": [ + 2650 ], "order": [ - 2829 + 41 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites": { - "created_at": [ - 4376 + "results": [ + 5741 ], - "id": [ - 4921 + "results_aggregate": [ + 5724 ], - "invited_by": [ - 3787 + "settings": [ + 1824 ], - "invited_by_player_steam_id": [ - 180 + "swiss_no_elimination": [ + 6 ], - "player": [ - 3787 + "third_place_match": [ + 6 ], - "steam_id": [ - 180 + "tournament": [ + 4955 ], - "team": [ - 4728 + "tournament_id": [ + 5000 ], - "tournament_team_id": [ - 4921 + "type": [ + 1314 + ], + "windows": [ + 4727 + ], + "windows_aggregate": [ + 4720 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_aggregate": { - "aggregate": [ - 4650 - ], - "nodes": [ - 4646 + "tournament_stages_constraint": {}, + "tournament_stages_delete_at_path_input": { + "settings": [ + 80 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_aggregate_bool_exp": { - "count": [ - 4649 + "tournament_stages_delete_elem_input": { + "settings": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_aggregate_bool_exp_count": { - "arguments": [ - 4667 - ], - "distinct": [ - 3 - ], - "filter": [ - 4655 - ], - "predicate": [ - 39 + "tournament_stages_delete_key_input": { + "settings": [ + 80 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_aggregate_fields": { - "avg": [ - 4653 - ], - "count": [ - 38, - { - "columns": [ - 4667, - "[tournament_team_invites_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 4659 - ], - "min": [ - 4661 + "tournament_stages_inc_input": { + "decider_best_of": [ + 40 ], - "stddev": [ - 4669 + "default_best_of": [ + 40 ], - "stddev_pop": [ - 4671 + "final_map_advantage": [ + 40 ], - "stddev_samp": [ - 4673 + "groups": [ + 40 ], - "sum": [ - 4677 + "max_rounds": [ + 40 ], - "var_pop": [ - 4681 + "max_teams": [ + 40 ], - "var_samp": [ - 4683 + "min_teams": [ + 40 ], - "variance": [ - 4685 + "order": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_aggregate_order_by": { - "avg": [ - 4654 + "tournament_stages_insert_input": { + "brackets": [ + 4550 ], - "count": [ - 2829 + "decider_best_of": [ + 40 ], - "max": [ - 4660 + "default_best_of": [ + 40 ], - "min": [ - 4662 + "e_tournament_stage_type": [ + 1319 ], - "stddev": [ - 4670 + "final_map_advantage": [ + 40 ], - "stddev_pop": [ - 4672 + "groups": [ + 40 ], - "stddev_samp": [ - 4674 + "id": [ + 4998 ], - "sum": [ - 4678 + "match_options_id": [ + 4998 ], - "var_pop": [ - 4682 + "max_rounds": [ + 40 ], - "var_samp": [ - 4684 + "max_teams": [ + 40 ], - "variance": [ - 4686 + "min_teams": [ + 40 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_arr_rel_insert_input": { - "data": [ - 4658 + "options": [ + 2657 ], - "on_conflict": [ - 4664 + "order": [ + 40 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_avg_fields": { - "invited_by_player_steam_id": [ - 29 + "results": [ + 5738 ], - "steam_id": [ - 29 + "settings": [ + 1822 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_avg_order_by": { - "invited_by_player_steam_id": [ - 2829 + "swiss_no_elimination": [ + 5 ], - "steam_id": [ - 2829 + "third_place_match": [ + 5 + ], + "tournament": [ + 4964 + ], + "tournament_id": [ + 4998 + ], + "type": [ + 1313 + ], + "windows": [ + 4724 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_bool_exp": { - "_and": [ - 4655 + "tournament_stages_max_fields": { + "decider_best_of": [ + 40 ], - "_not": [ - 4655 + "default_best_of": [ + 40 ], - "_or": [ - 4655 + "final_map_advantage": [ + 40 ], - "created_at": [ - 4377 + "groups": [ + 40 ], "id": [ - 4923 + 4998 ], - "invited_by": [ - 3791 + "match_options_id": [ + 4998 ], - "invited_by_player_steam_id": [ - 182 + "max_rounds": [ + 40 ], - "player": [ - 3791 + "max_teams": [ + 40 ], - "steam_id": [ - 182 + "min_teams": [ + 40 ], - "team": [ - 4737 + "order": [ + 40 ], - "tournament_team_id": [ - 4923 + "tournament_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_constraint": {}, - "tournament_team_invites_inc_input": { - "invited_by_player_steam_id": [ - 180 + "tournament_stages_max_order_by": { + "decider_best_of": [ + 2951 ], - "steam_id": [ - 180 + "default_best_of": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_insert_input": { - "created_at": [ - 4376 + "final_map_advantage": [ + 2951 + ], + "groups": [ + 2951 ], "id": [ - 4921 + 2951 ], - "invited_by": [ - 3798 + "match_options_id": [ + 2951 ], - "invited_by_player_steam_id": [ - 180 + "max_rounds": [ + 2951 ], - "player": [ - 3798 + "max_teams": [ + 2951 ], - "steam_id": [ - 180 + "min_teams": [ + 2951 ], - "team": [ - 4746 + "order": [ + 2951 ], - "tournament_team_id": [ - 4921 + "tournament_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_max_fields": { - "created_at": [ - 4376 + "tournament_stages_min_fields": { + "decider_best_of": [ + 40 ], - "id": [ - 4921 + "default_best_of": [ + 40 ], - "invited_by_player_steam_id": [ - 180 + "final_map_advantage": [ + 40 ], - "steam_id": [ - 180 + "groups": [ + 40 ], - "tournament_team_id": [ - 4921 + "id": [ + 4998 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_max_order_by": { - "created_at": [ - 2829 + "match_options_id": [ + 4998 ], - "id": [ - 2829 + "max_rounds": [ + 40 ], - "invited_by_player_steam_id": [ - 2829 + "max_teams": [ + 40 ], - "steam_id": [ - 2829 + "min_teams": [ + 40 ], - "tournament_team_id": [ - 2829 + "order": [ + 40 + ], + "tournament_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_min_fields": { - "created_at": [ - 4376 + "tournament_stages_min_order_by": { + "decider_best_of": [ + 2951 ], - "id": [ - 4921 + "default_best_of": [ + 2951 ], - "invited_by_player_steam_id": [ - 180 + "final_map_advantage": [ + 2951 ], - "steam_id": [ - 180 + "groups": [ + 2951 ], - "tournament_team_id": [ - 4921 + "id": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_min_order_by": { - "created_at": [ - 2829 + "match_options_id": [ + 2951 ], - "id": [ - 2829 + "max_rounds": [ + 2951 ], - "invited_by_player_steam_id": [ - 2829 + "max_teams": [ + 2951 ], - "steam_id": [ - 2829 + "min_teams": [ + 2951 ], - "tournament_team_id": [ - 2829 + "order": [ + 2951 + ], + "tournament_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_mutation_response": { + "tournament_stages_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4646 + 4759 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_on_conflict": { + "tournament_stages_obj_rel_insert_input": { + "data": [ + 4777 + ], + "on_conflict": [ + 4784 + ], + "__typename": [ + 80 + ] + }, + "tournament_stages_on_conflict": { "constraint": [ - 4656 + 4772 ], "update_columns": [ - 4679 + 4802 ], "where": [ - 4655 + 4771 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_order_by": { - "created_at": [ - 2829 - ], - "id": [ - 2829 - ], - "invited_by": [ - 3800 + "tournament_stages_order_by": { + "brackets_aggregate": [ + 4549 ], - "invited_by_player_steam_id": [ - 2829 + "decider_best_of": [ + 2951 ], - "player": [ - 3800 + "default_best_of": [ + 2951 ], - "steam_id": [ - 2829 + "e_tournament_stage_type": [ + 1321 ], - "team": [ - 4748 + "final_map_advantage": [ + 2951 ], - "tournament_team_id": [ - 2829 + "groups": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_pk_columns_input": { "id": [ - 4921 + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_select_column": {}, - "tournament_team_invites_set_input": { - "created_at": [ - 4376 + "match_options_id": [ + 2951 ], - "id": [ - 4921 + "max_rounds": [ + 2951 ], - "invited_by_player_steam_id": [ - 180 + "max_teams": [ + 2951 ], - "steam_id": [ - 180 + "min_teams": [ + 2951 ], - "tournament_team_id": [ - 4921 + "options": [ + 2659 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_stddev_fields": { - "invited_by_player_steam_id": [ - 29 + "order": [ + 2951 ], - "steam_id": [ - 29 + "results_aggregate": [ + 5737 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_stddev_order_by": { - "invited_by_player_steam_id": [ - 2829 + "settings": [ + 2951 ], - "steam_id": [ - 2829 + "swiss_no_elimination": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_stddev_pop_fields": { - "invited_by_player_steam_id": [ - 29 + "third_place_match": [ + 2951 ], - "steam_id": [ - 29 + "tournament": [ + 4966 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_stddev_pop_order_by": { - "invited_by_player_steam_id": [ - 2829 + "tournament_id": [ + 2951 ], - "steam_id": [ - 2829 + "type": [ + 2951 + ], + "windows_aggregate": [ + 4723 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_stddev_samp_fields": { - "invited_by_player_steam_id": [ - 29 - ], - "steam_id": [ - 29 + "tournament_stages_pk_columns_input": { + "id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_stddev_samp_order_by": { - "invited_by_player_steam_id": [ - 2829 - ], - "steam_id": [ - 2829 + "tournament_stages_prepend_input": { + "settings": [ + 1822 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_stream_cursor_input": { - "initial_value": [ - 4676 + "tournament_stages_select_column": {}, + "tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns": {}, + "tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns": {}, + "tournament_stages_set_input": { + "decider_best_of": [ + 40 + ], + "default_best_of": [ + 40 ], - "ordering": [ - 236 + "final_map_advantage": [ + 40 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_stream_cursor_value_input": { - "created_at": [ - 4376 + "groups": [ + 40 ], "id": [ - 4921 + 4998 ], - "invited_by_player_steam_id": [ - 180 + "match_options_id": [ + 4998 ], - "steam_id": [ - 180 + "max_rounds": [ + 40 ], - "tournament_team_id": [ - 4921 + "max_teams": [ + 40 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_sum_fields": { - "invited_by_player_steam_id": [ - 180 + "min_teams": [ + 40 ], - "steam_id": [ - 180 + "order": [ + 40 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_sum_order_by": { - "invited_by_player_steam_id": [ - 2829 + "settings": [ + 1822 ], - "steam_id": [ - 2829 + "swiss_no_elimination": [ + 5 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_update_column": {}, - "tournament_team_invites_updates": { - "_inc": [ - 4657 + "third_place_match": [ + 5 ], - "_set": [ - 4668 + "tournament_id": [ + 4998 ], - "where": [ - 4655 + "type": [ + 1313 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_var_pop_fields": { - "invited_by_player_steam_id": [ - 29 + "tournament_stages_stddev_fields": { + "decider_best_of": [ + 31 ], - "steam_id": [ - 29 + "default_best_of": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_var_pop_order_by": { - "invited_by_player_steam_id": [ - 2829 + "final_map_advantage": [ + 31 ], - "steam_id": [ - 2829 + "groups": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_var_samp_fields": { - "invited_by_player_steam_id": [ - 29 + "max_rounds": [ + 31 ], - "steam_id": [ - 29 + "max_teams": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_var_samp_order_by": { - "invited_by_player_steam_id": [ - 2829 + "min_teams": [ + 31 ], - "steam_id": [ - 2829 + "order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_invites_variance_fields": { - "invited_by_player_steam_id": [ - 29 + "tournament_stages_stddev_order_by": { + "decider_best_of": [ + 2951 ], - "steam_id": [ - 29 + "default_best_of": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_invites_variance_order_by": { - "invited_by_player_steam_id": [ - 2829 + "final_map_advantage": [ + 2951 ], - "steam_id": [ - 2829 + "groups": [ + 2951 + ], + "max_rounds": [ + 2951 + ], + "max_teams": [ + 2951 + ], + "min_teams": [ + 2951 + ], + "order": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster": { - "e_team_role": [ - 1104 + "tournament_stages_stddev_pop_fields": { + "decider_best_of": [ + 31 ], - "player": [ - 3787 + "default_best_of": [ + 31 ], - "player_steam_id": [ - 180 + "final_map_advantage": [ + 31 ], - "role": [ - 1109 + "groups": [ + 31 ], - "tournament": [ - 4857 + "max_rounds": [ + 31 ], - "tournament_id": [ - 4921 + "max_teams": [ + 31 ], - "tournament_team": [ - 4728 + "min_teams": [ + 31 ], - "tournament_team_id": [ - 4921 + "order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_aggregate": { - "aggregate": [ - 4691 + "tournament_stages_stddev_pop_order_by": { + "decider_best_of": [ + 2951 ], - "nodes": [ - 4687 + "default_best_of": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_aggregate_bool_exp": { - "count": [ - 4690 + "final_map_advantage": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_aggregate_bool_exp_count": { - "arguments": [ - 4708 + "groups": [ + 2951 ], - "distinct": [ - 3 + "max_rounds": [ + 2951 ], - "filter": [ - 4696 + "max_teams": [ + 2951 ], - "predicate": [ - 39 + "min_teams": [ + 2951 + ], + "order": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_aggregate_fields": { - "avg": [ - 4694 - ], - "count": [ - 38, - { - "columns": [ - 4708, - "[tournament_team_roster_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 4700 - ], - "min": [ - 4702 + "tournament_stages_stddev_samp_fields": { + "decider_best_of": [ + 31 ], - "stddev": [ - 4710 + "default_best_of": [ + 31 ], - "stddev_pop": [ - 4712 + "final_map_advantage": [ + 31 ], - "stddev_samp": [ - 4714 + "groups": [ + 31 ], - "sum": [ - 4718 + "max_rounds": [ + 31 ], - "var_pop": [ - 4722 + "max_teams": [ + 31 ], - "var_samp": [ - 4724 + "min_teams": [ + 31 ], - "variance": [ - 4726 + "order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_aggregate_order_by": { - "avg": [ - 4695 - ], - "count": [ - 2829 - ], - "max": [ - 4701 - ], - "min": [ - 4703 + "tournament_stages_stddev_samp_order_by": { + "decider_best_of": [ + 2951 ], - "stddev": [ - 4711 + "default_best_of": [ + 2951 ], - "stddev_pop": [ - 4713 + "final_map_advantage": [ + 2951 ], - "stddev_samp": [ - 4715 + "groups": [ + 2951 ], - "sum": [ - 4719 + "max_rounds": [ + 2951 ], - "var_pop": [ - 4723 + "max_teams": [ + 2951 ], - "var_samp": [ - 4725 + "min_teams": [ + 2951 ], - "variance": [ - 4727 + "order": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_arr_rel_insert_input": { - "data": [ - 4699 + "tournament_stages_stream_cursor_input": { + "initial_value": [ + 4799 ], - "on_conflict": [ - 4705 + "ordering": [ + 313 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_avg_fields": { - "player_steam_id": [ - 29 + "tournament_stages_stream_cursor_value_input": { + "decider_best_of": [ + 40 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_avg_order_by": { - "player_steam_id": [ - 2829 + "default_best_of": [ + 40 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_bool_exp": { - "_and": [ - 4696 + "final_map_advantage": [ + 40 ], - "_not": [ - 4696 + "groups": [ + 40 ], - "_or": [ - 4696 + "id": [ + 4998 ], - "e_team_role": [ - 1107 + "match_options_id": [ + 4998 ], - "player": [ - 3791 + "max_rounds": [ + 40 ], - "player_steam_id": [ - 182 + "max_teams": [ + 40 ], - "role": [ - 1110 + "min_teams": [ + 40 ], - "tournament": [ - 4878 + "order": [ + 40 ], - "tournament_id": [ - 4923 + "settings": [ + 1822 ], - "tournament_team": [ - 4737 + "swiss_no_elimination": [ + 5 ], - "tournament_team_id": [ - 4923 + "third_place_match": [ + 5 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_constraint": {}, - "tournament_team_roster_inc_input": { - "player_steam_id": [ - 180 + "tournament_id": [ + 4998 + ], + "type": [ + 1313 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_insert_input": { - "e_team_role": [ - 1115 + "tournament_stages_sum_fields": { + "decider_best_of": [ + 40 ], - "player": [ - 3798 + "default_best_of": [ + 40 ], - "player_steam_id": [ - 180 + "final_map_advantage": [ + 40 ], - "role": [ - 1109 + "groups": [ + 40 ], - "tournament": [ - 4887 + "max_rounds": [ + 40 ], - "tournament_id": [ - 4921 + "max_teams": [ + 40 ], - "tournament_team": [ - 4746 + "min_teams": [ + 40 ], - "tournament_team_id": [ - 4921 + "order": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_max_fields": { - "player_steam_id": [ - 180 - ], - "tournament_id": [ - 4921 + "tournament_stages_sum_order_by": { + "decider_best_of": [ + 2951 ], - "tournament_team_id": [ - 4921 + "default_best_of": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_max_order_by": { - "player_steam_id": [ - 2829 + "final_map_advantage": [ + 2951 ], - "tournament_id": [ - 2829 + "groups": [ + 2951 ], - "tournament_team_id": [ - 2829 + "max_rounds": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_min_fields": { - "player_steam_id": [ - 180 + "max_teams": [ + 2951 ], - "tournament_id": [ - 4921 + "min_teams": [ + 2951 ], - "tournament_team_id": [ - 4921 + "order": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_min_order_by": { - "player_steam_id": [ - 2829 + "tournament_stages_update_column": {}, + "tournament_stages_updates": { + "_append": [ + 4767 ], - "tournament_id": [ - 2829 + "_delete_at_path": [ + 4773 ], - "tournament_team_id": [ - 2829 + "_delete_elem": [ + 4774 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_mutation_response": { - "affected_rows": [ - 38 + "_delete_key": [ + 4775 ], - "returning": [ - 4687 + "_inc": [ + 4776 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_on_conflict": { - "constraint": [ - 4697 + "_prepend": [ + 4787 ], - "update_columns": [ - 4720 + "_set": [ + 4791 ], "where": [ - 4696 + 4771 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_order_by": { - "e_team_role": [ - 1117 + "tournament_stages_var_pop_fields": { + "decider_best_of": [ + 31 ], - "player": [ - 3800 + "default_best_of": [ + 31 ], - "player_steam_id": [ - 2829 + "final_map_advantage": [ + 31 ], - "role": [ - 2829 + "groups": [ + 31 ], - "tournament": [ - 4889 + "max_rounds": [ + 31 ], - "tournament_id": [ - 2829 + "max_teams": [ + 31 ], - "tournament_team": [ - 4748 + "min_teams": [ + 31 ], - "tournament_team_id": [ - 2829 + "order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_pk_columns_input": { - "player_steam_id": [ - 180 + "tournament_stages_var_pop_order_by": { + "decider_best_of": [ + 2951 ], - "tournament_id": [ - 4921 + "default_best_of": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_select_column": {}, - "tournament_team_roster_set_input": { - "player_steam_id": [ - 180 + "final_map_advantage": [ + 2951 ], - "role": [ - 1109 + "groups": [ + 2951 ], - "tournament_id": [ - 4921 + "max_rounds": [ + 2951 ], - "tournament_team_id": [ - 4921 + "max_teams": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_stddev_fields": { - "player_steam_id": [ - 29 + "min_teams": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_stddev_order_by": { - "player_steam_id": [ - 2829 + "order": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_stddev_pop_fields": { - "player_steam_id": [ - 29 + "tournament_stages_var_samp_fields": { + "decider_best_of": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_stddev_pop_order_by": { - "player_steam_id": [ - 2829 + "default_best_of": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_stddev_samp_fields": { - "player_steam_id": [ - 29 + "final_map_advantage": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_stddev_samp_order_by": { - "player_steam_id": [ - 2829 + "groups": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_stream_cursor_input": { - "initial_value": [ - 4717 + "max_rounds": [ + 31 ], - "ordering": [ - 236 + "max_teams": [ + 31 + ], + "min_teams": [ + 31 + ], + "order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_stream_cursor_value_input": { - "player_steam_id": [ - 180 - ], - "role": [ - 1109 + "tournament_stages_var_samp_order_by": { + "decider_best_of": [ + 2951 ], - "tournament_id": [ - 4921 + "default_best_of": [ + 2951 ], - "tournament_team_id": [ - 4921 + "final_map_advantage": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_sum_fields": { - "player_steam_id": [ - 180 + "groups": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_sum_order_by": { - "player_steam_id": [ - 2829 + "max_rounds": [ + 2951 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_update_column": {}, - "tournament_team_roster_updates": { - "_inc": [ - 4698 + "max_teams": [ + 2951 ], - "_set": [ - 4709 + "min_teams": [ + 2951 ], - "where": [ - 4696 + "order": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_team_roster_var_pop_fields": { - "player_steam_id": [ - 29 + "tournament_stages_variance_fields": { + "decider_best_of": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_var_pop_order_by": { - "player_steam_id": [ - 2829 + "default_best_of": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_var_samp_fields": { - "player_steam_id": [ - 29 + "final_map_advantage": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_var_samp_order_by": { - "player_steam_id": [ - 2829 + "groups": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_variance_fields": { - "player_steam_id": [ - 29 + "max_rounds": [ + 31 ], - "__typename": [ - 78 - ] - }, - "tournament_team_roster_variance_order_by": { - "player_steam_id": [ - 2829 + "max_teams": [ + 31 + ], + "min_teams": [ + 31 + ], + "order": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams": { - "can_manage": [ - 3 - ], - "captain": [ - 3787 - ], - "captain_steam_id": [ - 180 + "tournament_stages_variance_order_by": { + "decider_best_of": [ + 2951 ], - "created_at": [ - 4376 + "default_best_of": [ + 2951 ], - "creator": [ - 3787 + "final_map_advantage": [ + 2951 ], - "eligible_at": [ - 4376 + "groups": [ + 2951 ], - "id": [ - 4921 + "max_rounds": [ + 2951 ], - "invites": [ - 4646, - { - "distinct_on": [ - 4667, - "[tournament_team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4665, - "[tournament_team_invites_order_by!]" - ], - "where": [ - 4655 - ] - } + "max_teams": [ + 2951 ], - "invites_aggregate": [ - 4647, - { - "distinct_on": [ - 4667, - "[tournament_team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4665, - "[tournament_team_invites_order_by!]" - ], - "where": [ - 4655 - ] - } + "min_teams": [ + 2951 ], - "name": [ - 78 + "order": [ + 2951 ], - "owner_steam_id": [ - 180 + "__typename": [ + 80 + ] + }, + "tournament_team_invites": { + "created_at": [ + 4498 ], - "results": [ - 5645 + "id": [ + 4998 ], - "roster": [ - 4687, - { - "distinct_on": [ - 4708, - "[tournament_team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4706, - "[tournament_team_roster_order_by!]" - ], - "where": [ - 4696 - ] - } + "invited_by": [ + 3909 ], - "roster_aggregate": [ - 4688, - { - "distinct_on": [ - 4708, - "[tournament_team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4706, - "[tournament_team_roster_order_by!]" - ], - "where": [ - 4696 - ] - } + "invited_by_player_steam_id": [ + 257 ], - "seed": [ - 38 + "player": [ + 3909 ], - "short_name": [ - 78 + "steam_id": [ + 257 ], "team": [ - 4329 - ], - "team_id": [ - 4921 - ], - "tournament": [ - 4857 + 4892 ], - "tournament_id": [ - 4921 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_aggregate": { + "tournament_team_invites_aggregate": { "aggregate": [ - 4732 + 4814 ], "nodes": [ - 4728 + 4810 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_aggregate_bool_exp": { + "tournament_team_invites_aggregate_bool_exp": { "count": [ - 4731 + 4813 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_aggregate_bool_exp_count": { + "tournament_team_invites_aggregate_bool_exp_count": { "arguments": [ - 4750 + 4831 ], "distinct": [ - 3 + 5 ], "filter": [ - 4737 + 4819 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_aggregate_fields": { + "tournament_team_invites_aggregate_fields": { "avg": [ - 4735 + 4817 ], "count": [ - 38, + 40, { "columns": [ - 4750, - "[tournament_teams_select_column!]" + 4831, + "[tournament_team_invites_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4741 + 4823 ], "min": [ - 4743 + 4825 ], "stddev": [ - 4752 + 4833 ], "stddev_pop": [ - 4754 + 4835 ], "stddev_samp": [ - 4756 + 4837 ], "sum": [ - 4760 + 4841 ], "var_pop": [ - 4764 + 4845 ], "var_samp": [ - 4766 + 4847 ], "variance": [ - 4768 + 4849 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_aggregate_order_by": { + "tournament_team_invites_aggregate_order_by": { "avg": [ - 4736 + 4818 ], "count": [ - 2829 + 2951 ], "max": [ - 4742 + 4824 ], "min": [ - 4744 + 4826 ], "stddev": [ - 4753 + 4834 ], "stddev_pop": [ - 4755 + 4836 ], "stddev_samp": [ - 4757 + 4838 ], "sum": [ - 4761 + 4842 ], "var_pop": [ - 4765 - ], - "var_samp": [ - 4767 - ], - "variance": [ - 4769 - ], - "__typename": [ - 78 - ] - }, - "tournament_teams_arr_rel_insert_input": { - "data": [ - 4740 - ], - "on_conflict": [ - 4747 - ], - "__typename": [ - 78 - ] - }, - "tournament_teams_avg_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ - 29 - ], - "seed": [ - 29 - ], - "__typename": [ - 78 - ] - }, - "tournament_teams_avg_order_by": { - "captain_steam_id": [ - 2829 - ], - "owner_steam_id": [ - 2829 - ], - "seed": [ - 2829 - ], - "__typename": [ - 78 - ] - }, - "tournament_teams_bool_exp": { - "_and": [ - 4737 - ], - "_not": [ - 4737 - ], - "_or": [ - 4737 - ], - "can_manage": [ - 4 - ], - "captain": [ - 3791 - ], - "captain_steam_id": [ - 182 - ], - "created_at": [ - 4377 - ], - "creator": [ - 3791 - ], - "eligible_at": [ - 4377 - ], - "id": [ - 4923 - ], - "invites": [ - 4655 - ], - "invites_aggregate": [ - 4648 - ], - "name": [ - 80 - ], - "owner_steam_id": [ - 182 - ], - "results": [ - 5664 - ], - "roster": [ - 4696 - ], - "roster_aggregate": [ - 4689 - ], - "seed": [ - 39 - ], - "short_name": [ - 80 - ], - "team": [ - 4340 - ], - "team_id": [ - 4923 - ], - "tournament": [ - 4878 + 4846 ], - "tournament_id": [ - 4923 + "var_samp": [ + 4848 + ], + "variance": [ + 4850 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_constraint": {}, - "tournament_teams_inc_input": { - "captain_steam_id": [ - 180 - ], - "owner_steam_id": [ - 180 + "tournament_team_invites_arr_rel_insert_input": { + "data": [ + 4822 ], - "seed": [ - 38 + "on_conflict": [ + 4828 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_insert_input": { - "captain": [ - 3798 + "tournament_team_invites_avg_fields": { + "invited_by_player_steam_id": [ + 31 ], - "captain_steam_id": [ - 180 + "steam_id": [ + 31 ], - "created_at": [ - 4376 + "__typename": [ + 80 + ] + }, + "tournament_team_invites_avg_order_by": { + "invited_by_player_steam_id": [ + 2951 ], - "creator": [ - 3798 + "steam_id": [ + 2951 ], - "eligible_at": [ - 4376 + "__typename": [ + 80 + ] + }, + "tournament_team_invites_bool_exp": { + "_and": [ + 4819 ], - "id": [ - 4921 + "_not": [ + 4819 ], - "invites": [ - 4652 + "_or": [ + 4819 ], - "name": [ - 78 + "created_at": [ + 4499 ], - "owner_steam_id": [ - 180 + "id": [ + 5000 ], - "results": [ - 5673 + "invited_by": [ + 3913 ], - "roster": [ - 4693 + "invited_by_player_steam_id": [ + 259 ], - "seed": [ - 38 + "player": [ + 3913 ], - "short_name": [ - 78 + "steam_id": [ + 259 ], "team": [ - 4349 + 4901 ], - "team_id": [ - 4921 + "tournament_team_id": [ + 5000 ], - "tournament": [ - 4887 + "__typename": [ + 80 + ] + }, + "tournament_team_invites_constraint": {}, + "tournament_team_invites_inc_input": { + "invited_by_player_steam_id": [ + 257 ], - "tournament_id": [ - 4921 + "steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_max_fields": { - "captain_steam_id": [ - 180 - ], + "tournament_team_invites_insert_input": { "created_at": [ - 4376 - ], - "eligible_at": [ - 4376 + 4498 ], "id": [ - 4921 + 4998 ], - "name": [ - 78 + "invited_by": [ + 3920 ], - "owner_steam_id": [ - 180 + "invited_by_player_steam_id": [ + 257 ], - "seed": [ - 38 + "player": [ + 3920 ], - "short_name": [ - 78 + "steam_id": [ + 257 ], - "team_id": [ - 4921 + "team": [ + 4910 ], - "tournament_id": [ - 4921 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_max_order_by": { - "captain_steam_id": [ - 2829 - ], + "tournament_team_invites_max_fields": { "created_at": [ - 2829 - ], - "eligible_at": [ - 2829 + 4498 ], "id": [ - 2829 - ], - "name": [ - 2829 - ], - "owner_steam_id": [ - 2829 - ], - "seed": [ - 2829 + 4998 ], - "short_name": [ - 2829 + "invited_by_player_steam_id": [ + 257 ], - "team_id": [ - 2829 + "steam_id": [ + 257 ], - "tournament_id": [ - 2829 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_min_fields": { - "captain_steam_id": [ - 180 - ], + "tournament_team_invites_max_order_by": { "created_at": [ - 4376 - ], - "eligible_at": [ - 4376 + 2951 ], "id": [ - 4921 - ], - "name": [ - 78 - ], - "owner_steam_id": [ - 180 - ], - "seed": [ - 38 + 2951 ], - "short_name": [ - 78 + "invited_by_player_steam_id": [ + 2951 ], - "team_id": [ - 4921 + "steam_id": [ + 2951 ], - "tournament_id": [ - 4921 + "tournament_team_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_min_order_by": { - "captain_steam_id": [ - 2829 - ], + "tournament_team_invites_min_fields": { "created_at": [ - 2829 - ], - "eligible_at": [ - 2829 + 4498 ], "id": [ - 2829 - ], - "name": [ - 2829 - ], - "owner_steam_id": [ - 2829 - ], - "seed": [ - 2829 + 4998 ], - "short_name": [ - 2829 + "invited_by_player_steam_id": [ + 257 ], - "team_id": [ - 2829 + "steam_id": [ + 257 ], - "tournament_id": [ - 2829 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_mutation_response": { - "affected_rows": [ - 38 + "tournament_team_invites_min_order_by": { + "created_at": [ + 2951 ], - "returning": [ - 4728 + "id": [ + 2951 + ], + "invited_by_player_steam_id": [ + 2951 + ], + "steam_id": [ + 2951 + ], + "tournament_team_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_obj_rel_insert_input": { - "data": [ - 4740 + "tournament_team_invites_mutation_response": { + "affected_rows": [ + 40 ], - "on_conflict": [ - 4747 + "returning": [ + 4810 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_on_conflict": { + "tournament_team_invites_on_conflict": { "constraint": [ - 4738 + 4820 ], "update_columns": [ - 4762 + 4843 ], "where": [ - 4737 + 4819 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_order_by": { - "can_manage": [ - 2829 - ], - "captain": [ - 3800 - ], - "captain_steam_id": [ - 2829 - ], + "tournament_team_invites_order_by": { "created_at": [ - 2829 - ], - "creator": [ - 3800 - ], - "eligible_at": [ - 2829 + 2951 ], "id": [ - 2829 - ], - "invites_aggregate": [ - 4651 - ], - "name": [ - 2829 - ], - "owner_steam_id": [ - 2829 + 2951 ], - "results": [ - 5675 + "invited_by": [ + 3922 ], - "roster_aggregate": [ - 4692 + "invited_by_player_steam_id": [ + 2951 ], - "seed": [ - 2829 + "player": [ + 3922 ], - "short_name": [ - 2829 + "steam_id": [ + 2951 ], "team": [ - 4351 - ], - "team_id": [ - 2829 - ], - "tournament": [ - 4889 + 4912 ], - "tournament_id": [ - 2829 + "tournament_team_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_pk_columns_input": { + "tournament_team_invites_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_select_column": {}, - "tournament_teams_set_input": { - "captain_steam_id": [ - 180 - ], + "tournament_team_invites_select_column": {}, + "tournament_team_invites_set_input": { "created_at": [ - 4376 - ], - "eligible_at": [ - 4376 + 4498 ], "id": [ - 4921 - ], - "name": [ - 78 - ], - "owner_steam_id": [ - 180 - ], - "seed": [ - 38 + 4998 ], - "short_name": [ - 78 + "invited_by_player_steam_id": [ + 257 ], - "team_id": [ - 4921 + "steam_id": [ + 257 ], - "tournament_id": [ - 4921 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_stddev_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ - 29 + "tournament_team_invites_stddev_fields": { + "invited_by_player_steam_id": [ + 31 ], - "seed": [ - 29 + "steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_stddev_order_by": { - "captain_steam_id": [ - 2829 - ], - "owner_steam_id": [ - 2829 + "tournament_team_invites_stddev_order_by": { + "invited_by_player_steam_id": [ + 2951 ], - "seed": [ - 2829 + "steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_stddev_pop_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ - 29 + "tournament_team_invites_stddev_pop_fields": { + "invited_by_player_steam_id": [ + 31 ], - "seed": [ - 29 + "steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_stddev_pop_order_by": { - "captain_steam_id": [ - 2829 - ], - "owner_steam_id": [ - 2829 + "tournament_team_invites_stddev_pop_order_by": { + "invited_by_player_steam_id": [ + 2951 ], - "seed": [ - 2829 + "steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_stddev_samp_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ - 29 + "tournament_team_invites_stddev_samp_fields": { + "invited_by_player_steam_id": [ + 31 ], - "seed": [ - 29 + "steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_stddev_samp_order_by": { - "captain_steam_id": [ - 2829 - ], - "owner_steam_id": [ - 2829 + "tournament_team_invites_stddev_samp_order_by": { + "invited_by_player_steam_id": [ + 2951 ], - "seed": [ - 2829 + "steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_stream_cursor_input": { + "tournament_team_invites_stream_cursor_input": { "initial_value": [ - 4759 + 4840 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_stream_cursor_value_input": { - "captain_steam_id": [ - 180 - ], + "tournament_team_invites_stream_cursor_value_input": { "created_at": [ - 4376 - ], - "eligible_at": [ - 4376 + 4498 ], "id": [ - 4921 - ], - "name": [ - 78 - ], - "owner_steam_id": [ - 180 - ], - "seed": [ - 38 + 4998 ], - "short_name": [ - 78 + "invited_by_player_steam_id": [ + 257 ], - "team_id": [ - 4921 + "steam_id": [ + 257 ], - "tournament_id": [ - 4921 + "tournament_team_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_sum_fields": { - "captain_steam_id": [ - 180 - ], - "owner_steam_id": [ - 180 + "tournament_team_invites_sum_fields": { + "invited_by_player_steam_id": [ + 257 ], - "seed": [ - 38 + "steam_id": [ + 257 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_sum_order_by": { - "captain_steam_id": [ - 2829 - ], - "owner_steam_id": [ - 2829 + "tournament_team_invites_sum_order_by": { + "invited_by_player_steam_id": [ + 2951 ], - "seed": [ - 2829 + "steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_update_column": {}, - "tournament_teams_updates": { + "tournament_team_invites_update_column": {}, + "tournament_team_invites_updates": { "_inc": [ - 4739 + 4821 ], "_set": [ - 4751 + 4832 ], "where": [ - 4737 + 4819 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_var_pop_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ - 29 + "tournament_team_invites_var_pop_fields": { + "invited_by_player_steam_id": [ + 31 ], - "seed": [ - 29 + "steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_var_pop_order_by": { - "captain_steam_id": [ - 2829 - ], - "owner_steam_id": [ - 2829 + "tournament_team_invites_var_pop_order_by": { + "invited_by_player_steam_id": [ + 2951 ], - "seed": [ - 2829 + "steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_var_samp_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ - 29 + "tournament_team_invites_var_samp_fields": { + "invited_by_player_steam_id": [ + 31 ], - "seed": [ - 29 + "steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_var_samp_order_by": { - "captain_steam_id": [ - 2829 - ], - "owner_steam_id": [ - 2829 + "tournament_team_invites_var_samp_order_by": { + "invited_by_player_steam_id": [ + 2951 ], - "seed": [ - 2829 + "steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_variance_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ - 29 + "tournament_team_invites_variance_fields": { + "invited_by_player_steam_id": [ + 31 ], - "seed": [ - 29 + "steam_id": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_teams_variance_order_by": { - "captain_steam_id": [ - 2829 - ], - "owner_steam_id": [ - 2829 + "tournament_team_invites_variance_order_by": { + "invited_by_player_steam_id": [ + 2951 ], - "seed": [ - 2829 + "steam_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies": { - "created_at": [ - 4376 - ], - "id": [ - 4921 - ], - "manual": [ - 3 - ], - "placement": [ - 38 - ], - "placement_tier": [ - 78 + "tournament_team_roster": { + "e_team_role": [ + 1226 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 - ], - "team": [ - 4329 + 257 ], - "team_id": [ - 4921 + "role": [ + 1231 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team": [ - 4728 + 4892 ], "tournament_team_id": [ - 4921 - ], - "trophy_config": [ - 4815 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_aggregate": { + "tournament_team_roster_aggregate": { "aggregate": [ - 4776 + 4855 ], "nodes": [ - 4770 + 4851 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_aggregate_bool_exp": { - "bool_and": [ - 4773 - ], - "bool_or": [ - 4774 - ], + "tournament_team_roster_aggregate_bool_exp": { "count": [ - 4775 - ], - "__typename": [ - 78 - ] - }, - "tournament_trophies_aggregate_bool_exp_bool_and": { - "arguments": [ - 4794 - ], - "distinct": [ - 3 - ], - "filter": [ - 4781 - ], - "predicate": [ - 4 - ], - "__typename": [ - 78 - ] - }, - "tournament_trophies_aggregate_bool_exp_bool_or": { - "arguments": [ - 4795 - ], - "distinct": [ - 3 - ], - "filter": [ - 4781 - ], - "predicate": [ - 4 + 4854 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_aggregate_bool_exp_count": { + "tournament_team_roster_aggregate_bool_exp_count": { "arguments": [ - 4793 + 4872 ], "distinct": [ - 3 + 5 ], "filter": [ - 4781 + 4860 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_aggregate_fields": { + "tournament_team_roster_aggregate_fields": { "avg": [ - 4779 + 4858 ], "count": [ - 38, + 40, { "columns": [ - 4793, - "[tournament_trophies_select_column!]" + 4872, + "[tournament_team_roster_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4785 + 4864 ], "min": [ - 4787 + 4866 ], "stddev": [ - 4797 + 4874 ], "stddev_pop": [ - 4799 + 4876 ], "stddev_samp": [ - 4801 + 4878 ], "sum": [ - 4805 + 4882 ], "var_pop": [ - 4809 + 4886 ], "var_samp": [ - 4811 + 4888 ], "variance": [ - 4813 + 4890 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_aggregate_order_by": { + "tournament_team_roster_aggregate_order_by": { "avg": [ - 4780 + 4859 ], "count": [ - 2829 + 2951 ], "max": [ - 4786 + 4865 ], "min": [ - 4788 + 4867 ], "stddev": [ - 4798 + 4875 ], "stddev_pop": [ - 4800 + 4877 ], "stddev_samp": [ - 4802 + 4879 ], "sum": [ - 4806 + 4883 ], "var_pop": [ - 4810 + 4887 ], "var_samp": [ - 4812 + 4889 ], "variance": [ - 4814 + 4891 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_arr_rel_insert_input": { + "tournament_team_roster_arr_rel_insert_input": { "data": [ - 4784 + 4863 ], "on_conflict": [ - 4790 + 4869 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_avg_fields": { - "placement": [ - 29 - ], + "tournament_team_roster_avg_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_avg_order_by": { - "placement": [ - 2829 - ], + "tournament_team_roster_avg_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_bool_exp": { + "tournament_team_roster_bool_exp": { "_and": [ - 4781 + 4860 ], "_not": [ - 4781 + 4860 ], "_or": [ - 4781 - ], - "created_at": [ - 4377 - ], - "id": [ - 4923 - ], - "manual": [ - 4 - ], - "placement": [ - 39 + 4860 ], - "placement_tier": [ - 80 + "e_team_role": [ + 1229 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 - ], - "team": [ - 4340 + 259 ], - "team_id": [ - 4923 + "role": [ + 1232 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "tournament_team": [ - 4737 + 4901 ], "tournament_team_id": [ - 4923 - ], - "trophy_config": [ - 4824 + 5000 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_constraint": {}, - "tournament_trophies_inc_input": { - "placement": [ - 38 - ], + "tournament_team_roster_constraint": {}, + "tournament_team_roster_inc_input": { "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_insert_input": { - "created_at": [ - 4376 - ], - "id": [ - 4921 - ], - "manual": [ - 3 - ], - "placement": [ - 38 + "tournament_team_roster_insert_input": { + "e_team_role": [ + 1237 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 - ], - "team": [ - 4349 + 257 ], - "team_id": [ - 4921 + "role": [ + 1231 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team": [ - 4746 + 4910 ], "tournament_team_id": [ - 4921 - ], - "trophy_config": [ - 4833 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_max_fields": { - "created_at": [ - 4376 - ], - "id": [ - 4921 - ], - "placement": [ - 38 - ], - "placement_tier": [ - 78 - ], + "tournament_team_roster_max_fields": { "player_steam_id": [ - 180 - ], - "team_id": [ - 4921 + 257 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_max_order_by": { - "created_at": [ - 2829 - ], - "id": [ - 2829 - ], - "placement": [ - 2829 - ], - "placement_tier": [ - 2829 - ], + "tournament_team_roster_max_order_by": { "player_steam_id": [ - 2829 - ], - "team_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_min_fields": { - "created_at": [ - 4376 - ], - "id": [ - 4921 - ], - "placement": [ - 38 - ], - "placement_tier": [ - 78 - ], + "tournament_team_roster_min_fields": { "player_steam_id": [ - 180 - ], - "team_id": [ - 4921 + 257 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_min_order_by": { - "created_at": [ - 2829 - ], - "id": [ - 2829 - ], - "placement": [ - 2829 - ], - "placement_tier": [ - 2829 - ], + "tournament_team_roster_min_order_by": { "player_steam_id": [ - 2829 - ], - "team_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_mutation_response": { + "tournament_team_roster_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4770 + 4851 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_on_conflict": { + "tournament_team_roster_on_conflict": { "constraint": [ - 4782 + 4861 ], "update_columns": [ - 4807 + 4884 ], "where": [ - 4781 + 4860 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_order_by": { - "created_at": [ - 2829 - ], - "id": [ - 2829 - ], - "manual": [ - 2829 - ], - "placement": [ - 2829 - ], - "placement_tier": [ - 2829 + "tournament_team_roster_order_by": { + "e_team_role": [ + 1239 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 - ], - "team": [ - 4351 + 2951 ], - "team_id": [ - 2829 + "role": [ + 2951 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "tournament_team": [ - 4748 + 4912 ], "tournament_team_id": [ - 2829 - ], - "trophy_config": [ - 4835 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_pk_columns_input": { - "id": [ - 4921 + "tournament_team_roster_pk_columns_input": { + "player_steam_id": [ + 257 + ], + "tournament_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_select_column": {}, - "tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_and_arguments_columns": {}, - "tournament_trophies_select_column_tournament_trophies_aggregate_bool_exp_bool_or_arguments_columns": {}, - "tournament_trophies_set_input": { - "created_at": [ - 4376 - ], - "id": [ - 4921 - ], - "manual": [ - 3 - ], - "placement": [ - 38 - ], + "tournament_team_roster_select_column": {}, + "tournament_team_roster_set_input": { "player_steam_id": [ - 180 + 257 ], - "team_id": [ - 4921 + "role": [ + 1231 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_stddev_fields": { - "placement": [ - 29 - ], + "tournament_team_roster_stddev_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_stddev_order_by": { - "placement": [ - 2829 - ], + "tournament_team_roster_stddev_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_stddev_pop_fields": { - "placement": [ - 29 - ], + "tournament_team_roster_stddev_pop_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 - ] - }, - "tournament_trophies_stddev_pop_order_by": { - "placement": [ - 2829 - ], + 80 + ] + }, + "tournament_team_roster_stddev_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_stddev_samp_fields": { - "placement": [ - 29 - ], + "tournament_team_roster_stddev_samp_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_stddev_samp_order_by": { - "placement": [ - 2829 - ], + "tournament_team_roster_stddev_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_stream_cursor_input": { + "tournament_team_roster_stream_cursor_input": { "initial_value": [ - 4804 + 4881 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_stream_cursor_value_input": { - "created_at": [ - 4376 - ], - "id": [ - 4921 - ], - "manual": [ - 3 - ], - "placement": [ - 38 - ], - "placement_tier": [ - 78 - ], + "tournament_team_roster_stream_cursor_value_input": { "player_steam_id": [ - 180 + 257 ], - "team_id": [ - 4921 + "role": [ + 1231 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_sum_fields": { - "placement": [ - 38 - ], + "tournament_team_roster_sum_fields": { "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_sum_order_by": { - "placement": [ - 2829 - ], + "tournament_team_roster_sum_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_update_column": {}, - "tournament_trophies_updates": { + "tournament_team_roster_update_column": {}, + "tournament_team_roster_updates": { "_inc": [ - 4783 + 4862 ], "_set": [ - 4796 + 4873 ], "where": [ - 4781 + 4860 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_var_pop_fields": { - "placement": [ - 29 - ], + "tournament_team_roster_var_pop_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_var_pop_order_by": { - "placement": [ - 2829 - ], + "tournament_team_roster_var_pop_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_var_samp_fields": { - "placement": [ - 29 - ], + "tournament_team_roster_var_samp_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_var_samp_order_by": { - "placement": [ - 2829 - ], + "tournament_team_roster_var_samp_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_variance_fields": { - "placement": [ - 29 - ], + "tournament_team_roster_variance_fields": { "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophies_variance_order_by": { - "placement": [ - 2829 - ], + "tournament_team_roster_variance_order_by": { "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs": { + "tournament_teams": { + "can_manage": [ + 5 + ], + "captain": [ + 3909 + ], + "captain_steam_id": [ + 257 + ], "created_at": [ - 4376 + 4498 ], - "custom_name": [ - 78 + "creator": [ + 3909 + ], + "eligible_at": [ + 4498 ], "id": [ - 4921 + 4998 ], - "image_url": [ - 78 + "invites": [ + 4810, + { + "distinct_on": [ + 4831, + "[tournament_team_invites_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4829, + "[tournament_team_invites_order_by!]" + ], + "where": [ + 4819 + ] + } ], - "placement": [ - 38 + "invites_aggregate": [ + 4811, + { + "distinct_on": [ + 4831, + "[tournament_team_invites_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4829, + "[tournament_team_invites_order_by!]" + ], + "where": [ + 4819 + ] + } ], - "silhouette": [ - 38 + "name": [ + 80 + ], + "owner_steam_id": [ + 257 + ], + "results": [ + 5722 + ], + "roster": [ + 4851, + { + "distinct_on": [ + 4872, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4870, + "[tournament_team_roster_order_by!]" + ], + "where": [ + 4860 + ] + } + ], + "roster_aggregate": [ + 4852, + { + "distinct_on": [ + 4872, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4870, + "[tournament_team_roster_order_by!]" + ], + "where": [ + 4860 + ] + } + ], + "seed": [ + 40 + ], + "short_name": [ + 80 + ], + "team": [ + 4451 + ], + "team_id": [ + 4998 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 - ], - "updated_at": [ - 4376 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_aggregate": { + "tournament_teams_aggregate": { "aggregate": [ - 4819 + 4896 ], "nodes": [ - 4815 + 4892 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_aggregate_bool_exp": { + "tournament_teams_aggregate_bool_exp": { "count": [ - 4818 + 4895 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_aggregate_bool_exp_count": { + "tournament_teams_aggregate_bool_exp_count": { "arguments": [ - 4837 + 4914 ], "distinct": [ - 3 + 5 ], "filter": [ - 4824 + 4901 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_aggregate_fields": { + "tournament_teams_aggregate_fields": { "avg": [ - 4822 + 4899 ], "count": [ - 38, + 40, { "columns": [ - 4837, - "[tournament_trophy_configs_select_column!]" + 4914, + "[tournament_teams_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4828 + 4905 ], "min": [ - 4830 + 4907 ], "stddev": [ - 4839 + 4916 ], "stddev_pop": [ - 4841 + 4918 ], "stddev_samp": [ - 4843 + 4920 ], "sum": [ - 4847 + 4924 ], "var_pop": [ - 4851 + 4928 ], "var_samp": [ - 4853 + 4930 ], "variance": [ - 4855 + 4932 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_aggregate_order_by": { + "tournament_teams_aggregate_order_by": { "avg": [ - 4823 + 4900 ], "count": [ - 2829 + 2951 ], "max": [ - 4829 + 4906 ], "min": [ - 4831 + 4908 ], "stddev": [ - 4840 + 4917 ], "stddev_pop": [ - 4842 + 4919 ], "stddev_samp": [ - 4844 + 4921 ], "sum": [ - 4848 + 4925 ], "var_pop": [ - 4852 + 4929 ], "var_samp": [ - 4854 + 4931 ], "variance": [ - 4856 + 4933 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_arr_rel_insert_input": { + "tournament_teams_arr_rel_insert_input": { "data": [ - 4827 + 4904 ], "on_conflict": [ - 4834 + 4911 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_avg_fields": { - "placement": [ - 29 + "tournament_teams_avg_fields": { + "captain_steam_id": [ + 31 ], - "silhouette": [ - 29 + "owner_steam_id": [ + 31 + ], + "seed": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_avg_order_by": { - "placement": [ - 2829 + "tournament_teams_avg_order_by": { + "captain_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "owner_steam_id": [ + 2951 + ], + "seed": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_bool_exp": { + "tournament_teams_bool_exp": { "_and": [ - 4824 + 4901 ], "_not": [ - 4824 + 4901 ], "_or": [ - 4824 + 4901 + ], + "can_manage": [ + 6 + ], + "captain": [ + 3913 + ], + "captain_steam_id": [ + 259 ], "created_at": [ - 4377 + 4499 ], - "custom_name": [ - 80 + "creator": [ + 3913 + ], + "eligible_at": [ + 4499 ], "id": [ - 4923 + 5000 ], - "image_url": [ - 80 + "invites": [ + 4819 ], - "placement": [ - 39 + "invites_aggregate": [ + 4812 ], - "silhouette": [ - 39 + "name": [ + 82 + ], + "owner_steam_id": [ + 259 + ], + "results": [ + 5741 + ], + "roster": [ + 4860 + ], + "roster_aggregate": [ + 4853 + ], + "seed": [ + 41 + ], + "short_name": [ + 82 + ], + "team": [ + 4462 + ], + "team_id": [ + 5000 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 - ], - "updated_at": [ - 4377 + 5000 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_constraint": {}, - "tournament_trophy_configs_inc_input": { - "placement": [ - 38 + "tournament_teams_constraint": {}, + "tournament_teams_inc_input": { + "captain_steam_id": [ + 257 ], - "silhouette": [ - 38 + "owner_steam_id": [ + 257 + ], + "seed": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_insert_input": { + "tournament_teams_insert_input": { + "captain": [ + 3920 + ], + "captain_steam_id": [ + 257 + ], "created_at": [ - 4376 + 4498 ], - "custom_name": [ - 78 + "creator": [ + 3920 + ], + "eligible_at": [ + 4498 ], "id": [ - 4921 + 4998 ], - "image_url": [ - 78 + "invites": [ + 4816 ], - "placement": [ - 38 + "name": [ + 80 ], - "silhouette": [ - 38 + "owner_steam_id": [ + 257 + ], + "results": [ + 5750 + ], + "roster": [ + 4857 + ], + "seed": [ + 40 + ], + "short_name": [ + 80 + ], + "team": [ + 4471 + ], + "team_id": [ + 4998 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 - ], - "updated_at": [ - 4376 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_max_fields": { + "tournament_teams_max_fields": { + "captain_steam_id": [ + 257 + ], "created_at": [ - 4376 + 4498 ], - "custom_name": [ - 78 + "eligible_at": [ + 4498 ], "id": [ - 4921 + 4998 ], - "image_url": [ - 78 + "name": [ + 80 ], - "placement": [ - 38 + "owner_steam_id": [ + 257 ], - "silhouette": [ - 38 + "seed": [ + 40 ], - "tournament_id": [ - 4921 + "short_name": [ + 80 ], - "updated_at": [ - 4376 + "team_id": [ + 4998 + ], + "tournament_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_max_order_by": { + "tournament_teams_max_order_by": { + "captain_steam_id": [ + 2951 + ], "created_at": [ - 2829 + 2951 ], - "custom_name": [ - 2829 + "eligible_at": [ + 2951 ], "id": [ - 2829 + 2951 ], - "image_url": [ - 2829 + "name": [ + 2951 ], - "placement": [ - 2829 + "owner_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "seed": [ + 2951 ], - "tournament_id": [ - 2829 + "short_name": [ + 2951 ], - "updated_at": [ - 2829 + "team_id": [ + 2951 + ], + "tournament_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_min_fields": { + "tournament_teams_min_fields": { + "captain_steam_id": [ + 257 + ], "created_at": [ - 4376 + 4498 ], - "custom_name": [ - 78 + "eligible_at": [ + 4498 ], "id": [ - 4921 + 4998 ], - "image_url": [ - 78 + "name": [ + 80 ], - "placement": [ - 38 + "owner_steam_id": [ + 257 ], - "silhouette": [ - 38 + "seed": [ + 40 ], - "tournament_id": [ - 4921 + "short_name": [ + 80 ], - "updated_at": [ - 4376 + "team_id": [ + 4998 + ], + "tournament_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_min_order_by": { + "tournament_teams_min_order_by": { + "captain_steam_id": [ + 2951 + ], "created_at": [ - 2829 + 2951 ], - "custom_name": [ - 2829 + "eligible_at": [ + 2951 ], "id": [ - 2829 + 2951 ], - "image_url": [ - 2829 + "name": [ + 2951 ], - "placement": [ - 2829 + "owner_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "seed": [ + 2951 ], - "tournament_id": [ - 2829 + "short_name": [ + 2951 ], - "updated_at": [ - 2829 + "team_id": [ + 2951 + ], + "tournament_id": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_mutation_response": { + "tournament_teams_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4815 + 4892 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_obj_rel_insert_input": { + "tournament_teams_obj_rel_insert_input": { "data": [ - 4827 + 4904 ], "on_conflict": [ - 4834 + 4911 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_on_conflict": { + "tournament_teams_on_conflict": { "constraint": [ - 4825 + 4902 ], "update_columns": [ - 4849 + 4926 ], "where": [ - 4824 + 4901 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_order_by": { + "tournament_teams_order_by": { + "can_manage": [ + 2951 + ], + "captain": [ + 3922 + ], + "captain_steam_id": [ + 2951 + ], "created_at": [ - 2829 + 2951 ], - "custom_name": [ - 2829 + "creator": [ + 3922 + ], + "eligible_at": [ + 2951 ], "id": [ - 2829 + 2951 ], - "image_url": [ - 2829 + "invites_aggregate": [ + 4815 ], - "placement": [ - 2829 + "name": [ + 2951 ], - "silhouette": [ - 2829 + "owner_steam_id": [ + 2951 + ], + "results": [ + 5752 + ], + "roster_aggregate": [ + 4856 + ], + "seed": [ + 2951 + ], + "short_name": [ + 2951 + ], + "team": [ + 4473 + ], + "team_id": [ + 2951 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 - ], - "updated_at": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_pk_columns_input": { + "tournament_teams_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_select_column": {}, - "tournament_trophy_configs_set_input": { + "tournament_teams_select_column": {}, + "tournament_teams_set_input": { + "captain_steam_id": [ + 257 + ], "created_at": [ - 4376 + 4498 ], - "custom_name": [ - 78 + "eligible_at": [ + 4498 ], "id": [ - 4921 + 4998 ], - "image_url": [ - 78 + "name": [ + 80 ], - "placement": [ - 38 + "owner_steam_id": [ + 257 ], - "silhouette": [ - 38 + "seed": [ + 40 ], - "tournament_id": [ - 4921 + "short_name": [ + 80 ], - "updated_at": [ - 4376 + "team_id": [ + 4998 + ], + "tournament_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_stddev_fields": { - "placement": [ - 29 + "tournament_teams_stddev_fields": { + "captain_steam_id": [ + 31 ], - "silhouette": [ - 29 + "owner_steam_id": [ + 31 + ], + "seed": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_stddev_order_by": { - "placement": [ - 2829 + "tournament_teams_stddev_order_by": { + "captain_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "owner_steam_id": [ + 2951 + ], + "seed": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_stddev_pop_fields": { - "placement": [ - 29 + "tournament_teams_stddev_pop_fields": { + "captain_steam_id": [ + 31 ], - "silhouette": [ - 29 + "owner_steam_id": [ + 31 + ], + "seed": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_stddev_pop_order_by": { - "placement": [ - 2829 + "tournament_teams_stddev_pop_order_by": { + "captain_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "owner_steam_id": [ + 2951 + ], + "seed": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_stddev_samp_fields": { - "placement": [ - 29 + "tournament_teams_stddev_samp_fields": { + "captain_steam_id": [ + 31 ], - "silhouette": [ - 29 + "owner_steam_id": [ + 31 + ], + "seed": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_stddev_samp_order_by": { - "placement": [ - 2829 + "tournament_teams_stddev_samp_order_by": { + "captain_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "owner_steam_id": [ + 2951 + ], + "seed": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_stream_cursor_input": { + "tournament_teams_stream_cursor_input": { "initial_value": [ - 4846 + 4923 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_stream_cursor_value_input": { + "tournament_teams_stream_cursor_value_input": { + "captain_steam_id": [ + 257 + ], "created_at": [ - 4376 + 4498 ], - "custom_name": [ - 78 + "eligible_at": [ + 4498 ], "id": [ - 4921 + 4998 ], - "image_url": [ - 78 + "name": [ + 80 ], - "placement": [ - 38 + "owner_steam_id": [ + 257 ], - "silhouette": [ - 38 + "seed": [ + 40 ], - "tournament_id": [ - 4921 + "short_name": [ + 80 ], - "updated_at": [ - 4376 + "team_id": [ + 4998 + ], + "tournament_id": [ + 4998 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_sum_fields": { - "placement": [ - 38 + "tournament_teams_sum_fields": { + "captain_steam_id": [ + 257 ], - "silhouette": [ - 38 + "owner_steam_id": [ + 257 + ], + "seed": [ + 40 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_sum_order_by": { - "placement": [ - 2829 + "tournament_teams_sum_order_by": { + "captain_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "owner_steam_id": [ + 2951 + ], + "seed": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_update_column": {}, - "tournament_trophy_configs_updates": { + "tournament_teams_update_column": {}, + "tournament_teams_updates": { "_inc": [ - 4826 + 4903 ], "_set": [ - 4838 + 4915 ], "where": [ - 4824 + 4901 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_var_pop_fields": { - "placement": [ - 29 + "tournament_teams_var_pop_fields": { + "captain_steam_id": [ + 31 ], - "silhouette": [ - 29 + "owner_steam_id": [ + 31 + ], + "seed": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_var_pop_order_by": { - "placement": [ - 2829 + "tournament_teams_var_pop_order_by": { + "captain_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "owner_steam_id": [ + 2951 + ], + "seed": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_var_samp_fields": { - "placement": [ - 29 + "tournament_teams_var_samp_fields": { + "captain_steam_id": [ + 31 ], - "silhouette": [ - 29 + "owner_steam_id": [ + 31 + ], + "seed": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_var_samp_order_by": { - "placement": [ - 2829 + "tournament_teams_var_samp_order_by": { + "captain_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "owner_steam_id": [ + 2951 + ], + "seed": [ + 2951 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_variance_fields": { - "placement": [ - 29 + "tournament_teams_variance_fields": { + "captain_steam_id": [ + 31 ], - "silhouette": [ - 29 + "owner_steam_id": [ + 31 + ], + "seed": [ + 31 ], "__typename": [ - 78 + 80 ] }, - "tournament_trophy_configs_variance_order_by": { - "placement": [ - 2829 + "tournament_teams_variance_order_by": { + "captain_steam_id": [ + 2951 ], - "silhouette": [ - 2829 + "owner_steam_id": [ + 2951 + ], + "seed": [ + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments": { "admin": [ - 3787 + 3909 ], "auto_start": [ - 3 + 5 + ], + "award_configs": [ + 4500, + { + "distinct_on": [ + 4522, + "[tournament_awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4520, + "[tournament_awards_order_by!]" + ], + "where": [ + 4509 + ] + } + ], + "award_configs_aggregate": [ + 4501, + { + "distinct_on": [ + 4522, + "[tournament_awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4520, + "[tournament_awards_order_by!]" + ], + "where": [ + 4509 + ] + } + ], + "awards": [ + 188, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "awards_aggregate": [ + 189, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "awards_enabled": [ + 5 ], "banner": [ - 78 + 80 ], "can_cancel": [ - 3 + 5 ], "can_close_registration": [ - 3 + 5 ], "can_join": [ - 3 + 5 ], "can_open_registration": [ - 3 + 5 ], "can_pause": [ - 3 + 5 ], "can_resume": [ - 3 + 5 ], "can_setup": [ - 3 + 5 ], "can_start": [ - 3 + 5 ], "categories": [ - 4424, + 4588, { "distinct_on": [ - 4442, + 4606, "[tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4440, + 4604, "[tournament_categories_order_by!]" ], "where": [ - 4431 + 4595 ] } ], "categories_aggregate": [ - 4425, + 4589, { "distinct_on": [ - 4442, + 4606, "[tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4440, + 4604, "[tournament_categories_order_by!]" ], "where": [ - 4431 + 4595 ] } ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "discord_guild_id": [ - 78 + 80 ], "discord_notifications_enabled": [ - 3 + 5 ], "discord_notify_Canceled": [ - 3 + 5 ], "discord_notify_Finished": [ - 3 + 5 ], "discord_notify_Forfeit": [ - 3 + 5 ], "discord_notify_Live": [ - 3 + 5 ], "discord_notify_MapPaused": [ - 3 + 5 ], "discord_notify_PickingPlayers": [ - 3 + 5 ], "discord_notify_Scheduled": [ - 3 + 5 ], "discord_notify_Surrendered": [ - 3 + 5 ], "discord_notify_Tie": [ - 3 + 5 ], "discord_notify_Veto": [ - 3 + 5 ], "discord_notify_WaitingForCheckIn": [ - 3 + 5 ], "discord_notify_WaitingForServer": [ - 3 + 5 ], "discord_role_id": [ - 78 + 80 ], "discord_voice_enabled": [ - 3 + 5 ], "discord_webhook": [ - 78 + 80 ], "e_tournament_status": [ - 1207 + 1329 ], "has_min_teams": [ - 3 + 5 ], "homepage": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_league": [ - 3 + 5 ], "is_organizer": [ - 3 + 5 ], "joined_tournament": [ - 3 + 5 ], "latitude": [ - 1547 + 1669 ], "league_season_division": [ - 1878 + 2000 ], "location": [ - 78 + 80 ], "logo": [ - 78 + 80 ], "longitude": [ - 1547 + 1669 ], "match_options_id": [ - 4921 + 4998 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "name": [ - 78 + 80 ], "options": [ - 2524 + 2646 ], "organizer_steam_id": [ - 180 + 257 ], "organizer_teams": [ - 4448, + 4612, { "distinct_on": [ - 4466, + 4630, "[tournament_organizer_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4464, + 4628, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4455 + 4619 ] } ], "organizer_teams_aggregate": [ - 4449, + 4613, { "distinct_on": [ - 4466, + 4630, "[tournament_organizer_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4464, + 4628, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4455 + 4619 ] } ], "organizers": [ - 4472, + 4636, { "distinct_on": [ - 4493, + 4657, "[tournament_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4491, + 4655, "[tournament_organizers_order_by!]" ], "where": [ - 4481 + 4645 ] } ], "organizers_aggregate": [ - 4473, + 4637, { "distinct_on": [ - 4493, + 4657, "[tournament_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4491, + 4655, "[tournament_organizers_order_by!]" ], "where": [ - 4481 + 4645 ] } ], "player_stats": [ - 5756, + 5833, { "distinct_on": [ - 5782, + 5859, "[v_tournament_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5781, + 5858, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5775 + 5852 ] } ], "player_stats_aggregate": [ - 5757, + 5834, { "distinct_on": [ - 5782, + 5859, "[v_tournament_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5781, + 5858, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5775 + 5852 ] } ], "prizes": [ - 4513, + 4677, { "distinct_on": [ - 4534, + 4698, "[tournament_prizes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4532, + 4696, "[tournament_prizes_order_by!]" ], "where": [ - 4522 + 4686 ] } ], "prizes_aggregate": [ - 4514, + 4678, { "distinct_on": [ - 4534, + 4698, "[tournament_prizes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4532, + 4696, "[tournament_prizes_order_by!]" ], "where": [ - 4522 + 4686 ] } ], "results": [ - 5705, + 5782, { "distinct_on": [ - 5731, + 5808, "[v_team_tournament_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5730, + 5807, "[v_team_tournament_results_order_by!]" ], "where": [ - 5724 + 5801 ] } ], "results_aggregate": [ - 5706, + 5783, { "distinct_on": [ - 5731, + 5808, "[v_team_tournament_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5730, + 5807, "[v_team_tournament_results_order_by!]" ], "where": [ - 5724 + 5801 ] } ], "rosters": [ - 4687, + 4851, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 + 4860 ] } ], "rosters_aggregate": [ - 4688, + 4852, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 + 4860 ] } ], "scheduling_mode": [ - 78 + 80 ], "stages": [ - 4595, + 4759, { "distinct_on": [ - 4624, + 4788, "[tournament_stages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4621, + 4785, "[tournament_stages_order_by!]" ], "where": [ - 4607 + 4771 ] } ], "stages_aggregate": [ - 4596, + 4760, { "distinct_on": [ - 4624, + 4788, "[tournament_stages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4621, + 4785, "[tournament_stages_order_by!]" ], "where": [ - 4607 + 4771 ] } ], "start": [ - 4376 + 4498 ], "status": [ - 1212 + 1334 ], "teams": [ - 4728, + 4892, { "distinct_on": [ - 4750, + 4914, "[tournament_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4748, + 4912, "[tournament_teams_order_by!]" ], "where": [ - 4737 + 4901 ] } ], "teams_aggregate": [ - 4729, + 4893, { "distinct_on": [ - 4750, + 4914, "[tournament_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4748, + 4912, "[tournament_teams_order_by!]" ], "where": [ - 4737 - ] - } - ], - "trophies": [ - 4770, - { - "distinct_on": [ - 4793, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4791, - "[tournament_trophies_order_by!]" - ], - "where": [ - 4781 - ] - } - ], - "trophies_aggregate": [ - 4771, - { - "distinct_on": [ - 4793, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4791, - "[tournament_trophies_order_by!]" - ], - "where": [ - 4781 - ] - } - ], - "trophies_enabled": [ - 3 - ], - "trophy_configs": [ - 4815, - { - "distinct_on": [ - 4837, - "[tournament_trophy_configs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4835, - "[tournament_trophy_configs_order_by!]" - ], - "where": [ - 4824 - ] - } - ], - "trophy_configs_aggregate": [ - 4816, - { - "distinct_on": [ - 4837, - "[tournament_trophy_configs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4835, - "[tournament_trophy_configs_order_by!]" - ], - "where": [ - 4824 + 4901 ] } ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate": { "aggregate": [ - 4873 + 4950 ], "nodes": [ - 4857 + 4934 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp": { "avg": [ - 4860 + 4937 ], "bool_and": [ - 4861 + 4938 ], "bool_or": [ - 4862 + 4939 ], "corr": [ - 4863 + 4940 ], "count": [ - 4865 + 4942 ], "covar_samp": [ - 4866 + 4943 ], "max": [ - 4868 + 4945 ], "min": [ - 4869 + 4946 ], "stddev_samp": [ - 4870 + 4947 ], "sum": [ - 4871 + 4948 ], "var_samp": [ - 4872 + 4949 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_avg": { "arguments": [ - 4892 + 4969 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_bool_and": { "arguments": [ - 4893 + 4970 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_bool_or": { "arguments": [ - 4894 + 4971 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_corr": { "arguments": [ - 4864 + 4941 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_corr_arguments": { "X": [ - 4895 + 4972 ], "Y": [ - 4895 + 4972 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_count": { "arguments": [ - 4891 + 4968 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_covar_samp": { "arguments": [ - 4867 + 4944 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4896 + 4973 ], "Y": [ - 4896 + 4973 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_max": { "arguments": [ - 4897 + 4974 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_min": { "arguments": [ - 4898 + 4975 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4899 + 4976 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_sum": { "arguments": [ - 4900 + 4977 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_bool_exp_var_samp": { "arguments": [ - 4901 + 4978 ], "distinct": [ - 3 + 5 ], "filter": [ - 4878 + 4955 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_fields": { "avg": [ - 4876 + 4953 ], "count": [ - 38, + 40, { "columns": [ - 4891, + 4968, "[tournaments_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4882 + 4959 ], "min": [ - 4884 + 4961 ], "stddev": [ - 4903 + 4980 ], "stddev_pop": [ - 4905 + 4982 ], "stddev_samp": [ - 4907 + 4984 ], "sum": [ - 4911 + 4988 ], "var_pop": [ - 4915 + 4992 ], "var_samp": [ - 4917 + 4994 ], "variance": [ - 4919 + 4996 ], "__typename": [ - 78 + 80 ] }, "tournaments_aggregate_order_by": { "avg": [ - 4877 + 4954 ], "count": [ - 2829 + 2951 ], "max": [ - 4883 + 4960 ], "min": [ - 4885 + 4962 ], "stddev": [ - 4904 + 4981 ], "stddev_pop": [ - 4906 + 4983 ], "stddev_samp": [ - 4908 + 4985 ], "sum": [ - 4912 + 4989 ], "var_pop": [ - 4916 + 4993 ], "var_samp": [ - 4918 + 4995 ], "variance": [ - 4920 + 4997 ], "__typename": [ - 78 + 80 ] }, "tournaments_arr_rel_insert_input": { "data": [ - 4881 + 4958 ], "on_conflict": [ - 4888 + 4965 ], "__typename": [ - 78 + 80 ] }, "tournaments_avg_fields": { "latitude": [ - 29 + 31 ], "longitude": [ - 29 + 31 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournaments_avg_order_by": { "latitude": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments_bool_exp": { "_and": [ - 4878 + 4955 ], "_not": [ - 4878 + 4955 ], "_or": [ - 4878 + 4955 ], "admin": [ - 3791 + 3913 ], "auto_start": [ - 4 + 6 + ], + "award_configs": [ + 4509 + ], + "award_configs_aggregate": [ + 4502 + ], + "awards": [ + 197 + ], + "awards_aggregate": [ + 190 + ], + "awards_enabled": [ + 6 ], "banner": [ - 80 + 82 ], "can_cancel": [ - 4 + 6 ], "can_close_registration": [ - 4 + 6 ], "can_join": [ - 4 + 6 ], "can_open_registration": [ - 4 + 6 ], "can_pause": [ - 4 + 6 ], "can_resume": [ - 4 + 6 ], "can_setup": [ - 4 + 6 ], "can_start": [ - 4 + 6 ], "categories": [ - 4431 + 4595 ], "categories_aggregate": [ - 4426 + 4590 ], "created_at": [ - 4377 + 4499 ], "description": [ - 80 + 82 ], "discord_guild_id": [ - 80 + 82 ], "discord_notifications_enabled": [ - 4 + 6 ], "discord_notify_Canceled": [ - 4 + 6 ], "discord_notify_Finished": [ - 4 + 6 ], "discord_notify_Forfeit": [ - 4 + 6 ], "discord_notify_Live": [ - 4 + 6 ], "discord_notify_MapPaused": [ - 4 + 6 ], "discord_notify_PickingPlayers": [ - 4 + 6 ], "discord_notify_Scheduled": [ - 4 + 6 ], "discord_notify_Surrendered": [ - 4 + 6 ], "discord_notify_Tie": [ - 4 + 6 ], "discord_notify_Veto": [ - 4 + 6 ], "discord_notify_WaitingForCheckIn": [ - 4 + 6 ], "discord_notify_WaitingForServer": [ - 4 + 6 ], "discord_role_id": [ - 80 + 82 ], "discord_voice_enabled": [ - 4 + 6 ], "discord_webhook": [ - 80 + 82 ], "e_tournament_status": [ - 1210 + 1332 ], "has_min_teams": [ - 4 + 6 ], "homepage": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "is_league": [ - 4 + 6 ], "is_organizer": [ - 4 + 6 ], "joined_tournament": [ - 4 + 6 ], "latitude": [ - 1548 + 1670 ], "league_season_division": [ - 1885 + 2007 ], "location": [ - 80 + 82 ], "logo": [ - 80 + 82 ], "longitude": [ - 1548 + 1670 ], "match_options_id": [ - 4923 + 5000 ], "max_players_per_lineup": [ - 39 + 41 ], "min_players_per_lineup": [ - 39 + 41 ], "name": [ - 80 + 82 ], "options": [ - 2528 + 2650 ], "organizer_steam_id": [ - 182 + 259 ], "organizer_teams": [ - 4455 + 4619 ], "organizer_teams_aggregate": [ - 4450 + 4614 ], "organizers": [ - 4481 + 4645 ], "organizers_aggregate": [ - 4474 + 4638 ], "player_stats": [ - 5775 + 5852 ], "player_stats_aggregate": [ - 5758 + 5835 ], "prizes": [ - 4522 + 4686 ], "prizes_aggregate": [ - 4515 + 4679 ], "results": [ - 5724 + 5801 ], "results_aggregate": [ - 5707 + 5784 ], "rosters": [ - 4696 + 4860 ], "rosters_aggregate": [ - 4689 + 4853 ], "scheduling_mode": [ - 80 + 82 ], "stages": [ - 4607 + 4771 ], "stages_aggregate": [ - 4597 + 4761 ], "start": [ - 4377 + 4499 ], "status": [ - 1213 + 1335 ], "teams": [ - 4737 + 4901 ], "teams_aggregate": [ - 4730 - ], - "trophies": [ - 4781 - ], - "trophies_aggregate": [ - 4772 - ], - "trophies_enabled": [ - 4 - ], - "trophy_configs": [ - 4824 - ], - "trophy_configs_aggregate": [ - 4817 + 4894 ], "__typename": [ - 78 + 80 ] }, "tournaments_constraint": {}, "tournaments_inc_input": { "latitude": [ - 1547 + 1669 ], "longitude": [ - 1547 + 1669 ], "organizer_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "tournaments_insert_input": { "admin": [ - 3798 + 3920 ], "auto_start": [ - 3 + 5 + ], + "award_configs": [ + 4506 + ], + "awards": [ + 194 + ], + "awards_enabled": [ + 5 ], "banner": [ - 78 + 80 ], "categories": [ - 4430 + 4594 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "discord_guild_id": [ - 78 + 80 ], "discord_notifications_enabled": [ - 3 + 5 ], "discord_notify_Canceled": [ - 3 + 5 ], "discord_notify_Finished": [ - 3 + 5 ], "discord_notify_Forfeit": [ - 3 + 5 ], "discord_notify_Live": [ - 3 + 5 ], "discord_notify_MapPaused": [ - 3 + 5 ], "discord_notify_PickingPlayers": [ - 3 + 5 ], "discord_notify_Scheduled": [ - 3 + 5 ], "discord_notify_Surrendered": [ - 3 + 5 ], "discord_notify_Tie": [ - 3 + 5 ], "discord_notify_Veto": [ - 3 + 5 ], "discord_notify_WaitingForCheckIn": [ - 3 + 5 ], "discord_notify_WaitingForServer": [ - 3 + 5 ], "discord_role_id": [ - 78 + 80 ], "discord_voice_enabled": [ - 3 + 5 ], "discord_webhook": [ - 78 + 80 ], "e_tournament_status": [ - 1218 + 1340 ], "homepage": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_league": [ - 3 + 5 ], "latitude": [ - 1547 + 1669 ], "league_season_division": [ - 1893 + 2015 ], "location": [ - 78 + 80 ], "logo": [ - 78 + 80 ], "longitude": [ - 1547 + 1669 ], "match_options_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "options": [ - 2535 + 2657 ], "organizer_steam_id": [ - 180 + 257 ], "organizer_teams": [ - 4454 + 4618 ], "organizers": [ - 4478 + 4642 ], "player_stats": [ - 5772 + 5849 ], "prizes": [ - 4519 + 4683 ], "results": [ - 5721 + 5798 ], "rosters": [ - 4693 + 4857 ], "scheduling_mode": [ - 78 + 80 ], "stages": [ - 4604 + 4768 ], "start": [ - 4376 + 4498 ], "status": [ - 1212 + 1334 ], "teams": [ - 4734 - ], - "trophies": [ - 4778 - ], - "trophies_enabled": [ - 3 - ], - "trophy_configs": [ - 4821 + 4898 ], "__typename": [ - 78 + 80 ] }, "tournaments_max_fields": { "banner": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "discord_guild_id": [ - 78 + 80 ], "discord_role_id": [ - 78 + 80 ], "discord_webhook": [ - 78 + 80 ], "homepage": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "latitude": [ - 1547 + 1669 ], "location": [ - 78 + 80 ], "logo": [ - 78 + 80 ], "longitude": [ - 1547 + 1669 ], "match_options_id": [ - 4921 + 4998 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "name": [ - 78 + 80 ], "organizer_steam_id": [ - 180 + 257 ], "scheduling_mode": [ - 78 + 80 ], "start": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "tournaments_max_order_by": { "banner": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "description": [ - 2829 + 2951 ], "discord_guild_id": [ - 2829 + 2951 ], "discord_role_id": [ - 2829 + 2951 ], "discord_webhook": [ - 2829 + 2951 ], "homepage": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "latitude": [ - 2829 + 2951 ], "location": [ - 2829 + 2951 ], "logo": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "scheduling_mode": [ - 2829 + 2951 ], "start": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments_min_fields": { "banner": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "discord_guild_id": [ - 78 + 80 ], "discord_role_id": [ - 78 + 80 ], "discord_webhook": [ - 78 + 80 ], "homepage": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "latitude": [ - 1547 + 1669 ], "location": [ - 78 + 80 ], "logo": [ - 78 + 80 ], "longitude": [ - 1547 + 1669 ], "match_options_id": [ - 4921 + 4998 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "name": [ - 78 + 80 ], "organizer_steam_id": [ - 180 + 257 ], "scheduling_mode": [ - 78 + 80 ], "start": [ - 4376 + 4498 ], "__typename": [ - 78 + 80 ] }, "tournaments_min_order_by": { "banner": [ - 2829 + 2951 ], "created_at": [ - 2829 + 2951 ], "description": [ - 2829 + 2951 ], "discord_guild_id": [ - 2829 + 2951 ], "discord_role_id": [ - 2829 + 2951 ], "discord_webhook": [ - 2829 + 2951 ], "homepage": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "latitude": [ - 2829 + 2951 ], "location": [ - 2829 + 2951 ], "logo": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "scheduling_mode": [ - 2829 + 2951 ], "start": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 4857 + 4934 ], "__typename": [ - 78 + 80 ] }, "tournaments_obj_rel_insert_input": { "data": [ - 4881 + 4958 ], "on_conflict": [ - 4888 + 4965 ], "__typename": [ - 78 + 80 ] }, "tournaments_on_conflict": { "constraint": [ - 4879 + 4956 ], "update_columns": [ - 4913 + 4990 ], "where": [ - 4878 + 4955 ], "__typename": [ - 78 + 80 ] }, "tournaments_order_by": { "admin": [ - 3800 + 3922 ], "auto_start": [ - 2829 + 2951 + ], + "award_configs_aggregate": [ + 4505 + ], + "awards_aggregate": [ + 193 + ], + "awards_enabled": [ + 2951 ], "banner": [ - 2829 + 2951 ], "can_cancel": [ - 2829 + 2951 ], "can_close_registration": [ - 2829 + 2951 ], "can_join": [ - 2829 + 2951 ], "can_open_registration": [ - 2829 + 2951 ], "can_pause": [ - 2829 + 2951 ], "can_resume": [ - 2829 + 2951 ], "can_setup": [ - 2829 + 2951 ], "can_start": [ - 2829 + 2951 ], "categories_aggregate": [ - 4429 + 4593 ], "created_at": [ - 2829 + 2951 ], "description": [ - 2829 + 2951 ], "discord_guild_id": [ - 2829 + 2951 ], "discord_notifications_enabled": [ - 2829 + 2951 ], "discord_notify_Canceled": [ - 2829 + 2951 ], "discord_notify_Finished": [ - 2829 + 2951 ], "discord_notify_Forfeit": [ - 2829 + 2951 ], "discord_notify_Live": [ - 2829 + 2951 ], "discord_notify_MapPaused": [ - 2829 + 2951 ], "discord_notify_PickingPlayers": [ - 2829 + 2951 ], "discord_notify_Scheduled": [ - 2829 + 2951 ], "discord_notify_Surrendered": [ - 2829 + 2951 ], "discord_notify_Tie": [ - 2829 + 2951 ], "discord_notify_Veto": [ - 2829 + 2951 ], "discord_notify_WaitingForCheckIn": [ - 2829 + 2951 ], "discord_notify_WaitingForServer": [ - 2829 + 2951 ], "discord_role_id": [ - 2829 + 2951 ], "discord_voice_enabled": [ - 2829 + 2951 ], "discord_webhook": [ - 2829 + 2951 ], "e_tournament_status": [ - 1220 + 1342 ], "has_min_teams": [ - 2829 + 2951 ], "homepage": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "is_league": [ - 2829 + 2951 ], "is_organizer": [ - 2829 + 2951 ], "joined_tournament": [ - 2829 + 2951 ], "latitude": [ - 2829 + 2951 ], "league_season_division": [ - 1895 + 2017 ], "location": [ - 2829 + 2951 ], "logo": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "match_options_id": [ - 2829 + 2951 ], "max_players_per_lineup": [ - 2829 + 2951 ], "min_players_per_lineup": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "options": [ - 2537 + 2659 ], "organizer_steam_id": [ - 2829 + 2951 ], "organizer_teams_aggregate": [ - 4453 + 4617 ], "organizers_aggregate": [ - 4477 + 4641 ], "player_stats_aggregate": [ - 5771 + 5848 ], "prizes_aggregate": [ - 4518 + 4682 ], "results_aggregate": [ - 5720 + 5797 ], "rosters_aggregate": [ - 4692 + 4856 ], "scheduling_mode": [ - 2829 + 2951 ], "stages_aggregate": [ - 4602 + 4766 ], "start": [ - 2829 + 2951 ], "status": [ - 2829 + 2951 ], "teams_aggregate": [ - 4733 - ], - "trophies_aggregate": [ - 4777 - ], - "trophies_enabled": [ - 2829 - ], - "trophy_configs_aggregate": [ - 4820 + 4897 ], "__typename": [ - 78 + 80 ] }, "tournaments_pk_columns_input": { "id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "tournaments_select_column": {}, @@ -110613,1215 +112728,1215 @@ export default { "tournaments_select_column_tournaments_aggregate_bool_exp_var_samp_arguments_columns": {}, "tournaments_set_input": { "auto_start": [ - 3 + 5 + ], + "awards_enabled": [ + 5 ], "banner": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "discord_guild_id": [ - 78 + 80 ], "discord_notifications_enabled": [ - 3 + 5 ], "discord_notify_Canceled": [ - 3 + 5 ], "discord_notify_Finished": [ - 3 + 5 ], "discord_notify_Forfeit": [ - 3 + 5 ], "discord_notify_Live": [ - 3 + 5 ], "discord_notify_MapPaused": [ - 3 + 5 ], "discord_notify_PickingPlayers": [ - 3 + 5 ], "discord_notify_Scheduled": [ - 3 + 5 ], "discord_notify_Surrendered": [ - 3 + 5 ], "discord_notify_Tie": [ - 3 + 5 ], "discord_notify_Veto": [ - 3 + 5 ], "discord_notify_WaitingForCheckIn": [ - 3 + 5 ], "discord_notify_WaitingForServer": [ - 3 + 5 ], "discord_role_id": [ - 78 + 80 ], "discord_voice_enabled": [ - 3 + 5 ], "discord_webhook": [ - 78 + 80 ], "homepage": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_league": [ - 3 + 5 ], "latitude": [ - 1547 + 1669 ], "location": [ - 78 + 80 ], "logo": [ - 78 + 80 ], "longitude": [ - 1547 + 1669 ], "match_options_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "organizer_steam_id": [ - 180 + 257 ], "scheduling_mode": [ - 78 + 80 ], "start": [ - 4376 + 4498 ], "status": [ - 1212 - ], - "trophies_enabled": [ - 3 + 1334 ], "__typename": [ - 78 + 80 ] }, "tournaments_stddev_fields": { "latitude": [ - 29 + 31 ], "longitude": [ - 29 + 31 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournaments_stddev_order_by": { "latitude": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments_stddev_pop_fields": { "latitude": [ - 29 + 31 ], "longitude": [ - 29 + 31 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournaments_stddev_pop_order_by": { "latitude": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments_stddev_samp_fields": { "latitude": [ - 29 + 31 ], "longitude": [ - 29 + 31 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournaments_stddev_samp_order_by": { "latitude": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments_stream_cursor_input": { "initial_value": [ - 4910 + 4987 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "tournaments_stream_cursor_value_input": { "auto_start": [ - 3 + 5 + ], + "awards_enabled": [ + 5 ], "banner": [ - 78 + 80 ], "created_at": [ - 4376 + 4498 ], "description": [ - 78 + 80 ], "discord_guild_id": [ - 78 + 80 ], "discord_notifications_enabled": [ - 3 + 5 ], "discord_notify_Canceled": [ - 3 + 5 ], "discord_notify_Finished": [ - 3 + 5 ], "discord_notify_Forfeit": [ - 3 + 5 ], "discord_notify_Live": [ - 3 + 5 ], "discord_notify_MapPaused": [ - 3 + 5 ], "discord_notify_PickingPlayers": [ - 3 + 5 ], "discord_notify_Scheduled": [ - 3 + 5 ], "discord_notify_Surrendered": [ - 3 + 5 ], "discord_notify_Tie": [ - 3 + 5 ], "discord_notify_Veto": [ - 3 + 5 ], "discord_notify_WaitingForCheckIn": [ - 3 + 5 ], "discord_notify_WaitingForServer": [ - 3 + 5 ], "discord_role_id": [ - 78 + 80 ], "discord_voice_enabled": [ - 3 + 5 ], "discord_webhook": [ - 78 + 80 ], "homepage": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "is_league": [ - 3 + 5 ], "latitude": [ - 1547 + 1669 ], "location": [ - 78 + 80 ], "logo": [ - 78 + 80 ], "longitude": [ - 1547 + 1669 ], "match_options_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "organizer_steam_id": [ - 180 + 257 ], "scheduling_mode": [ - 78 + 80 ], "start": [ - 4376 + 4498 ], "status": [ - 1212 - ], - "trophies_enabled": [ - 3 + 1334 ], "__typename": [ - 78 + 80 ] }, "tournaments_sum_fields": { "latitude": [ - 1547 + 1669 ], "longitude": [ - 1547 + 1669 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "tournaments_sum_order_by": { "latitude": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments_update_column": {}, "tournaments_updates": { "_inc": [ - 4880 + 4957 ], "_set": [ - 4902 + 4979 ], "where": [ - 4878 + 4955 ], "__typename": [ - 78 + 80 ] }, "tournaments_var_pop_fields": { "latitude": [ - 29 + 31 ], "longitude": [ - 29 + 31 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournaments_var_pop_order_by": { "latitude": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments_var_samp_fields": { "latitude": [ - 29 + 31 ], "longitude": [ - 29 + 31 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournaments_var_samp_order_by": { "latitude": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "tournaments_variance_fields": { "latitude": [ - 29 + 31 ], "longitude": [ - 29 + 31 ], "max_players_per_lineup": [ - 38 + 40 ], "min_players_per_lineup": [ - 38 + 40 ], "organizer_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "tournaments_variance_order_by": { "latitude": [ - 2829 + 2951 ], "longitude": [ - 2829 + 2951 ], "organizer_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "uuid": {}, "uuid_array_comparison_exp": { "_contained_in": [ - 4921 + 4998 ], "_contains": [ - 4921 + 4998 ], "_eq": [ - 4921 + 4998 ], "_gt": [ - 4921 + 4998 ], "_gte": [ - 4921 + 4998 ], "_in": [ - 4921 + 4998 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 4921 + 4998 ], "_lte": [ - 4921 + 4998 ], "_neq": [ - 4921 + 4998 ], "_nin": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "uuid_comparison_exp": { "_eq": [ - 4921 + 4998 ], "_gt": [ - 4921 + 4998 ], "_gte": [ - 4921 + 4998 ], "_in": [ - 4921 + 4998 ], "_is_null": [ - 3 + 5 ], "_lt": [ - 4921 + 4998 ], "_lte": [ - 4921 + 4998 ], "_neq": [ - 4921 + 4998 ], "_nin": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "event": [ - 1519 + 1641 ], "event_id": [ - 4921 + 4998 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate": { "aggregate": [ - 4938 + 5015 ], "nodes": [ - 4924 + 5001 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp": { "avg": [ - 4927 + 5004 ], "corr": [ - 4928 + 5005 ], "count": [ - 4930 + 5007 ], "covar_samp": [ - 4931 + 5008 ], "max": [ - 4933 + 5010 ], "min": [ - 4934 + 5011 ], "stddev_samp": [ - 4935 + 5012 ], "sum": [ - 4936 + 5013 ], "var_samp": [ - 4937 + 5014 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 4951 + 5028 ], "distinct": [ - 3 + 5 ], "filter": [ - 4943 + 5020 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 4929 + 5006 ], "distinct": [ - 3 + 5 ], "filter": [ - 4943 + 5020 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 4952 + 5029 ], "Y": [ - 4952 + 5029 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_count": { "arguments": [ - 4950 + 5027 ], "distinct": [ - 3 + 5 ], "filter": [ - 4943 + 5020 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 4932 + 5009 ], "distinct": [ - 3 + 5 ], "filter": [ - 4943 + 5020 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4953 + 5030 ], "Y": [ - 4953 + 5030 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_max": { "arguments": [ - 4954 + 5031 ], "distinct": [ - 3 + 5 ], "filter": [ - 4943 + 5020 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_min": { "arguments": [ - 4955 + 5032 ], "distinct": [ - 3 + 5 ], "filter": [ - 4943 + 5020 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4956 + 5033 ], "distinct": [ - 3 + 5 ], "filter": [ - 4943 + 5020 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 4957 + 5034 ], "distinct": [ - 3 + 5 ], "filter": [ - 4943 + 5020 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 4958 + 5035 ], "distinct": [ - 3 + 5 ], "filter": [ - 4943 + 5020 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_fields": { "avg": [ - 4941 + 5018 ], "count": [ - 38, + 40, { "columns": [ - 4950, + 5027, "[v_event_player_stats_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4945 + 5022 ], "min": [ - 4947 + 5024 ], "stddev": [ - 4959 + 5036 ], "stddev_pop": [ - 4961 + 5038 ], "stddev_samp": [ - 4963 + 5040 ], "sum": [ - 4967 + 5044 ], "var_pop": [ - 4969 + 5046 ], "var_samp": [ - 4971 + 5048 ], "variance": [ - 4973 + 5050 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_aggregate_order_by": { "avg": [ - 4942 + 5019 ], "count": [ - 2829 + 2951 ], "max": [ - 4946 + 5023 ], "min": [ - 4948 + 5025 ], "stddev": [ - 4960 + 5037 ], "stddev_pop": [ - 4962 + 5039 ], "stddev_samp": [ - 4964 + 5041 ], "sum": [ - 4968 + 5045 ], "var_pop": [ - 4970 + 5047 ], "var_samp": [ - 4972 + 5049 ], "variance": [ - 4974 + 5051 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_arr_rel_insert_input": { "data": [ - 4944 + 5021 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_avg_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_avg_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_bool_exp": { "_and": [ - 4943 + 5020 ], "_not": [ - 4943 + 5020 ], "_or": [ - 4943 + 5020 ], "assists": [ - 39 + 41 ], "deaths": [ - 39 + 41 ], "event": [ - 1523 + 1645 ], "event_id": [ - 4923 + 5000 ], "headshot_percentage": [ - 1548 + 1670 ], "headshots": [ - 39 + 41 ], "kdr": [ - 1548 + 1670 ], "kills": [ - 39 + 41 ], "matches_played": [ - 39 + 41 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_insert_input": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "event": [ - 1530 + 1652 ], "event_id": [ - 4921 + 4998 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_max_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "event_id": [ - 4921 + 4998 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_max_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_min_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "event_id": [ - 4921 + 4998 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_min_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "event_id": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "event": [ - 1532 + 1654 ], "event_id": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_select_column": {}, @@ -111835,3195 +113950,3195 @@ export default { "v_event_player_stats_select_column_v_event_player_stats_aggregate_bool_exp_var_samp_arguments_columns": {}, "v_event_player_stats_stddev_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_stddev_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_stddev_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_stddev_pop_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_stddev_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_stddev_samp_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_stream_cursor_input": { "initial_value": [ - 4966 + 5043 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_stream_cursor_value_input": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "event_id": [ - 4921 + 4998 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_sum_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_sum_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_var_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_var_pop_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_var_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_var_samp_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_variance_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_event_player_stats_variance_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status": { "demo_free_gpu_nodes": [ - 38 + 40 ], "demo_in_progress": [ - 3 + 5 ], "demo_total_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes_for_batch": [ - 38 + 40 ], "highlights_in_progress": [ - 3 + 5 ], "id": [ - 38 + 40 ], "live_in_progress": [ - 3 + 5 ], "registered_gpu_nodes": [ - 38 + 40 ], "rendering_total_gpu_nodes": [ - 38 + 40 ], "renders_paused_for_active_match": [ - 3 + 5 ], "streaming_free_gpu_nodes": [ - 38 + 40 ], "streaming_total_gpu_nodes": [ - 38 + 40 ], "total_gpu_nodes": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_aggregate": { "aggregate": [ - 4977 + 5054 ], "nodes": [ - 4975 + 5052 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_aggregate_fields": { "avg": [ - 4978 + 5055 ], "count": [ - 38, + 40, { "columns": [ - 4983, + 5060, "[v_gpu_pool_status_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 4980 + 5057 ], "min": [ - 4981 + 5058 ], "stddev": [ - 4984 + 5061 ], "stddev_pop": [ - 4985 + 5062 ], "stddev_samp": [ - 4986 + 5063 ], "sum": [ - 4989 + 5066 ], "var_pop": [ - 4990 + 5067 ], "var_samp": [ - 4991 + 5068 ], "variance": [ - 4992 + 5069 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_avg_fields": { "demo_free_gpu_nodes": [ - 29 + 31 ], "demo_total_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes_for_batch": [ - 29 + 31 ], "id": [ - 29 + 31 ], "registered_gpu_nodes": [ - 29 + 31 ], "rendering_total_gpu_nodes": [ - 29 + 31 ], "streaming_free_gpu_nodes": [ - 29 + 31 ], "streaming_total_gpu_nodes": [ - 29 + 31 ], "total_gpu_nodes": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_bool_exp": { "_and": [ - 4979 + 5056 ], "_not": [ - 4979 + 5056 ], "_or": [ - 4979 + 5056 ], "demo_free_gpu_nodes": [ - 39 + 41 ], "demo_in_progress": [ - 4 + 6 ], "demo_total_gpu_nodes": [ - 39 + 41 ], "free_gpu_nodes": [ - 39 + 41 ], "free_gpu_nodes_for_batch": [ - 39 + 41 ], "highlights_in_progress": [ - 4 + 6 ], "id": [ - 39 + 41 ], "live_in_progress": [ - 4 + 6 ], "registered_gpu_nodes": [ - 39 + 41 ], "rendering_total_gpu_nodes": [ - 39 + 41 ], "renders_paused_for_active_match": [ - 4 + 6 ], "streaming_free_gpu_nodes": [ - 39 + 41 ], "streaming_total_gpu_nodes": [ - 39 + 41 ], "total_gpu_nodes": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_max_fields": { "demo_free_gpu_nodes": [ - 38 + 40 ], "demo_total_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes_for_batch": [ - 38 + 40 ], "id": [ - 38 + 40 ], "registered_gpu_nodes": [ - 38 + 40 ], "rendering_total_gpu_nodes": [ - 38 + 40 ], "streaming_free_gpu_nodes": [ - 38 + 40 ], "streaming_total_gpu_nodes": [ - 38 + 40 ], "total_gpu_nodes": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_min_fields": { "demo_free_gpu_nodes": [ - 38 + 40 ], "demo_total_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes_for_batch": [ - 38 + 40 ], "id": [ - 38 + 40 ], "registered_gpu_nodes": [ - 38 + 40 ], "rendering_total_gpu_nodes": [ - 38 + 40 ], "streaming_free_gpu_nodes": [ - 38 + 40 ], "streaming_total_gpu_nodes": [ - 38 + 40 ], "total_gpu_nodes": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_order_by": { "demo_free_gpu_nodes": [ - 2829 + 2951 ], "demo_in_progress": [ - 2829 + 2951 ], "demo_total_gpu_nodes": [ - 2829 + 2951 ], "free_gpu_nodes": [ - 2829 + 2951 ], "free_gpu_nodes_for_batch": [ - 2829 + 2951 ], "highlights_in_progress": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "live_in_progress": [ - 2829 + 2951 ], "registered_gpu_nodes": [ - 2829 + 2951 ], "rendering_total_gpu_nodes": [ - 2829 + 2951 ], "renders_paused_for_active_match": [ - 2829 + 2951 ], "streaming_free_gpu_nodes": [ - 2829 + 2951 ], "streaming_total_gpu_nodes": [ - 2829 + 2951 ], "total_gpu_nodes": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_select_column": {}, "v_gpu_pool_status_stddev_fields": { "demo_free_gpu_nodes": [ - 29 + 31 ], "demo_total_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes_for_batch": [ - 29 + 31 ], "id": [ - 29 + 31 ], "registered_gpu_nodes": [ - 29 + 31 ], "rendering_total_gpu_nodes": [ - 29 + 31 ], "streaming_free_gpu_nodes": [ - 29 + 31 ], "streaming_total_gpu_nodes": [ - 29 + 31 ], "total_gpu_nodes": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_stddev_pop_fields": { "demo_free_gpu_nodes": [ - 29 + 31 ], "demo_total_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes_for_batch": [ - 29 + 31 ], "id": [ - 29 + 31 ], "registered_gpu_nodes": [ - 29 + 31 ], "rendering_total_gpu_nodes": [ - 29 + 31 ], "streaming_free_gpu_nodes": [ - 29 + 31 ], "streaming_total_gpu_nodes": [ - 29 + 31 ], "total_gpu_nodes": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_stddev_samp_fields": { "demo_free_gpu_nodes": [ - 29 + 31 ], "demo_total_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes_for_batch": [ - 29 + 31 ], "id": [ - 29 + 31 ], "registered_gpu_nodes": [ - 29 + 31 ], "rendering_total_gpu_nodes": [ - 29 + 31 ], "streaming_free_gpu_nodes": [ - 29 + 31 ], "streaming_total_gpu_nodes": [ - 29 + 31 ], "total_gpu_nodes": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_stream_cursor_input": { "initial_value": [ - 4988 + 5065 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_stream_cursor_value_input": { "demo_free_gpu_nodes": [ - 38 + 40 ], "demo_in_progress": [ - 3 + 5 ], "demo_total_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes_for_batch": [ - 38 + 40 ], "highlights_in_progress": [ - 3 + 5 ], "id": [ - 38 + 40 ], "live_in_progress": [ - 3 + 5 ], "registered_gpu_nodes": [ - 38 + 40 ], "rendering_total_gpu_nodes": [ - 38 + 40 ], "renders_paused_for_active_match": [ - 3 + 5 ], "streaming_free_gpu_nodes": [ - 38 + 40 ], "streaming_total_gpu_nodes": [ - 38 + 40 ], "total_gpu_nodes": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_sum_fields": { "demo_free_gpu_nodes": [ - 38 + 40 ], "demo_total_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes": [ - 38 + 40 ], "free_gpu_nodes_for_batch": [ - 38 + 40 ], "id": [ - 38 + 40 ], "registered_gpu_nodes": [ - 38 + 40 ], "rendering_total_gpu_nodes": [ - 38 + 40 ], "streaming_free_gpu_nodes": [ - 38 + 40 ], "streaming_total_gpu_nodes": [ - 38 + 40 ], "total_gpu_nodes": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_var_pop_fields": { "demo_free_gpu_nodes": [ - 29 + 31 ], "demo_total_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes_for_batch": [ - 29 + 31 ], "id": [ - 29 + 31 ], "registered_gpu_nodes": [ - 29 + 31 ], "rendering_total_gpu_nodes": [ - 29 + 31 ], "streaming_free_gpu_nodes": [ - 29 + 31 ], "streaming_total_gpu_nodes": [ - 29 + 31 ], "total_gpu_nodes": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_var_samp_fields": { "demo_free_gpu_nodes": [ - 29 + 31 ], "demo_total_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes_for_batch": [ - 29 + 31 ], "id": [ - 29 + 31 ], "registered_gpu_nodes": [ - 29 + 31 ], "rendering_total_gpu_nodes": [ - 29 + 31 ], "streaming_free_gpu_nodes": [ - 29 + 31 ], "streaming_total_gpu_nodes": [ - 29 + 31 ], "total_gpu_nodes": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_gpu_pool_status_variance_fields": { "demo_free_gpu_nodes": [ - 29 + 31 ], "demo_total_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes": [ - 29 + 31 ], "free_gpu_nodes_for_batch": [ - 29 + 31 ], "id": [ - 29 + 31 ], "registered_gpu_nodes": [ - 29 + 31 ], "rendering_total_gpu_nodes": [ - 29 + 31 ], "streaming_free_gpu_nodes": [ - 29 + 31 ], "streaming_total_gpu_nodes": [ - 29 + 31 ], "total_gpu_nodes": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team": [ - 2060 + 2182 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "round_diff": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "season_division": [ - 1878 + 2000 ], "team_season": [ - 2018 + 2140 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_aggregate": { "aggregate": [ - 4997 + 5074 ], "nodes": [ - 4993 + 5070 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_aggregate_bool_exp": { "count": [ - 4996 + 5073 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_aggregate_bool_exp_count": { "arguments": [ - 5009 + 5086 ], "distinct": [ - 3 + 5 ], "filter": [ - 5002 + 5079 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_aggregate_fields": { "avg": [ - 5000 + 5077 ], "count": [ - 38, + 40, { "columns": [ - 5009, + 5086, "[v_league_division_standings_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5004 + 5081 ], "min": [ - 5006 + 5083 ], "stddev": [ - 5010 + 5087 ], "stddev_pop": [ - 5012 + 5089 ], "stddev_samp": [ - 5014 + 5091 ], "sum": [ - 5018 + 5095 ], "var_pop": [ - 5020 + 5097 ], "var_samp": [ - 5022 + 5099 ], "variance": [ - 5024 + 5101 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_aggregate_order_by": { "avg": [ - 5001 + 5078 ], "count": [ - 2829 + 2951 ], "max": [ - 5005 + 5082 ], "min": [ - 5007 + 5084 ], "stddev": [ - 5011 + 5088 ], "stddev_pop": [ - 5013 + 5090 ], "stddev_samp": [ - 5015 + 5092 ], "sum": [ - 5019 + 5096 ], "var_pop": [ - 5021 + 5098 ], "var_samp": [ - 5023 + 5100 ], "variance": [ - 5025 + 5102 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_arr_rel_insert_input": { "data": [ - 5003 + 5080 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_avg_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "round_diff": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_avg_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_bool_exp": { "_and": [ - 5002 + 5079 ], "_not": [ - 5002 + 5079 ], "_or": [ - 5002 + 5079 ], "head_to_head_match_wins": [ - 39 + 41 ], "head_to_head_rounds_won": [ - 39 + 41 ], "league_division_id": [ - 4923 + 5000 ], "league_season_division_id": [ - 4923 + 5000 ], "league_season_id": [ - 4923 + 5000 ], "league_team": [ - 2063 + 2185 ], "league_team_id": [ - 4923 + 5000 ], "league_team_season_id": [ - 4923 + 5000 ], "losses": [ - 39 + 41 ], "maps_lost": [ - 39 + 41 ], "maps_won": [ - 39 + 41 ], "matches_played": [ - 39 + 41 ], "matches_remaining": [ - 39 + 41 ], "rank": [ - 39 + 41 ], "round_diff": [ - 39 + 41 ], "rounds_lost": [ - 39 + 41 ], "rounds_won": [ - 39 + 41 ], "season_division": [ - 1885 + 2007 ], "team_season": [ - 2027 + 2149 ], "tournament_team_id": [ - 4923 + 5000 ], "wins": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_insert_input": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team": [ - 2069 + 2191 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "round_diff": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "season_division": [ - 1893 + 2015 ], "team_season": [ - 2036 + 2158 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_max_fields": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "round_diff": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_max_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "league_division_id": [ - 2829 + 2951 ], "league_season_division_id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team_id": [ - 2829 + 2951 ], "league_team_season_id": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_min_fields": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "round_diff": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_min_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "league_division_id": [ - 2829 + 2951 ], "league_season_division_id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team_id": [ - 2829 + 2951 ], "league_team_season_id": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "league_division_id": [ - 2829 + 2951 ], "league_season_division_id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team": [ - 2071 + 2193 ], "league_team_id": [ - 2829 + 2951 ], "league_team_season_id": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "season_division": [ - 1895 + 2017 ], "team_season": [ - 2038 + 2160 ], "tournament_team_id": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_select_column": {}, "v_league_division_standings_stddev_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "round_diff": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_stddev_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_stddev_pop_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "round_diff": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_stddev_pop_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_stddev_samp_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "round_diff": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_stddev_samp_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_stream_cursor_input": { "initial_value": [ - 5017 + 5094 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_stream_cursor_value_input": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "round_diff": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_sum_fields": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "round_diff": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_sum_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_var_pop_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "round_diff": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_var_pop_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_var_samp_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "round_diff": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_var_samp_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_variance_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "round_diff": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_division_standings_variance_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "round_diff": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team": [ - 2060 + 2182 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "matches_played": [ - 38 + 40 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate": { "aggregate": [ - 5040 + 5117 ], "nodes": [ - 5026 + 5103 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp": { "avg": [ - 5029 + 5106 ], "corr": [ - 5030 + 5107 ], "count": [ - 5032 + 5109 ], "covar_samp": [ - 5033 + 5110 ], "max": [ - 5035 + 5112 ], "min": [ - 5036 + 5113 ], "stddev_samp": [ - 5037 + 5114 ], "sum": [ - 5038 + 5115 ], "var_samp": [ - 5039 + 5116 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 5053 + 5130 ], "distinct": [ - 3 + 5 ], "filter": [ - 5045 + 5122 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 5031 + 5108 ], "distinct": [ - 3 + 5 ], "filter": [ - 5045 + 5122 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 5054 + 5131 ], "Y": [ - 5054 + 5131 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_count": { "arguments": [ - 5052 + 5129 ], "distinct": [ - 3 + 5 ], "filter": [ - 5045 + 5122 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 5034 + 5111 ], "distinct": [ - 3 + 5 ], "filter": [ - 5045 + 5122 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5055 + 5132 ], "Y": [ - 5055 + 5132 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_max": { "arguments": [ - 5056 + 5133 ], "distinct": [ - 3 + 5 ], "filter": [ - 5045 + 5122 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_min": { "arguments": [ - 5057 + 5134 ], "distinct": [ - 3 + 5 ], "filter": [ - 5045 + 5122 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5058 + 5135 ], "distinct": [ - 3 + 5 ], "filter": [ - 5045 + 5122 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 5059 + 5136 ], "distinct": [ - 3 + 5 ], "filter": [ - 5045 + 5122 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 5060 + 5137 ], "distinct": [ - 3 + 5 ], "filter": [ - 5045 + 5122 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_fields": { "avg": [ - 5043 + 5120 ], "count": [ - 38, + 40, { "columns": [ - 5052, + 5129, "[v_league_season_player_stats_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5047 + 5124 ], "min": [ - 5049 + 5126 ], "stddev": [ - 5061 + 5138 ], "stddev_pop": [ - 5063 + 5140 ], "stddev_samp": [ - 5065 + 5142 ], "sum": [ - 5069 + 5146 ], "var_pop": [ - 5071 + 5148 ], "var_samp": [ - 5073 + 5150 ], "variance": [ - 5075 + 5152 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_aggregate_order_by": { "avg": [ - 5044 + 5121 ], "count": [ - 2829 + 2951 ], "max": [ - 5048 + 5125 ], "min": [ - 5050 + 5127 ], "stddev": [ - 5062 + 5139 ], "stddev_pop": [ - 5064 + 5141 ], "stddev_samp": [ - 5066 + 5143 ], "sum": [ - 5070 + 5147 ], "var_pop": [ - 5072 + 5149 ], "var_samp": [ - 5074 + 5151 ], "variance": [ - 5076 + 5153 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_arr_rel_insert_input": { "data": [ - 5046 + 5123 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_avg_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_avg_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_bool_exp": { "_and": [ - 5045 + 5122 ], "_not": [ - 5045 + 5122 ], "_or": [ - 5045 + 5122 ], "assists": [ - 39 + 41 ], "deaths": [ - 39 + 41 ], "headshot_percentage": [ - 1548 + 1670 ], "headshots": [ - 39 + 41 ], "kdr": [ - 1548 + 1670 ], "kills": [ - 39 + 41 ], "league_division_id": [ - 4923 + 5000 ], "league_season_division_id": [ - 4923 + 5000 ], "league_season_id": [ - 4923 + 5000 ], "league_team": [ - 2063 + 2185 ], "league_team_id": [ - 4923 + 5000 ], "league_team_season_id": [ - 4923 + 5000 ], "matches_played": [ - 39 + 41 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_insert_input": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team": [ - 2069 + 2191 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "matches_played": [ - 38 + 40 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_max_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_max_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "league_division_id": [ - 2829 + 2951 ], "league_season_division_id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team_id": [ - 2829 + 2951 ], "league_team_season_id": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_min_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_min_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "league_division_id": [ - 2829 + 2951 ], "league_season_division_id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team_id": [ - 2829 + 2951 ], "league_team_season_id": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "league_division_id": [ - 2829 + 2951 ], "league_season_division_id": [ - 2829 + 2951 ], "league_season_id": [ - 2829 + 2951 ], "league_team": [ - 2071 + 2193 ], "league_team_id": [ - 2829 + 2951 ], "league_team_season_id": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_select_column": {}, @@ -115037,6482 +117152,6482 @@ export default { "v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_var_samp_arguments_columns": {}, "v_league_season_player_stats_stddev_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_stddev_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_stddev_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_stddev_pop_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_stddev_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_stddev_samp_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_stream_cursor_input": { "initial_value": [ - 5068 + 5145 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_stream_cursor_value_input": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "league_division_id": [ - 4921 + 4998 ], "league_season_division_id": [ - 4921 + 4998 ], "league_season_id": [ - 4921 + 4998 ], "league_team_id": [ - 4921 + 4998 ], "league_team_season_id": [ - 4921 + 4998 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_sum_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_sum_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_var_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_var_pop_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_var_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_var_samp_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_variance_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_league_season_player_stats_variance_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_captains": { "captain": [ - 3 + 5 ], "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "lineup": [ - 2324 + 2446 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "player": [ - 3787 + 3909 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_aggregate": { "aggregate": [ - 5079 + 5156 ], "nodes": [ - 5077 + 5154 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_aggregate_fields": { "avg": [ - 5080 + 5157 ], "count": [ - 38, + 40, { "columns": [ - 5089, + 5166, "[v_match_captains_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5084 + 5161 ], "min": [ - 5085 + 5162 ], "stddev": [ - 5091 + 5168 ], "stddev_pop": [ - 5092 + 5169 ], "stddev_samp": [ - 5093 + 5170 ], "sum": [ - 5096 + 5173 ], "var_pop": [ - 5098 + 5175 ], "var_samp": [ - 5099 + 5176 ], "variance": [ - 5100 + 5177 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_bool_exp": { "_and": [ - 5081 + 5158 ], "_not": [ - 5081 + 5158 ], "_or": [ - 5081 + 5158 ], "captain": [ - 4 + 6 ], "discord_id": [ - 80 + 82 ], "id": [ - 4923 + 5000 ], "lineup": [ - 2333 + 2455 ], "match_lineup_id": [ - 4923 + 5000 ], "placeholder_name": [ - 80 + 82 ], "player": [ - 3791 + 3913 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_inc_input": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_insert_input": { "captain": [ - 3 + 5 ], "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "lineup": [ - 2342 + 2464 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "player": [ - 3798 + 3920 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_max_fields": { "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_min_fields": { "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 5077 + 5154 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_obj_rel_insert_input": { "data": [ - 5083 + 5160 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_order_by": { "captain": [ - 2829 + 2951 ], "discord_id": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "lineup": [ - 2344 + 2466 ], "match_lineup_id": [ - 2829 + 2951 ], "placeholder_name": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_select_column": {}, "v_match_captains_set_input": { "captain": [ - 3 + 5 ], "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_stream_cursor_input": { "initial_value": [ - 5095 + 5172 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_stream_cursor_value_input": { "captain": [ - 3 + 5 ], "discord_id": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "placeholder_name": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_updates": { "_inc": [ - 5082 + 5159 ], "_set": [ - 5090 + 5167 ], "where": [ - 5081 + 5158 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_captains_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches": { "against_count": [ - 38 + 40 ], "clutcher": [ - 3787 + 3909 ], "clutcher_steam_id": [ - 180 + 257 ], "kills_in_clutch": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2324 + 2446 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "outcome": [ - 78 + 80 ], "round": [ - 38 + 40 ], "side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_aggregate": { "aggregate": [ - 5105 + 5182 ], "nodes": [ - 5101 + 5178 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_aggregate_bool_exp": { "count": [ - 5104 + 5181 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_aggregate_bool_exp_count": { "arguments": [ - 5117 + 5194 ], "distinct": [ - 3 + 5 ], "filter": [ - 5110 + 5187 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_aggregate_fields": { "avg": [ - 5108 + 5185 ], "count": [ - 38, + 40, { "columns": [ - 5117, + 5194, "[v_match_clutches_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5112 + 5189 ], "min": [ - 5114 + 5191 ], "stddev": [ - 5118 + 5195 ], "stddev_pop": [ - 5120 + 5197 ], "stddev_samp": [ - 5122 + 5199 ], "sum": [ - 5126 + 5203 ], "var_pop": [ - 5128 + 5205 ], "var_samp": [ - 5130 + 5207 ], "variance": [ - 5132 + 5209 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_aggregate_order_by": { "avg": [ - 5109 + 5186 ], "count": [ - 2829 + 2951 ], "max": [ - 5113 + 5190 ], "min": [ - 5115 + 5192 ], "stddev": [ - 5119 + 5196 ], "stddev_pop": [ - 5121 + 5198 ], "stddev_samp": [ - 5123 + 5200 ], "sum": [ - 5127 + 5204 ], "var_pop": [ - 5129 + 5206 ], "var_samp": [ - 5131 + 5208 ], "variance": [ - 5133 + 5210 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_arr_rel_insert_input": { "data": [ - 5111 + 5188 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_avg_fields": { "against_count": [ - 29 + 31 ], "clutcher_steam_id": [ - 29 + 31 ], "kills_in_clutch": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_avg_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_bool_exp": { "_and": [ - 5110 + 5187 ], "_not": [ - 5110 + 5187 ], "_or": [ - 5110 + 5187 ], "against_count": [ - 39 + 41 ], "clutcher": [ - 3791 + 3913 ], "clutcher_steam_id": [ - 182 + 259 ], "kills_in_clutch": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_lineup": [ - 2333 + 2455 ], "match_lineup_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "outcome": [ - 80 + 82 ], "round": [ - 39 + 41 ], "side": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_insert_input": { "against_count": [ - 38 + 40 ], "clutcher": [ - 3798 + 3920 ], "clutcher_steam_id": [ - 180 + 257 ], "kills_in_clutch": [ - 38 + 40 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2342 + 2464 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "outcome": [ - 78 + 80 ], "round": [ - 38 + 40 ], "side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_max_fields": { "against_count": [ - 38 + 40 ], "clutcher_steam_id": [ - 180 + 257 ], "kills_in_clutch": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "outcome": [ - 78 + 80 ], "round": [ - 38 + 40 ], "side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_max_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "outcome": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_min_fields": { "against_count": [ - 38 + 40 ], "clutcher_steam_id": [ - 180 + 257 ], "kills_in_clutch": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "outcome": [ - 78 + 80 ], "round": [ - 38 + 40 ], "side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_min_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "outcome": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher": [ - 3800 + 3922 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_lineup": [ - 2344 + 2466 ], "match_lineup_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "outcome": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_select_column": {}, "v_match_clutches_stddev_fields": { "against_count": [ - 29 + 31 ], "clutcher_steam_id": [ - 29 + 31 ], "kills_in_clutch": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_stddev_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_stddev_pop_fields": { "against_count": [ - 29 + 31 ], "clutcher_steam_id": [ - 29 + 31 ], "kills_in_clutch": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_stddev_pop_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_stddev_samp_fields": { "against_count": [ - 29 + 31 ], "clutcher_steam_id": [ - 29 + 31 ], "kills_in_clutch": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_stddev_samp_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_stream_cursor_input": { "initial_value": [ - 5125 + 5202 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_stream_cursor_value_input": { "against_count": [ - 38 + 40 ], "clutcher_steam_id": [ - 180 + 257 ], "kills_in_clutch": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "outcome": [ - 78 + 80 ], "round": [ - 38 + 40 ], "side": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_sum_fields": { "against_count": [ - 38 + 40 ], "clutcher_steam_id": [ - 180 + 257 ], "kills_in_clutch": [ - 38 + 40 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_sum_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_var_pop_fields": { "against_count": [ - 29 + 31 ], "clutcher_steam_id": [ - 29 + 31 ], "kills_in_clutch": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_var_pop_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_var_samp_fields": { "against_count": [ - 29 + 31 ], "clutcher_steam_id": [ - 29 + 31 ], "kills_in_clutch": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_var_samp_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_variance_fields": { "against_count": [ - 29 + 31 ], "clutcher_steam_id": [ - 29 + 31 ], "kills_in_clutch": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_clutches_variance_order_by": { "against_count": [ - 2829 + 2951 ], "clutcher_steam_id": [ - 2829 + 2951 ], "kills_in_clutch": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs": { "killer_side": [ - 78 + 80 ], "killer_steam_id": [ - 180 + 257 ], "kills": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "victim_side": [ - 78 + 80 ], "victim_steam_id": [ - 180 + 257 ], "weapon": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_aggregate": { "aggregate": [ - 5136 + 5213 ], "nodes": [ - 5134 + 5211 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_aggregate_fields": { "avg": [ - 5137 + 5214 ], "count": [ - 38, + 40, { "columns": [ - 5142, + 5219, "[v_match_kill_pairs_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5139 + 5216 ], "min": [ - 5140 + 5217 ], "stddev": [ - 5143 + 5220 ], "stddev_pop": [ - 5144 + 5221 ], "stddev_samp": [ - 5145 + 5222 ], "sum": [ - 5148 + 5225 ], "var_pop": [ - 5149 + 5226 ], "var_samp": [ - 5150 + 5227 ], "variance": [ - 5151 + 5228 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_avg_fields": { "killer_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "victim_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_bool_exp": { "_and": [ - 5138 + 5215 ], "_not": [ - 5138 + 5215 ], "_or": [ - 5138 + 5215 ], "killer_side": [ - 80 + 82 ], "killer_steam_id": [ - 182 + 259 ], "kills": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "victim_side": [ - 80 + 82 ], "victim_steam_id": [ - 182 + 259 ], "weapon": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_max_fields": { "killer_side": [ - 78 + 80 ], "killer_steam_id": [ - 180 + 257 ], "kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "victim_side": [ - 78 + 80 ], "victim_steam_id": [ - 180 + 257 ], "weapon": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_min_fields": { "killer_side": [ - 78 + 80 ], "killer_steam_id": [ - 180 + 257 ], "kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "victim_side": [ - 78 + 80 ], "victim_steam_id": [ - 180 + 257 ], "weapon": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_order_by": { "killer_side": [ - 2829 + 2951 ], "killer_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "victim_side": [ - 2829 + 2951 ], "victim_steam_id": [ - 2829 + 2951 ], "weapon": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_select_column": {}, "v_match_kill_pairs_stddev_fields": { "killer_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "victim_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_stddev_pop_fields": { "killer_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "victim_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_stddev_samp_fields": { "killer_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "victim_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_stream_cursor_input": { "initial_value": [ - 5147 + 5224 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_stream_cursor_value_input": { "killer_side": [ - 78 + 80 ], "killer_steam_id": [ - 180 + 257 ], "kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "victim_side": [ - 78 + 80 ], "victim_steam_id": [ - 180 + 257 ], "weapon": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_sum_fields": { "killer_steam_id": [ - 180 + 257 ], "kills": [ - 38 + 40 ], "victim_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_var_pop_fields": { "killer_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "victim_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_var_samp_fields": { "killer_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "victim_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_kill_pairs_variance_fields": { "killer_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "victim_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types": { "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2324 + 2446 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "matchup": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_aggregate": { "aggregate": [ - 5154 + 5231 ], "nodes": [ - 5152 + 5229 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_aggregate_fields": { "avg": [ - 5155 + 5232 ], "count": [ - 38, + 40, { "columns": [ - 5160, + 5237, "[v_match_lineup_buy_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5157 + 5234 ], "min": [ - 5158 + 5235 ], "stddev": [ - 5161 + 5238 ], "stddev_pop": [ - 5162 + 5239 ], "stddev_samp": [ - 5163 + 5240 ], "sum": [ - 5166 + 5243 ], "var_pop": [ - 5167 + 5244 ], "var_samp": [ - 5168 + 5245 ], "variance": [ - 5169 + 5246 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_avg_fields": { "rounds": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_bool_exp": { "_and": [ - 5156 + 5233 ], "_not": [ - 5156 + 5233 ], "_or": [ - 5156 + 5233 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_lineup": [ - 2333 + 2455 ], "match_lineup_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "matchup": [ - 80 + 82 ], "rounds": [ - 39 + 41 ], "side": [ - 80 + 82 ], "wins": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_max_fields": { "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "matchup": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_min_fields": { "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "matchup": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_order_by": { "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_lineup": [ - 2344 + 2466 ], "match_lineup_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "matchup": [ - 2829 + 2951 ], "rounds": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_select_column": {}, "v_match_lineup_buy_types_stddev_fields": { "rounds": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_stddev_pop_fields": { "rounds": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_stddev_samp_fields": { "rounds": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_stream_cursor_input": { "initial_value": [ - 5165 + 5242 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_stream_cursor_value_input": { "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "matchup": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_sum_fields": { "rounds": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_var_pop_fields": { "rounds": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_var_samp_fields": { "rounds": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_buy_types_variance_fields": { "rounds": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats": { "man_adv_rounds": [ - 38 + 40 ], "man_adv_wins": [ - 38 + 40 ], "man_dis_rounds": [ - 38 + 40 ], "man_dis_wins": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2324 + 2446 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "opening_attempts": [ - 38 + 40 ], "opening_wins": [ - 38 + 40 ], "pistol_rounds": [ - 38 + 40 ], "pistol_wins": [ - 38 + 40 ], "round_wins": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "won_buy_eco": [ - 38 + 40 ], "won_buy_force": [ - 38 + 40 ], "won_buy_full": [ - 38 + 40 ], "won_buy_pistol": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_aggregate": { "aggregate": [ - 5172 + 5249 ], "nodes": [ - 5170 + 5247 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_aggregate_fields": { "avg": [ - 5173 + 5250 ], "count": [ - 38, + 40, { "columns": [ - 5178, + 5255, "[v_match_lineup_map_stats_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5175 + 5252 ], "min": [ - 5176 + 5253 ], "stddev": [ - 5179 + 5256 ], "stddev_pop": [ - 5180 + 5257 ], "stddev_samp": [ - 5181 + 5258 ], "sum": [ - 5184 + 5261 ], "var_pop": [ - 5185 + 5262 ], "var_samp": [ - 5186 + 5263 ], "variance": [ - 5187 + 5264 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_avg_fields": { "man_adv_rounds": [ - 29 + 31 ], "man_adv_wins": [ - 29 + 31 ], "man_dis_rounds": [ - 29 + 31 ], "man_dis_wins": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "opening_wins": [ - 29 + 31 ], "pistol_rounds": [ - 29 + 31 ], "pistol_wins": [ - 29 + 31 ], "round_wins": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "won_buy_eco": [ - 29 + 31 ], "won_buy_force": [ - 29 + 31 ], "won_buy_full": [ - 29 + 31 ], "won_buy_pistol": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_bool_exp": { "_and": [ - 5174 + 5251 ], "_not": [ - 5174 + 5251 ], "_or": [ - 5174 + 5251 ], "man_adv_rounds": [ - 39 + 41 ], "man_adv_wins": [ - 39 + 41 ], "man_dis_rounds": [ - 39 + 41 ], "man_dis_wins": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_lineup": [ - 2333 + 2455 ], "match_lineup_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "opening_attempts": [ - 39 + 41 ], "opening_wins": [ - 39 + 41 ], "pistol_rounds": [ - 39 + 41 ], "pistol_wins": [ - 39 + 41 ], "round_wins": [ - 39 + 41 ], "rounds": [ - 39 + 41 ], "side": [ - 80 + 82 ], "won_buy_eco": [ - 39 + 41 ], "won_buy_force": [ - 39 + 41 ], "won_buy_full": [ - 39 + 41 ], "won_buy_pistol": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_max_fields": { "man_adv_rounds": [ - 38 + 40 ], "man_adv_wins": [ - 38 + 40 ], "man_dis_rounds": [ - 38 + 40 ], "man_dis_wins": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "opening_attempts": [ - 38 + 40 ], "opening_wins": [ - 38 + 40 ], "pistol_rounds": [ - 38 + 40 ], "pistol_wins": [ - 38 + 40 ], "round_wins": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "won_buy_eco": [ - 38 + 40 ], "won_buy_force": [ - 38 + 40 ], "won_buy_full": [ - 38 + 40 ], "won_buy_pistol": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_min_fields": { "man_adv_rounds": [ - 38 + 40 ], "man_adv_wins": [ - 38 + 40 ], "man_dis_rounds": [ - 38 + 40 ], "man_dis_wins": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "opening_attempts": [ - 38 + 40 ], "opening_wins": [ - 38 + 40 ], "pistol_rounds": [ - 38 + 40 ], "pistol_wins": [ - 38 + 40 ], "round_wins": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "won_buy_eco": [ - 38 + 40 ], "won_buy_force": [ - 38 + 40 ], "won_buy_full": [ - 38 + 40 ], "won_buy_pistol": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_order_by": { "man_adv_rounds": [ - 2829 + 2951 ], "man_adv_wins": [ - 2829 + 2951 ], "man_dis_rounds": [ - 2829 + 2951 ], "man_dis_wins": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_lineup": [ - 2344 + 2466 ], "match_lineup_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "opening_attempts": [ - 2829 + 2951 ], "opening_wins": [ - 2829 + 2951 ], "pistol_rounds": [ - 2829 + 2951 ], "pistol_wins": [ - 2829 + 2951 ], "round_wins": [ - 2829 + 2951 ], "rounds": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "won_buy_eco": [ - 2829 + 2951 ], "won_buy_force": [ - 2829 + 2951 ], "won_buy_full": [ - 2829 + 2951 ], "won_buy_pistol": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_select_column": {}, "v_match_lineup_map_stats_stddev_fields": { "man_adv_rounds": [ - 29 + 31 ], "man_adv_wins": [ - 29 + 31 ], "man_dis_rounds": [ - 29 + 31 ], "man_dis_wins": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "opening_wins": [ - 29 + 31 ], "pistol_rounds": [ - 29 + 31 ], "pistol_wins": [ - 29 + 31 ], "round_wins": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "won_buy_eco": [ - 29 + 31 ], "won_buy_force": [ - 29 + 31 ], "won_buy_full": [ - 29 + 31 ], "won_buy_pistol": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_stddev_pop_fields": { "man_adv_rounds": [ - 29 + 31 ], "man_adv_wins": [ - 29 + 31 ], "man_dis_rounds": [ - 29 + 31 ], "man_dis_wins": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "opening_wins": [ - 29 + 31 ], "pistol_rounds": [ - 29 + 31 ], "pistol_wins": [ - 29 + 31 ], "round_wins": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "won_buy_eco": [ - 29 + 31 ], "won_buy_force": [ - 29 + 31 ], "won_buy_full": [ - 29 + 31 ], "won_buy_pistol": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_stddev_samp_fields": { "man_adv_rounds": [ - 29 + 31 ], "man_adv_wins": [ - 29 + 31 ], "man_dis_rounds": [ - 29 + 31 ], "man_dis_wins": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "opening_wins": [ - 29 + 31 ], "pistol_rounds": [ - 29 + 31 ], "pistol_wins": [ - 29 + 31 ], "round_wins": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "won_buy_eco": [ - 29 + 31 ], "won_buy_force": [ - 29 + 31 ], "won_buy_full": [ - 29 + 31 ], "won_buy_pistol": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_stream_cursor_input": { "initial_value": [ - 5183 + 5260 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_stream_cursor_value_input": { "man_adv_rounds": [ - 38 + 40 ], "man_adv_wins": [ - 38 + 40 ], "man_dis_rounds": [ - 38 + 40 ], "man_dis_wins": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "opening_attempts": [ - 38 + 40 ], "opening_wins": [ - 38 + 40 ], "pistol_rounds": [ - 38 + 40 ], "pistol_wins": [ - 38 + 40 ], "round_wins": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "won_buy_eco": [ - 38 + 40 ], "won_buy_force": [ - 38 + 40 ], "won_buy_full": [ - 38 + 40 ], "won_buy_pistol": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_sum_fields": { "man_adv_rounds": [ - 38 + 40 ], "man_adv_wins": [ - 38 + 40 ], "man_dis_rounds": [ - 38 + 40 ], "man_dis_wins": [ - 38 + 40 ], "opening_attempts": [ - 38 + 40 ], "opening_wins": [ - 38 + 40 ], "pistol_rounds": [ - 38 + 40 ], "pistol_wins": [ - 38 + 40 ], "round_wins": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "won_buy_eco": [ - 38 + 40 ], "won_buy_force": [ - 38 + 40 ], "won_buy_full": [ - 38 + 40 ], "won_buy_pistol": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_var_pop_fields": { "man_adv_rounds": [ - 29 + 31 ], "man_adv_wins": [ - 29 + 31 ], "man_dis_rounds": [ - 29 + 31 ], "man_dis_wins": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "opening_wins": [ - 29 + 31 ], "pistol_rounds": [ - 29 + 31 ], "pistol_wins": [ - 29 + 31 ], "round_wins": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "won_buy_eco": [ - 29 + 31 ], "won_buy_force": [ - 29 + 31 ], "won_buy_full": [ - 29 + 31 ], "won_buy_pistol": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_var_samp_fields": { "man_adv_rounds": [ - 29 + 31 ], "man_adv_wins": [ - 29 + 31 ], "man_dis_rounds": [ - 29 + 31 ], "man_dis_wins": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "opening_wins": [ - 29 + 31 ], "pistol_rounds": [ - 29 + 31 ], "pistol_wins": [ - 29 + 31 ], "round_wins": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "won_buy_eco": [ - 29 + 31 ], "won_buy_force": [ - 29 + 31 ], "won_buy_full": [ - 29 + 31 ], "won_buy_pistol": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_lineup_map_stats_variance_fields": { "man_adv_rounds": [ - 29 + 31 ], "man_adv_wins": [ - 29 + 31 ], "man_dis_rounds": [ - 29 + 31 ], "man_dis_wins": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "opening_wins": [ - 29 + 31 ], "pistol_rounds": [ - 29 + 31 ], "pistol_wins": [ - 29 + 31 ], "round_wins": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "won_buy_eco": [ - 29 + 31 ], "won_buy_force": [ - 29 + 31 ], "won_buy_full": [ - 29 + 31 ], "won_buy_pistol": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds": { "has_backup_file": [ - 3 + 5 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_aggregate": { "aggregate": [ - 5190 + 5267 ], "nodes": [ - 5188 + 5265 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_aggregate_fields": { "avg": [ - 5191 + 5268 ], "count": [ - 38, + 40, { "columns": [ - 5199, + 5276, "[v_match_map_backup_rounds_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5195 + 5272 ], "min": [ - 5196 + 5273 ], "stddev": [ - 5201 + 5278 ], "stddev_pop": [ - 5202 + 5279 ], "stddev_samp": [ - 5203 + 5280 ], "sum": [ - 5206 + 5283 ], "var_pop": [ - 5208 + 5285 ], "var_samp": [ - 5209 + 5286 ], "variance": [ - 5210 + 5287 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_avg_fields": { "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_bool_exp": { "_and": [ - 5192 + 5269 ], "_not": [ - 5192 + 5269 ], "_or": [ - 5192 + 5269 ], "has_backup_file": [ - 4 + 6 ], "match_map_id": [ - 4923 + 5000 ], "round": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_inc_input": { "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_insert_input": { "has_backup_file": [ - 3 + 5 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_max_fields": { "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_min_fields": { "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 5188 + 5265 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_order_by": { "has_backup_file": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_select_column": {}, "v_match_map_backup_rounds_set_input": { "has_backup_file": [ - 3 + 5 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_stddev_fields": { "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_stddev_pop_fields": { "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_stddev_samp_fields": { "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_stream_cursor_input": { "initial_value": [ - 5205 + 5282 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_stream_cursor_value_input": { "has_backup_file": [ - 3 + 5 ], "match_map_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_sum_fields": { "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_updates": { "_inc": [ - 5193 + 5270 ], "_set": [ - 5200 + 5277 ], "where": [ - 5192 + 5269 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_var_pop_fields": { "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_var_samp_fields": { "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_map_backup_rounds_variance_fields": { "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types": { "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2324 + 2446 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "matchup": [ - 78 + 80 ], "player": [ - 3787 + 3909 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_aggregate": { "aggregate": [ - 5213 + 5290 ], "nodes": [ - 5211 + 5288 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_aggregate_fields": { "avg": [ - 5214 + 5291 ], "count": [ - 38, + 40, { "columns": [ - 5219, + 5296, "[v_match_player_buy_types_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5216 + 5293 ], "min": [ - 5217 + 5294 ], "stddev": [ - 5220 + 5297 ], "stddev_pop": [ - 5221 + 5298 ], "stddev_samp": [ - 5222 + 5299 ], "sum": [ - 5225 + 5302 ], "var_pop": [ - 5226 + 5303 ], "var_samp": [ - 5227 + 5304 ], "variance": [ - 5228 + 5305 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_avg_fields": { "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_bool_exp": { "_and": [ - 5215 + 5292 ], "_not": [ - 5215 + 5292 ], "_or": [ - 5215 + 5292 ], "deaths": [ - 39 + 41 ], "kills": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_lineup": [ - 2333 + 2455 ], "match_lineup_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "matchup": [ - 80 + 82 ], "player": [ - 3791 + 3913 ], "rounds": [ - 39 + 41 ], "side": [ - 80 + 82 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_max_fields": { "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "matchup": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_min_fields": { "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "matchup": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_order_by": { "deaths": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_lineup": [ - 2344 + 2466 ], "match_lineup_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "matchup": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "rounds": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_select_column": {}, "v_match_player_buy_types_stddev_fields": { "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_stddev_pop_fields": { "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_stddev_samp_fields": { "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_stream_cursor_input": { "initial_value": [ - 5224 + 5301 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_stream_cursor_value_input": { "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "matchup": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "side": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_sum_fields": { "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_var_pop_fields": { "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_var_samp_fields": { "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_buy_types_variance_fields": { "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels": { "attempts": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2324 + 2446 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "side": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "traded_deaths": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_aggregate": { "aggregate": [ - 5233 + 5310 ], "nodes": [ - 5229 + 5306 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_aggregate_bool_exp": { "count": [ - 5232 + 5309 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_aggregate_bool_exp_count": { "arguments": [ - 5245 + 5322 ], "distinct": [ - 3 + 5 ], "filter": [ - 5238 + 5315 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_aggregate_fields": { "avg": [ - 5236 + 5313 ], "count": [ - 38, + 40, { "columns": [ - 5245, + 5322, "[v_match_player_opening_duels_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5240 + 5317 ], "min": [ - 5242 + 5319 ], "stddev": [ - 5246 + 5323 ], "stddev_pop": [ - 5248 + 5325 ], "stddev_samp": [ - 5250 + 5327 ], "sum": [ - 5254 + 5331 ], "var_pop": [ - 5256 + 5333 ], "var_samp": [ - 5258 + 5335 ], "variance": [ - 5260 + 5337 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_aggregate_order_by": { "avg": [ - 5237 + 5314 ], "count": [ - 2829 + 2951 ], "max": [ - 5241 + 5318 ], "min": [ - 5243 + 5320 ], "stddev": [ - 5247 + 5324 ], "stddev_pop": [ - 5249 + 5326 ], "stddev_samp": [ - 5251 + 5328 ], "sum": [ - 5255 + 5332 ], "var_pop": [ - 5257 + 5334 ], "var_samp": [ - 5259 + 5336 ], "variance": [ - 5261 + 5338 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_arr_rel_insert_input": { "data": [ - 5239 + 5316 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_avg_fields": { "attempts": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "traded_deaths": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_avg_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_bool_exp": { "_and": [ - 5238 + 5315 ], "_not": [ - 5238 + 5315 ], "_or": [ - 5238 + 5315 ], "attempts": [ - 39 + 41 ], "deaths": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_lineup": [ - 2333 + 2455 ], "match_lineup_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "side": [ - 80 + 82 ], "steam_id": [ - 182 + 259 ], "traded_deaths": [ - 39 + 41 ], "wins": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_insert_input": { "attempts": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_lineup": [ - 2342 + 2464 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "side": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "traded_deaths": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_max_fields": { "attempts": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "side": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "traded_deaths": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_max_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_min_fields": { "attempts": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "side": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "traded_deaths": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_min_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_lineup_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "side": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_lineup": [ - 2344 + 2466 ], "match_lineup_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "side": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_select_column": {}, "v_match_player_opening_duels_stddev_fields": { "attempts": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "traded_deaths": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_stddev_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_stddev_pop_fields": { "attempts": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "traded_deaths": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_stddev_pop_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_stddev_samp_fields": { "attempts": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "traded_deaths": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_stddev_samp_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_stream_cursor_input": { "initial_value": [ - 5253 + 5330 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_stream_cursor_value_input": { "attempts": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "match_id": [ - 4921 + 4998 ], "match_lineup_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "side": [ - 78 + 80 ], "steam_id": [ - 180 + 257 ], "traded_deaths": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_sum_fields": { "attempts": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "traded_deaths": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_sum_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_var_pop_fields": { "attempts": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "traded_deaths": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_var_pop_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_var_samp_fields": { "attempts": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "traded_deaths": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_var_samp_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_variance_fields": { "attempts": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "traded_deaths": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_match_player_opening_duels_variance_order_by": { "attempts": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "traded_deaths": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis": { "attacker_id": [ - 180 + 257 ], "kill_count": [ - 180 + 257 ], "nemsis": [ - 3787 + 3909 ], "player": [ - 3787 + 3909 ], "victim_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_aggregate": { "aggregate": [ - 5264 + 5341 ], "nodes": [ - 5262 + 5339 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_aggregate_fields": { "avg": [ - 5265 + 5342 ], "count": [ - 38, + 40, { "columns": [ - 5270, + 5347, "[v_player_arch_nemesis_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5267 + 5344 ], "min": [ - 5268 + 5345 ], "stddev": [ - 5271 + 5348 ], "stddev_pop": [ - 5272 + 5349 ], "stddev_samp": [ - 5273 + 5350 ], "sum": [ - 5276 + 5353 ], "var_pop": [ - 5277 + 5354 ], "var_samp": [ - 5278 + 5355 ], "variance": [ - 5279 + 5356 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_avg_fields": { "attacker_id": [ - 29 + 31 ], "kill_count": [ - 29 + 31 ], "victim_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_bool_exp": { "_and": [ - 5266 + 5343 ], "_not": [ - 5266 + 5343 ], "_or": [ - 5266 + 5343 ], "attacker_id": [ - 182 + 259 ], "kill_count": [ - 182 + 259 ], "nemsis": [ - 3791 + 3913 ], "player": [ - 3791 + 3913 ], "victim_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_max_fields": { "attacker_id": [ - 180 + 257 ], "kill_count": [ - 180 + 257 ], "victim_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_min_fields": { "attacker_id": [ - 180 + 257 ], "kill_count": [ - 180 + 257 ], "victim_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_order_by": { "attacker_id": [ - 2829 + 2951 ], "kill_count": [ - 2829 + 2951 ], "nemsis": [ - 3800 + 3922 ], "player": [ - 3800 + 3922 ], "victim_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_select_column": {}, "v_player_arch_nemesis_stddev_fields": { "attacker_id": [ - 29 + 31 ], "kill_count": [ - 29 + 31 ], "victim_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_stddev_pop_fields": { "attacker_id": [ - 29 + 31 ], "kill_count": [ - 29 + 31 ], "victim_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_stddev_samp_fields": { "attacker_id": [ - 29 + 31 ], "kill_count": [ - 29 + 31 ], "victim_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_stream_cursor_input": { "initial_value": [ - 5275 + 5352 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_stream_cursor_value_input": { "attacker_id": [ - 180 + 257 ], "kill_count": [ - 180 + 257 ], "victim_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_sum_fields": { "attacker_id": [ - 180 + 257 ], "kill_count": [ - 180 + 257 ], "victim_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_var_pop_fields": { "attacker_id": [ - 29 + 31 ], "kill_count": [ - 29 + 31 ], "victim_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_var_samp_fields": { "attacker_id": [ - 29 + 31 ], "kill_count": [ - 29 + 31 ], "victim_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_arch_nemesis_variance_fields": { "attacker_id": [ - 29 + 31 ], "kill_count": [ - 29 + 31 ], "victim_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_damage": { "avg_damage_per_round": [ - 180 + 257 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "total_damage": [ - 180 + 257 ], "total_rounds": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_aggregate": { "aggregate": [ - 5282 + 5359 ], "nodes": [ - 5280 + 5357 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_aggregate_fields": { "avg": [ - 5283 + 5360 ], "count": [ - 38, + 40, { "columns": [ - 5288, + 5365, "[v_player_damage_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5285 + 5362 ], "min": [ - 5286 + 5363 ], "stddev": [ - 5289 + 5366 ], "stddev_pop": [ - 5290 + 5367 ], "stddev_samp": [ - 5291 + 5368 ], "sum": [ - 5294 + 5371 ], "var_pop": [ - 5295 + 5372 ], "var_samp": [ - 5296 + 5373 ], "variance": [ - 5297 + 5374 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_avg_fields": { "avg_damage_per_round": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "total_damage": [ - 29 + 31 ], "total_rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_bool_exp": { "_and": [ - 5284 + 5361 ], "_not": [ - 5284 + 5361 ], "_or": [ - 5284 + 5361 ], "avg_damage_per_round": [ - 182 + 259 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "total_damage": [ - 182 + 259 ], "total_rounds": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_max_fields": { "avg_damage_per_round": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "total_damage": [ - 180 + 257 ], "total_rounds": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_min_fields": { "avg_damage_per_round": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "total_damage": [ - 180 + 257 ], "total_rounds": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_order_by": { "avg_damage_per_round": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "total_damage": [ - 2829 + 2951 ], "total_rounds": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_select_column": {}, "v_player_damage_stddev_fields": { "avg_damage_per_round": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "total_damage": [ - 29 + 31 ], "total_rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_stddev_pop_fields": { "avg_damage_per_round": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "total_damage": [ - 29 + 31 ], "total_rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_stddev_samp_fields": { "avg_damage_per_round": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "total_damage": [ - 29 + 31 ], "total_rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_stream_cursor_input": { "initial_value": [ - 5293 + 5370 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_stream_cursor_value_input": { "avg_damage_per_round": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "total_damage": [ - 180 + 257 ], "total_rounds": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_sum_fields": { "avg_damage_per_round": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "total_damage": [ - 180 + 257 ], "total_rounds": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_var_pop_fields": { "avg_damage_per_round": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "total_damage": [ - 29 + 31 ], "total_rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_var_samp_fields": { "avg_damage_per_round": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "total_damage": [ - 29 + 31 ], "total_rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_damage_variance_fields": { "avg_damage_per_round": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "total_damage": [ - 29 + 31 ], "total_rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_elo": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "current_elo": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "elo_change": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 1547 + 1669 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match": [ - 2644 + 2766 ], "match_created_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_result": [ - 78 + 80 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 180 + 257 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "team_avg_kda": [ - 1547 + 1669 ], "type": [ - 78 + 80 ], "updated_elo": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate": { "aggregate": [ - 5312 + 5389 ], "nodes": [ - 5298 + 5375 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp": { "avg": [ - 5301 + 5378 ], "corr": [ - 5302 + 5379 ], "count": [ - 5304 + 5381 ], "covar_samp": [ - 5305 + 5382 ], "max": [ - 5307 + 5384 ], "min": [ - 5308 + 5385 ], "stddev_samp": [ - 5309 + 5386 ], "sum": [ - 5310 + 5387 ], "var_samp": [ - 5311 + 5388 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_avg": { "arguments": [ - 5325 + 5402 ], "distinct": [ - 3 + 5 ], "filter": [ - 5317 + 5394 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_corr": { "arguments": [ - 5303 + 5380 ], "distinct": [ - 3 + 5 ], "filter": [ - 5317 + 5394 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_corr_arguments": { "X": [ - 5326 + 5403 ], "Y": [ - 5326 + 5403 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_count": { "arguments": [ - 5324 + 5401 ], "distinct": [ - 3 + 5 ], "filter": [ - 5317 + 5394 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_covar_samp": { "arguments": [ - 5306 + 5383 ], "distinct": [ - 3 + 5 ], "filter": [ - 5317 + 5394 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5327 + 5404 ], "Y": [ - 5327 + 5404 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_max": { "arguments": [ - 5328 + 5405 ], "distinct": [ - 3 + 5 ], "filter": [ - 5317 + 5394 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_min": { "arguments": [ - 5329 + 5406 ], "distinct": [ - 3 + 5 ], "filter": [ - 5317 + 5394 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5330 + 5407 ], "distinct": [ - 3 + 5 ], "filter": [ - 5317 + 5394 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_sum": { "arguments": [ - 5331 + 5408 ], "distinct": [ - 3 + 5 ], "filter": [ - 5317 + 5394 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_bool_exp_var_samp": { "arguments": [ - 5332 + 5409 ], "distinct": [ - 3 + 5 ], "filter": [ - 5317 + 5394 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_fields": { "avg": [ - 5315 + 5392 ], "count": [ - 38, + 40, { "columns": [ - 5324, + 5401, "[v_player_elo_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5319 + 5396 ], "min": [ - 5321 + 5398 ], "stddev": [ - 5333 + 5410 ], "stddev_pop": [ - 5335 + 5412 ], "stddev_samp": [ - 5337 + 5414 ], "sum": [ - 5341 + 5418 ], "var_pop": [ - 5343 + 5420 ], "var_samp": [ - 5345 + 5422 ], "variance": [ - 5347 + 5424 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_aggregate_order_by": { "avg": [ - 5316 + 5393 ], "count": [ - 2829 + 2951 ], "max": [ - 5320 + 5397 ], "min": [ - 5322 + 5399 ], "stddev": [ - 5334 + 5411 ], "stddev_pop": [ - 5336 + 5413 ], "stddev_samp": [ - 5338 + 5415 ], "sum": [ - 5342 + 5419 ], "var_pop": [ - 5344 + 5421 ], "var_samp": [ - 5346 + 5423 ], "variance": [ - 5348 + 5425 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_arr_rel_insert_input": { "data": [ - 5318 + 5395 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_avg_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "current_elo": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "elo_change": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "updated_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_avg_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_bool_exp": { "_and": [ - 5317 + 5394 ], "_not": [ - 5317 + 5394 ], "_or": [ - 5317 + 5394 ], "actual_score": [ - 1548 + 1670 ], "assists": [ - 39 + 41 ], "current_elo": [ - 39 + 41 ], "damage": [ - 39 + 41 ], "damage_percent": [ - 1548 + 1670 ], "deaths": [ - 39 + 41 ], "elo_change": [ - 39 + 41 ], "expected_score": [ - 1548 + 1670 ], "impact": [ - 1548 + 1670 ], "k_factor": [ - 39 + 41 ], "kda": [ - 1548 + 1670 ], "kills": [ - 39 + 41 ], "map_losses": [ - 39 + 41 ], "map_wins": [ - 39 + 41 ], "match": [ - 2653 + 2775 ], "match_created_at": [ - 4377 + 4499 ], "match_id": [ - 4923 + 5000 ], "match_result": [ - 80 + 82 ], "opponent_team_elo_avg": [ - 1548 + 1670 ], "performance_multiplier": [ - 1548 + 1670 ], "player_name": [ - 80 + 82 ], "player_steam_id": [ - 182 + 259 ], "player_team_elo_avg": [ - 1548 + 1670 ], "season_id": [ - 4923 + 5000 ], "series_multiplier": [ - 39 + 41 ], "team_avg_kda": [ - 1548 + 1670 ], "type": [ - 80 + 82 ], "updated_elo": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_insert_input": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "current_elo": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "elo_change": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 1547 + 1669 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match": [ - 2662 + 2784 ], "match_created_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_result": [ - 78 + 80 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 180 + 257 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "team_avg_kda": [ - 1547 + 1669 ], "type": [ - 78 + 80 ], "updated_elo": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_max_fields": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "current_elo": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "elo_change": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 1547 + 1669 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match_created_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_result": [ - 78 + 80 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 180 + 257 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "team_avg_kda": [ - 1547 + 1669 ], "type": [ - 78 + 80 ], "updated_elo": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_max_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "match_created_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_result": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_name": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "season_id": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_min_fields": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "current_elo": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "elo_change": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 1547 + 1669 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match_created_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_result": [ - 78 + 80 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 180 + 257 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "team_avg_kda": [ - 1547 + 1669 ], "type": [ - 78 + 80 ], "updated_elo": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_min_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "match_created_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_result": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_name": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "season_id": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_created_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_result": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_name": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "season_id": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_select_column": {}, @@ -121526,6753 +123641,6753 @@ export default { "v_player_elo_select_column_v_player_elo_aggregate_bool_exp_var_samp_arguments_columns": {}, "v_player_elo_stddev_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "current_elo": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "elo_change": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "updated_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_stddev_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_stddev_pop_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "current_elo": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "elo_change": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "updated_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_stddev_pop_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_stddev_samp_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "current_elo": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "elo_change": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "updated_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_stddev_samp_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_stream_cursor_input": { "initial_value": [ - 5340 + 5417 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_stream_cursor_value_input": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "current_elo": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "elo_change": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 1547 + 1669 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "match_created_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_result": [ - 78 + 80 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_name": [ - 78 + 80 ], "player_steam_id": [ - 180 + 257 ], "player_team_elo_avg": [ - 1547 + 1669 ], "season_id": [ - 4921 + 4998 ], "series_multiplier": [ - 38 + 40 ], "team_avg_kda": [ - 1547 + 1669 ], "type": [ - 78 + 80 ], "updated_elo": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_sum_fields": { "actual_score": [ - 1547 + 1669 ], "assists": [ - 38 + 40 ], "current_elo": [ - 38 + 40 ], "damage": [ - 38 + 40 ], "damage_percent": [ - 1547 + 1669 ], "deaths": [ - 38 + 40 ], "elo_change": [ - 38 + 40 ], "expected_score": [ - 1547 + 1669 ], "impact": [ - 1547 + 1669 ], "k_factor": [ - 38 + 40 ], "kda": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "map_losses": [ - 38 + 40 ], "map_wins": [ - 38 + 40 ], "opponent_team_elo_avg": [ - 1547 + 1669 ], "performance_multiplier": [ - 1547 + 1669 ], "player_steam_id": [ - 180 + 257 ], "player_team_elo_avg": [ - 1547 + 1669 ], "series_multiplier": [ - 38 + 40 ], "team_avg_kda": [ - 1547 + 1669 ], "updated_elo": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_sum_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_var_pop_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "current_elo": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "elo_change": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "updated_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_var_pop_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_var_samp_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "current_elo": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "elo_change": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "updated_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_var_samp_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_variance_fields": { "actual_score": [ - 29 + 31 ], "assists": [ - 29 + 31 ], "current_elo": [ - 29 + 31 ], "damage": [ - 29 + 31 ], "damage_percent": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "elo_change": [ - 29 + 31 ], "expected_score": [ - 29 + 31 ], "impact": [ - 29 + 31 ], "k_factor": [ - 29 + 31 ], "kda": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "map_losses": [ - 29 + 31 ], "map_wins": [ - 29 + 31 ], "opponent_team_elo_avg": [ - 29 + 31 ], "performance_multiplier": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "player_team_elo_avg": [ - 29 + 31 ], "series_multiplier": [ - 29 + 31 ], "team_avg_kda": [ - 29 + 31 ], "updated_elo": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_elo_variance_order_by": { "actual_score": [ - 2829 + 2951 ], "assists": [ - 2829 + 2951 ], "current_elo": [ - 2829 + 2951 ], "damage": [ - 2829 + 2951 ], "damage_percent": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "elo_change": [ - 2829 + 2951 ], "expected_score": [ - 2829 + 2951 ], "impact": [ - 2829 + 2951 ], "k_factor": [ - 2829 + 2951 ], "kda": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map_losses": [ - 2829 + 2951 ], "map_wins": [ - 2829 + 2951 ], "opponent_team_elo_avg": [ - 2829 + 2951 ], "performance_multiplier": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "player_team_elo_avg": [ - 2829 + 2951 ], "series_multiplier": [ - 2829 + 2951 ], "team_avg_kda": [ - 2829 + 2951 ], "updated_elo": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses": { "map": [ - 2162 + 2284 ], "map_id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "started_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_aggregate": { "aggregate": [ - 5351 + 5428 ], "nodes": [ - 5349 + 5426 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_aggregate_fields": { "avg": [ - 5352 + 5429 ], "count": [ - 38, + 40, { "columns": [ - 5357, + 5434, "[v_player_map_losses_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5354 + 5431 ], "min": [ - 5355 + 5432 ], "stddev": [ - 5358 + 5435 ], "stddev_pop": [ - 5359 + 5436 ], "stddev_samp": [ - 5360 + 5437 ], "sum": [ - 5363 + 5440 ], "var_pop": [ - 5364 + 5441 ], "var_samp": [ - 5365 + 5442 ], "variance": [ - 5366 + 5443 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_bool_exp": { "_and": [ - 5353 + 5430 ], "_not": [ - 5353 + 5430 ], "_or": [ - 5353 + 5430 ], "map": [ - 2171 + 2293 ], "map_id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "started_at": [ - 4377 + 4499 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_max_fields": { "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "started_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_min_fields": { "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "started_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_order_by": { "map": [ - 2181 + 2303 ], "map_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "started_at": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_select_column": {}, "v_player_map_losses_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_stream_cursor_input": { "initial_value": [ - 5362 + 5439 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_stream_cursor_value_input": { "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "started_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_losses_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins": { "map": [ - 2162 + 2284 ], "map_id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "started_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_aggregate": { "aggregate": [ - 5369 + 5446 ], "nodes": [ - 5367 + 5444 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_aggregate_fields": { "avg": [ - 5370 + 5447 ], "count": [ - 38, + 40, { "columns": [ - 5375, + 5452, "[v_player_map_wins_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5372 + 5449 ], "min": [ - 5373 + 5450 ], "stddev": [ - 5376 + 5453 ], "stddev_pop": [ - 5377 + 5454 ], "stddev_samp": [ - 5378 + 5455 ], "sum": [ - 5381 + 5458 ], "var_pop": [ - 5382 + 5459 ], "var_samp": [ - 5383 + 5460 ], "variance": [ - 5384 + 5461 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_avg_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_bool_exp": { "_and": [ - 5371 + 5448 ], "_not": [ - 5371 + 5448 ], "_or": [ - 5371 + 5448 ], "map": [ - 2171 + 2293 ], "map_id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "started_at": [ - 4377 + 4499 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_max_fields": { "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "started_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_min_fields": { "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "started_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_order_by": { "map": [ - 2181 + 2303 ], "map_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "started_at": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_select_column": {}, "v_player_map_wins_stddev_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_stddev_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_stddev_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_stream_cursor_input": { "initial_value": [ - 5380 + 5457 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_stream_cursor_value_input": { "map_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "started_at": [ - 4376 + 4498 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_sum_fields": { "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_var_pop_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_var_samp_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_map_wins_variance_fields": { "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head": { "attacked": [ - 3787 + 3909 ], "attacked_steam_id": [ - 180 + 257 ], "attacker": [ - 3787 + 3909 ], "attacker_steam_id": [ - 180 + 257 ], "damage_dealt": [ - 38 + 40 ], "flash_count": [ - 180 + 257 ], "headshot_kills": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_aggregate": { "aggregate": [ - 5387 + 5464 ], "nodes": [ - 5385 + 5462 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_aggregate_fields": { "avg": [ - 5388 + 5465 ], "count": [ - 38, + 40, { "columns": [ - 5393, + 5470, "[v_player_match_head_to_head_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5390 + 5467 ], "min": [ - 5391 + 5468 ], "stddev": [ - 5394 + 5471 ], "stddev_pop": [ - 5395 + 5472 ], "stddev_samp": [ - 5396 + 5473 ], "sum": [ - 5399 + 5476 ], "var_pop": [ - 5400 + 5477 ], "var_samp": [ - 5401 + 5478 ], "variance": [ - 5402 + 5479 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_avg_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage_dealt": [ - 29 + 31 ], "flash_count": [ - 29 + 31 ], "headshot_kills": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_bool_exp": { "_and": [ - 5389 + 5466 ], "_not": [ - 5389 + 5466 ], "_or": [ - 5389 + 5466 ], "attacked": [ - 3791 + 3913 ], "attacked_steam_id": [ - 182 + 259 ], "attacker": [ - 3791 + 3913 ], "attacker_steam_id": [ - 182 + 259 ], "damage_dealt": [ - 39 + 41 ], "flash_count": [ - 182 + 259 ], "headshot_kills": [ - 182 + 259 ], "hits": [ - 182 + 259 ], "kills": [ - 182 + 259 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_max_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "damage_dealt": [ - 38 + 40 ], "flash_count": [ - 180 + 257 ], "headshot_kills": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_min_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "damage_dealt": [ - 38 + 40 ], "flash_count": [ - 180 + 257 ], "headshot_kills": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_order_by": { "attacked": [ - 3800 + 3922 ], "attacked_steam_id": [ - 2829 + 2951 ], "attacker": [ - 3800 + 3922 ], "attacker_steam_id": [ - 2829 + 2951 ], "damage_dealt": [ - 2829 + 2951 ], "flash_count": [ - 2829 + 2951 ], "headshot_kills": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_select_column": {}, "v_player_match_head_to_head_stddev_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage_dealt": [ - 29 + 31 ], "flash_count": [ - 29 + 31 ], "headshot_kills": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_stddev_pop_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage_dealt": [ - 29 + 31 ], "flash_count": [ - 29 + 31 ], "headshot_kills": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_stddev_samp_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage_dealt": [ - 29 + 31 ], "flash_count": [ - 29 + 31 ], "headshot_kills": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_stream_cursor_input": { "initial_value": [ - 5398 + 5475 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_stream_cursor_value_input": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "damage_dealt": [ - 38 + 40 ], "flash_count": [ - 180 + 257 ], "headshot_kills": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "match_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_sum_fields": { "attacked_steam_id": [ - 180 + 257 ], "attacker_steam_id": [ - 180 + 257 ], "damage_dealt": [ - 38 + 40 ], "flash_count": [ - 180 + 257 ], "headshot_kills": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_var_pop_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage_dealt": [ - 29 + 31 ], "flash_count": [ - 29 + 31 ], "headshot_kills": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_var_samp_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage_dealt": [ - 29 + 31 ], "flash_count": [ - 29 + 31 ], "headshot_kills": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_head_to_head_variance_fields": { "attacked_steam_id": [ - 29 + 31 ], "attacker_steam_id": [ - 29 + 31 ], "damage_dealt": [ - 29 + 31 ], "flash_count": [ - 29 + 31 ], "headshot_kills": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv": { "adr": [ - 2827 + 2949 ], "apr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_aggregate": { "aggregate": [ - 5407 + 5484 ], "nodes": [ - 5403 + 5480 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_aggregate_bool_exp": { "count": [ - 5406 + 5483 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_aggregate_bool_exp_count": { "arguments": [ - 5421 + 5498 ], "distinct": [ - 3 + 5 ], "filter": [ - 5412 + 5489 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_aggregate_fields": { "avg": [ - 5410 + 5487 ], "count": [ - 38, + 40, { "columns": [ - 5421, + 5498, "[v_player_match_map_hltv_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5415 + 5492 ], "min": [ - 5417 + 5494 ], "stddev": [ - 5423 + 5500 ], "stddev_pop": [ - 5425 + 5502 ], "stddev_samp": [ - 5427 + 5504 ], "sum": [ - 5431 + 5508 ], "var_pop": [ - 5434 + 5511 ], "var_samp": [ - 5436 + 5513 ], "variance": [ - 5438 + 5515 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_aggregate_order_by": { "avg": [ - 5411 + 5488 ], "count": [ - 2829 + 2951 ], "max": [ - 5416 + 5493 ], "min": [ - 5418 + 5495 ], "stddev": [ - 5424 + 5501 ], "stddev_pop": [ - 5426 + 5503 ], "stddev_samp": [ - 5428 + 5505 ], "sum": [ - 5432 + 5509 ], "var_pop": [ - 5435 + 5512 ], "var_samp": [ - 5437 + 5514 ], "variance": [ - 5439 + 5516 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_arr_rel_insert_input": { "data": [ - 5414 + 5491 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_avg_fields": { "adr": [ - 29 + 31 ], "apr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_avg_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_bool_exp": { "_and": [ - 5412 + 5489 ], "_not": [ - 5412 + 5489 ], "_or": [ - 5412 + 5489 ], "adr": [ - 2828 + 2950 ], "apr": [ - 2828 + 2950 ], "dpr": [ - 2828 + 2950 ], "hltv_rating": [ - 2828 + 2950 ], "kast_pct": [ - 2828 + 2950 ], "kpr": [ - 2828 + 2950 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "rounds_played": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_inc_input": { "adr": [ - 2827 + 2949 ], "apr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_insert_input": { "adr": [ - 2827 + 2949 ], "apr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match": [ - 2662 + 2784 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2500 + 2622 ], "match_map_id": [ - 4921 + 4998 ], "player": [ - 3798 + 3920 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_max_fields": { "adr": [ - 2827 + 2949 ], "apr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_max_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_min_fields": { "adr": [ - 2827 + 2949 ], "apr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_min_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_map_id": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 5403 + 5480 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_select_column": {}, "v_player_match_map_hltv_set_input": { "adr": [ - 2827 + 2949 ], "apr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_stddev_fields": { "adr": [ - 29 + 31 ], "apr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_stddev_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_stddev_pop_fields": { "adr": [ - 29 + 31 ], "apr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_stddev_pop_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_stddev_samp_fields": { "adr": [ - 29 + 31 ], "apr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_stddev_samp_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_stream_cursor_input": { "initial_value": [ - 5430 + 5507 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_stream_cursor_value_input": { "adr": [ - 2827 + 2949 ], "apr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_sum_fields": { "adr": [ - 2827 + 2949 ], "apr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_sum_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_updates": { "_inc": [ - 5413 + 5490 ], "_set": [ - 5422 + 5499 ], "where": [ - 5412 + 5489 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_var_pop_fields": { "adr": [ - 29 + 31 ], "apr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_var_pop_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_var_samp_fields": { "adr": [ - 29 + 31 ], "apr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_var_samp_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_variance_fields": { "adr": [ - 29 + 31 ], "apr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_hltv_variance_order_by": { "adr": [ - 2829 + 2951 ], "apr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles": { "adr": [ - 2827 + 2949 ], "awp_kills": [ - 38 + 40 ], "awp_share": [ - 2827 + 2949 ], "deaths": [ - 38 + 40 ], "dpr": [ - 2827 + 2949 ], "entry_rate": [ - 2827 + 2949 ], "flash_assists": [ - 38 + 40 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kills": [ - 38 + 40 ], "kpr": [ - 2827 + 2949 ], "lineup_id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "match_map": [ - 2482 + 2604 ], "match_map_id": [ - 4921 + 4998 ], "open_deaths": [ - 38 + 40 ], "open_kills": [ - 38 + 40 ], "opening_attempts": [ - 38 + 40 ], "player": [ - 3787 + 3909 ], "role": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "support_idx": [ - 2827 + 2949 ], "total_kills": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "util_damage": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_aggregate": { "aggregate": [ - 5442 + 5519 ], "nodes": [ - 5440 + 5517 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_aggregate_fields": { "avg": [ - 5443 + 5520 ], "count": [ - 38, + 40, { "columns": [ - 5448, + 5525, "[v_player_match_map_roles_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5445 + 5522 ], "min": [ - 5446 + 5523 ], "stddev": [ - 5449 + 5526 ], "stddev_pop": [ - 5450 + 5527 ], "stddev_samp": [ - 5451 + 5528 ], "sum": [ - 5454 + 5531 ], "var_pop": [ - 5455 + 5532 ], "var_samp": [ - 5456 + 5533 ], "variance": [ - 5457 + 5534 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_avg_fields": { "adr": [ - 29 + 31 ], "awp_kills": [ - 29 + 31 ], "awp_share": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "entry_rate": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "open_deaths": [ - 29 + 31 ], "open_kills": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "support_idx": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "util_damage": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_bool_exp": { "_and": [ - 5444 + 5521 ], "_not": [ - 5444 + 5521 ], "_or": [ - 5444 + 5521 ], "adr": [ - 2828 + 2950 ], "awp_kills": [ - 39 + 41 ], "awp_share": [ - 2828 + 2950 ], "deaths": [ - 39 + 41 ], "dpr": [ - 2828 + 2950 ], "entry_rate": [ - 2828 + 2950 ], "flash_assists": [ - 39 + 41 ], "hltv_rating": [ - 2828 + 2950 ], "kast_pct": [ - 2828 + 2950 ], "kills": [ - 39 + 41 ], "kpr": [ - 2828 + 2950 ], "lineup_id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "match_map": [ - 2491 + 2613 ], "match_map_id": [ - 4923 + 5000 ], "open_deaths": [ - 39 + 41 ], "open_kills": [ - 39 + 41 ], "opening_attempts": [ - 39 + 41 ], "player": [ - 3791 + 3913 ], "role": [ - 80 + 82 ], "rounds": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "support_idx": [ - 2828 + 2950 ], "total_kills": [ - 39 + 41 ], "trade_kill_successes": [ - 39 + 41 ], "traded_death_successes": [ - 39 + 41 ], "util_damage": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_max_fields": { "adr": [ - 2827 + 2949 ], "awp_kills": [ - 38 + 40 ], "awp_share": [ - 2827 + 2949 ], "deaths": [ - 38 + 40 ], "dpr": [ - 2827 + 2949 ], "entry_rate": [ - 2827 + 2949 ], "flash_assists": [ - 38 + 40 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kills": [ - 38 + 40 ], "kpr": [ - 2827 + 2949 ], "lineup_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "open_deaths": [ - 38 + 40 ], "open_kills": [ - 38 + 40 ], "opening_attempts": [ - 38 + 40 ], "role": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "support_idx": [ - 2827 + 2949 ], "total_kills": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "util_damage": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_min_fields": { "adr": [ - 2827 + 2949 ], "awp_kills": [ - 38 + 40 ], "awp_share": [ - 2827 + 2949 ], "deaths": [ - 38 + 40 ], "dpr": [ - 2827 + 2949 ], "entry_rate": [ - 2827 + 2949 ], "flash_assists": [ - 38 + 40 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kills": [ - 38 + 40 ], "kpr": [ - 2827 + 2949 ], "lineup_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "open_deaths": [ - 38 + 40 ], "open_kills": [ - 38 + 40 ], "opening_attempts": [ - 38 + 40 ], "role": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "support_idx": [ - 2827 + 2949 ], "total_kills": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "util_damage": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_order_by": { "adr": [ - 2829 + 2951 ], "awp_kills": [ - 2829 + 2951 ], "awp_share": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "entry_rate": [ - 2829 + 2951 ], "flash_assists": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "lineup_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "match_map": [ - 2502 + 2624 ], "match_map_id": [ - 2829 + 2951 ], "open_deaths": [ - 2829 + 2951 ], "open_kills": [ - 2829 + 2951 ], "opening_attempts": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "role": [ - 2829 + 2951 ], "rounds": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "support_idx": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "trade_kill_successes": [ - 2829 + 2951 ], "traded_death_successes": [ - 2829 + 2951 ], "util_damage": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_select_column": {}, "v_player_match_map_roles_stddev_fields": { "adr": [ - 29 + 31 ], "awp_kills": [ - 29 + 31 ], "awp_share": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "entry_rate": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "open_deaths": [ - 29 + 31 ], "open_kills": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "support_idx": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "util_damage": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_stddev_pop_fields": { "adr": [ - 29 + 31 ], "awp_kills": [ - 29 + 31 ], "awp_share": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "entry_rate": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "open_deaths": [ - 29 + 31 ], "open_kills": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "support_idx": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "util_damage": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_stddev_samp_fields": { "adr": [ - 29 + 31 ], "awp_kills": [ - 29 + 31 ], "awp_share": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "entry_rate": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "open_deaths": [ - 29 + 31 ], "open_kills": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "support_idx": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "util_damage": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_stream_cursor_input": { "initial_value": [ - 5453 + 5530 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_stream_cursor_value_input": { "adr": [ - 2827 + 2949 ], "awp_kills": [ - 38 + 40 ], "awp_share": [ - 2827 + 2949 ], "deaths": [ - 38 + 40 ], "dpr": [ - 2827 + 2949 ], "entry_rate": [ - 2827 + 2949 ], "flash_assists": [ - 38 + 40 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kills": [ - 38 + 40 ], "kpr": [ - 2827 + 2949 ], "lineup_id": [ - 4921 + 4998 ], "match_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921 + 4998 ], "open_deaths": [ - 38 + 40 ], "open_kills": [ - 38 + 40 ], "opening_attempts": [ - 38 + 40 ], "role": [ - 78 + 80 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "support_idx": [ - 2827 + 2949 ], "total_kills": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "util_damage": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_sum_fields": { "adr": [ - 2827 + 2949 ], "awp_kills": [ - 38 + 40 ], "awp_share": [ - 2827 + 2949 ], "deaths": [ - 38 + 40 ], "dpr": [ - 2827 + 2949 ], "entry_rate": [ - 2827 + 2949 ], "flash_assists": [ - 38 + 40 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kills": [ - 38 + 40 ], "kpr": [ - 2827 + 2949 ], "open_deaths": [ - 38 + 40 ], "open_kills": [ - 38 + 40 ], "opening_attempts": [ - 38 + 40 ], "rounds": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "support_idx": [ - 2827 + 2949 ], "total_kills": [ - 38 + 40 ], "trade_kill_successes": [ - 38 + 40 ], "traded_death_successes": [ - 38 + 40 ], "util_damage": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_var_pop_fields": { "adr": [ - 29 + 31 ], "awp_kills": [ - 29 + 31 ], "awp_share": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "entry_rate": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "open_deaths": [ - 29 + 31 ], "open_kills": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "support_idx": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "util_damage": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_var_samp_fields": { "adr": [ - 29 + 31 ], "awp_kills": [ - 29 + 31 ], "awp_share": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "entry_rate": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "open_deaths": [ - 29 + 31 ], "open_kills": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "support_idx": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "util_damage": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_map_roles_variance_fields": { "adr": [ - 29 + 31 ], "awp_kills": [ - 29 + 31 ], "awp_share": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "entry_rate": [ - 29 + 31 ], "flash_assists": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "open_deaths": [ - 29 + 31 ], "open_kills": [ - 29 + 31 ], "opening_attempts": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "support_idx": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "trade_kill_successes": [ - 29 + 31 ], "traded_death_successes": [ - 29 + 31 ], "util_damage": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "map": [ - 2162 + 2284 ], "map_id": [ - 4921 + 4998 ], "match": [ - 2644 + 2766 ], "match_created_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_result": [ - 78 + 80 ], "player_steam_id": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_aggregate": { "aggregate": [ - 5460 + 5537 ], "nodes": [ - 5458 + 5535 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_aggregate_fields": { "avg": [ - 5461 + 5538 ], "count": [ - 38, + 40, { "columns": [ - 5466, + 5543, "[v_player_match_performance_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5463 + 5540 ], "min": [ - 5464 + 5541 ], "stddev": [ - 5467 + 5544 ], "stddev_pop": [ - 5468 + 5545 ], "stddev_samp": [ - 5469 + 5546 ], "sum": [ - 5472 + 5549 ], "var_pop": [ - 5473 + 5550 ], "var_samp": [ - 5474 + 5551 ], "variance": [ - 5475 + 5552 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_avg_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_bool_exp": { "_and": [ - 5462 + 5539 ], "_not": [ - 5462 + 5539 ], "_or": [ - 5462 + 5539 ], "assists": [ - 39 + 41 ], "deaths": [ - 39 + 41 ], "kills": [ - 39 + 41 ], "map": [ - 2171 + 2293 ], "map_id": [ - 4923 + 5000 ], "match": [ - 2653 + 2775 ], "match_created_at": [ - 4377 + 4499 ], "match_id": [ - 4923 + 5000 ], "match_result": [ - 80 + 82 ], "player_steam_id": [ - 182 + 259 ], "source": [ - 80 + 82 ], "type": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_max_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "map_id": [ - 4921 + 4998 ], "match_created_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_result": [ - 78 + 80 ], "player_steam_id": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_min_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "map_id": [ - 4921 + 4998 ], "match_created_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_result": [ - 78 + 80 ], "player_steam_id": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "map": [ - 2181 + 2303 ], "map_id": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_created_at": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "match_result": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "source": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_select_column": {}, "v_player_match_performance_stddev_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_stddev_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_stddev_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_stream_cursor_input": { "initial_value": [ - 5471 + 5548 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_stream_cursor_value_input": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "map_id": [ - 4921 + 4998 ], "match_created_at": [ - 4376 + 4498 ], "match_id": [ - 4921 + 4998 ], "match_result": [ - 78 + 80 ], "player_steam_id": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_sum_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "kills": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_var_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_var_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_performance_variance_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating": { "adr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match": [ - 2644 + 2766 ], "match_id": [ - 4921 + 4998 ], "player": [ - 3787 + 3909 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_aggregate": { "aggregate": [ - 5478 + 5555 ], "nodes": [ - 5476 + 5553 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_aggregate_fields": { "avg": [ - 5479 + 5556 ], "count": [ - 38, + 40, { "columns": [ - 5484, + 5561, "[v_player_match_rating_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5481 + 5558 ], "min": [ - 5482 + 5559 ], "stddev": [ - 5485 + 5562 ], "stddev_pop": [ - 5486 + 5563 ], "stddev_samp": [ - 5487 + 5564 ], "sum": [ - 5490 + 5567 ], "var_pop": [ - 5491 + 5568 ], "var_samp": [ - 5492 + 5569 ], "variance": [ - 5493 + 5570 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_avg_fields": { "adr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_bool_exp": { "_and": [ - 5480 + 5557 ], "_not": [ - 5480 + 5557 ], "_or": [ - 5480 + 5557 ], "adr": [ - 2828 + 2950 ], "dpr": [ - 2828 + 2950 ], "hltv_rating": [ - 2828 + 2950 ], "kast_pct": [ - 2828 + 2950 ], "kpr": [ - 2828 + 2950 ], "match": [ - 2653 + 2775 ], "match_id": [ - 4923 + 5000 ], "player": [ - 3791 + 3913 ], "rounds_played": [ - 39 + 41 ], "steam_id": [ - 182 + 259 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_max_fields": { "adr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_min_fields": { "adr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_order_by": { "adr": [ - 2829 + 2951 ], "dpr": [ - 2829 + 2951 ], "hltv_rating": [ - 2829 + 2951 ], "kast_pct": [ - 2829 + 2951 ], "kpr": [ - 2829 + 2951 ], "match": [ - 2664 + 2786 ], "match_id": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "rounds_played": [ - 2829 + 2951 ], "steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_select_column": {}, "v_player_match_rating_stddev_fields": { "adr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_stddev_pop_fields": { "adr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_stddev_samp_fields": { "adr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_stream_cursor_input": { "initial_value": [ - 5489 + 5566 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_stream_cursor_value_input": { "adr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "match_id": [ - 4921 + 4998 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_sum_fields": { "adr": [ - 2827 + 2949 ], "dpr": [ - 2827 + 2949 ], "hltv_rating": [ - 2827 + 2949 ], "kast_pct": [ - 2827 + 2949 ], "kpr": [ - 2827 + 2949 ], "rounds_played": [ - 38 + 40 ], "steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_var_pop_fields": { "adr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_var_samp_fields": { "adr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_match_rating_variance_fields": { "adr": [ - 29 + 31 ], "dpr": [ - 29 + 31 ], "hltv_rating": [ - 29 + 31 ], "kast_pct": [ - 29 + 31 ], "kpr": [ - 29 + 31 ], "rounds_played": [ - 29 + 31 ], "steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills": { "attacker_steam_id": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "match_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_aggregate": { "aggregate": [ - 5498 + 5575 ], "nodes": [ - 5494 + 5571 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_aggregate_bool_exp": { "count": [ - 5497 + 5574 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_aggregate_bool_exp_count": { "arguments": [ - 5510 + 5587 ], "distinct": [ - 3 + 5 ], "filter": [ - 5503 + 5580 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_aggregate_fields": { "avg": [ - 5501 + 5578 ], "count": [ - 38, + 40, { "columns": [ - 5510, + 5587, "[v_player_multi_kills_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5505 + 5582 ], "min": [ - 5507 + 5584 ], "stddev": [ - 5511 + 5588 ], "stddev_pop": [ - 5513 + 5590 ], "stddev_samp": [ - 5515 + 5592 ], "sum": [ - 5519 + 5596 ], "var_pop": [ - 5521 + 5598 ], "var_samp": [ - 5523 + 5600 ], "variance": [ - 5525 + 5602 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_aggregate_order_by": { "avg": [ - 5502 + 5579 ], "count": [ - 2829 + 2951 ], "max": [ - 5506 + 5583 ], "min": [ - 5508 + 5585 ], "stddev": [ - 5512 + 5589 ], "stddev_pop": [ - 5514 + 5591 ], "stddev_samp": [ - 5516 + 5593 ], "sum": [ - 5520 + 5597 ], "var_pop": [ - 5522 + 5599 ], "var_samp": [ - 5524 + 5601 ], "variance": [ - 5526 + 5603 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_arr_rel_insert_input": { "data": [ - 5504 + 5581 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_avg_fields": { "attacker_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_avg_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_bool_exp": { "_and": [ - 5503 + 5580 ], "_not": [ - 5503 + 5580 ], "_or": [ - 5503 + 5580 ], "attacker_steam_id": [ - 182 + 259 ], "kills": [ - 182 + 259 ], "match_id": [ - 4923 + 5000 ], "round": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_insert_input": { "attacker_steam_id": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "match_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_max_fields": { "attacker_steam_id": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "match_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_max_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_min_fields": { "attacker_steam_id": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "match_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_min_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "match_id": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_select_column": {}, "v_player_multi_kills_stddev_fields": { "attacker_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_stddev_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_stddev_pop_fields": { "attacker_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_stddev_pop_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_stddev_samp_fields": { "attacker_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_stddev_samp_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_stream_cursor_input": { "initial_value": [ - 5518 + 5595 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_stream_cursor_value_input": { "attacker_steam_id": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "match_id": [ - 4921 + 4998 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_sum_fields": { "attacker_steam_id": [ - 180 + 257 ], "kills": [ - 180 + 257 ], "round": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_sum_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_var_pop_fields": { "attacker_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_var_pop_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_var_samp_fields": { "attacker_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_var_samp_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_variance_fields": { "attacker_steam_id": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "round": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_multi_kills_variance_order_by": { "attacker_steam_id": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "round": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage": { "damage": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_aggregate": { "aggregate": [ - 5529 + 5606 ], "nodes": [ - 5527 + 5604 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_aggregate_fields": { "avg": [ - 5530 + 5607 ], "count": [ - 38, + 40, { "columns": [ - 5535, + 5612, "[v_player_weapon_damage_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5532 + 5609 ], "min": [ - 5533 + 5610 ], "stddev": [ - 5536 + 5613 ], "stddev_pop": [ - 5537 + 5614 ], "stddev_samp": [ - 5538 + 5615 ], "sum": [ - 5541 + 5618 ], "var_pop": [ - 5542 + 5619 ], "var_samp": [ - 5543 + 5620 ], "variance": [ - 5544 + 5621 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_avg_fields": { "damage": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_bool_exp": { "_and": [ - 5531 + 5608 ], "_not": [ - 5531 + 5608 ], "_or": [ - 5531 + 5608 ], "damage": [ - 182 + 259 ], "hits": [ - 182 + 259 ], "player_steam_id": [ - 182 + 259 ], "source": [ - 80 + 82 ], "type": [ - 80 + 82 ], "with": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_max_fields": { "damage": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_min_fields": { "damage": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_order_by": { "damage": [ - 2829 + 2951 ], "hits": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "source": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_select_column": {}, "v_player_weapon_damage_stddev_fields": { "damage": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_stddev_pop_fields": { "damage": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_stddev_samp_fields": { "damage": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_stream_cursor_input": { "initial_value": [ - 5540 + 5617 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_stream_cursor_value_input": { "damage": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_sum_fields": { "damage": [ - 180 + 257 ], "hits": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_var_pop_fields": { "damage": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_var_samp_fields": { "damage": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_damage_variance_fields": { "damage": [ - 29 + 31 ], "hits": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "rounds": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_aggregate": { "aggregate": [ - 5547 + 5624 ], "nodes": [ - 5545 + 5622 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_aggregate_fields": { "avg": [ - 5548 + 5625 ], "count": [ - 38, + 40, { "columns": [ - 5553, + 5630, "[v_player_weapon_kills_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5550 + 5627 ], "min": [ - 5551 + 5628 ], "stddev": [ - 5554 + 5631 ], "stddev_pop": [ - 5555 + 5632 ], "stddev_samp": [ - 5556 + 5633 ], "sum": [ - 5559 + 5636 ], "var_pop": [ - 5560 + 5637 ], "var_samp": [ - 5561 + 5638 ], "variance": [ - 5562 + 5639 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_avg_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_bool_exp": { "_and": [ - 5549 + 5626 ], "_not": [ - 5549 + 5626 ], "_or": [ - 5549 + 5626 ], "kill_count": [ - 182 + 259 ], "player_steam_id": [ - 182 + 259 ], "rounds": [ - 182 + 259 ], "source": [ - 80 + 82 ], "type": [ - 80 + 82 ], "with": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_max_fields": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "rounds": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_min_fields": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "rounds": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_order_by": { "kill_count": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "rounds": [ - 2829 + 2951 ], "source": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "with": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_select_column": {}, "v_player_weapon_kills_stddev_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_stddev_pop_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_stddev_samp_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_stream_cursor_input": { "initial_value": [ - 5558 + 5635 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_stream_cursor_value_input": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "rounds": [ - 180 + 257 ], "source": [ - 78 + 80 ], "type": [ - 78 + 80 ], "with": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_sum_fields": { "kill_count": [ - 180 + 257 ], "player_steam_id": [ - 180 + 257 ], "rounds": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_var_pop_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_var_samp_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_player_weapon_kills_variance_fields": { "kill_count": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "rounds": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps": { "active_pool": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "map_pool": [ - 2143 + 2265 ], "map_pool_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 78 + 80 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_aggregate": { "aggregate": [ - 5569 + 5646 ], "nodes": [ - 5563 + 5640 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_aggregate_bool_exp": { "bool_and": [ - 5566 + 5643 ], "bool_or": [ - 5567 + 5644 ], "count": [ - 5568 + 5645 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_aggregate_bool_exp_bool_and": { "arguments": [ - 5581 + 5658 ], "distinct": [ - 3 + 5 ], "filter": [ - 5572 + 5649 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_aggregate_bool_exp_bool_or": { "arguments": [ - 5582 + 5659 ], "distinct": [ - 3 + 5 ], "filter": [ - 5572 + 5649 ], "predicate": [ - 4 + 6 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_aggregate_bool_exp_count": { "arguments": [ - 5580 + 5657 ], "distinct": [ - 3 + 5 ], "filter": [ - 5572 + 5649 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_aggregate_fields": { "count": [ - 38, + 40, { "columns": [ - 5580, + 5657, "[v_pool_maps_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5574 + 5651 ], "min": [ - 5576 + 5653 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_aggregate_order_by": { "count": [ - 2829 + 2951 ], "max": [ - 5575 + 5652 ], "min": [ - 5577 + 5654 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_arr_rel_insert_input": { "data": [ - 5573 + 5650 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_bool_exp": { "_and": [ - 5572 + 5649 ], "_not": [ - 5572 + 5649 ], "_or": [ - 5572 + 5649 ], "active_pool": [ - 4 + 6 ], "id": [ - 4923 + 5000 ], "label": [ - 80 + 82 ], "map_pool": [ - 2146 + 2268 ], "map_pool_id": [ - 4923 + 5000 ], "name": [ - 80 + 82 ], "patch": [ - 80 + 82 ], "poster": [ - 80 + 82 ], "type": [ - 80 + 82 ], "workshop_map_id": [ - 80 + 82 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_insert_input": { "active_pool": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "map_pool": [ - 2152 + 2274 ], "map_pool_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 78 + 80 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_max_fields": { "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "map_pool_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 78 + 80 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_max_order_by": { "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "map_pool_id": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "patch": [ - 2829 + 2951 ], "poster": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "workshop_map_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_min_fields": { "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "map_pool_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 78 + 80 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_min_order_by": { "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "map_pool_id": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "patch": [ - 2829 + 2951 ], "poster": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "workshop_map_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 5563 + 5640 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_order_by": { "active_pool": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "label": [ - 2829 + 2951 ], "map_pool": [ - 2154 + 2276 ], "map_pool_id": [ - 2829 + 2951 ], "name": [ - 2829 + 2951 ], "patch": [ - 2829 + 2951 ], "poster": [ - 2829 + 2951 ], "type": [ - 2829 + 2951 ], "workshop_map_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_select_column": {}, @@ -128280,2316 +130395,2316 @@ export default { "v_pool_maps_select_column_v_pool_maps_aggregate_bool_exp_bool_or_arguments_columns": {}, "v_pool_maps_set_input": { "active_pool": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "map_pool_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 78 + 80 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_stream_cursor_input": { "initial_value": [ - 5585 + 5662 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_stream_cursor_value_input": { "active_pool": [ - 3 + 5 ], "id": [ - 4921 + 4998 ], "label": [ - 78 + 80 ], "map_pool_id": [ - 4921 + 4998 ], "name": [ - 78 + 80 ], "patch": [ - 78 + 80 ], "poster": [ - 78 + 80 ], "type": [ - 78 + 80 ], "workshop_map_id": [ - 78 + 80 ], "__typename": [ - 78 + 80 ] }, "v_pool_maps_updates": { "_set": [ - 5583 + 5660 ], "where": [ - 5572 + 5649 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status": { "busy_accounts": [ - 38 + 40 ], "free_accounts": [ - 38 + 40 ], "id": [ - 38 + 40 ], "total_accounts": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_aggregate": { "aggregate": [ - 5589 + 5666 ], "nodes": [ - 5587 + 5664 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_aggregate_fields": { "avg": [ - 5590 + 5667 ], "count": [ - 38, + 40, { "columns": [ - 5595, + 5672, "[v_steam_account_pool_status_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5592 + 5669 ], "min": [ - 5593 + 5670 ], "stddev": [ - 5596 + 5673 ], "stddev_pop": [ - 5597 + 5674 ], "stddev_samp": [ - 5598 + 5675 ], "sum": [ - 5601 + 5678 ], "var_pop": [ - 5602 + 5679 ], "var_samp": [ - 5603 + 5680 ], "variance": [ - 5604 + 5681 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_avg_fields": { "busy_accounts": [ - 29 + 31 ], "free_accounts": [ - 29 + 31 ], "id": [ - 29 + 31 ], "total_accounts": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_bool_exp": { "_and": [ - 5591 + 5668 ], "_not": [ - 5591 + 5668 ], "_or": [ - 5591 + 5668 ], "busy_accounts": [ - 39 + 41 ], "free_accounts": [ - 39 + 41 ], "id": [ - 39 + 41 ], "total_accounts": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_max_fields": { "busy_accounts": [ - 38 + 40 ], "free_accounts": [ - 38 + 40 ], "id": [ - 38 + 40 ], "total_accounts": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_min_fields": { "busy_accounts": [ - 38 + 40 ], "free_accounts": [ - 38 + 40 ], "id": [ - 38 + 40 ], "total_accounts": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_order_by": { "busy_accounts": [ - 2829 + 2951 ], "free_accounts": [ - 2829 + 2951 ], "id": [ - 2829 + 2951 ], "total_accounts": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_select_column": {}, "v_steam_account_pool_status_stddev_fields": { "busy_accounts": [ - 29 + 31 ], "free_accounts": [ - 29 + 31 ], "id": [ - 29 + 31 ], "total_accounts": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_stddev_pop_fields": { "busy_accounts": [ - 29 + 31 ], "free_accounts": [ - 29 + 31 ], "id": [ - 29 + 31 ], "total_accounts": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_stddev_samp_fields": { "busy_accounts": [ - 29 + 31 ], "free_accounts": [ - 29 + 31 ], "id": [ - 29 + 31 ], "total_accounts": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_stream_cursor_input": { "initial_value": [ - 5600 + 5677 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_stream_cursor_value_input": { "busy_accounts": [ - 38 + 40 ], "free_accounts": [ - 38 + 40 ], "id": [ - 38 + 40 ], "total_accounts": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_sum_fields": { "busy_accounts": [ - 38 + 40 ], "free_accounts": [ - 38 + 40 ], "id": [ - 38 + 40 ], "total_accounts": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_var_pop_fields": { "busy_accounts": [ - 29 + 31 ], "free_accounts": [ - 29 + 31 ], "id": [ - 29 + 31 ], "total_accounts": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_var_samp_fields": { "busy_accounts": [ - 29 + 31 ], "free_accounts": [ - 29 + 31 ], "id": [ - 29 + 31 ], "total_accounts": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_steam_account_pool_status_variance_fields": { "busy_accounts": [ - 29 + 31 ], "free_accounts": [ - 29 + 31 ], "id": [ - 29 + 31 ], "total_accounts": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks": { "avg_elo": [ - 38 + 40 ], "avg_faceit_elo": [ - 38 + 40 ], "avg_faceit_level": [ - 1547 + 1669 ], "avg_premier": [ - 38 + 40 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "roster_size": [ - 180 + 257 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_aggregate": { "aggregate": [ - 5607 + 5684 ], "nodes": [ - 5605 + 5682 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_aggregate_fields": { "avg": [ - 5608 + 5685 ], "count": [ - 38, + 40, { "columns": [ - 5615, + 5692, "[v_team_ranks_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5611 + 5688 ], "min": [ - 5612 + 5689 ], "stddev": [ - 5616 + 5693 ], "stddev_pop": [ - 5617 + 5694 ], "stddev_samp": [ - 5618 + 5695 ], "sum": [ - 5621 + 5698 ], "var_pop": [ - 5622 + 5699 ], "var_samp": [ - 5623 + 5700 ], "variance": [ - 5624 + 5701 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_avg_fields": { "avg_elo": [ - 29 + 31 ], "avg_faceit_elo": [ - 29 + 31 ], "avg_faceit_level": [ - 29 + 31 ], "avg_premier": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "roster_size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_bool_exp": { "_and": [ - 5609 + 5686 ], "_not": [ - 5609 + 5686 ], "_or": [ - 5609 + 5686 ], "avg_elo": [ - 39 + 41 ], "avg_faceit_elo": [ - 39 + 41 ], "avg_faceit_level": [ - 1548 + 1670 ], "avg_premier": [ - 39 + 41 ], "max_elo": [ - 39 + 41 ], "min_elo": [ - 39 + 41 ], "roster_size": [ - 182 + 259 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_insert_input": { "avg_elo": [ - 38 + 40 ], "avg_faceit_elo": [ - 38 + 40 ], "avg_faceit_level": [ - 1547 + 1669 ], "avg_premier": [ - 38 + 40 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "roster_size": [ - 180 + 257 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_max_fields": { "avg_elo": [ - 38 + 40 ], "avg_faceit_elo": [ - 38 + 40 ], "avg_faceit_level": [ - 1547 + 1669 ], "avg_premier": [ - 38 + 40 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "roster_size": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_min_fields": { "avg_elo": [ - 38 + 40 ], "avg_faceit_elo": [ - 38 + 40 ], "avg_faceit_level": [ - 1547 + 1669 ], "avg_premier": [ - 38 + 40 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "roster_size": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_obj_rel_insert_input": { "data": [ - 5610 + 5687 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_order_by": { "avg_elo": [ - 2829 + 2951 ], "avg_faceit_elo": [ - 2829 + 2951 ], "avg_faceit_level": [ - 2829 + 2951 ], "avg_premier": [ - 2829 + 2951 ], "max_elo": [ - 2829 + 2951 ], "min_elo": [ - 2829 + 2951 ], "roster_size": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_select_column": {}, "v_team_ranks_stddev_fields": { "avg_elo": [ - 29 + 31 ], "avg_faceit_elo": [ - 29 + 31 ], "avg_faceit_level": [ - 29 + 31 ], "avg_premier": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "roster_size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_stddev_pop_fields": { "avg_elo": [ - 29 + 31 ], "avg_faceit_elo": [ - 29 + 31 ], "avg_faceit_level": [ - 29 + 31 ], "avg_premier": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "roster_size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_stddev_samp_fields": { "avg_elo": [ - 29 + 31 ], "avg_faceit_elo": [ - 29 + 31 ], "avg_faceit_level": [ - 29 + 31 ], "avg_premier": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "roster_size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_stream_cursor_input": { "initial_value": [ - 5620 + 5697 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_stream_cursor_value_input": { "avg_elo": [ - 38 + 40 ], "avg_faceit_elo": [ - 38 + 40 ], "avg_faceit_level": [ - 1547 + 1669 ], "avg_premier": [ - 38 + 40 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "roster_size": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_sum_fields": { "avg_elo": [ - 38 + 40 ], "avg_faceit_elo": [ - 38 + 40 ], "avg_faceit_level": [ - 1547 + 1669 ], "avg_premier": [ - 38 + 40 ], "max_elo": [ - 38 + 40 ], "min_elo": [ - 38 + 40 ], "roster_size": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_var_pop_fields": { "avg_elo": [ - 29 + 31 ], "avg_faceit_elo": [ - 29 + 31 ], "avg_faceit_level": [ - 29 + 31 ], "avg_premier": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "roster_size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_var_samp_fields": { "avg_elo": [ - 29 + 31 ], "avg_faceit_elo": [ - 29 + 31 ], "avg_faceit_level": [ - 29 + 31 ], "avg_premier": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "roster_size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_ranks_variance_fields": { "avg_elo": [ - 29 + 31 ], "avg_faceit_elo": [ - 29 + 31 ], "avg_faceit_level": [ - 29 + 31 ], "avg_premier": [ - 29 + 31 ], "max_elo": [ - 29 + 31 ], "min_elo": [ - 29 + 31 ], "roster_size": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation": { "late_cancels": [ - 180 + 257 ], "no_shows": [ - 180 + 257 ], "reliability_pct": [ - 2827 + 2949 ], "scrims_completed": [ - 180 + 257 ], "team": [ - 4329 + 4451 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_aggregate": { "aggregate": [ - 5627 + 5704 ], "nodes": [ - 5625 + 5702 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_aggregate_fields": { "avg": [ - 5628 + 5705 ], "count": [ - 38, + 40, { "columns": [ - 5635, + 5712, "[v_team_reputation_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5631 + 5708 ], "min": [ - 5632 + 5709 ], "stddev": [ - 5636 + 5713 ], "stddev_pop": [ - 5637 + 5714 ], "stddev_samp": [ - 5638 + 5715 ], "sum": [ - 5641 + 5718 ], "var_pop": [ - 5642 + 5719 ], "var_samp": [ - 5643 + 5720 ], "variance": [ - 5644 + 5721 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_avg_fields": { "late_cancels": [ - 29 + 31 ], "no_shows": [ - 29 + 31 ], "reliability_pct": [ - 29 + 31 ], "scrims_completed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_bool_exp": { "_and": [ - 5629 + 5706 ], "_not": [ - 5629 + 5706 ], "_or": [ - 5629 + 5706 ], "late_cancels": [ - 182 + 259 ], "no_shows": [ - 182 + 259 ], "reliability_pct": [ - 2828 + 2950 ], "scrims_completed": [ - 182 + 259 ], "team": [ - 4340 + 4462 ], "team_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_insert_input": { "late_cancels": [ - 180 + 257 ], "no_shows": [ - 180 + 257 ], "reliability_pct": [ - 2827 + 2949 ], "scrims_completed": [ - 180 + 257 ], "team": [ - 4349 + 4471 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_max_fields": { "late_cancels": [ - 180 + 257 ], "no_shows": [ - 180 + 257 ], "reliability_pct": [ - 2827 + 2949 ], "scrims_completed": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_min_fields": { "late_cancels": [ - 180 + 257 ], "no_shows": [ - 180 + 257 ], "reliability_pct": [ - 2827 + 2949 ], "scrims_completed": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_obj_rel_insert_input": { "data": [ - 5630 + 5707 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_order_by": { "late_cancels": [ - 2829 + 2951 ], "no_shows": [ - 2829 + 2951 ], "reliability_pct": [ - 2829 + 2951 ], "scrims_completed": [ - 2829 + 2951 ], "team": [ - 4351 + 4473 ], "team_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_select_column": {}, "v_team_reputation_stddev_fields": { "late_cancels": [ - 29 + 31 ], "no_shows": [ - 29 + 31 ], "reliability_pct": [ - 29 + 31 ], "scrims_completed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_stddev_pop_fields": { "late_cancels": [ - 29 + 31 ], "no_shows": [ - 29 + 31 ], "reliability_pct": [ - 29 + 31 ], "scrims_completed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_stddev_samp_fields": { "late_cancels": [ - 29 + 31 ], "no_shows": [ - 29 + 31 ], "reliability_pct": [ - 29 + 31 ], "scrims_completed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_stream_cursor_input": { "initial_value": [ - 5640 + 5717 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_stream_cursor_value_input": { "late_cancels": [ - 180 + 257 ], "no_shows": [ - 180 + 257 ], "reliability_pct": [ - 2827 + 2949 ], "scrims_completed": [ - 180 + 257 ], "team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_sum_fields": { "late_cancels": [ - 180 + 257 ], "no_shows": [ - 180 + 257 ], "reliability_pct": [ - 2827 + 2949 ], "scrims_completed": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_var_pop_fields": { "late_cancels": [ - 29 + 31 ], "no_shows": [ - 29 + 31 ], "reliability_pct": [ - 29 + 31 ], "scrims_completed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_var_samp_fields": { "late_cancels": [ - 29 + 31 ], "no_shows": [ - 29 + 31 ], "reliability_pct": [ - 29 + 31 ], "scrims_completed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_reputation_variance_fields": { "late_cancels": [ - 29 + 31 ], "no_shows": [ - 29 + 31 ], "reliability_pct": [ - 29 + 31 ], "scrims_completed": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results": { "group_number": [ - 38 + 40 ], "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "placement": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "stage": [ - 4595 + 4759 ], "team": [ - 4728 + 4892 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate": { "aggregate": [ - 5659 + 5736 ], "nodes": [ - 5645 + 5722 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp": { "avg": [ - 5648 + 5725 ], "corr": [ - 5649 + 5726 ], "count": [ - 5651 + 5728 ], "covar_samp": [ - 5652 + 5729 ], "max": [ - 5654 + 5731 ], "min": [ - 5655 + 5732 ], "stddev_samp": [ - 5656 + 5733 ], "sum": [ - 5657 + 5734 ], "var_samp": [ - 5658 + 5735 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_avg": { "arguments": [ - 5678 + 5755 ], "distinct": [ - 3 + 5 ], "filter": [ - 5664 + 5741 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_corr": { "arguments": [ - 5650 + 5727 ], "distinct": [ - 3 + 5 ], "filter": [ - 5664 + 5741 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_corr_arguments": { "X": [ - 5679 + 5756 ], "Y": [ - 5679 + 5756 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_count": { "arguments": [ - 5677 + 5754 ], "distinct": [ - 3 + 5 ], "filter": [ - 5664 + 5741 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 5653 + 5730 ], "distinct": [ - 3 + 5 ], "filter": [ - 5664 + 5741 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5680 + 5757 ], "Y": [ - 5680 + 5757 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_max": { "arguments": [ - 5681 + 5758 ], "distinct": [ - 3 + 5 ], "filter": [ - 5664 + 5741 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_min": { "arguments": [ - 5682 + 5759 ], "distinct": [ - 3 + 5 ], "filter": [ - 5664 + 5741 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5683 + 5760 ], "distinct": [ - 3 + 5 ], "filter": [ - 5664 + 5741 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_sum": { "arguments": [ - 5684 + 5761 ], "distinct": [ - 3 + 5 ], "filter": [ - 5664 + 5741 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_bool_exp_var_samp": { "arguments": [ - 5685 + 5762 ], "distinct": [ - 3 + 5 ], "filter": [ - 5664 + 5741 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_fields": { "avg": [ - 5662 + 5739 ], "count": [ - 38, + 40, { "columns": [ - 5677, + 5754, "[v_team_stage_results_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5668 + 5745 ], "min": [ - 5670 + 5747 ], "stddev": [ - 5687 + 5764 ], "stddev_pop": [ - 5689 + 5766 ], "stddev_samp": [ - 5691 + 5768 ], "sum": [ - 5695 + 5772 ], "var_pop": [ - 5699 + 5776 ], "var_samp": [ - 5701 + 5778 ], "variance": [ - 5703 + 5780 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_aggregate_order_by": { "avg": [ - 5663 + 5740 ], "count": [ - 2829 + 2951 ], "max": [ - 5669 + 5746 ], "min": [ - 5671 + 5748 ], "stddev": [ - 5688 + 5765 ], "stddev_pop": [ - 5690 + 5767 ], "stddev_samp": [ - 5692 + 5769 ], "sum": [ - 5696 + 5773 ], "var_pop": [ - 5700 + 5777 ], "var_samp": [ - 5702 + 5779 ], "variance": [ - 5704 + 5781 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_arr_rel_insert_input": { "data": [ - 5667 + 5744 ], "on_conflict": [ - 5674 + 5751 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_avg_fields": { "group_number": [ - 29 + 31 ], "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "placement": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_avg_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_bool_exp": { "_and": [ - 5664 + 5741 ], "_not": [ - 5664 + 5741 ], "_or": [ - 5664 + 5741 ], "group_number": [ - 39 + 41 ], "head_to_head_match_wins": [ - 39 + 41 ], "head_to_head_rounds_won": [ - 39 + 41 ], "losses": [ - 39 + 41 ], "maps_lost": [ - 39 + 41 ], "maps_won": [ - 39 + 41 ], "matches_played": [ - 39 + 41 ], "matches_remaining": [ - 39 + 41 ], "placement": [ - 39 + 41 ], "rank": [ - 39 + 41 ], "rounds_lost": [ - 39 + 41 ], "rounds_won": [ - 39 + 41 ], "stage": [ - 4607 + 4771 ], "team": [ - 4737 + 4901 ], "team_kdr": [ - 1548 + 1670 ], "total_deaths": [ - 39 + 41 ], "total_kills": [ - 39 + 41 ], "tournament_stage_id": [ - 4923 + 5000 ], "tournament_team_id": [ - 4923 + 5000 ], "wins": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_constraint": {}, "v_team_stage_results_inc_input": { "group_number": [ - 38 + 40 ], "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "placement": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_insert_input": { "group_number": [ - 38 + 40 ], "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "placement": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "stage": [ - 4619 + 4783 ], "team": [ - 4746 + 4910 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_max_fields": { "group_number": [ - 38 + 40 ], "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "placement": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_max_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "tournament_stage_id": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_min_fields": { "group_number": [ - 38 + 40 ], "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "placement": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_min_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "tournament_stage_id": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_mutation_response": { "affected_rows": [ - 38 + 40 ], "returning": [ - 5645 + 5722 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_obj_rel_insert_input": { "data": [ - 5667 + 5744 ], "on_conflict": [ - 5674 + 5751 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_on_conflict": { "constraint": [ - 5665 + 5742 ], "update_columns": [ - 5697 + 5774 ], "where": [ - 5664 + 5741 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "stage": [ - 4621 + 4785 ], "team": [ - 4748 + 4912 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "tournament_stage_id": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_pk_columns_input": { "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_select_column": {}, @@ -130603,1720 +132718,1720 @@ export default { "v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_var_samp_arguments_columns": {}, "v_team_stage_results_set_input": { "group_number": [ - 38 + 40 ], "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "placement": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_stddev_fields": { "group_number": [ - 29 + 31 ], "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "placement": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_stddev_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_stddev_pop_fields": { "group_number": [ - 29 + 31 ], "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "placement": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_stddev_pop_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_stddev_samp_fields": { "group_number": [ - 29 + 31 ], "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "placement": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_stddev_samp_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_stream_cursor_input": { "initial_value": [ - 5694 + 5771 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_stream_cursor_value_input": { "group_number": [ - 38 + 40 ], "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "placement": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament_stage_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_sum_fields": { "group_number": [ - 38 + 40 ], "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "placement": [ - 38 + 40 ], "rank": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_sum_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_update_column": {}, "v_team_stage_results_updates": { "_inc": [ - 5666 + 5743 ], "_set": [ - 5686 + 5763 ], "where": [ - 5664 + 5741 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_var_pop_fields": { "group_number": [ - 29 + 31 ], "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "placement": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_var_pop_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_var_samp_fields": { "group_number": [ - 29 + 31 ], "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "placement": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_var_samp_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_variance_fields": { "group_number": [ - 29 + 31 ], "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "placement": [ - 29 + 31 ], "rank": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_stage_results_variance_order_by": { "group_number": [ - 2829 + 2951 ], "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "placement": [ - 2829 + 2951 ], "rank": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team": [ - 4728 + 4892 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate": { "aggregate": [ - 5719 + 5796 ], "nodes": [ - 5705 + 5782 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp": { "avg": [ - 5708 + 5785 ], "corr": [ - 5709 + 5786 ], "count": [ - 5711 + 5788 ], "covar_samp": [ - 5712 + 5789 ], "max": [ - 5714 + 5791 ], "min": [ - 5715 + 5792 ], "stddev_samp": [ - 5716 + 5793 ], "sum": [ - 5717 + 5794 ], "var_samp": [ - 5718 + 5795 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_avg": { "arguments": [ - 5732 + 5809 ], "distinct": [ - 3 + 5 ], "filter": [ - 5724 + 5801 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_corr": { "arguments": [ - 5710 + 5787 ], "distinct": [ - 3 + 5 ], "filter": [ - 5724 + 5801 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_corr_arguments": { "X": [ - 5733 + 5810 ], "Y": [ - 5733 + 5810 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_count": { "arguments": [ - 5731 + 5808 ], "distinct": [ - 3 + 5 ], "filter": [ - 5724 + 5801 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 5713 + 5790 ], "distinct": [ - 3 + 5 ], "filter": [ - 5724 + 5801 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5734 + 5811 ], "Y": [ - 5734 + 5811 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_max": { "arguments": [ - 5735 + 5812 ], "distinct": [ - 3 + 5 ], "filter": [ - 5724 + 5801 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_min": { "arguments": [ - 5736 + 5813 ], "distinct": [ - 3 + 5 ], "filter": [ - 5724 + 5801 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5737 + 5814 ], "distinct": [ - 3 + 5 ], "filter": [ - 5724 + 5801 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_sum": { "arguments": [ - 5738 + 5815 ], "distinct": [ - 3 + 5 ], "filter": [ - 5724 + 5801 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_bool_exp_var_samp": { "arguments": [ - 5739 + 5816 ], "distinct": [ - 3 + 5 ], "filter": [ - 5724 + 5801 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_fields": { "avg": [ - 5722 + 5799 ], "count": [ - 38, + 40, { "columns": [ - 5731, + 5808, "[v_team_tournament_results_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5726 + 5803 ], "min": [ - 5728 + 5805 ], "stddev": [ - 5740 + 5817 ], "stddev_pop": [ - 5742 + 5819 ], "stddev_samp": [ - 5744 + 5821 ], "sum": [ - 5748 + 5825 ], "var_pop": [ - 5750 + 5827 ], "var_samp": [ - 5752 + 5829 ], "variance": [ - 5754 + 5831 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_aggregate_order_by": { "avg": [ - 5723 + 5800 ], "count": [ - 2829 + 2951 ], "max": [ - 5727 + 5804 ], "min": [ - 5729 + 5806 ], "stddev": [ - 5741 + 5818 ], "stddev_pop": [ - 5743 + 5820 ], "stddev_samp": [ - 5745 + 5822 ], "sum": [ - 5749 + 5826 ], "var_pop": [ - 5751 + 5828 ], "var_samp": [ - 5753 + 5830 ], "variance": [ - 5755 + 5832 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_arr_rel_insert_input": { "data": [ - 5725 + 5802 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_avg_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_avg_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_bool_exp": { "_and": [ - 5724 + 5801 ], "_not": [ - 5724 + 5801 ], "_or": [ - 5724 + 5801 ], "head_to_head_match_wins": [ - 39 + 41 ], "head_to_head_rounds_won": [ - 39 + 41 ], "losses": [ - 39 + 41 ], "maps_lost": [ - 39 + 41 ], "maps_won": [ - 39 + 41 ], "matches_played": [ - 39 + 41 ], "matches_remaining": [ - 39 + 41 ], "rounds_lost": [ - 39 + 41 ], "rounds_won": [ - 39 + 41 ], "team": [ - 4737 + 4901 ], "team_kdr": [ - 1548 + 1670 ], "total_deaths": [ - 39 + 41 ], "total_kills": [ - 39 + 41 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "tournament_team_id": [ - 4923 + 5000 ], "wins": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_insert_input": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team": [ - 4746 + 4910 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_max_fields": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_max_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_min_fields": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_min_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team": [ - 4748 + 4912 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "tournament_team_id": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_select_column": {}, @@ -132330,1337 +134445,1337 @@ export default { "v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_var_samp_arguments_columns": {}, "v_team_tournament_results_stddev_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_stddev_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_stddev_pop_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_stddev_pop_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_stddev_samp_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_stddev_samp_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_stream_cursor_input": { "initial_value": [ - 5747 + 5824 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_stream_cursor_value_input": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "tournament_id": [ - 4921 + 4998 ], "tournament_team_id": [ - 4921 + 4998 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_sum_fields": { "head_to_head_match_wins": [ - 38 + 40 ], "head_to_head_rounds_won": [ - 38 + 40 ], "losses": [ - 38 + 40 ], "maps_lost": [ - 38 + 40 ], "maps_won": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "matches_remaining": [ - 38 + 40 ], "rounds_lost": [ - 38 + 40 ], "rounds_won": [ - 38 + 40 ], "team_kdr": [ - 1547 + 1669 ], "total_deaths": [ - 38 + 40 ], "total_kills": [ - 38 + 40 ], "wins": [ - 38 + 40 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_sum_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_var_pop_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_var_pop_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_var_samp_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_var_samp_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_variance_fields": { "head_to_head_match_wins": [ - 29 + 31 ], "head_to_head_rounds_won": [ - 29 + 31 ], "losses": [ - 29 + 31 ], "maps_lost": [ - 29 + 31 ], "maps_won": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "matches_remaining": [ - 29 + 31 ], "rounds_lost": [ - 29 + 31 ], "rounds_won": [ - 29 + 31 ], "team_kdr": [ - 29 + 31 ], "total_deaths": [ - 29 + 31 ], "total_kills": [ - 29 + 31 ], "wins": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_team_tournament_results_variance_order_by": { "head_to_head_match_wins": [ - 2829 + 2951 ], "head_to_head_rounds_won": [ - 2829 + 2951 ], "losses": [ - 2829 + 2951 ], "maps_lost": [ - 2829 + 2951 ], "maps_won": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "matches_remaining": [ - 2829 + 2951 ], "rounds_lost": [ - 2829 + 2951 ], "rounds_won": [ - 2829 + 2951 ], "team_kdr": [ - 2829 + 2951 ], "total_deaths": [ - 2829 + 2951 ], "total_kills": [ - 2829 + 2951 ], "wins": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player": [ - 3787 + 3909 ], "player_steam_id": [ - 180 + 257 ], "tournament": [ - 4857 + 4934 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate": { "aggregate": [ - 5770 + 5847 ], "nodes": [ - 5756 + 5833 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp": { "avg": [ - 5759 + 5836 ], "corr": [ - 5760 + 5837 ], "count": [ - 5762 + 5839 ], "covar_samp": [ - 5763 + 5840 ], "max": [ - 5765 + 5842 ], "min": [ - 5766 + 5843 ], "stddev_samp": [ - 5767 + 5844 ], "sum": [ - 5768 + 5845 ], "var_samp": [ - 5769 + 5846 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 5783 + 5860 ], "distinct": [ - 3 + 5 ], "filter": [ - 5775 + 5852 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 5761 + 5838 ], "distinct": [ - 3 + 5 ], "filter": [ - 5775 + 5852 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 5784 + 5861 ], "Y": [ - 5784 + 5861 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_count": { "arguments": [ - 5782 + 5859 ], "distinct": [ - 3 + 5 ], "filter": [ - 5775 + 5852 ], "predicate": [ - 39 + 41 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 5764 + 5841 ], "distinct": [ - 3 + 5 ], "filter": [ - 5775 + 5852 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5785 + 5862 ], "Y": [ - 5785 + 5862 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_max": { "arguments": [ - 5786 + 5863 ], "distinct": [ - 3 + 5 ], "filter": [ - 5775 + 5852 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_min": { "arguments": [ - 5787 + 5864 ], "distinct": [ - 3 + 5 ], "filter": [ - 5775 + 5852 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5788 + 5865 ], "distinct": [ - 3 + 5 ], "filter": [ - 5775 + 5852 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 5789 + 5866 ], "distinct": [ - 3 + 5 ], "filter": [ - 5775 + 5852 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 5790 + 5867 ], "distinct": [ - 3 + 5 ], "filter": [ - 5775 + 5852 ], "predicate": [ - 1548 + 1670 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_fields": { "avg": [ - 5773 + 5850 ], "count": [ - 38, + 40, { "columns": [ - 5782, + 5859, "[v_tournament_player_stats_select_column!]" ], "distinct": [ - 3 + 5 ] } ], "max": [ - 5777 + 5854 ], "min": [ - 5779 + 5856 ], "stddev": [ - 5791 + 5868 ], "stddev_pop": [ - 5793 + 5870 ], "stddev_samp": [ - 5795 + 5872 ], "sum": [ - 5799 + 5876 ], "var_pop": [ - 5801 + 5878 ], "var_samp": [ - 5803 + 5880 ], "variance": [ - 5805 + 5882 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_aggregate_order_by": { "avg": [ - 5774 + 5851 ], "count": [ - 2829 + 2951 ], "max": [ - 5778 + 5855 ], "min": [ - 5780 + 5857 ], "stddev": [ - 5792 + 5869 ], "stddev_pop": [ - 5794 + 5871 ], "stddev_samp": [ - 5796 + 5873 ], "sum": [ - 5800 + 5877 ], "var_pop": [ - 5802 + 5879 ], "var_samp": [ - 5804 + 5881 ], "variance": [ - 5806 + 5883 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_arr_rel_insert_input": { "data": [ - 5776 + 5853 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_avg_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_avg_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_bool_exp": { "_and": [ - 5775 + 5852 ], "_not": [ - 5775 + 5852 ], "_or": [ - 5775 + 5852 ], "assists": [ - 39 + 41 ], "deaths": [ - 39 + 41 ], "headshot_percentage": [ - 1548 + 1670 ], "headshots": [ - 39 + 41 ], "kdr": [ - 1548 + 1670 ], "kills": [ - 39 + 41 ], "matches_played": [ - 39 + 41 ], "player": [ - 3791 + 3913 ], "player_steam_id": [ - 182 + 259 ], "tournament": [ - 4878 + 4955 ], "tournament_id": [ - 4923 + 5000 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_insert_input": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player": [ - 3798 + 3920 ], "player_steam_id": [ - 180 + 257 ], "tournament": [ - 4887 + 4964 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_max_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_max_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_min_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_min_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player": [ - 3800 + 3922 ], "player_steam_id": [ - 2829 + 2951 ], "tournament": [ - 4889 + 4966 ], "tournament_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_select_column": {}, @@ -133674,3828 +135789,4040 @@ export default { "v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_var_samp_arguments_columns": {}, "v_tournament_player_stats_stddev_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_stddev_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_stddev_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_stddev_pop_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_stddev_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_stddev_samp_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_stream_cursor_input": { "initial_value": [ - 5798 + 5875 ], "ordering": [ - 236 + 313 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_stream_cursor_value_input": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "tournament_id": [ - 4921 + 4998 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_sum_fields": { "assists": [ - 38 + 40 ], "deaths": [ - 38 + 40 ], "headshot_percentage": [ - 1547 + 1669 ], "headshots": [ - 38 + 40 ], "kdr": [ - 1547 + 1669 ], "kills": [ - 38 + 40 ], "matches_played": [ - 38 + 40 ], "player_steam_id": [ - 180 + 257 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_sum_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_var_pop_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_var_pop_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_var_samp_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_var_samp_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_variance_fields": { "assists": [ - 29 + 31 ], "deaths": [ - 29 + 31 ], "headshot_percentage": [ - 29 + 31 ], "headshots": [ - 29 + 31 ], "kdr": [ - 29 + 31 ], "kills": [ - 29 + 31 ], "matches_played": [ - 29 + 31 ], "player_steam_id": [ - 29 + 31 ], "__typename": [ - 78 + 80 ] }, "v_tournament_player_stats_variance_order_by": { "assists": [ - 2829 + 2951 ], "deaths": [ - 2829 + 2951 ], "headshot_percentage": [ - 2829 + 2951 ], "headshots": [ - 2829 + 2951 ], "kdr": [ - 2829 + 2951 ], "kills": [ - 2829 + 2951 ], "matches_played": [ - 2829 + 2951 ], "player_steam_id": [ - 2829 + 2951 ], "__typename": [ - 78 + 80 ] }, "Query": { "_map_pool": [ - 92, + 100, { "distinct_on": [ - 104, + 112, "[_map_pool_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 102, + 110, "[_map_pool_order_by!]" ], "where": [ - 95 + 103 ] } ], "_map_pool_aggregate": [ - 93, + 101, { "distinct_on": [ - 104, + 112, "[_map_pool_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 102, + 110, "[_map_pool_order_by!]" ], "where": [ - 95 + 103 ] } ], "_map_pool_by_pk": [ - 92, + 100, { "map_id": [ - 4921, + 4998, "uuid!" ], "map_pool_id": [ - 4921, + 4998, "uuid!" ] } ], "abandoned_matches": [ - 111, + 119, { "distinct_on": [ - 132, + 140, "[abandoned_matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 130, + 138, "[abandoned_matches_order_by!]" ], "where": [ - 120 + 128 ] } ], "abandoned_matches_aggregate": [ - 112, + 120, { "distinct_on": [ - 132, + 140, "[abandoned_matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 130, + 138, "[abandoned_matches_order_by!]" ], "where": [ - 120 + 128 ] } ], "abandoned_matches_by_pk": [ - 111, + 119, { "id": [ - 4921, + 4998, "uuid!" ] } ], "api_keys": [ - 152, + 160, { "distinct_on": [ - 166, + 174, "[api_keys_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 164, + 172, "[api_keys_order_by!]" ], "where": [ - 156 + 164 ] } ], "api_keys_aggregate": [ - 153, + 161, { "distinct_on": [ - 166, + 174, "[api_keys_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 164, + 172, "[api_keys_order_by!]" ], "where": [ - 156 + 164 ] } ], "api_keys_by_pk": [ - 152, + 160, + { + "id": [ + 4998, + "uuid!" + ] + } + ], + "award_recipients": [ + 188, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "award_recipients_aggregate": [ + 189, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "award_recipients_by_pk": [ + 188, + { + "id": [ + 4998, + "uuid!" + ] + } + ], + "awards": [ + 229, + { + "distinct_on": [ + 244, + "[awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 242, + "[awards_order_by!]" + ], + "where": [ + 233 + ] + } + ], + "awards_aggregate": [ + 230, + { + "distinct_on": [ + 244, + "[awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 242, + "[awards_order_by!]" + ], + "where": [ + 233 + ] + } + ], + "awards_by_pk": [ + 229, { "id": [ - 4921, + 4998, "uuid!" ] } ], "clip_render_jobs": [ - 185, + 262, { "distinct_on": [ - 213, + 290, "[clip_render_jobs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 210, + 287, "[clip_render_jobs_order_by!]" ], "where": [ - 197 + 274 ] } ], "clip_render_jobs_aggregate": [ - 186, + 263, { "distinct_on": [ - 213, + 290, "[clip_render_jobs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 210, + 287, "[clip_render_jobs_order_by!]" ], "where": [ - 197 + 274 ] } ], "clip_render_jobs_by_pk": [ - 185, + 262, { "id": [ - 4921, + 4998, "uuid!" ] } ], "custom_pages": [ - 237, + 314, { "distinct_on": [ - 251, + 333, "[custom_pages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 249, + 330, "[custom_pages_order_by!]" ], "where": [ - 241 + 319 ] } ], "custom_pages_aggregate": [ - 238, + 315, { "distinct_on": [ - 251, + 333, "[custom_pages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 249, + 330, "[custom_pages_order_by!]" ], "where": [ - 241 + 319 ] } ], "custom_pages_by_pk": [ - 237, + 314, { "id": [ - 4921, + 4998, "uuid!" ] } ], "dbStats": [ - 17 + 19 ], "db_backups": [ - 264, + 346, { "distinct_on": [ - 278, + 360, "[db_backups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 276, + 358, "[db_backups_order_by!]" ], "where": [ - 268 + 350 ] } ], "db_backups_aggregate": [ - 265, + 347, { "distinct_on": [ - 278, + 360, "[db_backups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 276, + 358, "[db_backups_order_by!]" ], "where": [ - 268 + 350 ] } ], "db_backups_by_pk": [ - 264, + 346, { "id": [ - 4921, + 4998, "uuid!" ] } ], "draft_game_picks": [ - 291, + 373, { "distinct_on": [ - 314, + 396, "[draft_game_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 312, + 394, "[draft_game_picks_order_by!]" ], "where": [ - 302 + 384 ] } ], "draft_game_picks_aggregate": [ - 292, + 374, { "distinct_on": [ - 314, + 396, "[draft_game_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 312, + 394, "[draft_game_picks_order_by!]" ], "where": [ - 302 + 384 ] } ], "draft_game_picks_by_pk": [ - 291, + 373, { "id": [ - 4921, + 4998, "uuid!" ] } ], "draft_game_players": [ - 336, + 418, { "distinct_on": [ - 359, + 441, "[draft_game_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 357, + 439, "[draft_game_players_order_by!]" ], "where": [ - 347 + 429 ] } ], "draft_game_players_aggregate": [ - 337, + 419, { "distinct_on": [ - 359, + 441, "[draft_game_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 357, + 439, "[draft_game_players_order_by!]" ], "where": [ - 347 + 429 ] } ], "draft_game_players_by_pk": [ - 336, + 418, { "draft_game_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "draft_games": [ - 381, + 463, { "distinct_on": [ - 405, + 487, "[draft_games_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 403, + 485, "[draft_games_order_by!]" ], "where": [ - 392 + 474 ] } ], "draft_games_aggregate": [ - 382, + 464, { "distinct_on": [ - 405, + 487, "[draft_games_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 403, + 485, "[draft_games_order_by!]" ], "where": [ - 392 + 474 ] } ], "draft_games_by_pk": [ - 381, + 463, { "id": [ - 4921, + 4998, "uuid!" ] } ], + "e_award_sources": [ + 509, + { + "distinct_on": [ + 523, + "[e_award_sources_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 521, + "[e_award_sources_order_by!]" + ], + "where": [ + 512 + ] + } + ], + "e_award_sources_aggregate": [ + 510, + { + "distinct_on": [ + 523, + "[e_award_sources_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 521, + "[e_award_sources_order_by!]" + ], + "where": [ + 512 + ] + } + ], + "e_award_sources_by_pk": [ + 509, + { + "value": [ + 80, + "String!" + ] + } + ], + "e_award_tiers": [ + 529, + { + "distinct_on": [ + 543, + "[e_award_tiers_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 541, + "[e_award_tiers_order_by!]" + ], + "where": [ + 532 + ] + } + ], + "e_award_tiers_aggregate": [ + 530, + { + "distinct_on": [ + 543, + "[e_award_tiers_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 541, + "[e_award_tiers_order_by!]" + ], + "where": [ + 532 + ] + } + ], + "e_award_tiers_by_pk": [ + 529, + { + "value": [ + 80, + "String!" + ] + } + ], "e_check_in_settings": [ - 427, + 549, { "distinct_on": [ - 441, + 563, "[e_check_in_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 439, + 561, "[e_check_in_settings_order_by!]" ], "where": [ - 430 + 552 ] } ], "e_check_in_settings_aggregate": [ - 428, + 550, { "distinct_on": [ - 441, + 563, "[e_check_in_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 439, + 561, "[e_check_in_settings_order_by!]" ], "where": [ - 430 + 552 ] } ], "e_check_in_settings_by_pk": [ - 427, + 549, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_captain_selection": [ - 447, + 569, { "distinct_on": [ - 462, + 584, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 460, + 582, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 450 + 572 ] } ], "e_draft_game_captain_selection_aggregate": [ - 448, + 570, { "distinct_on": [ - 462, + 584, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 460, + 582, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 450 + 572 ] } ], "e_draft_game_captain_selection_by_pk": [ - 447, + 569, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_draft_order": [ - 468, + 590, { "distinct_on": [ - 483, + 605, "[e_draft_game_draft_order_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 481, + 603, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 471 + 593 ] } ], "e_draft_game_draft_order_aggregate": [ - 469, + 591, { "distinct_on": [ - 483, + 605, "[e_draft_game_draft_order_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 481, + 603, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 471 + 593 ] } ], "e_draft_game_draft_order_by_pk": [ - 468, + 590, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_mode": [ - 489, + 611, { "distinct_on": [ - 504, + 626, "[e_draft_game_mode_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 502, + 624, "[e_draft_game_mode_order_by!]" ], "where": [ - 492 + 614 ] } ], "e_draft_game_mode_aggregate": [ - 490, + 612, { "distinct_on": [ - 504, + 626, "[e_draft_game_mode_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 502, + 624, "[e_draft_game_mode_order_by!]" ], "where": [ - 492 + 614 ] } ], "e_draft_game_mode_by_pk": [ - 489, + 611, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_player_status": [ - 510, + 632, { "distinct_on": [ - 525, + 647, "[e_draft_game_player_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 523, + 645, "[e_draft_game_player_status_order_by!]" ], "where": [ - 513 + 635 ] } ], "e_draft_game_player_status_aggregate": [ - 511, + 633, { "distinct_on": [ - 525, + 647, "[e_draft_game_player_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 523, + 645, "[e_draft_game_player_status_order_by!]" ], "where": [ - 513 + 635 ] } ], "e_draft_game_player_status_by_pk": [ - 510, + 632, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_status": [ - 531, + 653, { "distinct_on": [ - 546, + 668, "[e_draft_game_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 544, + 666, "[e_draft_game_status_order_by!]" ], "where": [ - 534 + 656 ] } ], "e_draft_game_status_aggregate": [ - 532, + 654, { "distinct_on": [ - 546, + 668, "[e_draft_game_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 544, + 666, "[e_draft_game_status_order_by!]" ], "where": [ - 534 + 656 ] } ], "e_draft_game_status_by_pk": [ - 531, + 653, { "value": [ - 78, + 80, "String!" ] } ], "e_event_media_access": [ - 552, + 674, { "distinct_on": [ - 566, + 688, "[e_event_media_access_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 564, + 686, "[e_event_media_access_order_by!]" ], "where": [ - 555 + 677 ] } ], "e_event_media_access_aggregate": [ - 553, + 675, { "distinct_on": [ - 566, + 688, "[e_event_media_access_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 564, + 686, "[e_event_media_access_order_by!]" ], "where": [ - 555 + 677 ] } ], "e_event_media_access_by_pk": [ - 552, + 674, { "value": [ - 78, + 80, "String!" ] } ], "e_event_visibility": [ - 572, + 694, { "distinct_on": [ - 586, + 708, "[e_event_visibility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 584, + 706, "[e_event_visibility_order_by!]" ], "where": [ - 575 + 697 ] } ], "e_event_visibility_aggregate": [ - 573, + 695, { "distinct_on": [ - 586, + 708, "[e_event_visibility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 584, + 706, "[e_event_visibility_order_by!]" ], "where": [ - 575 + 697 ] } ], "e_event_visibility_by_pk": [ - 572, + 694, { "value": [ - 78, + 80, "String!" ] } ], "e_friend_status": [ - 592, + 714, { "distinct_on": [ - 607, + 729, "[e_friend_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 605, + 727, "[e_friend_status_order_by!]" ], "where": [ - 595 + 717 ] } ], "e_friend_status_aggregate": [ - 593, + 715, { "distinct_on": [ - 607, + 729, "[e_friend_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 605, + 727, "[e_friend_status_order_by!]" ], "where": [ - 595 + 717 ] } ], "e_friend_status_by_pk": [ - 592, + 714, { "value": [ - 78, + 80, "String!" ] } ], "e_game_cfg_types": [ - 613, + 735, { "distinct_on": [ - 627, + 749, "[e_game_cfg_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 625, + 747, "[e_game_cfg_types_order_by!]" ], "where": [ - 616 + 738 ] } ], "e_game_cfg_types_aggregate": [ - 614, + 736, { "distinct_on": [ - 627, + 749, "[e_game_cfg_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 625, + 747, "[e_game_cfg_types_order_by!]" ], "where": [ - 616 + 738 ] } ], "e_game_cfg_types_by_pk": [ - 613, + 735, { "value": [ - 78, + 80, "String!" ] } ], "e_game_server_node_statuses": [ - 633, + 755, { "distinct_on": [ - 648, + 770, "[e_game_server_node_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 646, + 768, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 636 + 758 ] } ], "e_game_server_node_statuses_aggregate": [ - 634, + 756, { "distinct_on": [ - 648, + 770, "[e_game_server_node_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 646, + 768, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 636 + 758 ] } ], "e_game_server_node_statuses_by_pk": [ - 633, + 755, { "value": [ - 78, + 80, "String!" ] } ], "e_league_movement_types": [ - 654, + 776, { "distinct_on": [ - 669, + 791, "[e_league_movement_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 667, + 789, "[e_league_movement_types_order_by!]" ], "where": [ - 657 + 779 ] } ], "e_league_movement_types_aggregate": [ - 655, + 777, { "distinct_on": [ - 669, + 791, "[e_league_movement_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 667, + 789, "[e_league_movement_types_order_by!]" ], "where": [ - 657 + 779 ] } ], "e_league_movement_types_by_pk": [ - 654, + 776, { "value": [ - 78, + 80, "String!" ] } ], "e_league_proposal_statuses": [ - 675, + 797, { "distinct_on": [ - 690, + 812, "[e_league_proposal_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 688, + 810, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 678 + 800 ] } ], "e_league_proposal_statuses_aggregate": [ - 676, + 798, { "distinct_on": [ - 690, + 812, "[e_league_proposal_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 688, + 810, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 678 + 800 ] } ], "e_league_proposal_statuses_by_pk": [ - 675, + 797, { "value": [ - 78, + 80, "String!" ] } ], "e_league_registration_statuses": [ - 696, + 818, { "distinct_on": [ - 711, + 833, "[e_league_registration_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 709, + 831, "[e_league_registration_statuses_order_by!]" ], "where": [ - 699 + 821 ] } ], "e_league_registration_statuses_aggregate": [ - 697, + 819, { "distinct_on": [ - 711, + 833, "[e_league_registration_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 709, + 831, "[e_league_registration_statuses_order_by!]" ], "where": [ - 699 + 821 ] } ], "e_league_registration_statuses_by_pk": [ - 696, + 818, { "value": [ - 78, + 80, "String!" ] } ], "e_league_season_statuses": [ - 717, + 839, { "distinct_on": [ - 732, + 854, "[e_league_season_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 730, + 852, "[e_league_season_statuses_order_by!]" ], "where": [ - 720 + 842 ] } ], "e_league_season_statuses_aggregate": [ - 718, + 840, { "distinct_on": [ - 732, + 854, "[e_league_season_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 730, + 852, "[e_league_season_statuses_order_by!]" ], "where": [ - 720 + 842 ] } ], "e_league_season_statuses_by_pk": [ - 717, + 839, { "value": [ - 78, + 80, "String!" ] } ], "e_lobby_access": [ - 738, + 860, { "distinct_on": [ - 753, + 875, "[e_lobby_access_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 751, + 873, "[e_lobby_access_order_by!]" ], "where": [ - 741 + 863 ] } ], "e_lobby_access_aggregate": [ - 739, + 861, { "distinct_on": [ - 753, + 875, "[e_lobby_access_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 751, + 873, "[e_lobby_access_order_by!]" ], "where": [ - 741 + 863 ] } ], "e_lobby_access_by_pk": [ - 738, + 860, { "value": [ - 78, + 80, "String!" ] } ], "e_lobby_player_status": [ - 759, + 881, { "distinct_on": [ - 773, + 895, "[e_lobby_player_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 771, + 893, "[e_lobby_player_status_order_by!]" ], "where": [ - 762 + 884 ] } ], "e_lobby_player_status_aggregate": [ - 760, + 882, { "distinct_on": [ - 773, + 895, "[e_lobby_player_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 771, + 893, "[e_lobby_player_status_order_by!]" ], "where": [ - 762 + 884 ] } ], "e_lobby_player_status_by_pk": [ - 759, + 881, { "value": [ - 78, + 80, "String!" ] } ], "e_map_pool_types": [ - 779, + 901, { "distinct_on": [ - 794, + 916, "[e_map_pool_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 792, + 914, "[e_map_pool_types_order_by!]" ], "where": [ - 782 + 904 ] } ], "e_map_pool_types_aggregate": [ - 780, + 902, { "distinct_on": [ - 794, + 916, "[e_map_pool_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 792, + 914, "[e_map_pool_types_order_by!]" ], "where": [ - 782 + 904 ] } ], "e_map_pool_types_by_pk": [ - 779, + 901, { "value": [ - 78, + 80, "String!" ] } ], "e_match_clip_visibility": [ - 800, + 922, { "distinct_on": [ - 814, + 936, "[e_match_clip_visibility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 812, + 934, "[e_match_clip_visibility_order_by!]" ], "where": [ - 803 + 925 ] } ], "e_match_clip_visibility_aggregate": [ - 801, + 923, { "distinct_on": [ - 814, + 936, "[e_match_clip_visibility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 812, + 934, "[e_match_clip_visibility_order_by!]" ], "where": [ - 803 + 925 ] } ], "e_match_clip_visibility_by_pk": [ - 800, + 922, { "value": [ - 78, + 80, "String!" ] } ], "e_match_map_status": [ - 820, + 942, { "distinct_on": [ - 835, + 957, "[e_match_map_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 833, + 955, "[e_match_map_status_order_by!]" ], "where": [ - 823 + 945 ] } ], "e_match_map_status_aggregate": [ - 821, + 943, { "distinct_on": [ - 835, + 957, "[e_match_map_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 833, + 955, "[e_match_map_status_order_by!]" ], "where": [ - 823 + 945 ] } ], "e_match_map_status_by_pk": [ - 820, + 942, { "value": [ - 78, + 80, "String!" ] } ], "e_match_mode": [ - 841, + 963, { "distinct_on": [ - 855, + 977, "[e_match_mode_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 853, + 975, "[e_match_mode_order_by!]" ], "where": [ - 844 + 966 ] } ], "e_match_mode_aggregate": [ - 842, + 964, { "distinct_on": [ - 855, + 977, "[e_match_mode_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 853, + 975, "[e_match_mode_order_by!]" ], "where": [ - 844 + 966 ] } ], "e_match_mode_by_pk": [ - 841, + 963, { "value": [ - 78, + 80, "String!" ] } ], "e_match_status": [ - 861, + 983, { "distinct_on": [ - 876, + 998, "[e_match_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 874, + 996, "[e_match_status_order_by!]" ], "where": [ - 864 + 986 ] } ], "e_match_status_aggregate": [ - 862, + 984, { "distinct_on": [ - 876, + 998, "[e_match_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 874, + 996, "[e_match_status_order_by!]" ], "where": [ - 864 + 986 ] } ], "e_match_status_by_pk": [ - 861, + 983, { "value": [ - 78, + 80, "String!" ] } ], "e_match_types": [ - 882, + 1004, { "distinct_on": [ - 897, + 1019, "[e_match_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 895, + 1017, "[e_match_types_order_by!]" ], "where": [ - 885 + 1007 ] } ], "e_match_types_aggregate": [ - 883, + 1005, { "distinct_on": [ - 897, + 1019, "[e_match_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 895, + 1017, "[e_match_types_order_by!]" ], "where": [ - 885 + 1007 ] } ], "e_match_types_by_pk": [ - 882, + 1004, { "value": [ - 78, + 80, "String!" ] } ], "e_notification_types": [ - 903, + 1025, { "distinct_on": [ - 917, + 1039, "[e_notification_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 915, + 1037, "[e_notification_types_order_by!]" ], "where": [ - 906 + 1028 ] } ], "e_notification_types_aggregate": [ - 904, + 1026, { "distinct_on": [ - 917, + 1039, "[e_notification_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 915, + 1037, "[e_notification_types_order_by!]" ], "where": [ - 906 + 1028 ] } ], "e_notification_types_by_pk": [ - 903, + 1025, { "value": [ - 78, + 80, "String!" ] } ], "e_objective_types": [ - 923, + 1045, { "distinct_on": [ - 937, + 1059, "[e_objective_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 935, + 1057, "[e_objective_types_order_by!]" ], "where": [ - 926 + 1048 ] } ], "e_objective_types_aggregate": [ - 924, + 1046, { "distinct_on": [ - 937, + 1059, "[e_objective_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 935, + 1057, "[e_objective_types_order_by!]" ], "where": [ - 926 + 1048 ] } ], "e_objective_types_by_pk": [ - 923, + 1045, { "value": [ - 78, + 80, "String!" ] } ], "e_player_roles": [ - 943, + 1065, { "distinct_on": [ - 957, + 1079, "[e_player_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 955, + 1077, "[e_player_roles_order_by!]" ], "where": [ - 946 + 1068 ] } ], "e_player_roles_aggregate": [ - 944, + 1066, { "distinct_on": [ - 957, + 1079, "[e_player_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 955, + 1077, "[e_player_roles_order_by!]" ], "where": [ - 946 + 1068 ] } ], "e_player_roles_by_pk": [ - 943, + 1065, { "value": [ - 78, + 80, "String!" ] } ], "e_plugin_runtimes": [ - 963, + 1085, { "distinct_on": [ - 977, + 1099, "[e_plugin_runtimes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 975, + 1097, "[e_plugin_runtimes_order_by!]" ], "where": [ - 966 + 1088 ] } ], "e_plugin_runtimes_aggregate": [ - 964, + 1086, { "distinct_on": [ - 977, + 1099, "[e_plugin_runtimes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 975, + 1097, "[e_plugin_runtimes_order_by!]" ], "where": [ - 966 + 1088 ] } ], "e_plugin_runtimes_by_pk": [ - 963, + 1085, { "value": [ - 78, + 80, "String!" ] } ], "e_ready_settings": [ - 983, + 1105, { "distinct_on": [ - 997, + 1119, "[e_ready_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 995, + 1117, "[e_ready_settings_order_by!]" ], "where": [ - 986 + 1108 ] } ], "e_ready_settings_aggregate": [ - 984, + 1106, { "distinct_on": [ - 997, + 1119, "[e_ready_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 995, + 1117, "[e_ready_settings_order_by!]" ], "where": [ - 986 + 1108 ] } ], "e_ready_settings_by_pk": [ - 983, + 1105, { "value": [ - 78, + 80, "String!" ] } ], "e_sanction_types": [ - 1003, + 1125, { "distinct_on": [ - 1018, + 1140, "[e_sanction_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1016, + 1138, "[e_sanction_types_order_by!]" ], "where": [ - 1006 + 1128 ] } ], "e_sanction_types_aggregate": [ - 1004, + 1126, { "distinct_on": [ - 1018, + 1140, "[e_sanction_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1016, + 1138, "[e_sanction_types_order_by!]" ], "where": [ - 1006 + 1128 ] } ], "e_sanction_types_by_pk": [ - 1003, + 1125, { "value": [ - 78, + 80, "String!" ] } ], "e_scrim_request_statuses": [ - 1024, + 1146, { "distinct_on": [ - 1038, + 1160, "[e_scrim_request_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1036, + 1158, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1027 + 1149 ] } ], "e_scrim_request_statuses_aggregate": [ - 1025, + 1147, { "distinct_on": [ - 1038, + 1160, "[e_scrim_request_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1036, + 1158, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1027 + 1149 ] } ], "e_scrim_request_statuses_by_pk": [ - 1024, + 1146, { "value": [ - 78, + 80, "String!" ] } ], "e_server_types": [ - 1044, + 1166, { "distinct_on": [ - 1058, + 1180, "[e_server_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1056, + 1178, "[e_server_types_order_by!]" ], "where": [ - 1047 + 1169 ] } ], "e_server_types_aggregate": [ - 1045, + 1167, { "distinct_on": [ - 1058, + 1180, "[e_server_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1056, + 1178, "[e_server_types_order_by!]" ], "where": [ - 1047 + 1169 ] } ], "e_server_types_by_pk": [ - 1044, + 1166, { "value": [ - 78, + 80, "String!" ] } ], "e_sides": [ - 1064, + 1186, { "distinct_on": [ - 1078, + 1200, "[e_sides_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1076, + 1198, "[e_sides_order_by!]" ], "where": [ - 1067 + 1189 ] } ], "e_sides_aggregate": [ - 1065, + 1187, { "distinct_on": [ - 1078, + 1200, "[e_sides_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1076, + 1198, "[e_sides_order_by!]" ], "where": [ - 1067 + 1189 ] } ], "e_sides_by_pk": [ - 1064, + 1186, { "value": [ - 78, + 80, "String!" ] } ], "e_system_alert_types": [ - 1084, + 1206, { "distinct_on": [ - 1098, + 1220, "[e_system_alert_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1096, + 1218, "[e_system_alert_types_order_by!]" ], "where": [ - 1087 + 1209 ] } ], "e_system_alert_types_aggregate": [ - 1085, + 1207, { "distinct_on": [ - 1098, + 1220, "[e_system_alert_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1096, + 1218, "[e_system_alert_types_order_by!]" ], "where": [ - 1087 + 1209 ] } ], "e_system_alert_types_by_pk": [ - 1084, + 1206, { "value": [ - 78, + 80, "String!" ] } ], "e_team_roles": [ - 1104, + 1226, { "distinct_on": [ - 1119, + 1241, "[e_team_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1117, + 1239, "[e_team_roles_order_by!]" ], "where": [ - 1107 + 1229 ] } ], "e_team_roles_aggregate": [ - 1105, + 1227, { "distinct_on": [ - 1119, + 1241, "[e_team_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1117, + 1239, "[e_team_roles_order_by!]" ], "where": [ - 1107 + 1229 ] } ], "e_team_roles_by_pk": [ - 1104, + 1226, { "value": [ - 78, + 80, "String!" ] } ], "e_team_roster_statuses": [ - 1125, + 1247, { "distinct_on": [ - 1139, + 1261, "[e_team_roster_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1137, + 1259, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1128 + 1250 ] } ], "e_team_roster_statuses_aggregate": [ - 1126, + 1248, { "distinct_on": [ - 1139, + 1261, "[e_team_roster_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1137, + 1259, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1128 + 1250 ] } ], "e_team_roster_statuses_by_pk": [ - 1125, + 1247, { "value": [ - 78, + 80, "String!" ] } ], "e_timeout_settings": [ - 1145, + 1267, { "distinct_on": [ - 1159, + 1281, "[e_timeout_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1157, + 1279, "[e_timeout_settings_order_by!]" ], "where": [ - 1148 + 1270 ] } ], "e_timeout_settings_aggregate": [ - 1146, + 1268, { "distinct_on": [ - 1159, + 1281, "[e_timeout_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1157, + 1279, "[e_timeout_settings_order_by!]" ], "where": [ - 1148 + 1270 ] } ], "e_timeout_settings_by_pk": [ - 1145, + 1267, { "value": [ - 78, + 80, "String!" ] } ], "e_tournament_categories": [ - 1165, + 1287, { "distinct_on": [ - 1180, + 1302, "[e_tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1178, + 1300, "[e_tournament_categories_order_by!]" ], "where": [ - 1168 + 1290 ] } ], "e_tournament_categories_aggregate": [ - 1166, + 1288, { "distinct_on": [ - 1180, + 1302, "[e_tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1178, + 1300, "[e_tournament_categories_order_by!]" ], "where": [ - 1168 + 1290 ] } ], "e_tournament_categories_by_pk": [ - 1165, + 1287, { "value": [ - 78, + 80, "String!" ] } ], "e_tournament_stage_types": [ - 1186, + 1308, { "distinct_on": [ - 1201, + 1323, "[e_tournament_stage_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1199, + 1321, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1189 + 1311 ] } ], "e_tournament_stage_types_aggregate": [ - 1187, + 1309, { "distinct_on": [ - 1201, + 1323, "[e_tournament_stage_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1199, + 1321, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1189 + 1311 ] } ], "e_tournament_stage_types_by_pk": [ - 1186, + 1308, { "value": [ - 78, + 80, "String!" ] } ], "e_tournament_status": [ - 1207, + 1329, { "distinct_on": [ - 1222, + 1344, "[e_tournament_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1220, + 1342, "[e_tournament_status_order_by!]" ], "where": [ - 1210 + 1332 ] } ], "e_tournament_status_aggregate": [ - 1208, + 1330, { "distinct_on": [ - 1222, + 1344, "[e_tournament_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1220, + 1342, "[e_tournament_status_order_by!]" ], "where": [ - 1210 + 1332 ] } ], "e_tournament_status_by_pk": [ - 1207, + 1329, { "value": [ - 78, + 80, "String!" ] } ], "e_utility_types": [ - 1228, + 1350, { "distinct_on": [ - 1242, + 1364, "[e_utility_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1240, + 1362, "[e_utility_types_order_by!]" ], "where": [ - 1231 + 1353 ] } ], "e_utility_types_aggregate": [ - 1229, + 1351, { "distinct_on": [ - 1242, + 1364, "[e_utility_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1240, + 1362, "[e_utility_types_order_by!]" ], "where": [ - 1231 + 1353 ] } ], "e_utility_types_by_pk": [ - 1228, + 1350, { "value": [ - 78, + 80, "String!" ] } ], "e_veto_pick_types": [ - 1248, + 1370, { "distinct_on": [ - 1262, + 1384, "[e_veto_pick_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1260, + 1382, "[e_veto_pick_types_order_by!]" ], "where": [ - 1251 + 1373 ] } ], "e_veto_pick_types_aggregate": [ - 1249, + 1371, { "distinct_on": [ - 1262, + 1384, "[e_veto_pick_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1260, + 1382, "[e_veto_pick_types_order_by!]" ], "where": [ - 1251 + 1373 ] } ], "e_veto_pick_types_by_pk": [ - 1248, + 1370, { "value": [ - 78, + 80, "String!" ] } ], "e_winning_reasons": [ - 1268, + 1390, { "distinct_on": [ - 1282, + 1404, "[e_winning_reasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1280, + 1402, "[e_winning_reasons_order_by!]" ], "where": [ - 1271 + 1393 ] } ], "e_winning_reasons_aggregate": [ - 1269, + 1391, { "distinct_on": [ - 1282, + 1404, "[e_winning_reasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1280, + 1402, "[e_winning_reasons_order_by!]" ], "where": [ - 1271 + 1393 ] } ], "e_winning_reasons_by_pk": [ - 1268, + 1390, { "value": [ - 78, + 80, "String!" ] } ], "event_match_links": [ - 1288, + 1410, { "distinct_on": [ - 1300, + 1422, "[event_match_links_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1298, + 1420, "[event_match_links_order_by!]" ], "where": [ - 1291 + 1413 ] } ], "event_match_links_aggregate": [ - 1289, + 1411, { "distinct_on": [ - 1300, + 1422, "[event_match_links_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1298, + 1420, "[event_match_links_order_by!]" ], "where": [ - 1291 + 1413 ] } ], "event_match_links_by_pk": [ - 1288, + 1410, { "event_id": [ - 4921, + 4998, "uuid!" ], "match_id": [ - 4921, + 4998, "uuid!" ] } ], "event_media": [ - 1306, + 1428, { "distinct_on": [ - 1369, + 1491, "[event_media_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1326, + 1448, "[event_media_order_by!]" ], "where": [ - 1315 + 1437 ] } ], "event_media_aggregate": [ - 1307, + 1429, { "distinct_on": [ - 1369, + 1491, "[event_media_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1326, + 1448, "[event_media_order_by!]" ], "where": [ - 1315 + 1437 ] } ], "event_media_by_pk": [ - 1306, + 1428, { "id": [ - 4921, + 4998, "uuid!" ] } ], "event_media_players": [ - 1328, + 1450, { "distinct_on": [ - 1349, + 1471, "[event_media_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1347, + 1469, "[event_media_players_order_by!]" ], "where": [ - 1337 + 1459 ] } ], "event_media_players_aggregate": [ - 1329, + 1451, { "distinct_on": [ - 1349, + 1471, "[event_media_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1347, + 1469, "[event_media_players_order_by!]" ], "where": [ - 1337 + 1459 ] } ], "event_media_players_by_pk": [ - 1328, + 1450, { "media_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "event_organizers": [ - 1389, + 1511, { "distinct_on": [ - 1410, + 1532, "[event_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1408, + 1530, "[event_organizers_order_by!]" ], "where": [ - 1398 + 1520 ] } ], "event_organizers_aggregate": [ - 1390, + 1512, { "distinct_on": [ - 1410, + 1532, "[event_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1408, + 1530, "[event_organizers_order_by!]" ], "where": [ - 1398 + 1520 ] } ], "event_organizers_by_pk": [ - 1389, + 1511, { "event_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "event_players": [ - 1430, + 1552, { "distinct_on": [ - 1451, + 1573, "[event_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1449, + 1571, "[event_players_order_by!]" ], "where": [ - 1439 + 1561 ] } ], "event_players_aggregate": [ - 1431, + 1553, { "distinct_on": [ - 1451, + 1573, "[event_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1449, + 1571, "[event_players_order_by!]" ], "where": [ - 1439 + 1561 ] } ], "event_players_by_pk": [ - 1430, + 1552, { "event_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "event_teams": [ - 1471, + 1593, { "distinct_on": [ - 1489, + 1611, "[event_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1487, + 1609, "[event_teams_order_by!]" ], "where": [ - 1478 + 1600 ] } ], "event_teams_aggregate": [ - 1472, + 1594, { "distinct_on": [ - 1489, + 1611, "[event_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1487, + 1609, "[event_teams_order_by!]" ], "where": [ - 1478 + 1600 ] } ], "event_teams_by_pk": [ - 1471, + 1593, { "event_id": [ - 4921, + 4998, "uuid!" ], "team_id": [ - 4921, + 4998, "uuid!" ] } ], "event_tournaments": [ - 1495, + 1617, { "distinct_on": [ - 1513, + 1635, "[event_tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1511, + 1633, "[event_tournaments_order_by!]" ], "where": [ - 1502 + 1624 ] } ], "event_tournaments_aggregate": [ - 1496, + 1618, { "distinct_on": [ - 1513, + 1635, "[event_tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1511, + 1633, "[event_tournaments_order_by!]" ], "where": [ - 1502 + 1624 ] } ], "event_tournaments_by_pk": [ - 1495, + 1617, { "event_id": [ - 4921, + 4998, "uuid!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "events": [ - 1519, + 1641, { "distinct_on": [ - 1534, + 1656, "[events_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1532, + 1654, "[events_order_by!]" ], "where": [ - 1523 + 1645 ] } ], "events_aggregate": [ - 1520, + 1642, { "distinct_on": [ - 1534, + 1656, "[events_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1532, + 1654, "[events_order_by!]" ], "where": [ - 1523 + 1645 ] } ], "events_by_pk": [ - 1519, + 1641, { "id": [ - 4921, + 4998, "uuid!" ] } ], "friends": [ - 1549, + 1671, { "distinct_on": [ - 1563, + 1685, "[friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1561, + 1683, "[friends_order_by!]" ], "where": [ - 1553 + 1675 ] } ], "friends_aggregate": [ - 1550, + 1672, { "distinct_on": [ - 1563, + 1685, "[friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1561, + 1683, "[friends_order_by!]" ], "where": [ - 1553 + 1675 ] } ], "friends_by_pk": [ - 1549, + 1671, { "other_player_steam_id": [ - 180, + 257, "bigint!" ], "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "game_server_nodes": [ - 1576, + 1698, { "distinct_on": [ - 1605, + 1727, "[game_server_nodes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1602, + 1724, "[game_server_nodes_order_by!]" ], "where": [ - 1588 + 1710 ] } ], "game_server_nodes_aggregate": [ - 1577, + 1699, { "distinct_on": [ - 1605, + 1727, "[game_server_nodes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1602, + 1724, "[game_server_nodes_order_by!]" ], "where": [ - 1588 + 1710 ] } ], "game_server_nodes_by_pk": [ - 1576, + 1698, { "id": [ - 78, + 80, "String!" ] } ], "game_versions": [ - 1627, + 1749, { "distinct_on": [ - 1647, + 1769, "[game_versions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1644, + 1766, "[game_versions_order_by!]" ], "where": [ - 1632 + 1754 ] } ], "game_versions_aggregate": [ - 1628, + 1750, { "distinct_on": [ - 1647, + 1769, "[game_versions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1644, + 1766, "[game_versions_order_by!]" ], "where": [ - 1632 + 1754 ] } ], "game_versions_by_pk": [ - 1627, + 1749, { "build_id": [ - 38, + 40, "Int!" ] } ], "gamedata_signature_validations": [ - 1660, + 1782, { "distinct_on": [ - 1679, + 1801, "[gamedata_signature_validations_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1676, + 1798, "[gamedata_signature_validations_order_by!]" ], "where": [ - 1665 + 1787 ] } ], "gamedata_signature_validations_aggregate": [ - 1661, + 1783, { "distinct_on": [ - 1679, + 1801, "[gamedata_signature_validations_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1676, + 1798, "[gamedata_signature_validations_order_by!]" ], "where": [ - 1665 + 1787 ] } ], "gamedata_signature_validations_by_pk": [ - 1660, + 1782, { "id": [ - 4921, + 4998, "uuid!" ] } @@ -137507,6909 +139834,6856 @@ export default { 1 ], "getConnectionStats": [ - 11 + 13 ], "getCurrentLocks": [ - 44 + 46 ], "getDatabaseStats": [ - 16 + 18 ], "getDedicatedServerInfo": [ - 18 + 20 ], "getDedicatedServerPlayers": [ - 68, + 70, { "serverId": [ - 78, + 80, "String!" ] } ], "getHighlightPresetAvailability": [ - 34, + 36, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "target_steam_id": [ - 78, + 80, "String!" ] } ], "getIndexIOStats": [ - 36, + 38, { "schemas": [ - 78, + 80, "[String!]" ] } ], "getIndexStats": [ - 37, + 39, { "schemas": [ - 78, + 80, "[String!]" ] } ], "getNodeStats": [ - 50, + 52, { "node": [ - 78, + 80, "String!" ] } ], "getQueryDetail": [ - 56, + 58, { "queryid": [ - 78, + 80, "String!" ] } ], "getQueryStats": [ - 57 + 59 ], "getSchemas": [ - 78 + 80 ], "getServiceStats": [ - 54 + 56 ], "getStorageStats": [ - 76, + 78, { "schemas": [ - 78, + 80, "[String!]" ] } ], "getTableIOStats": [ - 82, + 84, { "schemas": [ - 78, + 80, "[String!]" ] } ], "getTableStats": [ - 84, + 86, { "schemas": [ - 78, + 80, "[String!]" ] } ], "getTimescaleStats": [ - 89 + 96 ], "get_event_leaderboard": [ - 1703, + 1825, { "args": [ - 1692, + 1814, "get_event_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_event_leaderboard_aggregate": [ - 1704, + 1826, { "args": [ - 1692, + 1814, "get_event_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_leaderboard": [ - 1703, + 1825, { "args": [ - 1693, + 1815, "get_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_leaderboard_aggregate": [ - 1704, + 1826, { "args": [ - 1693, + 1815, "get_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_league_season_leaderboard": [ - 1703, + 1825, { "args": [ - 1694, + 1816, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_league_season_leaderboard_aggregate": [ - 1704, + 1826, { "args": [ - 1694, + 1816, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_player_leaderboard_rank": [ - 3270, + 3392, { "args": [ - 1695, + 1817, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3281, + 3403, "[player_leaderboard_rank_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3280, + 3402, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3274 + 3396 ] } ], "get_player_leaderboard_rank_aggregate": [ - 3271, + 3393, { "args": [ - 1695, + 1817, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3281, + 3403, "[player_leaderboard_rank_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3280, + 3402, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3274 + 3396 ] } ], "leaderboard_entries": [ - 1703, + 1825, { "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "leaderboard_entries_aggregate": [ - 1704, + 1826, { "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "league_divisions": [ - 1727, + 1849, { "distinct_on": [ - 1742, + 1864, "[league_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1740, + 1862, "[league_divisions_order_by!]" ], "where": [ - 1731 + 1853 ] } ], "league_divisions_aggregate": [ - 1728, + 1850, { "distinct_on": [ - 1742, + 1864, "[league_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1740, + 1862, "[league_divisions_order_by!]" ], "where": [ - 1731 + 1853 ] } ], "league_divisions_by_pk": [ - 1727, + 1849, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_match_weeks": [ - 1755, + 1877, { "distinct_on": [ - 1776, + 1898, "[league_match_weeks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1774, + 1896, "[league_match_weeks_order_by!]" ], "where": [ - 1764 + 1886 ] } ], "league_match_weeks_aggregate": [ - 1756, + 1878, { "distinct_on": [ - 1776, + 1898, "[league_match_weeks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1774, + 1896, "[league_match_weeks_order_by!]" ], "where": [ - 1764 + 1886 ] } ], "league_match_weeks_by_pk": [ - 1755, + 1877, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_relegation_playoffs": [ - 1796, + 1918, { "distinct_on": [ - 1817, + 1939, "[league_relegation_playoffs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1815, + 1937, "[league_relegation_playoffs_order_by!]" ], "where": [ - 1805 + 1927 ] } ], "league_relegation_playoffs_aggregate": [ - 1797, + 1919, { "distinct_on": [ - 1817, + 1939, "[league_relegation_playoffs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1815, + 1937, "[league_relegation_playoffs_order_by!]" ], "where": [ - 1805 + 1927 ] } ], "league_relegation_playoffs_by_pk": [ - 1796, + 1918, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_scheduling_proposals": [ - 1837, + 1959, { "distinct_on": [ - 1858, + 1980, "[league_scheduling_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1856, + 1978, "[league_scheduling_proposals_order_by!]" ], "where": [ - 1846 + 1968 ] } ], "league_scheduling_proposals_aggregate": [ - 1838, + 1960, { "distinct_on": [ - 1858, + 1980, "[league_scheduling_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1856, + 1978, "[league_scheduling_proposals_order_by!]" ], "where": [ - 1846 + 1968 ] } ], "league_scheduling_proposals_by_pk": [ - 1837, + 1959, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_season_divisions": [ - 1878, + 2000, { "distinct_on": [ - 1897, + 2019, "[league_season_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1895, + 2017, "[league_season_divisions_order_by!]" ], "where": [ - 1885 + 2007 ] } ], "league_season_divisions_aggregate": [ - 1879, + 2001, { "distinct_on": [ - 1897, + 2019, "[league_season_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1895, + 2017, "[league_season_divisions_order_by!]" ], "where": [ - 1885 + 2007 ] } ], "league_season_divisions_by_pk": [ - 1878, + 2000, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_seasons": [ - 1903, + 2025, { "distinct_on": [ - 1923, + 2045, "[league_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1920, + 2042, "[league_seasons_order_by!]" ], "where": [ - 1908 + 2030 ] } ], "league_seasons_aggregate": [ - 1904, + 2026, { "distinct_on": [ - 1923, + 2045, "[league_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1920, + 2042, "[league_seasons_order_by!]" ], "where": [ - 1908 + 2030 ] } ], "league_seasons_by_pk": [ - 1903, + 2025, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_team_movements": [ - 1936, + 2058, { "distinct_on": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1955, + 2077, "[league_team_movements_order_by!]" ], "where": [ - 1945 + 2067 ] } ], "league_team_movements_aggregate": [ - 1937, + 2059, { "distinct_on": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1955, + 2077, "[league_team_movements_order_by!]" ], "where": [ - 1945 + 2067 ] } ], "league_team_movements_by_pk": [ - 1936, + 2058, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_team_rosters": [ - 1977, + 2099, { "distinct_on": [ - 1998, + 2120, "[league_team_rosters_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1996, + 2118, "[league_team_rosters_order_by!]" ], "where": [ - 1986 + 2108 ] } ], "league_team_rosters_aggregate": [ - 1978, + 2100, { "distinct_on": [ - 1998, + 2120, "[league_team_rosters_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1996, + 2118, "[league_team_rosters_order_by!]" ], "where": [ - 1986 + 2108 ] } ], "league_team_rosters_by_pk": [ - 1977, + 2099, { "league_team_season_id": [ - 4921, + 4998, "uuid!" ], "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "league_team_seasons": [ - 2018, + 2140, { "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "league_team_seasons_aggregate": [ - 2019, + 2141, { "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "league_team_seasons_by_pk": [ - 2018, + 2140, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_teams": [ - 2060, + 2182, { "distinct_on": [ - 2073, + 2195, "[league_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2071, + 2193, "[league_teams_order_by!]" ], "where": [ - 2063 + 2185 ] } ], "league_teams_aggregate": [ - 2061, + 2183, { "distinct_on": [ - 2073, + 2195, "[league_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2071, + 2193, "[league_teams_order_by!]" ], "where": [ - 2063 + 2185 ] } ], "league_teams_by_pk": [ - 2060, + 2182, { "id": [ - 4921, + 4998, "uuid!" ] } ], "listServerFiles": [ - 28, + 30, { "node_id": [ - 78, + 80, "String!" ], "path": [ - 78 + 80 ], "server_id": [ - 78 + 80 ] } ], "lobbies": [ - 2079, + 2201, { "distinct_on": [ - 2092, + 2214, "[lobbies_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2090, + 2212, "[lobbies_order_by!]" ], "where": [ - 2082 + 2204 ] } ], "lobbies_aggregate": [ - 2080, + 2202, { "distinct_on": [ - 2092, + 2214, "[lobbies_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2090, + 2212, "[lobbies_order_by!]" ], "where": [ - 2082 + 2204 ] } ], "lobbies_by_pk": [ - 2079, + 2201, { "id": [ - 4921, + 4998, "uuid!" ] } ], "lobby_players": [ - 2098, + 2220, { "distinct_on": [ - 2121, + 2243, "[lobby_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2119, + 2241, "[lobby_players_order_by!]" ], "where": [ - 2109 + 2231 ] } ], "lobby_players_aggregate": [ - 2099, + 2221, { "distinct_on": [ - 2121, + 2243, "[lobby_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2119, + 2241, "[lobby_players_order_by!]" ], "where": [ - 2109 + 2231 ] } ], "lobby_players_by_pk": [ - 2098, + 2220, { "lobby_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "map_pools": [ - 2143, + 2265, { "distinct_on": [ - 2156, + 2278, "[map_pools_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2154, + 2276, "[map_pools_order_by!]" ], "where": [ - 2146 + 2268 ] } ], "map_pools_aggregate": [ - 2144, + 2266, { "distinct_on": [ - 2156, + 2278, "[map_pools_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2154, + 2276, "[map_pools_order_by!]" ], "where": [ - 2146 + 2268 ] } ], "map_pools_by_pk": [ - 2143, + 2265, { "id": [ - 4921, + 4998, "uuid!" ] } ], "maps": [ - 2162, + 2284, { "distinct_on": [ - 2183, + 2305, "[maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2181, + 2303, "[maps_order_by!]" ], "where": [ - 2171 + 2293 ] } ], "maps_aggregate": [ - 2163, + 2285, { "distinct_on": [ - 2183, + 2305, "[maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2181, + 2303, "[maps_order_by!]" ], "where": [ - 2171 + 2293 ] } ], "maps_by_pk": [ - 2162, + 2284, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_clips": [ - 2191, + 2313, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "match_clips_aggregate": [ - 2192, + 2314, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "match_clips_by_pk": [ - 2191, + 2313, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_demo_sessions": [ - 2233, + 2355, { "distinct_on": [ - 2259, + 2381, "[match_demo_sessions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2256, + 2378, "[match_demo_sessions_order_by!]" ], "where": [ - 2243 + 2365 ] } ], "match_demo_sessions_aggregate": [ - 2234, + 2356, { "distinct_on": [ - 2259, + 2381, "[match_demo_sessions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2256, + 2378, "[match_demo_sessions_order_by!]" ], "where": [ - 2243 + 2365 ] } ], "match_demo_sessions_by_pk": [ - 2233, + 2355, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_lineup_players": [ - 2279, + 2401, { "distinct_on": [ - 2302, + 2424, "[match_lineup_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2300, + 2422, "[match_lineup_players_order_by!]" ], "where": [ - 2290 + 2412 ] } ], "match_lineup_players_aggregate": [ - 2280, + 2402, { "distinct_on": [ - 2302, + 2424, "[match_lineup_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2300, + 2422, "[match_lineup_players_order_by!]" ], "where": [ - 2290 + 2412 ] } ], "match_lineup_players_by_pk": [ - 2279, + 2401, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_lineups": [ - 2324, + 2446, { "distinct_on": [ - 2346, + 2468, "[match_lineups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2344, + 2466, "[match_lineups_order_by!]" ], "where": [ - 2333 + 2455 ] } ], "match_lineups_aggregate": [ - 2325, + 2447, { "distinct_on": [ - 2346, + 2468, "[match_lineups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2344, + 2466, "[match_lineups_order_by!]" ], "where": [ - 2333 + 2455 ] } ], "match_lineups_by_pk": [ - 2324, + 2446, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_map_demos": [ - 2366, + 2488, { "distinct_on": [ - 2395, + 2517, "[match_map_demos_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2392, + 2514, "[match_map_demos_order_by!]" ], "where": [ - 2378 + 2500 ] } ], "match_map_demos_aggregate": [ - 2367, + 2489, { "distinct_on": [ - 2395, + 2517, "[match_map_demos_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2392, + 2514, "[match_map_demos_order_by!]" ], "where": [ - 2378 + 2500 ] } ], "match_map_demos_by_pk": [ - 2366, + 2488, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_map_rounds": [ - 2417, + 2539, { "distinct_on": [ - 2438, + 2560, "[match_map_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2436, + 2558, "[match_map_rounds_order_by!]" ], "where": [ - 2426 + 2548 ] } ], "match_map_rounds_aggregate": [ - 2418, + 2540, { "distinct_on": [ - 2438, + 2560, "[match_map_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2436, + 2558, "[match_map_rounds_order_by!]" ], "where": [ - 2426 + 2548 ] } ], "match_map_rounds_by_pk": [ - 2417, + 2539, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_map_veto_picks": [ - 2458, + 2580, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "match_map_veto_picks_aggregate": [ - 2459, + 2581, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "match_map_veto_picks_by_pk": [ - 2458, + 2580, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_maps": [ - 2482, + 2604, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_maps_aggregate": [ - 2483, + 2605, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_maps_by_pk": [ - 2482, + 2604, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_options": [ - 2524, + 2646, { "distinct_on": [ - 2539, + 2661, "[match_options_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2537, + 2659, "[match_options_order_by!]" ], "where": [ - 2528 + 2650 ] } ], "match_options_aggregate": [ - 2525, + 2647, { "distinct_on": [ - 2539, + 2661, "[match_options_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2537, + 2659, "[match_options_order_by!]" ], "where": [ - 2528 + 2650 ] } ], "match_options_by_pk": [ - 2524, + 2646, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_region_veto_picks": [ - 2552, + 2674, { "distinct_on": [ - 2570, + 2692, "[match_region_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2568, + 2690, "[match_region_veto_picks_order_by!]" ], "where": [ - 2559 + 2681 ] } ], "match_region_veto_picks_aggregate": [ - 2553, + 2675, { "distinct_on": [ - 2570, + 2692, "[match_region_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2568, + 2690, "[match_region_veto_picks_order_by!]" ], "where": [ - 2559 + 2681 ] } ], "match_region_veto_picks_by_pk": [ - 2552, + 2674, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_streams": [ - 2576, + 2698, { "distinct_on": [ - 2604, + 2726, "[match_streams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2601, + 2723, "[match_streams_order_by!]" ], "where": [ - 2588 + 2710 ] } ], "match_streams_aggregate": [ - 2577, + 2699, { "distinct_on": [ - 2604, + 2726, "[match_streams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2601, + 2723, "[match_streams_order_by!]" ], "where": [ - 2588 + 2710 ] } ], "match_streams_by_pk": [ - 2576, + 2698, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_type_cfgs": [ - 2626, + 2748, { "distinct_on": [ - 2638, + 2760, "[match_type_cfgs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2636, + 2758, "[match_type_cfgs_order_by!]" ], "where": [ - 2629 + 2751 ] } ], "match_type_cfgs_aggregate": [ - 2627, + 2749, { "distinct_on": [ - 2638, + 2760, "[match_type_cfgs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2636, + 2758, "[match_type_cfgs_order_by!]" ], "where": [ - 2629 + 2751 ] } ], "match_type_cfgs_by_pk": [ - 2626, + 2748, { "type": [ - 618, + 740, "e_game_cfg_types_enum!" ] } ], "matches": [ - 2644, + 2766, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "matches_aggregate": [ - 2645, + 2767, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "matches_by_pk": [ - 2644, + 2766, { "id": [ - 4921, + 4998, "uuid!" ] } ], "me": [ - 45 + 47 ], "migration_hashes_hashes": [ - 2686, + 2808, { "distinct_on": [ - 2698, + 2820, "[migration_hashes_hashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2696, + 2818, "[migration_hashes_hashes_order_by!]" ], "where": [ - 2689 + 2811 ] } ], "migration_hashes_hashes_aggregate": [ - 2687, + 2809, { "distinct_on": [ - 2698, + 2820, "[migration_hashes_hashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2696, + 2818, "[migration_hashes_hashes_order_by!]" ], "where": [ - 2689 + 2811 ] } ], "migration_hashes_hashes_by_pk": [ - 2686, + 2808, { "name": [ - 78, + 80, "String!" ] } ], "my_friends": [ - 2704, + 2826, { "distinct_on": [ - 2729, + 2851, "[my_friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2727, + 2849, "[my_friends_order_by!]" ], "where": [ - 2716 + 2838 ] } ], "my_friends_aggregate": [ - 2705, + 2827, { "distinct_on": [ - 2729, + 2851, "[my_friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2727, + 2849, "[my_friends_order_by!]" ], "where": [ - 2716 + 2838 ] } ], "newsPostAdmin": [ - 48, + 50, { "id": [ - 4921, + 4998, "uuid!" ] } ], "newsPostsAdmin": [ - 48 + 50 ], "news_articles": [ - 2750, + 2872, { "distinct_on": [ - 2764, + 2886, "[news_articles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2762, + 2884, "[news_articles_order_by!]" ], "where": [ - 2754 + 2876 ] } ], "news_articles_aggregate": [ - 2751, + 2873, { "distinct_on": [ - 2764, + 2886, "[news_articles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2762, + 2884, "[news_articles_order_by!]" ], "where": [ - 2754 + 2876 ] } ], "news_articles_by_pk": [ - 2750, + 2872, { "id": [ - 4921, + 4998, "uuid!" ] } ], "notifications": [ - 2777, + 2899, { "distinct_on": [ - 2805, + 2927, "[notifications_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2802, + 2924, "[notifications_order_by!]" ], "where": [ - 2789 + 2911 ] } ], "notifications_aggregate": [ - 2778, + 2900, { "distinct_on": [ - 2805, + 2927, "[notifications_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2802, + 2924, "[notifications_order_by!]" ], "where": [ - 2789 + 2911 ] } ], "notifications_by_pk": [ - 2777, + 2899, { "id": [ - 4921, + 4998, "uuid!" ] } ], "pending_match_import_players": [ - 2830, + 2952, { "distinct_on": [ - 2851, + 2973, "[pending_match_import_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2849, + 2971, "[pending_match_import_players_order_by!]" ], "where": [ - 2839 + 2961 ] } ], "pending_match_import_players_aggregate": [ - 2831, + 2953, { "distinct_on": [ - 2851, + 2973, "[pending_match_import_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2849, + 2971, "[pending_match_import_players_order_by!]" ], "where": [ - 2839 + 2961 ] } ], "pending_match_import_players_by_pk": [ - 2830, + 2952, { "steam_id": [ - 180, + 257, "bigint!" ], "valve_match_id": [ - 2827, + 2949, "numeric!" ] } ], "pending_match_imports": [ - 2871, + 2993, { "distinct_on": [ - 2886, + 3008, "[pending_match_imports_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2884, + 3006, "[pending_match_imports_order_by!]" ], "where": [ - 2875 + 2997 ] } ], "pending_match_imports_aggregate": [ - 2872, + 2994, { "distinct_on": [ - 2886, + 3008, "[pending_match_imports_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2884, + 3006, "[pending_match_imports_order_by!]" ], "where": [ - 2875 + 2997 ] } ], "pending_match_imports_by_pk": [ - 2871, + 2993, { "valve_match_id": [ - 2827, + 2949, "numeric!" ] } ], "player_aim_stats_demo": [ - 2899, + 3021, { "distinct_on": [ - 2913, + 3035, "[player_aim_stats_demo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2911, + 3033, "[player_aim_stats_demo_order_by!]" ], "where": [ - 2903 + 3025 ] } ], "player_aim_stats_demo_aggregate": [ - 2900, + 3022, { "distinct_on": [ - 2913, + 3035, "[player_aim_stats_demo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2911, + 3033, "[player_aim_stats_demo_order_by!]" ], "where": [ - 2903 + 3025 ] } ], "player_aim_stats_demo_by_pk": [ - 2899, + 3021, { "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "player_aim_weapon_stats": [ - 2926, + 3048, { "distinct_on": [ - 2947, + 3069, "[player_aim_weapon_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2945, + 3067, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2935 + 3057 ] } ], "player_aim_weapon_stats_aggregate": [ - 2927, + 3049, { "distinct_on": [ - 2947, + 3069, "[player_aim_weapon_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2945, + 3067, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2935 + 3057 ] } ], "player_aim_weapon_stats_by_pk": [ - 2926, + 3048, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ], "weapon_class": [ - 78, + 80, "String!" ] } ], "player_assists": [ - 2967, + 3089, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "player_assists_aggregate": [ - 2968, + 3090, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "player_assists_by_pk": [ - 2967, + 3089, { "attacked_steam_id": [ - 180, + 257, "bigint!" ], "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_career_stats_v": [ - 3012, + 3134, { "distinct_on": [ - 3020, + 3142, "[player_career_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3019, + 3141, "[player_career_stats_v_order_by!]" ], "where": [ - 3016 + 3138 ] } ], "player_career_stats_v_aggregate": [ - 3013, + 3135, { "distinct_on": [ - 3020, + 3142, "[player_career_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3019, + 3141, "[player_career_stats_v_order_by!]" ], "where": [ - 3016 + 3138 ] } ], "player_damages": [ - 3030, + 3152, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "player_damages_aggregate": [ - 3031, + 3153, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "player_damages_by_pk": [ - 3030, + 3152, { "id": [ - 4921, + 4998, "uuid!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_elo": [ - 3071, + 3193, { "distinct_on": [ - 3085, + 3207, "[player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3083, + 3205, "[player_elo_order_by!]" ], "where": [ - 3075 + 3197 ] } ], "player_elo_aggregate": [ - 3072, + 3194, { "distinct_on": [ - 3085, + 3207, "[player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3083, + 3205, "[player_elo_order_by!]" ], "where": [ - 3075 + 3197 ] } ], "player_elo_by_pk": [ - 3071, + 3193, { "match_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ], "type": [ - 887, + 1009, "e_match_types_enum!" ] } ], "player_faceit_rank_history": [ - 3098, + 3220, { "distinct_on": [ - 3119, + 3241, "[player_faceit_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3117, + 3239, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3107 + 3229 ] } ], "player_faceit_rank_history_aggregate": [ - 3099, + 3221, { "distinct_on": [ - 3119, + 3241, "[player_faceit_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3117, + 3239, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3107 + 3229 ] } ], "player_faceit_rank_history_by_pk": [ - 3098, + 3220, { "id": [ - 4921, + 4998, "uuid!" ] } ], "player_flashes": [ - 3139, + 3261, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "player_flashes_aggregate": [ - 3140, + 3262, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "player_flashes_by_pk": [ - 3139, + 3261, { "attacked_steam_id": [ - 180, + 257, "bigint!" ], "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_kills": [ - 3184, + 3306, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "player_kills_aggregate": [ - 3185, + 3307, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "player_kills_by_pk": [ - 3184, + 3306, { "attacked_steam_id": [ - 180, + 257, "bigint!" ], "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3196, + 3318, { "distinct_on": [ - 3217, + 3339, "[player_kills_by_weapon_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3215, + 3337, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3205 + 3327 ] } ], "player_kills_by_weapon_aggregate": [ - 3197, + 3319, { "distinct_on": [ - 3217, + 3339, "[player_kills_by_weapon_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3215, + 3337, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3205 + 3327 ] } ], "player_kills_by_weapon_by_pk": [ - 3196, + 3318, { "player_steam_id": [ - 180, + 257, "bigint!" ], "with": [ - 78, + 80, "String!" ] } ], "player_leaderboard_rank": [ - 3270, + 3392, { "distinct_on": [ - 3281, + 3403, "[player_leaderboard_rank_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3280, + 3402, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3274 + 3396 ] } ], "player_leaderboard_rank_aggregate": [ - 3271, + 3393, { "distinct_on": [ - 3281, + 3403, "[player_leaderboard_rank_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3280, + 3402, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3274 + 3396 ] } ], "player_match_map_stats": [ - 3293, + 3415, { "distinct_on": [ - 3314, + 3436, "[player_match_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3312, + 3434, "[player_match_map_stats_order_by!]" ], "where": [ - 3302 + 3424 ] } ], "player_match_map_stats_aggregate": [ - 3294, + 3416, { "distinct_on": [ - 3314, + 3436, "[player_match_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3312, + 3434, "[player_match_map_stats_order_by!]" ], "where": [ - 3302 + 3424 ] } ], "player_match_map_stats_by_pk": [ - 3293, + 3415, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "player_match_performance_v": [ - 3334, + 3456, { "distinct_on": [ - 3342, + 3464, "[player_match_performance_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3341, + 3463, "[player_match_performance_v_order_by!]" ], "where": [ - 3338 + 3460 ] } ], "player_match_performance_v_aggregate": [ - 3335, + 3457, { "distinct_on": [ - 3342, + 3464, "[player_match_performance_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3341, + 3463, "[player_match_performance_v_order_by!]" ], "where": [ - 3338 + 3460 ] } ], "player_match_stats_v": [ - 3352, + 3474, { "distinct_on": [ - 3368, + 3490, "[player_match_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3367, + 3489, "[player_match_stats_v_order_by!]" ], "where": [ - 3361 + 3483 ] } ], "player_match_stats_v_aggregate": [ - 3353, + 3475, { "distinct_on": [ - 3368, + 3490, "[player_match_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3367, + 3489, "[player_match_stats_v_order_by!]" ], "where": [ - 3361 + 3483 ] } ], "player_objectives": [ - 3385, + 3507, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "player_objectives_aggregate": [ - 3386, + 3508, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "player_objectives_by_pk": [ - 3385, + 3507, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "player_steam_id": [ - 180, + 257, "bigint!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_performance_v": [ - 3426, + 3548, { "distinct_on": [ - 3434, + 3556, "[player_performance_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3433, + 3555, "[player_performance_v_order_by!]" ], "where": [ - 3430 + 3552 ] } ], "player_performance_v_aggregate": [ - 3427, + 3549, { "distinct_on": [ - 3434, + 3556, "[player_performance_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3433, + 3555, "[player_performance_v_order_by!]" ], "where": [ - 3430 + 3552 ] } ], "player_premier_rank_history": [ - 3444, + 3566, { "distinct_on": [ - 3465, + 3587, "[player_premier_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3463, + 3585, "[player_premier_rank_history_order_by!]" ], "where": [ - 3453 + 3575 ] } ], "player_premier_rank_history_aggregate": [ - 3445, + 3567, { "distinct_on": [ - 3465, + 3587, "[player_premier_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3463, + 3585, "[player_premier_rank_history_order_by!]" ], "where": [ - 3453 + 3575 ] } ], "player_premier_rank_history_by_pk": [ - 3444, + 3566, { "id": [ - 4921, + 4998, "uuid!" ] } ], "player_sanctions": [ - 3485, + 3607, { "distinct_on": [ - 3506, + 3628, "[player_sanctions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3504, + 3626, "[player_sanctions_order_by!]" ], "where": [ - 3494 + 3616 ] } ], "player_sanctions_aggregate": [ - 3486, + 3608, { "distinct_on": [ - 3506, + 3628, "[player_sanctions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3504, + 3626, "[player_sanctions_order_by!]" ], "where": [ - 3494 + 3616 ] } ], "player_sanctions_by_pk": [ - 3485, + 3607, { "created_at": [ - 4376, + 4498, "timestamptz!" ], "id": [ - 4921, + 4998, "uuid!" ] } ], "player_season_stats": [ - 3526, + 3648, { "distinct_on": [ - 3557, + 3679, "[player_season_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3555, + 3677, "[player_season_stats_order_by!]" ], "where": [ - 3545 + 3667 ] } ], "player_season_stats_aggregate": [ - 3527, + 3649, { "distinct_on": [ - 3557, + 3679, "[player_season_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3555, + 3677, "[player_season_stats_order_by!]" ], "where": [ - 3545 + 3667 ] } ], "player_season_stats_by_pk": [ - 3526, + 3648, { "player_steam_id": [ - 180, + 257, "bigint!" ], "season_id": [ - 4921, + 4998, "uuid!" ] } ], "player_stats": [ - 3585, + 3707, { "distinct_on": [ - 3600, + 3722, "[player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3598, + 3720, "[player_stats_order_by!]" ], "where": [ - 3589 + 3711 ] } ], "player_stats_aggregate": [ - 3586, + 3708, { "distinct_on": [ - 3600, + 3722, "[player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3598, + 3720, "[player_stats_order_by!]" ], "where": [ - 3589 + 3711 ] } ], "player_stats_by_pk": [ - 3585, + 3707, { "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "player_steam_bot_friend": [ - 3613, + 3735, { "distinct_on": [ - 3632, + 3754, "[player_steam_bot_friend_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3629, + 3751, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3618 + 3740 ] } ], "player_steam_bot_friend_aggregate": [ - 3614, + 3736, { "distinct_on": [ - 3632, + 3754, "[player_steam_bot_friend_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3629, + 3751, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3618 + 3740 ] } ], "player_steam_bot_friend_by_pk": [ - 3613, + 3735, { "steam_id": [ - 180, + 257, "bigint!" ] } ], "player_steam_match_auth": [ - 3645, + 3767, { "distinct_on": [ - 3659, + 3781, "[player_steam_match_auth_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3657, + 3779, "[player_steam_match_auth_order_by!]" ], "where": [ - 3649 + 3771 ] } ], "player_steam_match_auth_aggregate": [ - 3646, + 3768, { "distinct_on": [ - 3659, + 3781, "[player_steam_match_auth_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3657, + 3779, "[player_steam_match_auth_order_by!]" ], "where": [ - 3649 + 3771 ] } ], "player_steam_match_auth_by_pk": [ - 3645, + 3767, { "steam_id": [ - 180, + 257, "bigint!" ] } ], "player_unused_utility": [ - 3672, + 3794, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "player_unused_utility_aggregate": [ - 3673, + 3795, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "player_unused_utility_by_pk": [ - 3672, + 3794, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "player_utility": [ - 3713, + 3835, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "player_utility_aggregate": [ - 3714, + 3836, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "player_utility_by_pk": [ - 3713, + 3835, { "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_weapon_stats_v": [ - 3754, + 3876, { "distinct_on": [ - 3770, + 3892, "[player_weapon_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3769, + 3891, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3763 + 3885 ] } ], "player_weapon_stats_v_aggregate": [ - 3755, + 3877, { "distinct_on": [ - 3770, + 3892, "[player_weapon_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3769, + 3891, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3763 + 3885 ] } ], "players": [ - 3787, + 3909, { "distinct_on": [ - 3802, + 3924, "[players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3800, + 3922, "[players_order_by!]" ], "where": [ - 3791 + 3913 ] } ], "players_aggregate": [ - 3788, + 3910, { "distinct_on": [ - 3802, + 3924, "[players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3800, + 3922, "[players_order_by!]" ], "where": [ - 3791 + 3913 ] } ], "players_by_pk": [ - 3787, + 3909, { "steam_id": [ - 180, + 257, "bigint!" ] } ], "plugin_versions": [ - 3815, + 3937, { "distinct_on": [ - 3829, + 3951, "[plugin_versions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3827, + 3949, "[plugin_versions_order_by!]" ], "where": [ - 3819 + 3941 ] } ], "plugin_versions_aggregate": [ - 3816, + 3938, { "distinct_on": [ - 3829, + 3951, "[plugin_versions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3827, + 3949, "[plugin_versions_order_by!]" ], "where": [ - 3819 + 3941 ] } ], "plugin_versions_by_pk": [ - 3815, + 3937, { "runtime": [ - 968, + 1090, "e_plugin_runtimes_enum!" ], "version": [ - 78, + 80, "String!" ] } ], "readServerFile": [ - 26, + 28, { "file_path": [ - 78, + 80, "String!" ], "node_id": [ - 78, + 80, "String!" ], "server_id": [ - 78 + 80 ] } ], "seasons": [ - 3846, + 3968, { "distinct_on": [ - 3861, + 3983, "[seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3859, + 3981, "[seasons_order_by!]" ], "where": [ - 3850 + 3972 ] } ], "seasons_aggregate": [ - 3847, + 3969, { "distinct_on": [ - 3861, + 3983, "[seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3859, + 3981, "[seasons_order_by!]" ], "where": [ - 3850 + 3972 ] } ], "seasons_by_pk": [ - 3846, + 3968, { "id": [ - 4921, + 4998, "uuid!" ] } ], "server_regions": [ - 3874, + 3996, { "distinct_on": [ - 3888, + 4010, "[server_regions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3886, + 4008, "[server_regions_order_by!]" ], "where": [ - 3878 + 4000 ] } ], "server_regions_aggregate": [ - 3875, + 3997, { "distinct_on": [ - 3888, + 4010, "[server_regions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3886, + 4008, "[server_regions_order_by!]" ], "where": [ - 3878 + 4000 ] } ], "server_regions_by_pk": [ - 3874, + 3996, { "value": [ - 78, + 80, "String!" ] } ], "servers": [ - 3901, + 4023, { "distinct_on": [ - 3925, + 4047, "[servers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3923, + 4045, "[servers_order_by!]" ], "where": [ - 3912 + 4034 ] } ], "servers_aggregate": [ - 3902, + 4024, { "distinct_on": [ - 3925, + 4047, "[servers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3923, + 4045, "[servers_order_by!]" ], "where": [ - 3912 + 4034 ] } ], "servers_by_pk": [ - 3901, + 4023, { "id": [ - 4921, + 4998, "uuid!" ] } ], "settings": [ - 3947, + 4069, { "distinct_on": [ - 3959, + 4081, "[settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3957, + 4079, "[settings_order_by!]" ], "where": [ - 3950 + 4072 ] } ], "settings_aggregate": [ - 3948, + 4070, { "distinct_on": [ - 3959, + 4081, "[settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3957, + 4079, "[settings_order_by!]" ], "where": [ - 3950 + 4072 ] } ], "settings_by_pk": [ - 3947, + 4069, { "name": [ - 78, + 80, "String!" ] } ], "steamPresenceAdminStatus": [ - 72 + 74 ], "steam_account_claims": [ - 3967, + 4089, { "distinct_on": [ - 3985, + 4107, "[steam_account_claims_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3983, + 4105, "[steam_account_claims_order_by!]" ], "where": [ - 3974 + 4096 ] } ], "steam_account_claims_aggregate": [ - 3968, + 4090, { "distinct_on": [ - 3985, + 4107, "[steam_account_claims_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3983, + 4105, "[steam_account_claims_order_by!]" ], "where": [ - 3974 + 4096 ] } ], "steam_account_claims_by_pk": [ - 3967, + 4089, { "id": [ - 4921, + 4998, "uuid!" ] } ], "steam_accounts": [ - 3991, + 4113, { "distinct_on": [ - 4006, + 4128, "[steam_accounts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4004, + 4126, "[steam_accounts_order_by!]" ], "where": [ - 3995 + 4117 ] } ], "steam_accounts_aggregate": [ - 3992, + 4114, { "distinct_on": [ - 4006, + 4128, "[steam_accounts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4004, + 4126, "[steam_accounts_order_by!]" ], "where": [ - 3995 + 4117 ] } ], "steam_accounts_by_pk": [ - 3991, + 4113, { "id": [ - 4921, + 4998, "uuid!" ] } ], "system_alerts": [ - 4019, + 4141, { "distinct_on": [ - 4033, + 4155, "[system_alerts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4031, + 4153, "[system_alerts_order_by!]" ], "where": [ - 4023 + 4145 ] } ], "system_alerts_aggregate": [ - 4020, + 4142, { "distinct_on": [ - 4033, + 4155, "[system_alerts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4031, + 4153, "[system_alerts_order_by!]" ], "where": [ - 4023 + 4145 ] } ], "system_alerts_by_pk": [ - 4019, + 4141, { "id": [ - 4921, + 4998, "uuid!" ] } ], "teamCalendarUrl": [ - 85, + 87, { "team_id": [ - 4921, + 4998, "uuid!" ] } ], "team_invites": [ - 4046, + 4168, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "team_invites_aggregate": [ - 4047, + 4169, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "team_invites_by_pk": [ - 4046, + 4168, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_roster": [ - 4087, + 4209, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "team_roster_aggregate": [ - 4088, + 4210, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "team_roster_by_pk": [ - 4087, + 4209, { "player_steam_id": [ - 180, + 257, "bigint!" ], "team_id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_alerts": [ - 4132, + 4254, { "distinct_on": [ - 4146, + 4268, "[team_scrim_alerts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4144, + 4266, "[team_scrim_alerts_order_by!]" ], "where": [ - 4136 + 4258 ] } ], "team_scrim_alerts_aggregate": [ - 4133, + 4255, { "distinct_on": [ - 4146, + 4268, "[team_scrim_alerts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4144, + 4266, "[team_scrim_alerts_order_by!]" ], "where": [ - 4136 + 4258 ] } ], "team_scrim_alerts_by_pk": [ - 4132, + 4254, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_availability": [ - 4159, + 4281, { "distinct_on": [ - 4179, + 4301, "[team_scrim_availability_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4177, + 4299, "[team_scrim_availability_order_by!]" ], "where": [ - 4168 + 4290 ] } ], "team_scrim_availability_aggregate": [ - 4160, + 4282, { "distinct_on": [ - 4179, + 4301, "[team_scrim_availability_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4177, + 4299, "[team_scrim_availability_order_by!]" ], "where": [ - 4168 + 4290 ] } ], "team_scrim_availability_by_pk": [ - 4159, + 4281, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_request_proposals": [ - 4187, + 4309, { "distinct_on": [ - 4208, + 4330, "[team_scrim_request_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4206, + 4328, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4196 + 4318 ] } ], "team_scrim_request_proposals_aggregate": [ - 4188, + 4310, { "distinct_on": [ - 4208, + 4330, "[team_scrim_request_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4206, + 4328, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4196 + 4318 ] } ], "team_scrim_request_proposals_by_pk": [ - 4187, + 4309, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_requests": [ - 4228, + 4350, { "distinct_on": [ - 4252, + 4374, "[team_scrim_requests_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4250, + 4372, "[team_scrim_requests_order_by!]" ], "where": [ - 4239 + 4361 ] } ], "team_scrim_requests_aggregate": [ - 4229, + 4351, { "distinct_on": [ - 4252, + 4374, "[team_scrim_requests_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4250, + 4372, "[team_scrim_requests_order_by!]" ], "where": [ - 4239 + 4361 ] } ], "team_scrim_requests_by_pk": [ - 4228, + 4350, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_settings": [ - 4274, + 4396, { "distinct_on": [ - 4289, + 4411, "[team_scrim_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4287, + 4409, "[team_scrim_settings_order_by!]" ], "where": [ - 4278 + 4400 ] } ], "team_scrim_settings_aggregate": [ - 4275, + 4397, { "distinct_on": [ - 4289, + 4411, "[team_scrim_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4287, + 4409, "[team_scrim_settings_order_by!]" ], "where": [ - 4278 + 4400 ] } ], "team_scrim_settings_by_pk": [ - 4274, + 4396, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_suggestions": [ - 4302, + 4424, { "distinct_on": [ - 4316, + 4438, "[team_suggestions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4314, + 4436, "[team_suggestions_order_by!]" ], "where": [ - 4306 + 4428 ] } ], "team_suggestions_aggregate": [ - 4303, + 4425, { "distinct_on": [ - 4316, + 4438, "[team_suggestions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4314, + 4436, "[team_suggestions_order_by!]" ], "where": [ - 4306 + 4428 ] } ], "team_suggestions_by_pk": [ - 4302, + 4424, { "id": [ - 4921, + 4998, "uuid!" ] } ], "teams": [ - 4329, + 4451, { "distinct_on": [ - 4353, + 4475, "[teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4351, + 4473, "[teams_order_by!]" ], "where": [ - 4340 + 4462 ] } ], "teams_aggregate": [ - 4330, + 4452, { "distinct_on": [ - 4353, + 4475, "[teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4351, + 4473, "[teams_order_by!]" ], "where": [ - 4340 + 4462 ] } ], "teams_by_pk": [ - 4329, + 4451, { "id": [ - 4921, + 4998, "uuid!" ] } ], "telemetryStats": [ - 86 + 93 + ], + "tournament_awards": [ + 4500, + { + "distinct_on": [ + 4522, + "[tournament_awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4520, + "[tournament_awards_order_by!]" + ], + "where": [ + 4509 + ] + } + ], + "tournament_awards_aggregate": [ + 4501, + { + "distinct_on": [ + 4522, + "[tournament_awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4520, + "[tournament_awards_order_by!]" + ], + "where": [ + 4509 + ] + } + ], + "tournament_awards_by_pk": [ + 4500, + { + "id": [ + 4998, + "uuid!" + ] + } ], "tournament_brackets": [ - 4378, + 4542, { "distinct_on": [ - 4402, + 4566, "[tournament_brackets_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4400, + 4564, "[tournament_brackets_order_by!]" ], "where": [ - 4389 + 4553 ] } ], "tournament_brackets_aggregate": [ - 4379, + 4543, { "distinct_on": [ - 4402, + 4566, "[tournament_brackets_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4400, + 4564, "[tournament_brackets_order_by!]" ], "where": [ - 4389 + 4553 ] } ], "tournament_brackets_by_pk": [ - 4378, + 4542, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_categories": [ - 4424, + 4588, { "distinct_on": [ - 4442, + 4606, "[tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4440, + 4604, "[tournament_categories_order_by!]" ], "where": [ - 4431 + 4595 ] } ], "tournament_categories_aggregate": [ - 4425, + 4589, { "distinct_on": [ - 4442, + 4606, "[tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4440, + 4604, "[tournament_categories_order_by!]" ], "where": [ - 4431 + 4595 ] } ], "tournament_categories_by_pk": [ - 4424, + 4588, { "category": [ - 1170, + 1292, "e_tournament_categories_enum!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_organizer_teams": [ - 4448, + 4612, { "distinct_on": [ - 4466, + 4630, "[tournament_organizer_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4464, + 4628, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4455 + 4619 ] } ], "tournament_organizer_teams_aggregate": [ - 4449, + 4613, { "distinct_on": [ - 4466, + 4630, "[tournament_organizer_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4464, + 4628, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4455 + 4619 ] } ], "tournament_organizer_teams_by_pk": [ - 4448, + 4612, { "team_id": [ - 4921, + 4998, "uuid!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_organizers": [ - 4472, + 4636, { "distinct_on": [ - 4493, + 4657, "[tournament_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4491, + 4655, "[tournament_organizers_order_by!]" ], "where": [ - 4481 + 4645 ] } ], "tournament_organizers_aggregate": [ - 4473, + 4637, { "distinct_on": [ - 4493, + 4657, "[tournament_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4491, + 4655, "[tournament_organizers_order_by!]" ], "where": [ - 4481 + 4645 ] } ], "tournament_organizers_by_pk": [ - 4472, + 4636, { "steam_id": [ - 180, + 257, "bigint!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_prizes": [ - 4513, + 4677, { "distinct_on": [ - 4534, + 4698, "[tournament_prizes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4532, + 4696, "[tournament_prizes_order_by!]" ], "where": [ - 4522 + 4686 ] } ], "tournament_prizes_aggregate": [ - 4514, + 4678, { "distinct_on": [ - 4534, + 4698, "[tournament_prizes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4532, + 4696, "[tournament_prizes_order_by!]" ], "where": [ - 4522 + 4686 ] } ], "tournament_prizes_by_pk": [ - 4513, + 4677, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_stage_windows": [ - 4554, + 4718, { "distinct_on": [ - 4575, + 4739, "[tournament_stage_windows_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4573, + 4737, "[tournament_stage_windows_order_by!]" ], "where": [ - 4563 + 4727 ] } ], "tournament_stage_windows_aggregate": [ - 4555, + 4719, { "distinct_on": [ - 4575, + 4739, "[tournament_stage_windows_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4573, + 4737, "[tournament_stage_windows_order_by!]" ], "where": [ - 4563 + 4727 ] } ], "tournament_stage_windows_by_pk": [ - 4554, + 4718, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_stages": [ - 4595, + 4759, { "distinct_on": [ - 4624, + 4788, "[tournament_stages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4621, + 4785, "[tournament_stages_order_by!]" ], "where": [ - 4607 + 4771 ] } ], "tournament_stages_aggregate": [ - 4596, + 4760, { "distinct_on": [ - 4624, + 4788, "[tournament_stages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4621, + 4785, "[tournament_stages_order_by!]" ], "where": [ - 4607 + 4771 ] } ], "tournament_stages_by_pk": [ - 4595, + 4759, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_team_invites": [ - 4646, + 4810, { "distinct_on": [ - 4667, + 4831, "[tournament_team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4665, + 4829, "[tournament_team_invites_order_by!]" ], "where": [ - 4655 + 4819 ] } ], "tournament_team_invites_aggregate": [ - 4647, + 4811, { "distinct_on": [ - 4667, + 4831, "[tournament_team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4665, + 4829, "[tournament_team_invites_order_by!]" ], "where": [ - 4655 + 4819 ] } ], "tournament_team_invites_by_pk": [ - 4646, + 4810, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_team_roster": [ - 4687, + 4851, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 + 4860 ] } ], "tournament_team_roster_aggregate": [ - 4688, + 4852, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 + 4860 ] } ], "tournament_team_roster_by_pk": [ - 4687, + 4851, { "player_steam_id": [ - 180, + 257, "bigint!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_teams": [ - 4728, + 4892, { "distinct_on": [ - 4750, + 4914, "[tournament_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4748, + 4912, "[tournament_teams_order_by!]" ], "where": [ - 4737 + 4901 ] } ], "tournament_teams_aggregate": [ - 4729, + 4893, { "distinct_on": [ - 4750, + 4914, "[tournament_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4748, + 4912, "[tournament_teams_order_by!]" ], "where": [ - 4737 + 4901 ] } ], "tournament_teams_by_pk": [ - 4728, + 4892, { "id": [ - 4921, - "uuid!" - ] - } - ], - "tournament_trophies": [ - 4770, - { - "distinct_on": [ - 4793, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4791, - "[tournament_trophies_order_by!]" - ], - "where": [ - 4781 - ] - } - ], - "tournament_trophies_aggregate": [ - 4771, - { - "distinct_on": [ - 4793, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4791, - "[tournament_trophies_order_by!]" - ], - "where": [ - 4781 - ] - } - ], - "tournament_trophies_by_pk": [ - 4770, - { - "id": [ - 4921, - "uuid!" - ] - } - ], - "tournament_trophy_configs": [ - 4815, - { - "distinct_on": [ - 4837, - "[tournament_trophy_configs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4835, - "[tournament_trophy_configs_order_by!]" - ], - "where": [ - 4824 - ] - } - ], - "tournament_trophy_configs_aggregate": [ - 4816, - { - "distinct_on": [ - 4837, - "[tournament_trophy_configs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4835, - "[tournament_trophy_configs_order_by!]" - ], - "where": [ - 4824 - ] - } - ], - "tournament_trophy_configs_by_pk": [ - 4815, - { - "id": [ - 4921, + 4998, "uuid!" ] } ], "tournaments": [ - 4857, + 4934, { "distinct_on": [ - 4891, + 4968, "[tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4889, + 4966, "[tournaments_order_by!]" ], "where": [ - 4878 + 4955 ] } ], "tournaments_aggregate": [ - 4858, + 4935, { "distinct_on": [ - 4891, + 4968, "[tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4889, + 4966, "[tournaments_order_by!]" ], "where": [ - 4878 + 4955 ] } ], "tournaments_by_pk": [ - 4857, + 4934, { "id": [ - 4921, + 4998, "uuid!" ] } ], "v_event_player_stats": [ - 4924, + 5001, { "distinct_on": [ - 4950, + 5027, "[v_event_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4949, + 5026, "[v_event_player_stats_order_by!]" ], "where": [ - 4943 + 5020 ] } ], "v_event_player_stats_aggregate": [ - 4925, + 5002, { "distinct_on": [ - 4950, + 5027, "[v_event_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4949, + 5026, "[v_event_player_stats_order_by!]" ], "where": [ - 4943 + 5020 ] } ], "v_gpu_pool_status": [ - 4975, + 5052, { "distinct_on": [ - 4983, + 5060, "[v_gpu_pool_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4982, + 5059, "[v_gpu_pool_status_order_by!]" ], "where": [ - 4979 + 5056 ] } ], "v_gpu_pool_status_aggregate": [ - 4976, + 5053, { "distinct_on": [ - 4983, + 5060, "[v_gpu_pool_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4982, + 5059, "[v_gpu_pool_status_order_by!]" ], "where": [ - 4979 + 5056 ] } ], "v_league_division_standings": [ - 4993, + 5070, { "distinct_on": [ - 5009, + 5086, "[v_league_division_standings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5008, + 5085, "[v_league_division_standings_order_by!]" ], "where": [ - 5002 + 5079 ] } ], "v_league_division_standings_aggregate": [ - 4994, + 5071, { "distinct_on": [ - 5009, + 5086, "[v_league_division_standings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5008, + 5085, "[v_league_division_standings_order_by!]" ], "where": [ - 5002 + 5079 ] } ], "v_league_season_player_stats": [ - 5026, + 5103, { "distinct_on": [ - 5052, + 5129, "[v_league_season_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5051, + 5128, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5045 + 5122 ] } ], "v_league_season_player_stats_aggregate": [ - 5027, + 5104, { "distinct_on": [ - 5052, + 5129, "[v_league_season_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5051, + 5128, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5045 + 5122 ] } ], "v_match_captains": [ - 5077, + 5154, { "distinct_on": [ - 5089, + 5166, "[v_match_captains_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5088, + 5165, "[v_match_captains_order_by!]" ], "where": [ - 5081 + 5158 ] } ], "v_match_captains_aggregate": [ - 5078, + 5155, { "distinct_on": [ - 5089, + 5166, "[v_match_captains_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5088, + 5165, "[v_match_captains_order_by!]" ], "where": [ - 5081 + 5158 ] } ], "v_match_clutches": [ - 5101, + 5178, { "distinct_on": [ - 5117, + 5194, "[v_match_clutches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5116, + 5193, "[v_match_clutches_order_by!]" ], "where": [ - 5110 + 5187 ] } ], "v_match_clutches_aggregate": [ - 5102, + 5179, { "distinct_on": [ - 5117, + 5194, "[v_match_clutches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5116, + 5193, "[v_match_clutches_order_by!]" ], "where": [ - 5110 + 5187 ] } ], "v_match_kill_pairs": [ - 5134, + 5211, { "distinct_on": [ - 5142, + 5219, "[v_match_kill_pairs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5141, + 5218, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5138 + 5215 ] } ], "v_match_kill_pairs_aggregate": [ - 5135, + 5212, { "distinct_on": [ - 5142, + 5219, "[v_match_kill_pairs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5141, + 5218, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5138 + 5215 ] } ], "v_match_lineup_buy_types": [ - 5152, + 5229, { "distinct_on": [ - 5160, + 5237, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5159, + 5236, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5156 + 5233 ] } ], "v_match_lineup_buy_types_aggregate": [ - 5153, + 5230, { "distinct_on": [ - 5160, + 5237, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5159, + 5236, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5156 + 5233 ] } ], "v_match_lineup_map_stats": [ - 5170, + 5247, { "distinct_on": [ - 5178, + 5255, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5177, + 5254, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5174 + 5251 ] } ], "v_match_lineup_map_stats_aggregate": [ - 5171, + 5248, { "distinct_on": [ - 5178, + 5255, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5177, + 5254, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5174 + 5251 ] } ], "v_match_map_backup_rounds": [ - 5188, + 5265, { "distinct_on": [ - 5199, + 5276, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5198, + 5275, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5192 + 5269 ] } ], "v_match_map_backup_rounds_aggregate": [ - 5189, + 5266, { "distinct_on": [ - 5199, + 5276, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5198, + 5275, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5192 + 5269 ] } ], "v_match_player_buy_types": [ - 5211, + 5288, { "distinct_on": [ - 5219, + 5296, "[v_match_player_buy_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5218, + 5295, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5215 + 5292 ] } ], "v_match_player_buy_types_aggregate": [ - 5212, + 5289, { "distinct_on": [ - 5219, + 5296, "[v_match_player_buy_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5218, + 5295, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5215 + 5292 ] } ], "v_match_player_opening_duels": [ - 5229, + 5306, { "distinct_on": [ - 5245, + 5322, "[v_match_player_opening_duels_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5244, + 5321, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5238 + 5315 ] } ], "v_match_player_opening_duels_aggregate": [ - 5230, + 5307, { "distinct_on": [ - 5245, + 5322, "[v_match_player_opening_duels_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5244, + 5321, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5238 + 5315 ] } ], "v_player_arch_nemesis": [ - 5262, + 5339, { "distinct_on": [ - 5270, + 5347, "[v_player_arch_nemesis_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5269, + 5346, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5266 + 5343 ] } ], "v_player_arch_nemesis_aggregate": [ - 5263, + 5340, { "distinct_on": [ - 5270, + 5347, "[v_player_arch_nemesis_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5269, + 5346, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5266 + 5343 ] } ], "v_player_damage": [ - 5280, + 5357, { "distinct_on": [ - 5288, + 5365, "[v_player_damage_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5287, + 5364, "[v_player_damage_order_by!]" ], "where": [ - 5284 + 5361 ] } ], "v_player_damage_aggregate": [ - 5281, + 5358, { "distinct_on": [ - 5288, + 5365, "[v_player_damage_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5287, + 5364, "[v_player_damage_order_by!]" ], "where": [ - 5284 + 5361 ] } ], "v_player_elo": [ - 5298, + 5375, { "distinct_on": [ - 5324, + 5401, "[v_player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5323, + 5400, "[v_player_elo_order_by!]" ], "where": [ - 5317 + 5394 ] } ], "v_player_elo_aggregate": [ - 5299, + 5376, { "distinct_on": [ - 5324, + 5401, "[v_player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5323, + 5400, "[v_player_elo_order_by!]" ], "where": [ - 5317 + 5394 ] } ], "v_player_map_losses": [ - 5349, + 5426, { "distinct_on": [ - 5357, + 5434, "[v_player_map_losses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5356, + 5433, "[v_player_map_losses_order_by!]" ], "where": [ - 5353 + 5430 ] } ], "v_player_map_losses_aggregate": [ - 5350, + 5427, { "distinct_on": [ - 5357, + 5434, "[v_player_map_losses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5356, + 5433, "[v_player_map_losses_order_by!]" ], "where": [ - 5353 + 5430 ] } ], "v_player_map_wins": [ - 5367, + 5444, { "distinct_on": [ - 5375, + 5452, "[v_player_map_wins_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5374, + 5451, "[v_player_map_wins_order_by!]" ], "where": [ - 5371 + 5448 ] } ], "v_player_map_wins_aggregate": [ - 5368, + 5445, { "distinct_on": [ - 5375, + 5452, "[v_player_map_wins_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5374, + 5451, "[v_player_map_wins_order_by!]" ], "where": [ - 5371 + 5448 ] } ], "v_player_match_head_to_head": [ - 5385, + 5462, { "distinct_on": [ - 5393, + 5470, "[v_player_match_head_to_head_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5392, + 5469, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5389 + 5466 ] } ], "v_player_match_head_to_head_aggregate": [ - 5386, + 5463, { "distinct_on": [ - 5393, + 5470, "[v_player_match_head_to_head_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5392, + 5469, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5389 + 5466 ] } ], "v_player_match_map_hltv": [ - 5403, + 5480, { "distinct_on": [ - 5421, + 5498, "[v_player_match_map_hltv_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5420, + 5497, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5412 + 5489 ] } ], "v_player_match_map_hltv_aggregate": [ - 5404, + 5481, { "distinct_on": [ - 5421, + 5498, "[v_player_match_map_hltv_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5420, + 5497, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5412 + 5489 ] } ], "v_player_match_map_roles": [ - 5440, + 5517, { "distinct_on": [ - 5448, + 5525, "[v_player_match_map_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5447, + 5524, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5444 + 5521 ] } ], "v_player_match_map_roles_aggregate": [ - 5441, + 5518, { "distinct_on": [ - 5448, + 5525, "[v_player_match_map_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5447, + 5524, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5444 + 5521 ] } ], "v_player_match_performance": [ - 5458, + 5535, { "distinct_on": [ - 5466, + 5543, "[v_player_match_performance_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5465, + 5542, "[v_player_match_performance_order_by!]" ], "where": [ - 5462 + 5539 ] } ], "v_player_match_performance_aggregate": [ - 5459, + 5536, { "distinct_on": [ - 5466, + 5543, "[v_player_match_performance_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5465, + 5542, "[v_player_match_performance_order_by!]" ], "where": [ - 5462 + 5539 ] } ], "v_player_match_rating": [ - 5476, + 5553, { "distinct_on": [ - 5484, + 5561, "[v_player_match_rating_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5483, + 5560, "[v_player_match_rating_order_by!]" ], "where": [ - 5480 + 5557 ] } ], "v_player_match_rating_aggregate": [ - 5477, + 5554, { "distinct_on": [ - 5484, + 5561, "[v_player_match_rating_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5483, + 5560, "[v_player_match_rating_order_by!]" ], "where": [ - 5480 + 5557 ] } ], "v_player_multi_kills": [ - 5494, + 5571, { "distinct_on": [ - 5510, + 5587, "[v_player_multi_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5509, + 5586, "[v_player_multi_kills_order_by!]" ], "where": [ - 5503 + 5580 ] } ], "v_player_multi_kills_aggregate": [ - 5495, + 5572, { "distinct_on": [ - 5510, + 5587, "[v_player_multi_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5509, + 5586, "[v_player_multi_kills_order_by!]" ], "where": [ - 5503 + 5580 ] } ], "v_player_weapon_damage": [ - 5527, + 5604, { "distinct_on": [ - 5535, + 5612, "[v_player_weapon_damage_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5534, + 5611, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5531 + 5608 ] } ], "v_player_weapon_damage_aggregate": [ - 5528, + 5605, { "distinct_on": [ - 5535, + 5612, "[v_player_weapon_damage_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5534, + 5611, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5531 + 5608 ] } ], "v_player_weapon_kills": [ - 5545, + 5622, { "distinct_on": [ - 5553, + 5630, "[v_player_weapon_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5552, + 5629, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5549 + 5626 ] } ], "v_player_weapon_kills_aggregate": [ - 5546, + 5623, { "distinct_on": [ - 5553, + 5630, "[v_player_weapon_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5552, + 5629, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5549 + 5626 ] } ], "v_pool_maps": [ - 5563, + 5640, { "distinct_on": [ - 5580, + 5657, "[v_pool_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5579, + 5656, "[v_pool_maps_order_by!]" ], "where": [ - 5572 + 5649 ] } ], "v_pool_maps_aggregate": [ - 5564, + 5641, { "distinct_on": [ - 5580, + 5657, "[v_pool_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5579, + 5656, "[v_pool_maps_order_by!]" ], "where": [ - 5572 + 5649 ] } ], "v_steam_account_pool_status": [ - 5587, + 5664, { "distinct_on": [ - 5595, + 5672, "[v_steam_account_pool_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5594, + 5671, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5591 + 5668 ] } ], "v_steam_account_pool_status_aggregate": [ - 5588, + 5665, { "distinct_on": [ - 5595, + 5672, "[v_steam_account_pool_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5594, + 5671, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5591 + 5668 ] } ], "v_team_ranks": [ - 5605, + 5682, { "distinct_on": [ - 5615, + 5692, "[v_team_ranks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5614, + 5691, "[v_team_ranks_order_by!]" ], "where": [ - 5609 + 5686 ] } ], "v_team_ranks_aggregate": [ - 5606, + 5683, { "distinct_on": [ - 5615, + 5692, "[v_team_ranks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5614, + 5691, "[v_team_ranks_order_by!]" ], "where": [ - 5609 + 5686 ] } ], "v_team_reputation": [ - 5625, + 5702, { "distinct_on": [ - 5635, + 5712, "[v_team_reputation_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5634, + 5711, "[v_team_reputation_order_by!]" ], "where": [ - 5629 + 5706 ] } ], "v_team_reputation_aggregate": [ - 5626, + 5703, { "distinct_on": [ - 5635, + 5712, "[v_team_reputation_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5634, + 5711, "[v_team_reputation_order_by!]" ], "where": [ - 5629 + 5706 ] } ], "v_team_stage_results": [ - 5645, + 5722, { "distinct_on": [ - 5677, + 5754, "[v_team_stage_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5675, + 5752, "[v_team_stage_results_order_by!]" ], "where": [ - 5664 + 5741 ] } ], "v_team_stage_results_aggregate": [ - 5646, + 5723, { "distinct_on": [ - 5677, + 5754, "[v_team_stage_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5675, + 5752, "[v_team_stage_results_order_by!]" ], "where": [ - 5664 + 5741 ] } ], "v_team_stage_results_by_pk": [ - 5645, + 5722, { "tournament_stage_id": [ - 4921, + 4998, "uuid!" ], "tournament_team_id": [ - 4921, + 4998, "uuid!" ] } ], "v_team_tournament_results": [ - 5705, + 5782, { "distinct_on": [ - 5731, + 5808, "[v_team_tournament_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5730, + 5807, "[v_team_tournament_results_order_by!]" ], "where": [ - 5724 + 5801 ] } ], "v_team_tournament_results_aggregate": [ - 5706, + 5783, { "distinct_on": [ - 5731, + 5808, "[v_team_tournament_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5730, + 5807, "[v_team_tournament_results_order_by!]" ], "where": [ - 5724 + 5801 ] } ], "v_tournament_player_stats": [ - 5756, + 5833, { "distinct_on": [ - 5782, + 5859, "[v_tournament_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5781, + 5858, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5775 + 5852 ] } ], "v_tournament_player_stats_aggregate": [ - 5757, + 5834, { "distinct_on": [ - 5782, + 5859, "[v_tournament_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5781, + 5858, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5775 + 5852 ] } ], "__typename": [ - 78 + 80 ] }, "Mutation": { "PreviewTournamentMatchReset": [ - 55, + 57, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "ResetTournamentMatch": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "reset_status": [ - 78 + 80 ], "scheduled_at": [ - 4376 + 4498 ], "winning_lineup_id": [ - 4921 + 4998 ] } ], "acceptInvite": [ - 81, + 83, { "invite_id": [ - 4921, + 4998, "uuid!" ], "type": [ - 78, + 80, "String!" ] } ], "addDraftPlayer": [ - 81, + 83, { "draftGameId": [ - 4921, + 4998, "uuid!" ], "steamId": [ - 78, + 80, "String!" ] } ], "addSteamPresenceBotAccount": [ - 81, + 83, { "bot_secret": [ - 78, + 80, "String!" ], "friend_capacity": [ - 38 + 40 ], "username": [ - 78, + 80, "String!" ] } ], "approveNameChange": [ - 81, + 83, { "name": [ - 78, + 80, "String!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "approve_league_season_movements": [ - 1936, + 2058, { "args": [ - 179, + 187, "approve_league_season_movements_args!" ], "distinct_on": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1955, + 2077, "[league_team_movements_order_by!]" ], "where": [ - 1945 + 2067 ] } ], "assignSteamPresenceBot": [ - 74 + 76 ], "attachDemo": [ - 91 + 99 ], "backfillSeasonElo": [ - 58, + 60, { "season_id": [ - 78, + 80, "String!" ] } ], "backfillSeasonEloStatus": [ - 67 + 69 ], "bakeShaders": [ - 81, + 83, { "game_server_node_id": [ - 4921, + 4998, "uuid!" ] } ], "callForOrganizer": [ - 81, + 83, { "match_id": [ - 78, + 80, "String!" ] } ], "cancelBackfillSeasonElo": [ - 81 + 83 ], "cancelBakeShaders": [ - 81, + 83, { "game_server_node_id": [ - 4921, + 4998, "uuid!" ] } ], "cancelClipRender": [ - 81, + 83, { "job_id": [ - 4921, + 4998, "uuid!" ] } ], "cancelClipRenderBatch": [ - 81, + 83, { "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "cancelMatch": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "cancelRecomputePlayerElo": [ - 81 + 83 ], "cancelRefreshAllPlayers": [ - 81 + 83 ], "cancelReparseAllDemos": [ - 81 + 83 ], "cancelScrimRequest": [ - 81, + 83, { "request_id": [ - 4921, + 4998, "uuid!" ] } ], "checkIntoMatch": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "clearClipRenderBatch": [ - 81, + 83, { "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "clearFinishedClipRenders": [ - 81 + 83 ], "clearPendingMatchImport": [ - 53, + 55, { "valve_match_id": [ - 78, + 80, "String!" ] } ], "clone_league_season": [ - 1903, + 2025, { "args": [ - 235, + 312, "clone_league_season_args!" ], "distinct_on": [ - 1923, + 2045, "[league_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1920, + 2042, "[league_seasons_order_by!]" ], "where": [ - 1908 + 2030 ] } ], "counterScrimRequest": [ - 81, + 83, { "proposed_scheduled_at": [ - 4376, + 4498, "timestamptz!" ], "request_id": [ - 4921, + 4998, "uuid!" ] } @@ -144418,26318 +146692,26893 @@ export default { 2, { "label": [ - 78, + 80, "String!" ] } ], "createClipFromPreset": [ - 13, + 15, { "fps": [ - 38 + 40 ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "preset": [ - 78, + 80, "String!" ], "resolution": [ - 78 + 80 ], "target_name": [ - 78 + 80 ], "target_steam_id": [ - 78, + 80, "String!" ], "title": [ - 78 + 80 ] } ], "createClipRender": [ - 13, + 15, { "spec": [ - 9, + 11, "ClipSpecInput!" ] } ], "createClips": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "createDraftGame": [ - 14, + 16, { "settings": [ - 1700, + 1822, "jsonb!" ] } ], "createScheduledMatch": [ - 15, + 17, { "lineup_1": [ - 66, + 68, "ScheduledLineupInput!" ], "lineup_2": [ - 66, + 68, "ScheduledLineupInput!" ], "options": [ - 1700, + 1822, "jsonb!" ], "scheduled_at": [ - 78, + 80, "String!" ] } ], "createServerDirectory": [ - 81, + 83, { "dir_path": [ - 78, + 80, "String!" ], "node_id": [ - 78, + 80, "String!" ], "server_id": [ - 78 + 80 + ] + } + ], + "deleteAward": [ + 83, + { + "id": [ + 4998, + "uuid!" ] } ], "deleteClip": [ - 81, + 83, { "clip_id": [ - 4921, + 4998, "uuid!" ] } ], "deleteMatch": [ - 81, + 83, { "match_id": [ - 78, + 80, "String!" ] } ], "deleteNewsPost": [ - 81, + 83, { "id": [ - 4921, + 4998, "uuid!" ] } ], "deleteOrphanedDemos": [ - 19, + 21, { "keys": [ - 78, + 80, "[String!]" ] } ], "deleteServerItem": [ - 81, + 83, { "node_id": [ - 78, + 80, "String!" ], "path": [ - 78, + 80, "String!" ], "server_id": [ - 78 + 80 ] } ], "deleteTournament": [ - 81, + 83, { "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "delete__map_pool": [ - 100, + 108, { "where": [ - 95, + 103, "_map_pool_bool_exp!" ] } ], "delete__map_pool_by_pk": [ - 92, + 100, { "map_id": [ - 4921, + 4998, "uuid!" ], "map_pool_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_abandoned_matches": [ - 128, + 136, { "where": [ - 120, + 128, "abandoned_matches_bool_exp!" ] } ], "delete_abandoned_matches_by_pk": [ - 111, + 119, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_api_keys": [ - 162, + 170, { "where": [ - 156, + 164, "api_keys_bool_exp!" ] } ], "delete_api_keys_by_pk": [ - 152, + 160, { "id": [ - 4921, + 4998, "uuid!" ] } ], - "delete_clip_render_jobs": [ - 208, + "delete_award_recipients": [ + 205, { "where": [ 197, + "award_recipients_bool_exp!" + ] + } + ], + "delete_award_recipients_by_pk": [ + 188, + { + "id": [ + 4998, + "uuid!" + ] + } + ], + "delete_awards": [ + 239, + { + "where": [ + 233, + "awards_bool_exp!" + ] + } + ], + "delete_awards_by_pk": [ + 229, + { + "id": [ + 4998, + "uuid!" + ] + } + ], + "delete_clip_render_jobs": [ + 285, + { + "where": [ + 274, "clip_render_jobs_bool_exp!" ] } ], "delete_clip_render_jobs_by_pk": [ - 185, + 262, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_custom_pages": [ - 247, + 328, { "where": [ - 241, + 319, "custom_pages_bool_exp!" ] } ], "delete_custom_pages_by_pk": [ - 237, + 314, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_db_backups": [ - 274, + 356, { "where": [ - 268, + 350, "db_backups_bool_exp!" ] } ], "delete_db_backups_by_pk": [ - 264, + 346, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_draft_game_picks": [ - 310, + 392, { "where": [ - 302, + 384, "draft_game_picks_bool_exp!" ] } ], "delete_draft_game_picks_by_pk": [ - 291, + 373, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_draft_game_players": [ - 355, + 437, { "where": [ - 347, + 429, "draft_game_players_bool_exp!" ] } ], "delete_draft_game_players_by_pk": [ - 336, + 418, { "draft_game_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_draft_games": [ - 400, + 482, { "where": [ - 392, + 474, "draft_games_bool_exp!" ] } ], "delete_draft_games_by_pk": [ - 381, + 463, { "id": [ - 4921, + 4998, "uuid!" ] } ], + "delete_e_award_sources": [ + 519, + { + "where": [ + 512, + "e_award_sources_bool_exp!" + ] + } + ], + "delete_e_award_sources_by_pk": [ + 509, + { + "value": [ + 80, + "String!" + ] + } + ], + "delete_e_award_tiers": [ + 539, + { + "where": [ + 532, + "e_award_tiers_bool_exp!" + ] + } + ], + "delete_e_award_tiers_by_pk": [ + 529, + { + "value": [ + 80, + "String!" + ] + } + ], "delete_e_check_in_settings": [ - 437, + 559, { "where": [ - 430, + 552, "e_check_in_settings_bool_exp!" ] } ], "delete_e_check_in_settings_by_pk": [ - 427, + 549, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_draft_game_captain_selection": [ - 457, + 579, { "where": [ - 450, + 572, "e_draft_game_captain_selection_bool_exp!" ] } ], "delete_e_draft_game_captain_selection_by_pk": [ - 447, + 569, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_draft_game_draft_order": [ - 478, + 600, { "where": [ - 471, + 593, "e_draft_game_draft_order_bool_exp!" ] } ], "delete_e_draft_game_draft_order_by_pk": [ - 468, + 590, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_draft_game_mode": [ - 499, + 621, { "where": [ - 492, + 614, "e_draft_game_mode_bool_exp!" ] } ], "delete_e_draft_game_mode_by_pk": [ - 489, + 611, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_draft_game_player_status": [ - 520, + 642, { "where": [ - 513, + 635, "e_draft_game_player_status_bool_exp!" ] } ], "delete_e_draft_game_player_status_by_pk": [ - 510, + 632, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_draft_game_status": [ - 541, + 663, { "where": [ - 534, + 656, "e_draft_game_status_bool_exp!" ] } ], "delete_e_draft_game_status_by_pk": [ - 531, + 653, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_event_media_access": [ - 562, + 684, { "where": [ - 555, + 677, "e_event_media_access_bool_exp!" ] } ], "delete_e_event_media_access_by_pk": [ - 552, + 674, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_event_visibility": [ - 582, + 704, { "where": [ - 575, + 697, "e_event_visibility_bool_exp!" ] } ], "delete_e_event_visibility_by_pk": [ - 572, + 694, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_friend_status": [ - 602, + 724, { "where": [ - 595, + 717, "e_friend_status_bool_exp!" ] } ], "delete_e_friend_status_by_pk": [ - 592, + 714, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_game_cfg_types": [ - 623, + 745, { "where": [ - 616, + 738, "e_game_cfg_types_bool_exp!" ] } ], "delete_e_game_cfg_types_by_pk": [ - 613, + 735, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_game_server_node_statuses": [ - 643, + 765, { "where": [ - 636, + 758, "e_game_server_node_statuses_bool_exp!" ] } ], "delete_e_game_server_node_statuses_by_pk": [ - 633, + 755, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_league_movement_types": [ - 664, + 786, { "where": [ - 657, + 779, "e_league_movement_types_bool_exp!" ] } ], "delete_e_league_movement_types_by_pk": [ - 654, + 776, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_league_proposal_statuses": [ - 685, + 807, { "where": [ - 678, + 800, "e_league_proposal_statuses_bool_exp!" ] } ], "delete_e_league_proposal_statuses_by_pk": [ - 675, + 797, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_league_registration_statuses": [ - 706, + 828, { "where": [ - 699, + 821, "e_league_registration_statuses_bool_exp!" ] } ], "delete_e_league_registration_statuses_by_pk": [ - 696, + 818, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_league_season_statuses": [ - 727, + 849, { "where": [ - 720, + 842, "e_league_season_statuses_bool_exp!" ] } ], "delete_e_league_season_statuses_by_pk": [ - 717, + 839, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_lobby_access": [ - 748, + 870, { "where": [ - 741, + 863, "e_lobby_access_bool_exp!" ] } ], "delete_e_lobby_access_by_pk": [ - 738, + 860, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_lobby_player_status": [ - 769, + 891, { "where": [ - 762, + 884, "e_lobby_player_status_bool_exp!" ] } ], "delete_e_lobby_player_status_by_pk": [ - 759, + 881, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_map_pool_types": [ - 789, + 911, { "where": [ - 782, + 904, "e_map_pool_types_bool_exp!" ] } ], "delete_e_map_pool_types_by_pk": [ - 779, + 901, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_match_clip_visibility": [ - 810, + 932, { "where": [ - 803, + 925, "e_match_clip_visibility_bool_exp!" ] } ], "delete_e_match_clip_visibility_by_pk": [ - 800, + 922, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_match_map_status": [ - 830, + 952, { "where": [ - 823, + 945, "e_match_map_status_bool_exp!" ] } ], "delete_e_match_map_status_by_pk": [ - 820, + 942, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_match_mode": [ - 851, + 973, { "where": [ - 844, + 966, "e_match_mode_bool_exp!" ] } ], "delete_e_match_mode_by_pk": [ - 841, + 963, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_match_status": [ - 871, + 993, { "where": [ - 864, + 986, "e_match_status_bool_exp!" ] } ], "delete_e_match_status_by_pk": [ - 861, + 983, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_match_types": [ - 892, + 1014, { "where": [ - 885, + 1007, "e_match_types_bool_exp!" ] } ], "delete_e_match_types_by_pk": [ - 882, + 1004, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_notification_types": [ - 913, + 1035, { "where": [ - 906, + 1028, "e_notification_types_bool_exp!" ] } ], "delete_e_notification_types_by_pk": [ - 903, + 1025, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_objective_types": [ - 933, + 1055, { "where": [ - 926, + 1048, "e_objective_types_bool_exp!" ] } ], "delete_e_objective_types_by_pk": [ - 923, + 1045, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_player_roles": [ - 953, + 1075, { "where": [ - 946, + 1068, "e_player_roles_bool_exp!" ] } ], "delete_e_player_roles_by_pk": [ - 943, + 1065, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_plugin_runtimes": [ - 973, + 1095, { "where": [ - 966, + 1088, "e_plugin_runtimes_bool_exp!" ] } ], "delete_e_plugin_runtimes_by_pk": [ - 963, + 1085, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_ready_settings": [ - 993, + 1115, { "where": [ - 986, + 1108, "e_ready_settings_bool_exp!" ] } ], "delete_e_ready_settings_by_pk": [ - 983, + 1105, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_sanction_types": [ - 1013, + 1135, { "where": [ - 1006, + 1128, "e_sanction_types_bool_exp!" ] } ], "delete_e_sanction_types_by_pk": [ - 1003, + 1125, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_scrim_request_statuses": [ - 1034, + 1156, { "where": [ - 1027, + 1149, "e_scrim_request_statuses_bool_exp!" ] } ], "delete_e_scrim_request_statuses_by_pk": [ - 1024, + 1146, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_server_types": [ - 1054, + 1176, { "where": [ - 1047, + 1169, "e_server_types_bool_exp!" ] } ], "delete_e_server_types_by_pk": [ - 1044, + 1166, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_sides": [ - 1074, + 1196, { "where": [ - 1067, + 1189, "e_sides_bool_exp!" ] } ], "delete_e_sides_by_pk": [ - 1064, + 1186, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_system_alert_types": [ - 1094, + 1216, { "where": [ - 1087, + 1209, "e_system_alert_types_bool_exp!" ] } ], "delete_e_system_alert_types_by_pk": [ - 1084, + 1206, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_team_roles": [ - 1114, + 1236, { "where": [ - 1107, + 1229, "e_team_roles_bool_exp!" ] } ], "delete_e_team_roles_by_pk": [ - 1104, + 1226, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_team_roster_statuses": [ - 1135, + 1257, { "where": [ - 1128, + 1250, "e_team_roster_statuses_bool_exp!" ] } ], "delete_e_team_roster_statuses_by_pk": [ - 1125, + 1247, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_timeout_settings": [ - 1155, + 1277, { "where": [ - 1148, + 1270, "e_timeout_settings_bool_exp!" ] } ], "delete_e_timeout_settings_by_pk": [ - 1145, + 1267, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_tournament_categories": [ - 1175, + 1297, { "where": [ - 1168, + 1290, "e_tournament_categories_bool_exp!" ] } ], "delete_e_tournament_categories_by_pk": [ - 1165, + 1287, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_tournament_stage_types": [ - 1196, + 1318, { "where": [ - 1189, + 1311, "e_tournament_stage_types_bool_exp!" ] } ], "delete_e_tournament_stage_types_by_pk": [ - 1186, + 1308, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_tournament_status": [ - 1217, + 1339, { "where": [ - 1210, + 1332, "e_tournament_status_bool_exp!" ] } ], "delete_e_tournament_status_by_pk": [ - 1207, + 1329, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_utility_types": [ - 1238, + 1360, { "where": [ - 1231, + 1353, "e_utility_types_bool_exp!" ] } ], "delete_e_utility_types_by_pk": [ - 1228, + 1350, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_veto_pick_types": [ - 1258, + 1380, { "where": [ - 1251, + 1373, "e_veto_pick_types_bool_exp!" ] } ], "delete_e_veto_pick_types_by_pk": [ - 1248, + 1370, { "value": [ - 78, + 80, "String!" ] } ], "delete_e_winning_reasons": [ - 1278, + 1400, { "where": [ - 1271, + 1393, "e_winning_reasons_bool_exp!" ] } ], "delete_e_winning_reasons_by_pk": [ - 1268, + 1390, { "value": [ - 78, + 80, "String!" ] } ], "delete_event_match_links": [ - 1296, + 1418, { "where": [ - 1291, + 1413, "event_match_links_bool_exp!" ] } ], "delete_event_match_links_by_pk": [ - 1288, + 1410, { "event_id": [ - 4921, + 4998, "uuid!" ], "match_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_event_media": [ - 1323, + 1445, { "where": [ - 1315, + 1437, "event_media_bool_exp!" ] } ], "delete_event_media_by_pk": [ - 1306, + 1428, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_event_media_players": [ - 1345, + 1467, { "where": [ - 1337, + 1459, "event_media_players_bool_exp!" ] } ], "delete_event_media_players_by_pk": [ - 1328, + 1450, { "media_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_event_organizers": [ - 1406, + 1528, { "where": [ - 1398, + 1520, "event_organizers_bool_exp!" ] } ], "delete_event_organizers_by_pk": [ - 1389, + 1511, { "event_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_event_players": [ - 1447, + 1569, { "where": [ - 1439, + 1561, "event_players_bool_exp!" ] } ], "delete_event_players_by_pk": [ - 1430, + 1552, { "event_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_event_teams": [ - 1485, + 1607, { "where": [ - 1478, + 1600, "event_teams_bool_exp!" ] } ], "delete_event_teams_by_pk": [ - 1471, + 1593, { "event_id": [ - 4921, + 4998, "uuid!" ], "team_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_event_tournaments": [ - 1509, + 1631, { "where": [ - 1502, + 1624, "event_tournaments_bool_exp!" ] } ], "delete_event_tournaments_by_pk": [ - 1495, + 1617, { "event_id": [ - 4921, + 4998, "uuid!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_events": [ - 1529, + 1651, { "where": [ - 1523, + 1645, "events_bool_exp!" ] } ], "delete_events_by_pk": [ - 1519, + 1641, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_friends": [ - 1559, + 1681, { "where": [ - 1553, + 1675, "friends_bool_exp!" ] } ], "delete_friends_by_pk": [ - 1549, + 1671, { "other_player_steam_id": [ - 180, + 257, "bigint!" ], "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_game_server_nodes": [ - 1599, + 1721, { "where": [ - 1588, + 1710, "game_server_nodes_bool_exp!" ] } ], "delete_game_server_nodes_by_pk": [ - 1576, + 1698, { "id": [ - 78, + 80, "String!" ] } ], "delete_game_versions": [ - 1641, + 1763, { "where": [ - 1632, + 1754, "game_versions_bool_exp!" ] } ], "delete_game_versions_by_pk": [ - 1627, + 1749, { "build_id": [ - 38, + 40, "Int!" ] } ], "delete_gamedata_signature_validations": [ - 1674, + 1796, { "where": [ - 1665, + 1787, "gamedata_signature_validations_bool_exp!" ] } ], "delete_gamedata_signature_validations_by_pk": [ - 1660, + 1782, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_leaderboard_entries": [ - 1712, + 1834, { "where": [ - 1707, + 1829, "leaderboard_entries_bool_exp!" ] } ], "delete_league_divisions": [ - 1737, + 1859, { "where": [ - 1731, + 1853, "league_divisions_bool_exp!" ] } ], "delete_league_divisions_by_pk": [ - 1727, + 1849, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_league_match_weeks": [ - 1772, + 1894, { "where": [ - 1764, + 1886, "league_match_weeks_bool_exp!" ] } ], "delete_league_match_weeks_by_pk": [ - 1755, + 1877, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_league_relegation_playoffs": [ - 1813, + 1935, { "where": [ - 1805, + 1927, "league_relegation_playoffs_bool_exp!" ] } ], "delete_league_relegation_playoffs_by_pk": [ - 1796, + 1918, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_league_scheduling_proposals": [ - 1854, + 1976, { "where": [ - 1846, + 1968, "league_scheduling_proposals_bool_exp!" ] } ], "delete_league_scheduling_proposals_by_pk": [ - 1837, + 1959, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_league_season_divisions": [ - 1892, + 2014, { "where": [ - 1885, + 2007, "league_season_divisions_bool_exp!" ] } ], "delete_league_season_divisions_by_pk": [ - 1878, + 2000, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_league_seasons": [ - 1917, + 2039, { "where": [ - 1908, + 2030, "league_seasons_bool_exp!" ] } ], "delete_league_seasons_by_pk": [ - 1903, + 2025, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_league_team_movements": [ - 1953, + 2075, { "where": [ - 1945, + 2067, "league_team_movements_bool_exp!" ] } ], "delete_league_team_movements_by_pk": [ - 1936, + 2058, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_league_team_rosters": [ - 1994, + 2116, { "where": [ - 1986, + 2108, "league_team_rosters_bool_exp!" ] } ], "delete_league_team_rosters_by_pk": [ - 1977, + 2099, { "league_team_season_id": [ - 4921, + 4998, "uuid!" ], "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_league_team_seasons": [ - 2035, + 2157, { "where": [ - 2027, + 2149, "league_team_seasons_bool_exp!" ] } ], "delete_league_team_seasons_by_pk": [ - 2018, + 2140, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_league_teams": [ - 2068, + 2190, { "where": [ - 2063, + 2185, "league_teams_bool_exp!" ] } ], "delete_league_teams_by_pk": [ - 2060, + 2182, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_lobbies": [ - 2087, + 2209, { "where": [ - 2082, + 2204, "lobbies_bool_exp!" ] } ], "delete_lobbies_by_pk": [ - 2079, + 2201, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_lobby_players": [ - 2117, + 2239, { "where": [ - 2109, + 2231, "lobby_players_bool_exp!" ] } ], "delete_lobby_players_by_pk": [ - 2098, + 2220, { "lobby_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_map_pools": [ - 2151, + 2273, { "where": [ - 2146, + 2268, "map_pools_bool_exp!" ] } ], "delete_map_pools_by_pk": [ - 2143, + 2265, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_maps": [ - 2178, + 2300, { "where": [ - 2171, + 2293, "maps_bool_exp!" ] } ], "delete_maps_by_pk": [ - 2162, + 2284, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_clips": [ - 2208, + 2330, { "where": [ - 2200, + 2322, "match_clips_bool_exp!" ] } ], "delete_match_clips_by_pk": [ - 2191, + 2313, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_demo_sessions": [ - 2254, + 2376, { "where": [ - 2243, + 2365, "match_demo_sessions_bool_exp!" ] } ], "delete_match_demo_sessions_by_pk": [ - 2233, + 2355, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_lineup_players": [ - 2298, + 2420, { "where": [ - 2290, + 2412, "match_lineup_players_bool_exp!" ] } ], "delete_match_lineup_players_by_pk": [ - 2279, + 2401, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_lineups": [ - 2341, + 2463, { "where": [ - 2333, + 2455, "match_lineups_bool_exp!" ] } ], "delete_match_lineups_by_pk": [ - 2324, + 2446, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_map_demos": [ - 2389, + 2511, { "where": [ - 2378, + 2500, "match_map_demos_bool_exp!" ] } ], "delete_match_map_demos_by_pk": [ - 2366, + 2488, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_map_rounds": [ - 2434, + 2556, { "where": [ - 2426, + 2548, "match_map_rounds_bool_exp!" ] } ], "delete_match_map_rounds_by_pk": [ - 2417, + 2539, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_map_veto_picks": [ - 2472, + 2594, { "where": [ - 2465, + 2587, "match_map_veto_picks_bool_exp!" ] } ], "delete_match_map_veto_picks_by_pk": [ - 2458, + 2580, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_maps": [ - 2499, + 2621, { "where": [ - 2491, + 2613, "match_maps_bool_exp!" ] } ], "delete_match_maps_by_pk": [ - 2482, + 2604, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_options": [ - 2534, + 2656, { "where": [ - 2528, + 2650, "match_options_bool_exp!" ] } ], "delete_match_options_by_pk": [ - 2524, + 2646, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_region_veto_picks": [ - 2566, + 2688, { "where": [ - 2559, + 2681, "match_region_veto_picks_bool_exp!" ] } ], "delete_match_region_veto_picks_by_pk": [ - 2552, + 2674, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_streams": [ - 2599, + 2721, { "where": [ - 2588, + 2710, "match_streams_bool_exp!" ] } ], "delete_match_streams_by_pk": [ - 2576, + 2698, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_match_type_cfgs": [ - 2634, + 2756, { "where": [ - 2629, + 2751, "match_type_cfgs_bool_exp!" ] } ], "delete_match_type_cfgs_by_pk": [ - 2626, + 2748, { "type": [ - 618, + 740, "e_game_cfg_types_enum!" ] } ], "delete_matches": [ - 2661, + 2783, { "where": [ - 2653, + 2775, "matches_bool_exp!" ] } ], "delete_matches_by_pk": [ - 2644, + 2766, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_migration_hashes_hashes": [ - 2694, + 2816, { "where": [ - 2689, + 2811, "migration_hashes_hashes_bool_exp!" ] } ], "delete_migration_hashes_hashes_by_pk": [ - 2686, + 2808, { "name": [ - 78, + 80, "String!" ] } ], "delete_my_friends": [ - 2726, + 2848, { "where": [ - 2716, + 2838, "my_friends_bool_exp!" ] } ], "delete_news_articles": [ - 2760, + 2882, { "where": [ - 2754, + 2876, "news_articles_bool_exp!" ] } ], "delete_news_articles_by_pk": [ - 2750, + 2872, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_notifications": [ - 2800, + 2922, { "where": [ - 2789, + 2911, "notifications_bool_exp!" ] } ], "delete_notifications_by_pk": [ - 2777, + 2899, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_pending_match_import_players": [ - 2847, + 2969, { "where": [ - 2839, + 2961, "pending_match_import_players_bool_exp!" ] } ], "delete_pending_match_import_players_by_pk": [ - 2830, + 2952, { "steam_id": [ - 180, + 257, "bigint!" ], "valve_match_id": [ - 2827, + 2949, "numeric!" ] } ], "delete_pending_match_imports": [ - 2881, + 3003, { "where": [ - 2875, + 2997, "pending_match_imports_bool_exp!" ] } ], "delete_pending_match_imports_by_pk": [ - 2871, + 2993, { "valve_match_id": [ - 2827, + 2949, "numeric!" ] } ], "delete_player_aim_stats_demo": [ - 2909, + 3031, { "where": [ - 2903, + 3025, "player_aim_stats_demo_bool_exp!" ] } ], "delete_player_aim_stats_demo_by_pk": [ - 2899, + 3021, { "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_player_aim_weapon_stats": [ - 2943, + 3065, { "where": [ - 2935, + 3057, "player_aim_weapon_stats_bool_exp!" ] } ], "delete_player_aim_weapon_stats_by_pk": [ - 2926, + 3048, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ], "weapon_class": [ - 78, + 80, "String!" ] } ], "delete_player_assists": [ - 2986, + 3108, { "where": [ - 2978, + 3100, "player_assists_bool_exp!" ] } ], "delete_player_assists_by_pk": [ - 2967, + 3089, { "attacked_steam_id": [ - 180, + 257, "bigint!" ], "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "delete_player_damages": [ - 3047, + 3169, { "where": [ - 3039, + 3161, "player_damages_bool_exp!" ] } ], "delete_player_damages_by_pk": [ - 3030, + 3152, { "id": [ - 4921, + 4998, "uuid!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "delete_player_elo": [ - 3081, + 3203, { "where": [ - 3075, + 3197, "player_elo_bool_exp!" ] } ], "delete_player_elo_by_pk": [ - 3071, + 3193, { "match_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ], "type": [ - 887, + 1009, "e_match_types_enum!" ] } ], "delete_player_faceit_rank_history": [ - 3115, + 3237, { "where": [ - 3107, + 3229, "player_faceit_rank_history_bool_exp!" ] } ], "delete_player_faceit_rank_history_by_pk": [ - 3098, + 3220, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_player_flashes": [ - 3158, + 3280, { "where": [ - 3150, + 3272, "player_flashes_bool_exp!" ] } ], "delete_player_flashes_by_pk": [ - 3139, + 3261, { "attacked_steam_id": [ - 180, + 257, "bigint!" ], "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "delete_player_kills": [ - 3244, + 3366, { "where": [ - 3195, + 3317, "player_kills_bool_exp!" ] } ], "delete_player_kills_by_pk": [ - 3184, + 3306, { "attacked_steam_id": [ - 180, + 257, "bigint!" ], "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "delete_player_kills_by_weapon": [ - 3213, + 3335, { "where": [ - 3205, + 3327, "player_kills_by_weapon_bool_exp!" ] } ], "delete_player_kills_by_weapon_by_pk": [ - 3196, + 3318, { "player_steam_id": [ - 180, + 257, "bigint!" ], "with": [ - 78, + 80, "String!" ] } ], "delete_player_leaderboard_rank": [ - 3279, + 3401, { "where": [ - 3274, + 3396, "player_leaderboard_rank_bool_exp!" ] } ], "delete_player_match_map_stats": [ - 3310, + 3432, { "where": [ - 3302, + 3424, "player_match_map_stats_bool_exp!" ] } ], "delete_player_match_map_stats_by_pk": [ - 3293, + 3415, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_player_objectives": [ - 3402, + 3524, { "where": [ - 3394, + 3516, "player_objectives_bool_exp!" ] } ], "delete_player_objectives_by_pk": [ - 3385, + 3507, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "player_steam_id": [ - 180, + 257, "bigint!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "delete_player_premier_rank_history": [ - 3461, + 3583, { "where": [ - 3453, + 3575, "player_premier_rank_history_bool_exp!" ] } ], "delete_player_premier_rank_history_by_pk": [ - 3444, + 3566, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_player_sanctions": [ - 3502, + 3624, { "where": [ - 3494, + 3616, "player_sanctions_bool_exp!" ] } ], "delete_player_sanctions_by_pk": [ - 3485, + 3607, { "created_at": [ - 4376, + 4498, "timestamptz!" ], "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_player_season_stats": [ - 3553, + 3675, { "where": [ - 3545, + 3667, "player_season_stats_bool_exp!" ] } ], "delete_player_season_stats_by_pk": [ - 3526, + 3648, { "player_steam_id": [ - 180, + 257, "bigint!" ], "season_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_player_stats": [ - 3595, + 3717, { "where": [ - 3589, + 3711, "player_stats_bool_exp!" ] } ], "delete_player_stats_by_pk": [ - 3585, + 3707, { "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_player_steam_bot_friend": [ - 3627, + 3749, { "where": [ - 3618, + 3740, "player_steam_bot_friend_bool_exp!" ] } ], "delete_player_steam_bot_friend_by_pk": [ - 3613, + 3735, { "steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_player_steam_match_auth": [ - 3655, + 3777, { "where": [ - 3649, + 3771, "player_steam_match_auth_bool_exp!" ] } ], "delete_player_steam_match_auth_by_pk": [ - 3645, + 3767, { "steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_player_unused_utility": [ - 3689, + 3811, { "where": [ - 3681, + 3803, "player_unused_utility_bool_exp!" ] } ], "delete_player_unused_utility_by_pk": [ - 3672, + 3794, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_player_utility": [ - 3730, + 3852, { "where": [ - 3722, + 3844, "player_utility_bool_exp!" ] } ], "delete_player_utility_by_pk": [ - 3713, + 3835, { "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "delete_players": [ - 3797, + 3919, { "where": [ - 3791, + 3913, "players_bool_exp!" ] } ], "delete_players_by_pk": [ - 3787, + 3909, { "steam_id": [ - 180, + 257, "bigint!" ] } ], "delete_plugin_versions": [ - 3825, + 3947, { "where": [ - 3819, + 3941, "plugin_versions_bool_exp!" ] } ], "delete_plugin_versions_by_pk": [ - 3815, + 3937, { "runtime": [ - 968, + 1090, "e_plugin_runtimes_enum!" ], "version": [ - 78, + 80, "String!" ] } ], "delete_seasons": [ - 3856, + 3978, { "where": [ - 3850, + 3972, "seasons_bool_exp!" ] } ], "delete_seasons_by_pk": [ - 3846, + 3968, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_server_regions": [ - 3883, + 4005, { "where": [ - 3878, + 4000, "server_regions_bool_exp!" ] } ], "delete_server_regions_by_pk": [ - 3874, + 3996, { "value": [ - 78, + 80, "String!" ] } ], "delete_servers": [ - 3920, + 4042, { "where": [ - 3912, + 4034, "servers_bool_exp!" ] } ], "delete_servers_by_pk": [ - 3901, + 4023, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_settings": [ - 3955, + 4077, { "where": [ - 3950, + 4072, "settings_bool_exp!" ] } ], "delete_settings_by_pk": [ - 3947, + 4069, { "name": [ - 78, + 80, "String!" ] } ], "delete_steam_account_claims": [ - 3981, + 4103, { "where": [ - 3974, + 4096, "steam_account_claims_bool_exp!" ] } ], "delete_steam_account_claims_by_pk": [ - 3967, + 4089, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_steam_accounts": [ - 4001, + 4123, { "where": [ - 3995, + 4117, "steam_accounts_bool_exp!" ] } ], "delete_steam_accounts_by_pk": [ - 3991, + 4113, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_system_alerts": [ - 4029, + 4151, { "where": [ - 4023, + 4145, "system_alerts_bool_exp!" ] } ], "delete_system_alerts_by_pk": [ - 4019, + 4141, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_team_invites": [ - 4063, + 4185, { "where": [ - 4055, + 4177, "team_invites_bool_exp!" ] } ], "delete_team_invites_by_pk": [ - 4046, + 4168, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_team_roster": [ - 4106, + 4228, { "where": [ - 4098, + 4220, "team_roster_bool_exp!" ] } ], "delete_team_roster_by_pk": [ - 4087, + 4209, { "player_steam_id": [ - 180, + 257, "bigint!" ], "team_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_team_scrim_alerts": [ - 4142, + 4264, { "where": [ - 4136, + 4258, "team_scrim_alerts_bool_exp!" ] } ], "delete_team_scrim_alerts_by_pk": [ - 4132, + 4254, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_team_scrim_availability": [ - 4175, + 4297, { "where": [ - 4168, + 4290, "team_scrim_availability_bool_exp!" ] } ], "delete_team_scrim_availability_by_pk": [ - 4159, + 4281, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_team_scrim_request_proposals": [ - 4204, + 4326, { "where": [ - 4196, + 4318, "team_scrim_request_proposals_bool_exp!" ] } ], "delete_team_scrim_request_proposals_by_pk": [ - 4187, + 4309, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_team_scrim_requests": [ - 4247, + 4369, { "where": [ - 4239, + 4361, "team_scrim_requests_bool_exp!" ] } ], "delete_team_scrim_requests_by_pk": [ - 4228, + 4350, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_team_scrim_settings": [ - 4284, + 4406, { "where": [ - 4278, + 4400, "team_scrim_settings_bool_exp!" ] } ], "delete_team_scrim_settings_by_pk": [ - 4274, + 4396, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_team_suggestions": [ - 4312, + 4434, { "where": [ - 4306, + 4428, "team_suggestions_bool_exp!" ] } ], "delete_team_suggestions_by_pk": [ - 4302, + 4424, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_teams": [ - 4348, + 4470, { "where": [ - 4340, + 4462, "teams_bool_exp!" ] } ], "delete_teams_by_pk": [ - 4329, + 4451, { "id": [ - 4921, + 4998, + "uuid!" + ] + } + ], + "delete_tournament_awards": [ + 4517, + { + "where": [ + 4509, + "tournament_awards_bool_exp!" + ] + } + ], + "delete_tournament_awards_by_pk": [ + 4500, + { + "id": [ + 4998, "uuid!" ] } ], "delete_tournament_brackets": [ - 4397, + 4561, { "where": [ - 4389, + 4553, "tournament_brackets_bool_exp!" ] } ], "delete_tournament_brackets_by_pk": [ - 4378, + 4542, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournament_categories": [ - 4438, + 4602, { "where": [ - 4431, + 4595, "tournament_categories_bool_exp!" ] } ], "delete_tournament_categories_by_pk": [ - 4424, + 4588, { "category": [ - 1170, + 1292, "e_tournament_categories_enum!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournament_organizer_teams": [ - 4462, + 4626, { "where": [ - 4455, + 4619, "tournament_organizer_teams_bool_exp!" ] } ], "delete_tournament_organizer_teams_by_pk": [ - 4448, + 4612, { "team_id": [ - 4921, + 4998, "uuid!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournament_organizers": [ - 4489, + 4653, { "where": [ - 4481, + 4645, "tournament_organizers_bool_exp!" ] } ], "delete_tournament_organizers_by_pk": [ - 4472, + 4636, { "steam_id": [ - 180, + 257, "bigint!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournament_prizes": [ - 4530, + 4694, { "where": [ - 4522, + 4686, "tournament_prizes_bool_exp!" ] } ], "delete_tournament_prizes_by_pk": [ - 4513, + 4677, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournament_stage_windows": [ - 4571, + 4735, { "where": [ - 4563, + 4727, "tournament_stage_windows_bool_exp!" ] } ], "delete_tournament_stage_windows_by_pk": [ - 4554, + 4718, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournament_stages": [ - 4618, + 4782, { "where": [ - 4607, + 4771, "tournament_stages_bool_exp!" ] } ], "delete_tournament_stages_by_pk": [ - 4595, + 4759, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournament_team_invites": [ - 4663, + 4827, { "where": [ - 4655, + 4819, "tournament_team_invites_bool_exp!" ] } ], "delete_tournament_team_invites_by_pk": [ - 4646, + 4810, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournament_team_roster": [ - 4704, + 4868, { "where": [ - 4696, + 4860, "tournament_team_roster_bool_exp!" ] } ], "delete_tournament_team_roster_by_pk": [ - 4687, + 4851, { "player_steam_id": [ - 180, + 257, "bigint!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournament_teams": [ - 4745, + 4909, { "where": [ - 4737, + 4901, "tournament_teams_bool_exp!" ] } ], "delete_tournament_teams_by_pk": [ - 4728, - { - "id": [ - 4921, - "uuid!" - ] - } - ], - "delete_tournament_trophies": [ - 4789, - { - "where": [ - 4781, - "tournament_trophies_bool_exp!" - ] - } - ], - "delete_tournament_trophies_by_pk": [ - 4770, - { - "id": [ - 4921, - "uuid!" - ] - } - ], - "delete_tournament_trophy_configs": [ - 4832, - { - "where": [ - 4824, - "tournament_trophy_configs_bool_exp!" - ] - } - ], - "delete_tournament_trophy_configs_by_pk": [ - 4815, + 4892, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_tournaments": [ - 4886, + 4963, { "where": [ - 4878, + 4955, "tournaments_bool_exp!" ] } ], "delete_tournaments_by_pk": [ - 4857, + 4934, { "id": [ - 4921, + 4998, "uuid!" ] } ], "delete_v_match_captains": [ - 5086, + 5163, { "where": [ - 5081, + 5158, "v_match_captains_bool_exp!" ] } ], "delete_v_match_map_backup_rounds": [ - 5197, + 5274, { "where": [ - 5192, + 5269, "v_match_map_backup_rounds_bool_exp!" ] } ], "delete_v_player_match_map_hltv": [ - 5419, + 5496, { "where": [ - 5412, + 5489, "v_player_match_map_hltv_bool_exp!" ] } ], "delete_v_pool_maps": [ - 5578, + 5655, { "where": [ - 5572, + 5649, "v_pool_maps_bool_exp!" ] } ], "delete_v_team_stage_results": [ - 5672, + 5749, { "where": [ - 5664, + 5741, "v_team_stage_results_bool_exp!" ] } ], "delete_v_team_stage_results_by_pk": [ - 5645, + 5722, { "tournament_stage_id": [ - 4921, + 4998, "uuid!" ], "tournament_team_id": [ - 4921, + 4998, "uuid!" ] } ], "denyInvite": [ - 81, + 83, { "invite_id": [ - 4921, + 4998, "uuid!" ], "type": [ - 78, + 80, "String!" ] } ], "forfeitMatch": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "winning_lineup_id": [ - 4921, + 4998, "uuid!" ] } ], "getLiveStreamSpecState": [ - 43, + 45, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "getTestUploadLink": [ - 31 + 33 + ], + "grantAward": [ + 4, + { + "award_id": [ + 4998, + "uuid!" + ], + "event_id": [ + 4998 + ], + "league_season_id": [ + 4998 + ], + "note": [ + 80 + ], + "player_steam_id": [ + 80 + ], + "season_id": [ + 4998 + ], + "team_id": [ + 4998 + ], + "tournament_id": [ + 4998 + ] + } ], "insert__map_pool": [ - 100, + 108, { "objects": [ - 97, + 105, "[_map_pool_insert_input!]!" ], "on_conflict": [ - 101 + 109 ] } ], "insert__map_pool_one": [ - 92, + 100, { "object": [ - 97, + 105, "_map_pool_insert_input!" ], "on_conflict": [ - 101 + 109 ] } ], "insert_abandoned_matches": [ - 128, + 136, { "objects": [ - 123, + 131, "[abandoned_matches_insert_input!]!" ], "on_conflict": [ - 129 + 137 ] } ], "insert_abandoned_matches_one": [ - 111, + 119, { "object": [ - 123, + 131, "abandoned_matches_insert_input!" ], "on_conflict": [ - 129 + 137 ] } ], "insert_api_keys": [ - 162, + 170, { "objects": [ - 159, + 167, "[api_keys_insert_input!]!" ], "on_conflict": [ - 163 + 171 ] } ], "insert_api_keys_one": [ - 152, + 160, { "object": [ - 159, + 167, "api_keys_insert_input!" ], "on_conflict": [ - 163 + 171 + ] + } + ], + "insert_award_recipients": [ + 205, + { + "objects": [ + 200, + "[award_recipients_insert_input!]!" + ], + "on_conflict": [ + 206 + ] + } + ], + "insert_award_recipients_one": [ + 188, + { + "object": [ + 200, + "award_recipients_insert_input!" + ], + "on_conflict": [ + 206 + ] + } + ], + "insert_awards": [ + 239, + { + "objects": [ + 236, + "[awards_insert_input!]!" + ], + "on_conflict": [ + 241 + ] + } + ], + "insert_awards_one": [ + 229, + { + "object": [ + 236, + "awards_insert_input!" + ], + "on_conflict": [ + 241 ] } ], "insert_clip_render_jobs": [ - 208, + 285, { "objects": [ - 203, + 280, "[clip_render_jobs_insert_input!]!" ], "on_conflict": [ - 209 + 286 ] } ], "insert_clip_render_jobs_one": [ - 185, + 262, { "object": [ - 203, + 280, "clip_render_jobs_insert_input!" ], "on_conflict": [ - 209 + 286 ] } ], "insert_custom_pages": [ - 247, + 328, { "objects": [ - 244, + 325, "[custom_pages_insert_input!]!" ], "on_conflict": [ - 248 + 329 ] } ], "insert_custom_pages_one": [ - 237, + 314, { "object": [ - 244, + 325, "custom_pages_insert_input!" ], "on_conflict": [ - 248 + 329 ] } ], "insert_db_backups": [ - 274, + 356, { "objects": [ - 271, + 353, "[db_backups_insert_input!]!" ], "on_conflict": [ - 275 + 357 ] } ], "insert_db_backups_one": [ - 264, + 346, { "object": [ - 271, + 353, "db_backups_insert_input!" ], "on_conflict": [ - 275 + 357 ] } ], "insert_draft_game_picks": [ - 310, + 392, { "objects": [ - 305, + 387, "[draft_game_picks_insert_input!]!" ], "on_conflict": [ - 311 + 393 ] } ], "insert_draft_game_picks_one": [ - 291, + 373, { "object": [ - 305, + 387, "draft_game_picks_insert_input!" ], "on_conflict": [ - 311 + 393 ] } ], "insert_draft_game_players": [ - 355, + 437, { "objects": [ - 350, + 432, "[draft_game_players_insert_input!]!" ], "on_conflict": [ - 356 + 438 ] } ], "insert_draft_game_players_one": [ - 336, + 418, { "object": [ - 350, + 432, "draft_game_players_insert_input!" ], "on_conflict": [ - 356 + 438 ] } ], "insert_draft_games": [ - 400, + 482, { "objects": [ - 395, + 477, "[draft_games_insert_input!]!" ], "on_conflict": [ - 402 + 484 ] } ], "insert_draft_games_one": [ - 381, + 463, { "object": [ - 395, + 477, "draft_games_insert_input!" ], "on_conflict": [ - 402 + 484 + ] + } + ], + "insert_e_award_sources": [ + 519, + { + "objects": [ + 516, + "[e_award_sources_insert_input!]!" + ], + "on_conflict": [ + 520 + ] + } + ], + "insert_e_award_sources_one": [ + 509, + { + "object": [ + 516, + "e_award_sources_insert_input!" + ], + "on_conflict": [ + 520 + ] + } + ], + "insert_e_award_tiers": [ + 539, + { + "objects": [ + 536, + "[e_award_tiers_insert_input!]!" + ], + "on_conflict": [ + 540 + ] + } + ], + "insert_e_award_tiers_one": [ + 529, + { + "object": [ + 536, + "e_award_tiers_insert_input!" + ], + "on_conflict": [ + 540 ] } ], "insert_e_check_in_settings": [ - 437, + 559, { "objects": [ - 434, + 556, "[e_check_in_settings_insert_input!]!" ], "on_conflict": [ - 438 + 560 ] } ], "insert_e_check_in_settings_one": [ - 427, + 549, { "object": [ - 434, + 556, "e_check_in_settings_insert_input!" ], "on_conflict": [ - 438 + 560 ] } ], "insert_e_draft_game_captain_selection": [ - 457, + 579, { "objects": [ - 454, + 576, "[e_draft_game_captain_selection_insert_input!]!" ], "on_conflict": [ - 459 + 581 ] } ], "insert_e_draft_game_captain_selection_one": [ - 447, + 569, { "object": [ - 454, + 576, "e_draft_game_captain_selection_insert_input!" ], "on_conflict": [ - 459 + 581 ] } ], "insert_e_draft_game_draft_order": [ - 478, + 600, { "objects": [ - 475, + 597, "[e_draft_game_draft_order_insert_input!]!" ], "on_conflict": [ - 480 + 602 ] } ], "insert_e_draft_game_draft_order_one": [ - 468, + 590, { "object": [ - 475, + 597, "e_draft_game_draft_order_insert_input!" ], "on_conflict": [ - 480 + 602 ] } ], "insert_e_draft_game_mode": [ - 499, + 621, { "objects": [ - 496, + 618, "[e_draft_game_mode_insert_input!]!" ], "on_conflict": [ - 501 + 623 ] } ], "insert_e_draft_game_mode_one": [ - 489, + 611, { "object": [ - 496, + 618, "e_draft_game_mode_insert_input!" ], "on_conflict": [ - 501 + 623 ] } ], "insert_e_draft_game_player_status": [ - 520, + 642, { "objects": [ - 517, + 639, "[e_draft_game_player_status_insert_input!]!" ], "on_conflict": [ - 522 + 644 ] } ], "insert_e_draft_game_player_status_one": [ - 510, + 632, { "object": [ - 517, + 639, "e_draft_game_player_status_insert_input!" ], "on_conflict": [ - 522 + 644 ] } ], "insert_e_draft_game_status": [ - 541, + 663, { "objects": [ - 538, + 660, "[e_draft_game_status_insert_input!]!" ], "on_conflict": [ - 543 + 665 ] } ], "insert_e_draft_game_status_one": [ - 531, + 653, { "object": [ - 538, + 660, "e_draft_game_status_insert_input!" ], "on_conflict": [ - 543 + 665 ] } ], "insert_e_event_media_access": [ - 562, + 684, { "objects": [ - 559, + 681, "[e_event_media_access_insert_input!]!" ], "on_conflict": [ - 563 + 685 ] } ], "insert_e_event_media_access_one": [ - 552, + 674, { "object": [ - 559, + 681, "e_event_media_access_insert_input!" ], "on_conflict": [ - 563 + 685 ] } ], "insert_e_event_visibility": [ - 582, + 704, { "objects": [ - 579, + 701, "[e_event_visibility_insert_input!]!" ], "on_conflict": [ - 583 + 705 ] } ], "insert_e_event_visibility_one": [ - 572, + 694, { "object": [ - 579, + 701, "e_event_visibility_insert_input!" ], "on_conflict": [ - 583 + 705 ] } ], "insert_e_friend_status": [ - 602, + 724, { "objects": [ - 599, + 721, "[e_friend_status_insert_input!]!" ], "on_conflict": [ - 604 + 726 ] } ], "insert_e_friend_status_one": [ - 592, + 714, { "object": [ - 599, + 721, "e_friend_status_insert_input!" ], "on_conflict": [ - 604 + 726 ] } ], "insert_e_game_cfg_types": [ - 623, + 745, { "objects": [ - 620, + 742, "[e_game_cfg_types_insert_input!]!" ], "on_conflict": [ - 624 + 746 ] } ], "insert_e_game_cfg_types_one": [ - 613, + 735, { "object": [ - 620, + 742, "e_game_cfg_types_insert_input!" ], "on_conflict": [ - 624 + 746 ] } ], "insert_e_game_server_node_statuses": [ - 643, + 765, { "objects": [ - 640, + 762, "[e_game_server_node_statuses_insert_input!]!" ], "on_conflict": [ - 645 + 767 ] } ], "insert_e_game_server_node_statuses_one": [ - 633, + 755, { "object": [ - 640, + 762, "e_game_server_node_statuses_insert_input!" ], "on_conflict": [ - 645 + 767 ] } ], "insert_e_league_movement_types": [ - 664, + 786, { "objects": [ - 661, + 783, "[e_league_movement_types_insert_input!]!" ], "on_conflict": [ - 666 + 788 ] } ], "insert_e_league_movement_types_one": [ - 654, + 776, { "object": [ - 661, + 783, "e_league_movement_types_insert_input!" ], "on_conflict": [ - 666 + 788 ] } ], "insert_e_league_proposal_statuses": [ - 685, + 807, { "objects": [ - 682, + 804, "[e_league_proposal_statuses_insert_input!]!" ], "on_conflict": [ - 687 + 809 ] } ], "insert_e_league_proposal_statuses_one": [ - 675, + 797, { "object": [ - 682, + 804, "e_league_proposal_statuses_insert_input!" ], "on_conflict": [ - 687 + 809 ] } ], "insert_e_league_registration_statuses": [ - 706, + 828, { "objects": [ - 703, + 825, "[e_league_registration_statuses_insert_input!]!" ], "on_conflict": [ - 708 + 830 ] } ], "insert_e_league_registration_statuses_one": [ - 696, + 818, { "object": [ - 703, + 825, "e_league_registration_statuses_insert_input!" ], "on_conflict": [ - 708 + 830 ] } ], "insert_e_league_season_statuses": [ - 727, + 849, { "objects": [ - 724, + 846, "[e_league_season_statuses_insert_input!]!" ], "on_conflict": [ - 729 + 851 ] } ], "insert_e_league_season_statuses_one": [ - 717, + 839, { "object": [ - 724, + 846, "e_league_season_statuses_insert_input!" ], "on_conflict": [ - 729 + 851 ] } ], "insert_e_lobby_access": [ - 748, + 870, { "objects": [ - 745, + 867, "[e_lobby_access_insert_input!]!" ], "on_conflict": [ - 750 + 872 ] } ], "insert_e_lobby_access_one": [ - 738, + 860, { "object": [ - 745, + 867, "e_lobby_access_insert_input!" ], "on_conflict": [ - 750 + 872 ] } ], "insert_e_lobby_player_status": [ - 769, + 891, { "objects": [ - 766, + 888, "[e_lobby_player_status_insert_input!]!" ], "on_conflict": [ - 770 + 892 ] } ], "insert_e_lobby_player_status_one": [ - 759, + 881, { "object": [ - 766, + 888, "e_lobby_player_status_insert_input!" ], "on_conflict": [ - 770 + 892 ] } ], "insert_e_map_pool_types": [ - 789, + 911, { "objects": [ - 786, + 908, "[e_map_pool_types_insert_input!]!" ], "on_conflict": [ - 791 + 913 ] } ], "insert_e_map_pool_types_one": [ - 779, + 901, { "object": [ - 786, + 908, "e_map_pool_types_insert_input!" ], "on_conflict": [ - 791 + 913 ] } ], "insert_e_match_clip_visibility": [ - 810, + 932, { "objects": [ - 807, + 929, "[e_match_clip_visibility_insert_input!]!" ], "on_conflict": [ - 811 + 933 ] } ], "insert_e_match_clip_visibility_one": [ - 800, + 922, { "object": [ - 807, + 929, "e_match_clip_visibility_insert_input!" ], "on_conflict": [ - 811 + 933 ] } ], "insert_e_match_map_status": [ - 830, + 952, { "objects": [ - 827, + 949, "[e_match_map_status_insert_input!]!" ], "on_conflict": [ - 832 + 954 ] } ], "insert_e_match_map_status_one": [ - 820, + 942, { "object": [ - 827, + 949, "e_match_map_status_insert_input!" ], "on_conflict": [ - 832 + 954 ] } ], "insert_e_match_mode": [ - 851, + 973, { "objects": [ - 848, + 970, "[e_match_mode_insert_input!]!" ], "on_conflict": [ - 852 + 974 ] } ], "insert_e_match_mode_one": [ - 841, + 963, { "object": [ - 848, + 970, "e_match_mode_insert_input!" ], "on_conflict": [ - 852 + 974 ] } ], "insert_e_match_status": [ - 871, + 993, { "objects": [ - 868, + 990, "[e_match_status_insert_input!]!" ], "on_conflict": [ - 873 + 995 ] } ], "insert_e_match_status_one": [ - 861, + 983, { "object": [ - 868, + 990, "e_match_status_insert_input!" ], "on_conflict": [ - 873 + 995 ] } ], "insert_e_match_types": [ - 892, + 1014, { "objects": [ - 889, + 1011, "[e_match_types_insert_input!]!" ], "on_conflict": [ - 894 + 1016 ] } ], "insert_e_match_types_one": [ - 882, + 1004, { "object": [ - 889, + 1011, "e_match_types_insert_input!" ], "on_conflict": [ - 894 + 1016 ] } ], "insert_e_notification_types": [ - 913, + 1035, { "objects": [ - 910, + 1032, "[e_notification_types_insert_input!]!" ], "on_conflict": [ - 914 + 1036 ] } ], "insert_e_notification_types_one": [ - 903, + 1025, { "object": [ - 910, + 1032, "e_notification_types_insert_input!" ], "on_conflict": [ - 914 + 1036 ] } ], "insert_e_objective_types": [ - 933, + 1055, { "objects": [ - 930, + 1052, "[e_objective_types_insert_input!]!" ], "on_conflict": [ - 934 + 1056 ] } ], "insert_e_objective_types_one": [ - 923, + 1045, { "object": [ - 930, + 1052, "e_objective_types_insert_input!" ], "on_conflict": [ - 934 + 1056 ] } ], "insert_e_player_roles": [ - 953, + 1075, { "objects": [ - 950, + 1072, "[e_player_roles_insert_input!]!" ], "on_conflict": [ - 954 + 1076 ] } ], "insert_e_player_roles_one": [ - 943, + 1065, { "object": [ - 950, + 1072, "e_player_roles_insert_input!" ], "on_conflict": [ - 954 + 1076 ] } ], "insert_e_plugin_runtimes": [ - 973, + 1095, { "objects": [ - 970, + 1092, "[e_plugin_runtimes_insert_input!]!" ], "on_conflict": [ - 974 + 1096 ] } ], "insert_e_plugin_runtimes_one": [ - 963, + 1085, { "object": [ - 970, + 1092, "e_plugin_runtimes_insert_input!" ], "on_conflict": [ - 974 + 1096 ] } ], "insert_e_ready_settings": [ - 993, + 1115, { "objects": [ - 990, + 1112, "[e_ready_settings_insert_input!]!" ], "on_conflict": [ - 994 + 1116 ] } ], "insert_e_ready_settings_one": [ - 983, + 1105, { "object": [ - 990, + 1112, "e_ready_settings_insert_input!" ], "on_conflict": [ - 994 + 1116 ] } ], "insert_e_sanction_types": [ - 1013, + 1135, { "objects": [ - 1010, + 1132, "[e_sanction_types_insert_input!]!" ], "on_conflict": [ - 1015 + 1137 ] } ], "insert_e_sanction_types_one": [ - 1003, + 1125, { "object": [ - 1010, + 1132, "e_sanction_types_insert_input!" ], "on_conflict": [ - 1015 + 1137 ] } ], "insert_e_scrim_request_statuses": [ - 1034, + 1156, { "objects": [ - 1031, + 1153, "[e_scrim_request_statuses_insert_input!]!" ], "on_conflict": [ - 1035 + 1157 ] } ], "insert_e_scrim_request_statuses_one": [ - 1024, + 1146, { "object": [ - 1031, + 1153, "e_scrim_request_statuses_insert_input!" ], "on_conflict": [ - 1035 + 1157 ] } ], "insert_e_server_types": [ - 1054, + 1176, { "objects": [ - 1051, + 1173, "[e_server_types_insert_input!]!" ], "on_conflict": [ - 1055 + 1177 ] } ], "insert_e_server_types_one": [ - 1044, + 1166, { "object": [ - 1051, + 1173, "e_server_types_insert_input!" ], "on_conflict": [ - 1055 + 1177 ] } ], "insert_e_sides": [ - 1074, + 1196, { "objects": [ - 1071, + 1193, "[e_sides_insert_input!]!" ], "on_conflict": [ - 1075 + 1197 ] } ], "insert_e_sides_one": [ - 1064, + 1186, { "object": [ - 1071, + 1193, "e_sides_insert_input!" ], "on_conflict": [ - 1075 + 1197 ] } ], "insert_e_system_alert_types": [ - 1094, + 1216, { "objects": [ - 1091, + 1213, "[e_system_alert_types_insert_input!]!" ], "on_conflict": [ - 1095 + 1217 ] } ], "insert_e_system_alert_types_one": [ - 1084, + 1206, { "object": [ - 1091, + 1213, "e_system_alert_types_insert_input!" ], "on_conflict": [ - 1095 + 1217 ] } ], "insert_e_team_roles": [ - 1114, + 1236, { "objects": [ - 1111, + 1233, "[e_team_roles_insert_input!]!" ], "on_conflict": [ - 1116 + 1238 ] } ], "insert_e_team_roles_one": [ - 1104, + 1226, { "object": [ - 1111, + 1233, "e_team_roles_insert_input!" ], "on_conflict": [ - 1116 + 1238 ] } ], "insert_e_team_roster_statuses": [ - 1135, + 1257, { "objects": [ - 1132, + 1254, "[e_team_roster_statuses_insert_input!]!" ], "on_conflict": [ - 1136 + 1258 ] } ], "insert_e_team_roster_statuses_one": [ - 1125, + 1247, { "object": [ - 1132, + 1254, "e_team_roster_statuses_insert_input!" ], "on_conflict": [ - 1136 + 1258 ] } ], "insert_e_timeout_settings": [ - 1155, + 1277, { "objects": [ - 1152, + 1274, "[e_timeout_settings_insert_input!]!" ], "on_conflict": [ - 1156 + 1278 ] } ], "insert_e_timeout_settings_one": [ - 1145, + 1267, { "object": [ - 1152, + 1274, "e_timeout_settings_insert_input!" ], "on_conflict": [ - 1156 + 1278 ] } ], "insert_e_tournament_categories": [ - 1175, + 1297, { "objects": [ - 1172, + 1294, "[e_tournament_categories_insert_input!]!" ], "on_conflict": [ - 1177 + 1299 ] } ], "insert_e_tournament_categories_one": [ - 1165, + 1287, { "object": [ - 1172, + 1294, "e_tournament_categories_insert_input!" ], "on_conflict": [ - 1177 + 1299 ] } ], "insert_e_tournament_stage_types": [ - 1196, + 1318, { "objects": [ - 1193, + 1315, "[e_tournament_stage_types_insert_input!]!" ], "on_conflict": [ - 1198 + 1320 ] } ], "insert_e_tournament_stage_types_one": [ - 1186, + 1308, { "object": [ - 1193, + 1315, "e_tournament_stage_types_insert_input!" ], "on_conflict": [ - 1198 + 1320 ] } ], "insert_e_tournament_status": [ - 1217, + 1339, { "objects": [ - 1214, + 1336, "[e_tournament_status_insert_input!]!" ], "on_conflict": [ - 1219 + 1341 ] } ], "insert_e_tournament_status_one": [ - 1207, + 1329, { "object": [ - 1214, + 1336, "e_tournament_status_insert_input!" ], "on_conflict": [ - 1219 + 1341 ] } ], "insert_e_utility_types": [ - 1238, + 1360, { "objects": [ - 1235, + 1357, "[e_utility_types_insert_input!]!" ], "on_conflict": [ - 1239 + 1361 ] } ], "insert_e_utility_types_one": [ - 1228, + 1350, { "object": [ - 1235, + 1357, "e_utility_types_insert_input!" ], "on_conflict": [ - 1239 + 1361 ] } ], "insert_e_veto_pick_types": [ - 1258, + 1380, { "objects": [ - 1255, + 1377, "[e_veto_pick_types_insert_input!]!" ], "on_conflict": [ - 1259 + 1381 ] } ], "insert_e_veto_pick_types_one": [ - 1248, + 1370, { "object": [ - 1255, + 1377, "e_veto_pick_types_insert_input!" ], "on_conflict": [ - 1259 + 1381 ] } ], "insert_e_winning_reasons": [ - 1278, + 1400, { "objects": [ - 1275, + 1397, "[e_winning_reasons_insert_input!]!" ], "on_conflict": [ - 1279 + 1401 ] } ], "insert_e_winning_reasons_one": [ - 1268, + 1390, { "object": [ - 1275, + 1397, "e_winning_reasons_insert_input!" ], "on_conflict": [ - 1279 + 1401 ] } ], "insert_event_match_links": [ - 1296, + 1418, { "objects": [ - 1293, + 1415, "[event_match_links_insert_input!]!" ], "on_conflict": [ - 1297 + 1419 ] } ], "insert_event_match_links_one": [ - 1288, + 1410, { "object": [ - 1293, + 1415, "event_match_links_insert_input!" ], "on_conflict": [ - 1297 + 1419 ] } ], "insert_event_media": [ - 1323, + 1445, { "objects": [ - 1318, + 1440, "[event_media_insert_input!]!" ], "on_conflict": [ - 1325 + 1447 ] } ], "insert_event_media_one": [ - 1306, + 1428, { "object": [ - 1318, + 1440, "event_media_insert_input!" ], "on_conflict": [ - 1325 + 1447 ] } ], "insert_event_media_players": [ - 1345, + 1467, { "objects": [ - 1340, + 1462, "[event_media_players_insert_input!]!" ], "on_conflict": [ - 1346 + 1468 ] } ], "insert_event_media_players_one": [ - 1328, + 1450, { "object": [ - 1340, + 1462, "event_media_players_insert_input!" ], "on_conflict": [ - 1346 + 1468 ] } ], "insert_event_organizers": [ - 1406, + 1528, { "objects": [ - 1401, + 1523, "[event_organizers_insert_input!]!" ], "on_conflict": [ - 1407 + 1529 ] } ], "insert_event_organizers_one": [ - 1389, + 1511, { "object": [ - 1401, + 1523, "event_organizers_insert_input!" ], "on_conflict": [ - 1407 + 1529 ] } ], "insert_event_players": [ - 1447, + 1569, { "objects": [ - 1442, + 1564, "[event_players_insert_input!]!" ], "on_conflict": [ - 1448 + 1570 ] } ], "insert_event_players_one": [ - 1430, + 1552, { "object": [ - 1442, + 1564, "event_players_insert_input!" ], "on_conflict": [ - 1448 + 1570 ] } ], "insert_event_teams": [ - 1485, + 1607, { "objects": [ - 1480, + 1602, "[event_teams_insert_input!]!" ], "on_conflict": [ - 1486 + 1608 ] } ], "insert_event_teams_one": [ - 1471, + 1593, { "object": [ - 1480, + 1602, "event_teams_insert_input!" ], "on_conflict": [ - 1486 + 1608 ] } ], "insert_event_tournaments": [ - 1509, + 1631, { "objects": [ - 1504, + 1626, "[event_tournaments_insert_input!]!" ], "on_conflict": [ - 1510 + 1632 ] } ], "insert_event_tournaments_one": [ - 1495, + 1617, { "object": [ - 1504, + 1626, "event_tournaments_insert_input!" ], "on_conflict": [ - 1510 + 1632 ] } ], "insert_events": [ - 1529, + 1651, { "objects": [ - 1526, + 1648, "[events_insert_input!]!" ], "on_conflict": [ - 1531 + 1653 ] } ], "insert_events_one": [ - 1519, + 1641, { "object": [ - 1526, + 1648, "events_insert_input!" ], "on_conflict": [ - 1531 + 1653 ] } ], "insert_friends": [ - 1559, + 1681, { "objects": [ - 1556, + 1678, "[friends_insert_input!]!" ], "on_conflict": [ - 1560 + 1682 ] } ], "insert_friends_one": [ - 1549, + 1671, { "object": [ - 1556, + 1678, "friends_insert_input!" ], "on_conflict": [ - 1560 + 1682 ] } ], "insert_game_server_nodes": [ - 1599, + 1721, { "objects": [ - 1594, + 1716, "[game_server_nodes_insert_input!]!" ], "on_conflict": [ - 1601 + 1723 ] } ], "insert_game_server_nodes_one": [ - 1576, + 1698, { "object": [ - 1594, + 1716, "game_server_nodes_insert_input!" ], "on_conflict": [ - 1601 + 1723 ] } ], "insert_game_versions": [ - 1641, + 1763, { "objects": [ - 1638, + 1760, "[game_versions_insert_input!]!" ], "on_conflict": [ - 1643 + 1765 ] } ], "insert_game_versions_one": [ - 1627, + 1749, { "object": [ - 1638, + 1760, "game_versions_insert_input!" ], "on_conflict": [ - 1643 + 1765 ] } ], "insert_gamedata_signature_validations": [ - 1674, + 1796, { "objects": [ - 1671, + 1793, "[gamedata_signature_validations_insert_input!]!" ], "on_conflict": [ - 1675 + 1797 ] } ], "insert_gamedata_signature_validations_one": [ - 1660, + 1782, { "object": [ - 1671, + 1793, "gamedata_signature_validations_insert_input!" ], "on_conflict": [ - 1675 + 1797 ] } ], "insert_leaderboard_entries": [ - 1712, + 1834, { "objects": [ - 1709, + 1831, "[leaderboard_entries_insert_input!]!" ] } ], "insert_leaderboard_entries_one": [ - 1703, + 1825, { "object": [ - 1709, + 1831, "leaderboard_entries_insert_input!" ] } ], "insert_league_divisions": [ - 1737, + 1859, { "objects": [ - 1734, + 1856, "[league_divisions_insert_input!]!" ], "on_conflict": [ - 1739 + 1861 ] } ], "insert_league_divisions_one": [ - 1727, + 1849, { "object": [ - 1734, + 1856, "league_divisions_insert_input!" ], "on_conflict": [ - 1739 + 1861 ] } ], "insert_league_match_weeks": [ - 1772, + 1894, { "objects": [ - 1767, + 1889, "[league_match_weeks_insert_input!]!" ], "on_conflict": [ - 1773 + 1895 ] } ], "insert_league_match_weeks_one": [ - 1755, + 1877, { "object": [ - 1767, + 1889, "league_match_weeks_insert_input!" ], "on_conflict": [ - 1773 + 1895 ] } ], "insert_league_relegation_playoffs": [ - 1813, + 1935, { "objects": [ - 1808, + 1930, "[league_relegation_playoffs_insert_input!]!" ], "on_conflict": [ - 1814 + 1936 ] } ], "insert_league_relegation_playoffs_one": [ - 1796, + 1918, { "object": [ - 1808, + 1930, "league_relegation_playoffs_insert_input!" ], "on_conflict": [ - 1814 + 1936 ] } ], "insert_league_scheduling_proposals": [ - 1854, + 1976, { "objects": [ - 1849, + 1971, "[league_scheduling_proposals_insert_input!]!" ], "on_conflict": [ - 1855 + 1977 ] } ], "insert_league_scheduling_proposals_one": [ - 1837, + 1959, { "object": [ - 1849, + 1971, "league_scheduling_proposals_insert_input!" ], "on_conflict": [ - 1855 + 1977 ] } ], "insert_league_season_divisions": [ - 1892, + 2014, { "objects": [ - 1887, + 2009, "[league_season_divisions_insert_input!]!" ], "on_conflict": [ - 1894 + 2016 ] } ], "insert_league_season_divisions_one": [ - 1878, + 2000, { "object": [ - 1887, + 2009, "league_season_divisions_insert_input!" ], "on_conflict": [ - 1894 + 2016 ] } ], "insert_league_seasons": [ - 1917, + 2039, { "objects": [ - 1914, + 2036, "[league_seasons_insert_input!]!" ], "on_conflict": [ - 1919 + 2041 ] } ], "insert_league_seasons_one": [ - 1903, + 2025, { "object": [ - 1914, + 2036, "league_seasons_insert_input!" ], "on_conflict": [ - 1919 + 2041 ] } ], "insert_league_team_movements": [ - 1953, + 2075, { "objects": [ - 1948, + 2070, "[league_team_movements_insert_input!]!" ], "on_conflict": [ - 1954 + 2076 ] } ], "insert_league_team_movements_one": [ - 1936, + 2058, { "object": [ - 1948, + 2070, "league_team_movements_insert_input!" ], "on_conflict": [ - 1954 + 2076 ] } ], "insert_league_team_rosters": [ - 1994, + 2116, { "objects": [ - 1989, + 2111, "[league_team_rosters_insert_input!]!" ], "on_conflict": [ - 1995 + 2117 ] } ], "insert_league_team_rosters_one": [ - 1977, + 2099, { "object": [ - 1989, + 2111, "league_team_rosters_insert_input!" ], "on_conflict": [ - 1995 + 2117 ] } ], "insert_league_team_seasons": [ - 2035, + 2157, { "objects": [ - 2030, + 2152, "[league_team_seasons_insert_input!]!" ], "on_conflict": [ - 2037 + 2159 ] } ], "insert_league_team_seasons_one": [ - 2018, + 2140, { "object": [ - 2030, + 2152, "league_team_seasons_insert_input!" ], "on_conflict": [ - 2037 + 2159 ] } ], "insert_league_teams": [ - 2068, + 2190, { "objects": [ - 2065, + 2187, "[league_teams_insert_input!]!" ], "on_conflict": [ - 2070 + 2192 ] } ], "insert_league_teams_one": [ - 2060, + 2182, { "object": [ - 2065, + 2187, "league_teams_insert_input!" ], "on_conflict": [ - 2070 + 2192 ] } ], "insert_lobbies": [ - 2087, + 2209, { "objects": [ - 2084, + 2206, "[lobbies_insert_input!]!" ], "on_conflict": [ - 2089 + 2211 ] } ], "insert_lobbies_one": [ - 2079, + 2201, { "object": [ - 2084, + 2206, "lobbies_insert_input!" ], "on_conflict": [ - 2089 + 2211 ] } ], "insert_lobby_players": [ - 2117, + 2239, { "objects": [ - 2112, + 2234, "[lobby_players_insert_input!]!" ], "on_conflict": [ - 2118 + 2240 ] } ], "insert_lobby_players_one": [ - 2098, + 2220, { "object": [ - 2112, + 2234, "lobby_players_insert_input!" ], "on_conflict": [ - 2118 + 2240 ] } ], "insert_map_pools": [ - 2151, + 2273, { "objects": [ - 2148, + 2270, "[map_pools_insert_input!]!" ], "on_conflict": [ - 2153 + 2275 ] } ], "insert_map_pools_one": [ - 2143, + 2265, { "object": [ - 2148, + 2270, "map_pools_insert_input!" ], "on_conflict": [ - 2153 + 2275 ] } ], "insert_maps": [ - 2178, + 2300, { "objects": [ - 2173, + 2295, "[maps_insert_input!]!" ], "on_conflict": [ - 2180 + 2302 ] } ], "insert_maps_one": [ - 2162, + 2284, { "object": [ - 2173, + 2295, "maps_insert_input!" ], "on_conflict": [ - 2180 + 2302 ] } ], "insert_match_clips": [ - 2208, + 2330, { "objects": [ - 2203, + 2325, "[match_clips_insert_input!]!" ], "on_conflict": [ - 2210 + 2332 ] } ], "insert_match_clips_one": [ - 2191, + 2313, { "object": [ - 2203, + 2325, "match_clips_insert_input!" ], "on_conflict": [ - 2210 + 2332 ] } ], "insert_match_demo_sessions": [ - 2254, + 2376, { "objects": [ - 2249, + 2371, "[match_demo_sessions_insert_input!]!" ], "on_conflict": [ - 2255 + 2377 ] } ], "insert_match_demo_sessions_one": [ - 2233, + 2355, { "object": [ - 2249, + 2371, "match_demo_sessions_insert_input!" ], "on_conflict": [ - 2255 + 2377 ] } ], "insert_match_lineup_players": [ - 2298, + 2420, { "objects": [ - 2293, + 2415, "[match_lineup_players_insert_input!]!" ], "on_conflict": [ - 2299 + 2421 ] } ], "insert_match_lineup_players_one": [ - 2279, + 2401, { "object": [ - 2293, + 2415, "match_lineup_players_insert_input!" ], "on_conflict": [ - 2299 + 2421 ] } ], "insert_match_lineups": [ - 2341, + 2463, { "objects": [ - 2336, + 2458, "[match_lineups_insert_input!]!" ], "on_conflict": [ - 2343 + 2465 ] } ], "insert_match_lineups_one": [ - 2324, + 2446, { "object": [ - 2336, + 2458, "match_lineups_insert_input!" ], "on_conflict": [ - 2343 + 2465 ] } ], "insert_match_map_demos": [ - 2389, + 2511, { "objects": [ - 2384, + 2506, "[match_map_demos_insert_input!]!" ], "on_conflict": [ - 2391 + 2513 ] } ], "insert_match_map_demos_one": [ - 2366, + 2488, { "object": [ - 2384, + 2506, "match_map_demos_insert_input!" ], "on_conflict": [ - 2391 + 2513 ] } ], "insert_match_map_rounds": [ - 2434, + 2556, { "objects": [ - 2429, + 2551, "[match_map_rounds_insert_input!]!" ], "on_conflict": [ - 2435 + 2557 ] } ], "insert_match_map_rounds_one": [ - 2417, + 2539, { "object": [ - 2429, + 2551, "match_map_rounds_insert_input!" ], "on_conflict": [ - 2435 + 2557 ] } ], "insert_match_map_veto_picks": [ - 2472, + 2594, { "objects": [ - 2467, + 2589, "[match_map_veto_picks_insert_input!]!" ], "on_conflict": [ - 2473 + 2595 ] } ], "insert_match_map_veto_picks_one": [ - 2458, + 2580, { "object": [ - 2467, + 2589, "match_map_veto_picks_insert_input!" ], "on_conflict": [ - 2473 + 2595 ] } ], "insert_match_maps": [ - 2499, + 2621, { "objects": [ - 2494, + 2616, "[match_maps_insert_input!]!" ], "on_conflict": [ - 2501 + 2623 ] } ], "insert_match_maps_one": [ - 2482, + 2604, { "object": [ - 2494, + 2616, "match_maps_insert_input!" ], "on_conflict": [ - 2501 + 2623 ] } ], "insert_match_options": [ - 2534, + 2656, { "objects": [ - 2531, + 2653, "[match_options_insert_input!]!" ], "on_conflict": [ - 2536 + 2658 ] } ], "insert_match_options_one": [ - 2524, + 2646, { "object": [ - 2531, + 2653, "match_options_insert_input!" ], "on_conflict": [ - 2536 + 2658 ] } ], "insert_match_region_veto_picks": [ - 2566, + 2688, { "objects": [ - 2561, + 2683, "[match_region_veto_picks_insert_input!]!" ], "on_conflict": [ - 2567 + 2689 ] } ], "insert_match_region_veto_picks_one": [ - 2552, + 2674, { "object": [ - 2561, + 2683, "match_region_veto_picks_insert_input!" ], "on_conflict": [ - 2567 + 2689 ] } ], "insert_match_streams": [ - 2599, + 2721, { "objects": [ - 2594, + 2716, "[match_streams_insert_input!]!" ], "on_conflict": [ - 2600 + 2722 ] } ], "insert_match_streams_one": [ - 2576, + 2698, { "object": [ - 2594, + 2716, "match_streams_insert_input!" ], "on_conflict": [ - 2600 + 2722 ] } ], "insert_match_type_cfgs": [ - 2634, + 2756, { "objects": [ - 2631, + 2753, "[match_type_cfgs_insert_input!]!" ], "on_conflict": [ - 2635 + 2757 ] } ], "insert_match_type_cfgs_one": [ - 2626, + 2748, { "object": [ - 2631, + 2753, "match_type_cfgs_insert_input!" ], "on_conflict": [ - 2635 + 2757 ] } ], "insert_matches": [ - 2661, + 2783, { "objects": [ - 2656, + 2778, "[matches_insert_input!]!" ], "on_conflict": [ - 2663 + 2785 ] } ], "insert_matches_one": [ - 2644, + 2766, { "object": [ - 2656, + 2778, "matches_insert_input!" ], "on_conflict": [ - 2663 + 2785 ] } ], "insert_migration_hashes_hashes": [ - 2694, + 2816, { "objects": [ - 2691, + 2813, "[migration_hashes_hashes_insert_input!]!" ], "on_conflict": [ - 2695 + 2817 ] } ], "insert_migration_hashes_hashes_one": [ - 2686, + 2808, { "object": [ - 2691, + 2813, "migration_hashes_hashes_insert_input!" ], "on_conflict": [ - 2695 + 2817 ] } ], "insert_my_friends": [ - 2726, + 2848, { "objects": [ - 2721, + 2843, "[my_friends_insert_input!]!" ] } ], "insert_my_friends_one": [ - 2704, + 2826, { "object": [ - 2721, + 2843, "my_friends_insert_input!" ] } ], "insert_news_articles": [ - 2760, + 2882, { "objects": [ - 2757, + 2879, "[news_articles_insert_input!]!" ], "on_conflict": [ - 2761 + 2883 ] } ], "insert_news_articles_one": [ - 2750, + 2872, { "object": [ - 2757, + 2879, "news_articles_insert_input!" ], "on_conflict": [ - 2761 + 2883 ] } ], "insert_notifications": [ - 2800, + 2922, { "objects": [ - 2795, + 2917, "[notifications_insert_input!]!" ], "on_conflict": [ - 2801 + 2923 ] } ], "insert_notifications_one": [ - 2777, + 2899, { "object": [ - 2795, + 2917, "notifications_insert_input!" ], "on_conflict": [ - 2801 + 2923 ] } ], "insert_pending_match_import_players": [ - 2847, + 2969, { "objects": [ - 2842, + 2964, "[pending_match_import_players_insert_input!]!" ], "on_conflict": [ - 2848 + 2970 ] } ], "insert_pending_match_import_players_one": [ - 2830, + 2952, { "object": [ - 2842, + 2964, "pending_match_import_players_insert_input!" ], "on_conflict": [ - 2848 + 2970 ] } ], "insert_pending_match_imports": [ - 2881, + 3003, { "objects": [ - 2878, + 3000, "[pending_match_imports_insert_input!]!" ], "on_conflict": [ - 2883 + 3005 ] } ], "insert_pending_match_imports_one": [ - 2871, + 2993, { "object": [ - 2878, + 3000, "pending_match_imports_insert_input!" ], "on_conflict": [ - 2883 + 3005 ] } ], "insert_player_aim_stats_demo": [ - 2909, + 3031, { "objects": [ - 2906, + 3028, "[player_aim_stats_demo_insert_input!]!" ], "on_conflict": [ - 2910 + 3032 ] } ], "insert_player_aim_stats_demo_one": [ - 2899, + 3021, { "object": [ - 2906, + 3028, "player_aim_stats_demo_insert_input!" ], "on_conflict": [ - 2910 + 3032 ] } ], "insert_player_aim_weapon_stats": [ - 2943, + 3065, { "objects": [ - 2938, + 3060, "[player_aim_weapon_stats_insert_input!]!" ], "on_conflict": [ - 2944 + 3066 ] } ], "insert_player_aim_weapon_stats_one": [ - 2926, + 3048, { "object": [ - 2938, + 3060, "player_aim_weapon_stats_insert_input!" ], "on_conflict": [ - 2944 + 3066 ] } ], "insert_player_assists": [ - 2986, + 3108, { "objects": [ - 2981, + 3103, "[player_assists_insert_input!]!" ], "on_conflict": [ - 2987 + 3109 ] } ], "insert_player_assists_one": [ - 2967, + 3089, { "object": [ - 2981, + 3103, "player_assists_insert_input!" ], "on_conflict": [ - 2987 + 3109 ] } ], "insert_player_damages": [ - 3047, + 3169, { "objects": [ - 3042, + 3164, "[player_damages_insert_input!]!" ], "on_conflict": [ - 3048 + 3170 ] } ], "insert_player_damages_one": [ - 3030, + 3152, { "object": [ - 3042, + 3164, "player_damages_insert_input!" ], "on_conflict": [ - 3048 + 3170 ] } ], "insert_player_elo": [ - 3081, + 3203, { "objects": [ - 3078, + 3200, "[player_elo_insert_input!]!" ], "on_conflict": [ - 3082 + 3204 ] } ], "insert_player_elo_one": [ - 3071, + 3193, { "object": [ - 3078, + 3200, "player_elo_insert_input!" ], "on_conflict": [ - 3082 + 3204 ] } ], "insert_player_faceit_rank_history": [ - 3115, + 3237, { "objects": [ - 3110, + 3232, "[player_faceit_rank_history_insert_input!]!" ], "on_conflict": [ - 3116 + 3238 ] } ], "insert_player_faceit_rank_history_one": [ - 3098, + 3220, { "object": [ - 3110, + 3232, "player_faceit_rank_history_insert_input!" ], "on_conflict": [ - 3116 + 3238 ] } ], "insert_player_flashes": [ - 3158, + 3280, { "objects": [ - 3153, + 3275, "[player_flashes_insert_input!]!" ], "on_conflict": [ - 3159 + 3281 ] } ], "insert_player_flashes_one": [ - 3139, + 3261, { "object": [ - 3153, + 3275, "player_flashes_insert_input!" ], "on_conflict": [ - 3159 + 3281 ] } ], "insert_player_kills": [ - 3244, + 3366, { "objects": [ - 3239, + 3361, "[player_kills_insert_input!]!" ], "on_conflict": [ - 3245 + 3367 ] } ], "insert_player_kills_by_weapon": [ - 3213, + 3335, { "objects": [ - 3208, + 3330, "[player_kills_by_weapon_insert_input!]!" ], "on_conflict": [ - 3214 + 3336 ] } ], "insert_player_kills_by_weapon_one": [ - 3196, + 3318, { "object": [ - 3208, + 3330, "player_kills_by_weapon_insert_input!" ], "on_conflict": [ - 3214 + 3336 ] } ], "insert_player_kills_one": [ - 3184, + 3306, { "object": [ - 3239, + 3361, "player_kills_insert_input!" ], "on_conflict": [ - 3245 + 3367 ] } ], "insert_player_leaderboard_rank": [ - 3279, + 3401, { "objects": [ - 3276, + 3398, "[player_leaderboard_rank_insert_input!]!" ] } ], "insert_player_leaderboard_rank_one": [ - 3270, + 3392, { "object": [ - 3276, + 3398, "player_leaderboard_rank_insert_input!" ] } ], "insert_player_match_map_stats": [ - 3310, + 3432, { "objects": [ - 3305, + 3427, "[player_match_map_stats_insert_input!]!" ], "on_conflict": [ - 3311 + 3433 ] } ], "insert_player_match_map_stats_one": [ - 3293, + 3415, { "object": [ - 3305, + 3427, "player_match_map_stats_insert_input!" ], "on_conflict": [ - 3311 + 3433 ] } ], "insert_player_objectives": [ - 3402, + 3524, { "objects": [ - 3397, + 3519, "[player_objectives_insert_input!]!" ], "on_conflict": [ - 3403 + 3525 ] } ], "insert_player_objectives_one": [ - 3385, + 3507, { "object": [ - 3397, + 3519, "player_objectives_insert_input!" ], "on_conflict": [ - 3403 + 3525 ] } ], "insert_player_premier_rank_history": [ - 3461, + 3583, { "objects": [ - 3456, + 3578, "[player_premier_rank_history_insert_input!]!" ], "on_conflict": [ - 3462 + 3584 ] } ], "insert_player_premier_rank_history_one": [ - 3444, + 3566, { "object": [ - 3456, + 3578, "player_premier_rank_history_insert_input!" ], "on_conflict": [ - 3462 + 3584 ] } ], "insert_player_sanctions": [ - 3502, + 3624, { "objects": [ - 3497, + 3619, "[player_sanctions_insert_input!]!" ], "on_conflict": [ - 3503 + 3625 ] } ], "insert_player_sanctions_one": [ - 3485, + 3607, { "object": [ - 3497, + 3619, "player_sanctions_insert_input!" ], "on_conflict": [ - 3503 + 3625 ] } ], "insert_player_season_stats": [ - 3553, + 3675, { "objects": [ - 3548, + 3670, "[player_season_stats_insert_input!]!" ], "on_conflict": [ - 3554 + 3676 ] } ], "insert_player_season_stats_one": [ - 3526, + 3648, { "object": [ - 3548, + 3670, "player_season_stats_insert_input!" ], "on_conflict": [ - 3554 + 3676 ] } ], "insert_player_stats": [ - 3595, + 3717, { "objects": [ - 3592, + 3714, "[player_stats_insert_input!]!" ], "on_conflict": [ - 3597 + 3719 ] } ], "insert_player_stats_one": [ - 3585, + 3707, { "object": [ - 3592, + 3714, "player_stats_insert_input!" ], "on_conflict": [ - 3597 + 3719 ] } ], "insert_player_steam_bot_friend": [ - 3627, + 3749, { "objects": [ - 3624, + 3746, "[player_steam_bot_friend_insert_input!]!" ], "on_conflict": [ - 3628 + 3750 ] } ], "insert_player_steam_bot_friend_one": [ - 3613, + 3735, { "object": [ - 3624, + 3746, "player_steam_bot_friend_insert_input!" ], "on_conflict": [ - 3628 + 3750 ] } ], "insert_player_steam_match_auth": [ - 3655, + 3777, { "objects": [ - 3652, + 3774, "[player_steam_match_auth_insert_input!]!" ], "on_conflict": [ - 3656 + 3778 ] } ], "insert_player_steam_match_auth_one": [ - 3645, + 3767, { "object": [ - 3652, + 3774, "player_steam_match_auth_insert_input!" ], "on_conflict": [ - 3656 + 3778 ] } ], "insert_player_unused_utility": [ - 3689, + 3811, { "objects": [ - 3684, + 3806, "[player_unused_utility_insert_input!]!" ], "on_conflict": [ - 3690 + 3812 ] } ], "insert_player_unused_utility_one": [ - 3672, + 3794, { "object": [ - 3684, + 3806, "player_unused_utility_insert_input!" ], "on_conflict": [ - 3690 + 3812 ] } ], "insert_player_utility": [ - 3730, + 3852, { "objects": [ - 3725, + 3847, "[player_utility_insert_input!]!" ], "on_conflict": [ - 3731 + 3853 ] } ], "insert_player_utility_one": [ - 3713, + 3835, { "object": [ - 3725, + 3847, "player_utility_insert_input!" ], "on_conflict": [ - 3731 + 3853 ] } ], "insert_players": [ - 3797, + 3919, { "objects": [ - 3794, + 3916, "[players_insert_input!]!" ], "on_conflict": [ - 3799 + 3921 ] } ], "insert_players_one": [ - 3787, + 3909, { "object": [ - 3794, + 3916, "players_insert_input!" ], "on_conflict": [ - 3799 + 3921 ] } ], "insert_plugin_versions": [ - 3825, + 3947, { "objects": [ - 3822, + 3944, "[plugin_versions_insert_input!]!" ], "on_conflict": [ - 3826 + 3948 ] } ], "insert_plugin_versions_one": [ - 3815, + 3937, { "object": [ - 3822, + 3944, "plugin_versions_insert_input!" ], "on_conflict": [ - 3826 + 3948 ] } ], "insert_seasons": [ - 3856, + 3978, { "objects": [ - 3853, + 3975, "[seasons_insert_input!]!" ], "on_conflict": [ - 3858 + 3980 ] } ], "insert_seasons_one": [ - 3846, + 3968, { "object": [ - 3853, + 3975, "seasons_insert_input!" ], "on_conflict": [ - 3858 + 3980 ] } ], "insert_server_regions": [ - 3883, + 4005, { "objects": [ - 3880, + 4002, "[server_regions_insert_input!]!" ], "on_conflict": [ - 3885 + 4007 ] } ], "insert_server_regions_one": [ - 3874, + 3996, { "object": [ - 3880, + 4002, "server_regions_insert_input!" ], "on_conflict": [ - 3885 + 4007 ] } ], "insert_servers": [ - 3920, + 4042, { "objects": [ - 3915, + 4037, "[servers_insert_input!]!" ], "on_conflict": [ - 3922 + 4044 ] } ], "insert_servers_one": [ - 3901, + 4023, { "object": [ - 3915, + 4037, "servers_insert_input!" ], "on_conflict": [ - 3922 + 4044 ] } ], "insert_settings": [ - 3955, + 4077, { "objects": [ - 3952, + 4074, "[settings_insert_input!]!" ], "on_conflict": [ - 3956 + 4078 ] } ], "insert_settings_one": [ - 3947, + 4069, { "object": [ - 3952, + 4074, "settings_insert_input!" ], "on_conflict": [ - 3956 + 4078 ] } ], "insert_steam_account_claims": [ - 3981, + 4103, { "objects": [ - 3976, + 4098, "[steam_account_claims_insert_input!]!" ], "on_conflict": [ - 3982 + 4104 ] } ], "insert_steam_account_claims_one": [ - 3967, + 4089, { "object": [ - 3976, + 4098, "steam_account_claims_insert_input!" ], "on_conflict": [ - 3982 + 4104 ] } ], "insert_steam_accounts": [ - 4001, + 4123, { "objects": [ - 3998, + 4120, "[steam_accounts_insert_input!]!" ], "on_conflict": [ - 4003 + 4125 ] } ], "insert_steam_accounts_one": [ - 3991, + 4113, { "object": [ - 3998, + 4120, "steam_accounts_insert_input!" ], "on_conflict": [ - 4003 + 4125 ] } ], "insert_system_alerts": [ - 4029, + 4151, { "objects": [ - 4026, + 4148, "[system_alerts_insert_input!]!" ], "on_conflict": [ - 4030 + 4152 ] } ], "insert_system_alerts_one": [ - 4019, + 4141, { "object": [ - 4026, + 4148, "system_alerts_insert_input!" ], "on_conflict": [ - 4030 + 4152 ] } ], "insert_team_invites": [ - 4063, + 4185, { "objects": [ - 4058, + 4180, "[team_invites_insert_input!]!" ], "on_conflict": [ - 4064 + 4186 ] } ], "insert_team_invites_one": [ - 4046, + 4168, { "object": [ - 4058, + 4180, "team_invites_insert_input!" ], "on_conflict": [ - 4064 + 4186 ] } ], "insert_team_roster": [ - 4106, + 4228, { "objects": [ - 4101, + 4223, "[team_roster_insert_input!]!" ], "on_conflict": [ - 4107 + 4229 ] } ], "insert_team_roster_one": [ - 4087, + 4209, { "object": [ - 4101, + 4223, "team_roster_insert_input!" ], "on_conflict": [ - 4107 + 4229 ] } ], "insert_team_scrim_alerts": [ - 4142, + 4264, { "objects": [ - 4139, + 4261, "[team_scrim_alerts_insert_input!]!" ], "on_conflict": [ - 4143 + 4265 ] } ], "insert_team_scrim_alerts_one": [ - 4132, + 4254, { "object": [ - 4139, + 4261, "team_scrim_alerts_insert_input!" ], "on_conflict": [ - 4143 + 4265 ] } ], "insert_team_scrim_availability": [ - 4175, + 4297, { "objects": [ - 4170, + 4292, "[team_scrim_availability_insert_input!]!" ], "on_conflict": [ - 4176 + 4298 ] } ], "insert_team_scrim_availability_one": [ - 4159, + 4281, { "object": [ - 4170, + 4292, "team_scrim_availability_insert_input!" ], "on_conflict": [ - 4176 + 4298 ] } ], "insert_team_scrim_request_proposals": [ - 4204, + 4326, { "objects": [ - 4199, + 4321, "[team_scrim_request_proposals_insert_input!]!" ], "on_conflict": [ - 4205 + 4327 ] } ], "insert_team_scrim_request_proposals_one": [ - 4187, + 4309, { "object": [ - 4199, + 4321, "team_scrim_request_proposals_insert_input!" ], "on_conflict": [ - 4205 + 4327 ] } ], "insert_team_scrim_requests": [ - 4247, + 4369, { "objects": [ - 4242, + 4364, "[team_scrim_requests_insert_input!]!" ], "on_conflict": [ - 4249 + 4371 ] } ], "insert_team_scrim_requests_one": [ - 4228, + 4350, { "object": [ - 4242, + 4364, "team_scrim_requests_insert_input!" ], "on_conflict": [ - 4249 + 4371 ] } ], "insert_team_scrim_settings": [ - 4284, + 4406, { "objects": [ - 4281, + 4403, "[team_scrim_settings_insert_input!]!" ], "on_conflict": [ - 4286 + 4408 ] } ], "insert_team_scrim_settings_one": [ - 4274, + 4396, { "object": [ - 4281, + 4403, "team_scrim_settings_insert_input!" ], "on_conflict": [ - 4286 + 4408 ] } ], "insert_team_suggestions": [ - 4312, + 4434, { "objects": [ - 4309, + 4431, "[team_suggestions_insert_input!]!" ], "on_conflict": [ - 4313 + 4435 ] } ], "insert_team_suggestions_one": [ - 4302, + 4424, { "object": [ - 4309, + 4431, "team_suggestions_insert_input!" ], "on_conflict": [ - 4313 + 4435 ] } ], "insert_teams": [ - 4348, + 4470, { "objects": [ - 4343, + 4465, "[teams_insert_input!]!" ], "on_conflict": [ - 4350 + 4472 ] } ], "insert_teams_one": [ - 4329, + 4451, { "object": [ - 4343, + 4465, "teams_insert_input!" ], "on_conflict": [ - 4350 + 4472 + ] + } + ], + "insert_tournament_awards": [ + 4517, + { + "objects": [ + 4512, + "[tournament_awards_insert_input!]!" + ], + "on_conflict": [ + 4519 + ] + } + ], + "insert_tournament_awards_one": [ + 4500, + { + "object": [ + 4512, + "tournament_awards_insert_input!" + ], + "on_conflict": [ + 4519 ] } ], "insert_tournament_brackets": [ - 4397, + 4561, { "objects": [ - 4392, + 4556, "[tournament_brackets_insert_input!]!" ], "on_conflict": [ - 4399 + 4563 ] } ], "insert_tournament_brackets_one": [ - 4378, + 4542, { "object": [ - 4392, + 4556, "tournament_brackets_insert_input!" ], "on_conflict": [ - 4399 + 4563 ] } ], "insert_tournament_categories": [ - 4438, + 4602, { "objects": [ - 4433, + 4597, "[tournament_categories_insert_input!]!" ], "on_conflict": [ - 4439 + 4603 ] } ], "insert_tournament_categories_one": [ - 4424, + 4588, { "object": [ - 4433, + 4597, "tournament_categories_insert_input!" ], "on_conflict": [ - 4439 + 4603 ] } ], "insert_tournament_organizer_teams": [ - 4462, + 4626, { "objects": [ - 4457, + 4621, "[tournament_organizer_teams_insert_input!]!" ], "on_conflict": [ - 4463 + 4627 ] } ], "insert_tournament_organizer_teams_one": [ - 4448, + 4612, { "object": [ - 4457, + 4621, "tournament_organizer_teams_insert_input!" ], "on_conflict": [ - 4463 + 4627 ] } ], "insert_tournament_organizers": [ - 4489, + 4653, { "objects": [ - 4484, + 4648, "[tournament_organizers_insert_input!]!" ], "on_conflict": [ - 4490 + 4654 ] } ], "insert_tournament_organizers_one": [ - 4472, + 4636, { "object": [ - 4484, + 4648, "tournament_organizers_insert_input!" ], "on_conflict": [ - 4490 + 4654 ] } ], "insert_tournament_prizes": [ - 4530, + 4694, { "objects": [ - 4525, + 4689, "[tournament_prizes_insert_input!]!" ], "on_conflict": [ - 4531 + 4695 ] } ], "insert_tournament_prizes_one": [ - 4513, + 4677, { "object": [ - 4525, + 4689, "tournament_prizes_insert_input!" ], "on_conflict": [ - 4531 + 4695 ] } ], "insert_tournament_stage_windows": [ - 4571, + 4735, { "objects": [ - 4566, + 4730, "[tournament_stage_windows_insert_input!]!" ], "on_conflict": [ - 4572 + 4736 ] } ], "insert_tournament_stage_windows_one": [ - 4554, + 4718, { "object": [ - 4566, + 4730, "tournament_stage_windows_insert_input!" ], "on_conflict": [ - 4572 + 4736 ] } ], "insert_tournament_stages": [ - 4618, + 4782, { "objects": [ - 4613, + 4777, "[tournament_stages_insert_input!]!" ], "on_conflict": [ - 4620 + 4784 ] } ], "insert_tournament_stages_one": [ - 4595, + 4759, { "object": [ - 4613, + 4777, "tournament_stages_insert_input!" ], "on_conflict": [ - 4620 + 4784 ] } ], "insert_tournament_team_invites": [ - 4663, + 4827, { "objects": [ - 4658, + 4822, "[tournament_team_invites_insert_input!]!" ], "on_conflict": [ - 4664 + 4828 ] } ], "insert_tournament_team_invites_one": [ - 4646, + 4810, { "object": [ - 4658, + 4822, "tournament_team_invites_insert_input!" ], "on_conflict": [ - 4664 + 4828 ] } ], "insert_tournament_team_roster": [ - 4704, + 4868, { "objects": [ - 4699, + 4863, "[tournament_team_roster_insert_input!]!" ], "on_conflict": [ - 4705 + 4869 ] } ], "insert_tournament_team_roster_one": [ - 4687, + 4851, { "object": [ - 4699, + 4863, "tournament_team_roster_insert_input!" ], "on_conflict": [ - 4705 + 4869 ] } ], "insert_tournament_teams": [ - 4745, + 4909, { "objects": [ - 4740, + 4904, "[tournament_teams_insert_input!]!" ], "on_conflict": [ - 4747 + 4911 ] } ], "insert_tournament_teams_one": [ - 4728, + 4892, { "object": [ - 4740, + 4904, "tournament_teams_insert_input!" ], "on_conflict": [ - 4747 - ] - } - ], - "insert_tournament_trophies": [ - 4789, - { - "objects": [ - 4784, - "[tournament_trophies_insert_input!]!" - ], - "on_conflict": [ - 4790 - ] - } - ], - "insert_tournament_trophies_one": [ - 4770, - { - "object": [ - 4784, - "tournament_trophies_insert_input!" - ], - "on_conflict": [ - 4790 - ] - } - ], - "insert_tournament_trophy_configs": [ - 4832, - { - "objects": [ - 4827, - "[tournament_trophy_configs_insert_input!]!" - ], - "on_conflict": [ - 4834 - ] - } - ], - "insert_tournament_trophy_configs_one": [ - 4815, - { - "object": [ - 4827, - "tournament_trophy_configs_insert_input!" - ], - "on_conflict": [ - 4834 + 4911 ] } ], "insert_tournaments": [ - 4886, + 4963, { "objects": [ - 4881, + 4958, "[tournaments_insert_input!]!" ], "on_conflict": [ - 4888 + 4965 ] } ], "insert_tournaments_one": [ - 4857, + 4934, { "object": [ - 4881, + 4958, "tournaments_insert_input!" ], "on_conflict": [ - 4888 + 4965 ] } ], "insert_v_match_captains": [ - 5086, + 5163, { "objects": [ - 5083, + 5160, "[v_match_captains_insert_input!]!" ] } ], "insert_v_match_captains_one": [ - 5077, + 5154, { "object": [ - 5083, + 5160, "v_match_captains_insert_input!" ] } ], "insert_v_match_map_backup_rounds": [ - 5197, + 5274, { "objects": [ - 5194, + 5271, "[v_match_map_backup_rounds_insert_input!]!" ] } ], "insert_v_match_map_backup_rounds_one": [ - 5188, + 5265, { "object": [ - 5194, + 5271, "v_match_map_backup_rounds_insert_input!" ] } ], "insert_v_player_match_map_hltv": [ - 5419, + 5496, { "objects": [ - 5414, + 5491, "[v_player_match_map_hltv_insert_input!]!" ] } ], "insert_v_player_match_map_hltv_one": [ - 5403, + 5480, { "object": [ - 5414, + 5491, "v_player_match_map_hltv_insert_input!" ] } ], "insert_v_pool_maps": [ - 5578, + 5655, { "objects": [ - 5573, + 5650, "[v_pool_maps_insert_input!]!" ] } ], "insert_v_pool_maps_one": [ - 5563, + 5640, { "object": [ - 5573, + 5650, "v_pool_maps_insert_input!" ] } ], "insert_v_team_stage_results": [ - 5672, + 5749, { "objects": [ - 5667, + 5744, "[v_team_stage_results_insert_input!]!" ], "on_conflict": [ - 5674 + 5751 ] } ], "insert_v_team_stage_results_one": [ - 5645, + 5722, { "object": [ - 5667, + 5744, "v_team_stage_results_insert_input!" ], "on_conflict": [ - 5674 + 5751 ] } ], "joinDraftGame": [ - 81, + 83, { "draftGameId": [ - 4921, + 4998, "uuid!" ], "inviteCode": [ - 78 + 80 ] } ], "joinDraftGameAsParty": [ - 81, + 83, { "draftGameId": [ - 4921, + 4998, "uuid!" ], "inviteCode": [ - 78 + 80 ] } ], "kickServerPlayer": [ - 40, + 42, { "reason": [ - 78 + 80 ], "serverId": [ - 78, + 80, "String!" ], "steam_id": [ - 78, + 80, "String!" ] } ], "league_award_forfeit": [ - 2644, + 2766, { "args": [ - 1726, + 1848, "league_award_forfeit_args!" ], "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "leaveLineup": [ - 81, + 83, { "match_id": [ - 78, + 80, "String!" ] } ], "linkSteamMatchHistory": [ - 70, + 72, { "auth_code": [ - 78, + 80, "String!" ], "share_code": [ - 78, + 80, "String!" ] } ], "loadFixtures": [ - 81 + 83 ], "logout": [ - 81 + 83 ], "moveServerItem": [ - 81, + 83, { "dest_path": [ - 78, + 80, "String!" ], "node_id": [ - 78, + 80, "String!" ], "server_id": [ - 78 + 80 ], "source_path": [ - 78, + 80, "String!" ] } ], "orphanedDemosScanResult": [ - 52 + 54 ], "pauseClipRenderBatch": [ - 81, + 83, { "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "pollSteamMatchHistory": [ - 71 + 73 ], "previewDraftGame": [ - 22, + 24, { "draftGameId": [ - 4921, + 4998, "uuid!" ], "inviteCode": [ - 78 + 80 ] } ], "queueClipFromPreset": [ - 13, + 15, { "fps": [ - 38 + 40 ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "preset": [ - 78, + 80, "String!" ], "resolution": [ - 78 + 80 ], "target_name": [ - 78 + 80 ], "target_steam_id": [ - 78, + 80, "String!" ], "title": [ - 78 + 80 ] } ], "randomizeTeams": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "rebootMatchServer": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], - "recalculate_tournament_trophies": [ - 4770, + "recalculate_tournament_awards": [ + 188, { "args": [ - 3842, - "recalculate_tournament_trophies_args!" + 3964, + "recalculate_tournament_awards_args!" ], "distinct_on": [ - 4793, - "[tournament_trophies_select_column!]" + 209, + "[award_recipients_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4791, - "[tournament_trophies_order_by!]" + 207, + "[award_recipients_order_by!]" ], "where": [ - 4781 + 197 ] } ], "recomputePlayerElo": [ - 58 + 60 ], "recomputePlayerEloStatus": [ - 59 + 61 ], "reconnectLive": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "refreshAllPlayers": [ - 60 + 62 ], "refreshAllPlayersStatus": [ - 61 + 63 ], "refreshFaceitRank": [ - 81, + 83, { "steam_id": [ - 78, + 80, "String!" ] } ], "refreshLiveHud": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "registerName": [ - 81, + 83, { "name": [ - 78, + 80, "String!" ] } ], "removeFixtures": [ - 81 + 83 ], "removeSteamPresenceBotAccount": [ - 81, + 83, { "account_id": [ - 78, + 80, "String!" ] } ], "remove_league_team_from_season": [ - 2018, + 2140, { "args": [ - 3843, + 3965, "remove_league_team_from_season_args!" ], "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "renameServerItem": [ - 81, + 83, { "new_path": [ - 78, + 80, "String!" ], "node_id": [ - 78, + 80, "String!" ], "old_path": [ - 78, + 80, "String!" ], "server_id": [ - 78 + 80 ] } ], "reorder_league_divisions": [ - 1727, + 1849, { "args": [ - 3844, + 3966, "reorder_league_divisions_args!" ], "distinct_on": [ - 1742, + 1864, "[league_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1740, + 1862, "[league_divisions_order_by!]" ], "where": [ - 1731 + 1853 ] } ], "reparseAllDemos": [ - 62 + 64 ], "reparseAllDemosStatus": [ - 63 + 65 ], "reparseDemo": [ - 81, + 83, { "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "reparseMatchDemos": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "requestNameChange": [ - 81, + 83, { "name": [ - 78, + 80, "String!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "requeueClipRender": [ - 81, + 83, { "job_id": [ - 4921, + 4998, "uuid!" ] } ], "respondDraftInvite": [ - 81, + 83, { "accept": [ - 3, + 5, "Boolean!" ], "draftGameId": [ - 4921, + 4998, "uuid!" ] } ], "respondToScrimRequest": [ - 81, + 83, { "accept": [ - 3, + 5, "Boolean!" ], "request_id": [ - 4921, + 4998, "uuid!" ] } ], "restartService": [ - 81, + 83, { "service": [ - 78, + 80, "String!" ] } ], "restart_league_season": [ - 1903, + 2025, { "args": [ - 3845, + 3967, "restart_league_season_args!" ], "distinct_on": [ - 1923, + 2045, "[league_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1920, + 2042, "[league_seasons_order_by!]" ], "where": [ - 1908 + 2030 ] } ], "resumeClipRenderBatch": [ - 81, + 83, { "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "retryClipRenderBatch": [ - 81, + 83, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "only_failed": [ - 3 + 5 ] } ], "retryPendingMatchImport": [ - 53, + 55, { "valve_match_id": [ - 78, + 80, "String!" ] } ], + "revokeAward": [ + 83, + { + "id": [ + 4998, + "uuid!" + ] + } + ], "sanctionServerPlayer": [ - 64, + 66, { "duration": [ - 29 + 31 ], "reason": [ - 78 + 80 ], "serverId": [ - 78 + 80 ], "steam_id": [ - 78, + 80, "String!" ], "type": [ - 78, + 80, "String!" ] } ], + "saveAward": [ + 3, + { + "allow_multiple": [ + 5 + ], + "description": [ + 80 + ], + "event_id": [ + 4998 + ], + "id": [ + 4998 + ], + "league_season_id": [ + 4998 + ], + "name": [ + 80, + "String!" + ], + "season_id": [ + 4998 + ], + "silhouette": [ + 40 + ], + "tier": [ + 80, + "String!" + ], + "tournament_id": [ + 4998 + ] + } + ], "saveNewsPost": [ - 48, + 50, { "content_markdown": [ - 78, + 80, "String!" ], "cover_image_url": [ - 78 + 80 ], "id": [ - 4921 + 4998 ], "teaser": [ - 78 + 80 ], "title": [ - 78, + 80, "String!" ] } ], "scanOrphanedDemos": [ - 65 + 67 ], "scanSteamBans": [ - 81 + 83 ], "scheduleMatch": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376 + 4498 ] } ], "sendScrimRequest": [ - 81, + 83, { "best_of": [ - 38 + 40 ], "from_team_id": [ - 4921, + 4998, "uuid!" ], "proposed_scheduled_at": [ - 4376, + 4498, "timestamptz!" ], "region": [ - 78 + 80 ], "to_team_id": [ - 4921, + 4998, "uuid!" ] } ], "setGameNodeSchedulingState": [ - 81, + 83, { "enabled": [ - 3, + 5, "Boolean!" ], "game_server_node_id": [ - 78, + 80, "String!" ] } ], "setHudMode": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "mode": [ - 78, + 80, "String!" ] } ], "setMapWinner": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "winning_lineup_id": [ - 4921, + 4998, "uuid!" ] } ], "setMatchWinner": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "winning_lineup_id": [ - 4921, + 4998, "uuid!" ] } ], "setNewsPostStatus": [ - 48, + 50, { "id": [ - 4921, + 4998, "uuid!" ], "status": [ - 78, + 80, "String!" ] } ], + "setTournamentAward": [ + 97, + { + "award_id": [ + 4998 + ], + "custom_name": [ + 80 + ], + "placement": [ + 40, + "Int!" + ], + "silhouette": [ + 40 + ], + "tournament_id": [ + 4998, + "uuid!" + ] + } + ], "setupGameServer": [ - 69 + 71 ], "skipShaders": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "specAutodirector": [ - 81, + 83, { "enabled": [ - 3, + 5, "Boolean!" ], "match_id": [ - 4921, + 4998, "uuid!" ] } ], "specClick": [ - 81, + 83, { "button": [ - 78, + 80, "String!" ], "match_id": [ - 4921, + 4998, "uuid!" ] } ], "specHud": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "visible": [ - 3, + 5, "Boolean!" ] } ], "specHudSides": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "specJump": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "specPlayer": [ - 81, + 83, { "accountid": [ - 38, + 40, "Int!" ], "match_id": [ - 4921, + 4998, "uuid!" ] } ], "specScoreboard": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "show": [ - 3, + 5, "Boolean!" ] } ], "specSlot": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "slot": [ - 38, + 40, "Int!" ] } ], "specXray": [ - 81, + 83, { "enabled": [ - 3, + 5, "Boolean!" ], "match_id": [ - 4921, + 4998, "uuid!" ] } ], "startLive": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "mode": [ - 78, + 80, "String!" ] } ], "startMatch": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ], "server_id": [ - 4921 + 4998 ] } ], "stopGpuSession": [ - 81, + 83, { "game_server_node_id": [ - 4921, + 4998, "uuid!" ] } ], "stopLive": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "stopWatchDemo": [ - 81, + 83, { "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "submitSteamPresenceSteamGuard": [ - 81, + 83, { "account_id": [ - 78, + 80, "String!" ], "code": [ - 78, + 80, "String!" ] } ], "swapLineups": [ - 81, + 83, { "match_id": [ - 4921, + 4998, "uuid!" ] } ], "switchLineup": [ - 81, + 83, { "match_id": [ - 78, + 80, "String!" ] } ], "switchLiveMatch": [ - 81, + 83, { "from_match_id": [ - 4921, + 4998, "uuid!" ], "mode": [ - 78, + 80, "String!" ], "to_match_id": [ - 4921, + 4998, "uuid!" ] } ], "syncSteamFriends": [ - 81 + 83 ], "testFaceitIntegration": [ - 24 + 26 ], "testUpload": [ - 87 + 94 ], "unlinkDiscord": [ - 81 + 83 ], "unlinkSteamMatchHistory": [ - 81 + 83 ], "unsanctionServerPlayer": [ - 64, + 66, { "serverId": [ - 78 + 80 ], "steam_id": [ - 78, + 80, "String!" ], "type": [ - 78, + 80, "String!" ] } ], "updateClip": [ - 81, + 83, { "clip_id": [ - 4921, + 4998, "uuid!" ], "target_steam_id": [ - 78 + 80 ], "title": [ - 78 + 80 ], "visibility": [ - 78 + 80 ] } ], "updateCs": [ - 81, + 83, { "game": [ - 78 + 80 ], "game_server_node_id": [ - 4921 + 4998 ] } ], "updateDraftGame": [ - 81, + 83, { "draftGameId": [ - 4921, + 4998, "uuid!" ], "settings": [ - 1700, + 1822, "jsonb!" ] } ], "updateServices": [ - 81 + 83 ], "update__map_pool": [ - 100, + 108, { "_set": [ - 105 + 113 ], "where": [ - 95, + 103, "_map_pool_bool_exp!" ] } ], "update__map_pool_by_pk": [ - 92, + 100, { "_set": [ - 105 + 113 ], "pk_columns": [ - 103, + 111, "_map_pool_pk_columns_input!" ] } ], "update__map_pool_many": [ - 100, + 108, { "updates": [ - 109, + 117, "[_map_pool_updates!]!" ] } ], "update_abandoned_matches": [ - 128, + 136, { "_inc": [ - 122 + 130 ], "_set": [ - 133 + 141 ], "where": [ - 120, + 128, "abandoned_matches_bool_exp!" ] } ], "update_abandoned_matches_by_pk": [ - 111, + 119, { "_inc": [ - 122 + 130 ], "_set": [ - 133 + 141 ], "pk_columns": [ - 131, + 139, "abandoned_matches_pk_columns_input!" ] } ], "update_abandoned_matches_many": [ - 128, + 136, { "updates": [ - 145, + 153, "[abandoned_matches_updates!]!" ] } ], "update_api_keys": [ - 162, + 170, { "_inc": [ - 158 + 166 ], "_set": [ - 167 + 175 ], "where": [ - 156, + 164, "api_keys_bool_exp!" ] } ], "update_api_keys_by_pk": [ - 152, + 160, { "_inc": [ - 158 + 166 ], "_set": [ - 167 + 175 ], "pk_columns": [ - 165, + 173, "api_keys_pk_columns_input!" ] } ], "update_api_keys_many": [ - 162, + 170, { "updates": [ - 175, + 183, "[api_keys_updates!]!" ] } ], + "update_award_recipients": [ + 205, + { + "_inc": [ + 199 + ], + "_set": [ + 210 + ], + "where": [ + 197, + "award_recipients_bool_exp!" + ] + } + ], + "update_award_recipients_by_pk": [ + 188, + { + "_inc": [ + 199 + ], + "_set": [ + 210 + ], + "pk_columns": [ + 208, + "award_recipients_pk_columns_input!" + ] + } + ], + "update_award_recipients_many": [ + 205, + { + "updates": [ + 222, + "[award_recipients_updates!]!" + ] + } + ], + "update_awards": [ + 239, + { + "_inc": [ + 235 + ], + "_set": [ + 245 + ], + "where": [ + 233, + "awards_bool_exp!" + ] + } + ], + "update_awards_by_pk": [ + 229, + { + "_inc": [ + 235 + ], + "_set": [ + 245 + ], + "pk_columns": [ + 243, + "awards_pk_columns_input!" + ] + } + ], + "update_awards_many": [ + 239, + { + "updates": [ + 253, + "[awards_updates!]!" + ] + } + ], "update_clip_render_jobs": [ - 208, + 285, { "_append": [ - 193 + 270 ], "_delete_at_path": [ - 199 + 276 ], "_delete_elem": [ - 200 + 277 ], "_delete_key": [ - 201 + 278 ], "_inc": [ - 202 + 279 ], "_prepend": [ - 212 + 289 ], "_set": [ - 216 + 293 ], "where": [ - 197, + 274, "clip_render_jobs_bool_exp!" ] } ], "update_clip_render_jobs_by_pk": [ - 185, + 262, { "_append": [ - 193 + 270 ], "_delete_at_path": [ - 199 + 276 ], "_delete_elem": [ - 200 + 277 ], "_delete_key": [ - 201 + 278 ], "_inc": [ - 202 + 279 ], "_prepend": [ - 212 + 289 ], "_set": [ - 216 + 293 ], "pk_columns": [ - 211, + 288, "clip_render_jobs_pk_columns_input!" ] } ], "update_clip_render_jobs_many": [ - 208, + 285, { "updates": [ - 228, + 305, "[clip_render_jobs_updates!]!" ] } ], "update_custom_pages": [ - 247, + 328, { + "_append": [ + 317 + ], + "_delete_at_path": [ + 321 + ], + "_delete_elem": [ + 322 + ], + "_delete_key": [ + 323 + ], "_inc": [ - 243 + 324 + ], + "_prepend": [ + 332 ], "_set": [ - 252 + 334 ], "where": [ - 241, + 319, "custom_pages_bool_exp!" ] } ], "update_custom_pages_by_pk": [ - 237, + 314, { + "_append": [ + 317 + ], + "_delete_at_path": [ + 321 + ], + "_delete_elem": [ + 322 + ], + "_delete_key": [ + 323 + ], "_inc": [ - 243 + 324 + ], + "_prepend": [ + 332 ], "_set": [ - 252 + 334 ], "pk_columns": [ - 250, + 331, "custom_pages_pk_columns_input!" ] } ], "update_custom_pages_many": [ - 247, + 328, { "updates": [ - 260, + 342, "[custom_pages_updates!]!" ] } ], "update_db_backups": [ - 274, + 356, { "_inc": [ - 270 + 352 ], "_set": [ - 279 + 361 ], "where": [ - 268, + 350, "db_backups_bool_exp!" ] } ], "update_db_backups_by_pk": [ - 264, + 346, { "_inc": [ - 270 + 352 ], "_set": [ - 279 + 361 ], "pk_columns": [ - 277, + 359, "db_backups_pk_columns_input!" ] } ], "update_db_backups_many": [ - 274, + 356, { "updates": [ - 287, + 369, "[db_backups_updates!]!" ] } ], "update_draft_game_picks": [ - 310, + 392, { "_inc": [ - 304 + 386 ], "_set": [ - 317 + 399 ], "where": [ - 302, + 384, "draft_game_picks_bool_exp!" ] } ], "update_draft_game_picks_by_pk": [ - 291, + 373, { "_inc": [ - 304 + 386 ], "_set": [ - 317 + 399 ], "pk_columns": [ - 313, + 395, "draft_game_picks_pk_columns_input!" ] } ], "update_draft_game_picks_many": [ - 310, + 392, { "updates": [ - 329, + 411, "[draft_game_picks_updates!]!" ] } ], "update_draft_game_players": [ - 355, + 437, { "_inc": [ - 349 + 431 ], "_set": [ - 362 + 444 ], "where": [ - 347, + 429, "draft_game_players_bool_exp!" ] } ], "update_draft_game_players_by_pk": [ - 336, + 418, { "_inc": [ - 349 + 431 ], "_set": [ - 362 + 444 ], "pk_columns": [ - 358, + 440, "draft_game_players_pk_columns_input!" ] } ], "update_draft_game_players_many": [ - 355, + 437, { "updates": [ - 374, + 456, "[draft_game_players_updates!]!" ] } ], "update_draft_games": [ - 400, + 482, { "_inc": [ - 394 + 476 ], "_set": [ - 408 + 490 ], "where": [ - 392, + 474, "draft_games_bool_exp!" ] } ], "update_draft_games_by_pk": [ - 381, + 463, { "_inc": [ - 394 + 476 ], "_set": [ - 408 + 490 ], "pk_columns": [ - 404, + 486, "draft_games_pk_columns_input!" ] } ], "update_draft_games_many": [ - 400, + 482, { "updates": [ - 420, + 502, "[draft_games_updates!]!" ] } ], + "update_e_award_sources": [ + 519, + { + "_set": [ + 524 + ], + "where": [ + 512, + "e_award_sources_bool_exp!" + ] + } + ], + "update_e_award_sources_by_pk": [ + 509, + { + "_set": [ + 524 + ], + "pk_columns": [ + 522, + "e_award_sources_pk_columns_input!" + ] + } + ], + "update_e_award_sources_many": [ + 519, + { + "updates": [ + 528, + "[e_award_sources_updates!]!" + ] + } + ], + "update_e_award_tiers": [ + 539, + { + "_set": [ + 544 + ], + "where": [ + 532, + "e_award_tiers_bool_exp!" + ] + } + ], + "update_e_award_tiers_by_pk": [ + 529, + { + "_set": [ + 544 + ], + "pk_columns": [ + 542, + "e_award_tiers_pk_columns_input!" + ] + } + ], + "update_e_award_tiers_many": [ + 539, + { + "updates": [ + 548, + "[e_award_tiers_updates!]!" + ] + } + ], "update_e_check_in_settings": [ - 437, + 559, { "_set": [ - 442 + 564 ], "where": [ - 430, + 552, "e_check_in_settings_bool_exp!" ] } ], "update_e_check_in_settings_by_pk": [ - 427, + 549, { "_set": [ - 442 + 564 ], "pk_columns": [ - 440, + 562, "e_check_in_settings_pk_columns_input!" ] } ], "update_e_check_in_settings_many": [ - 437, + 559, { "updates": [ - 446, + 568, "[e_check_in_settings_updates!]!" ] } ], "update_e_draft_game_captain_selection": [ - 457, + 579, { "_set": [ - 463 + 585 ], "where": [ - 450, + 572, "e_draft_game_captain_selection_bool_exp!" ] } ], "update_e_draft_game_captain_selection_by_pk": [ - 447, + 569, { "_set": [ - 463 + 585 ], "pk_columns": [ - 461, + 583, "e_draft_game_captain_selection_pk_columns_input!" ] } ], "update_e_draft_game_captain_selection_many": [ - 457, + 579, { "updates": [ - 467, + 589, "[e_draft_game_captain_selection_updates!]!" ] } ], "update_e_draft_game_draft_order": [ - 478, + 600, { "_set": [ - 484 + 606 ], "where": [ - 471, + 593, "e_draft_game_draft_order_bool_exp!" ] } ], "update_e_draft_game_draft_order_by_pk": [ - 468, + 590, { "_set": [ - 484 + 606 ], "pk_columns": [ - 482, + 604, "e_draft_game_draft_order_pk_columns_input!" ] } ], "update_e_draft_game_draft_order_many": [ - 478, + 600, { "updates": [ - 488, + 610, "[e_draft_game_draft_order_updates!]!" ] } ], "update_e_draft_game_mode": [ - 499, + 621, { "_set": [ - 505 + 627 ], "where": [ - 492, + 614, "e_draft_game_mode_bool_exp!" ] } ], "update_e_draft_game_mode_by_pk": [ - 489, + 611, { "_set": [ - 505 + 627 ], "pk_columns": [ - 503, + 625, "e_draft_game_mode_pk_columns_input!" ] } ], "update_e_draft_game_mode_many": [ - 499, + 621, { "updates": [ - 509, + 631, "[e_draft_game_mode_updates!]!" ] } ], "update_e_draft_game_player_status": [ - 520, + 642, { "_set": [ - 526 + 648 ], "where": [ - 513, + 635, "e_draft_game_player_status_bool_exp!" ] } ], "update_e_draft_game_player_status_by_pk": [ - 510, + 632, { "_set": [ - 526 + 648 ], "pk_columns": [ - 524, + 646, "e_draft_game_player_status_pk_columns_input!" ] } ], "update_e_draft_game_player_status_many": [ - 520, + 642, { "updates": [ - 530, + 652, "[e_draft_game_player_status_updates!]!" ] } ], "update_e_draft_game_status": [ - 541, + 663, { "_set": [ - 547 + 669 ], "where": [ - 534, + 656, "e_draft_game_status_bool_exp!" ] } ], "update_e_draft_game_status_by_pk": [ - 531, + 653, { "_set": [ - 547 + 669 ], "pk_columns": [ - 545, + 667, "e_draft_game_status_pk_columns_input!" ] } ], "update_e_draft_game_status_many": [ - 541, + 663, { "updates": [ - 551, + 673, "[e_draft_game_status_updates!]!" ] } ], "update_e_event_media_access": [ - 562, + 684, { "_set": [ - 567 + 689 ], "where": [ - 555, + 677, "e_event_media_access_bool_exp!" ] } ], "update_e_event_media_access_by_pk": [ - 552, + 674, { "_set": [ - 567 + 689 ], "pk_columns": [ - 565, + 687, "e_event_media_access_pk_columns_input!" ] } ], "update_e_event_media_access_many": [ - 562, + 684, { "updates": [ - 571, + 693, "[e_event_media_access_updates!]!" ] } ], "update_e_event_visibility": [ - 582, + 704, { "_set": [ - 587 + 709 ], "where": [ - 575, + 697, "e_event_visibility_bool_exp!" ] } ], "update_e_event_visibility_by_pk": [ - 572, + 694, { "_set": [ - 587 + 709 ], "pk_columns": [ - 585, + 707, "e_event_visibility_pk_columns_input!" ] } ], "update_e_event_visibility_many": [ - 582, + 704, { "updates": [ - 591, + 713, "[e_event_visibility_updates!]!" ] } ], "update_e_friend_status": [ - 602, + 724, { "_set": [ - 608 + 730 ], "where": [ - 595, + 717, "e_friend_status_bool_exp!" ] } ], "update_e_friend_status_by_pk": [ - 592, + 714, { "_set": [ - 608 + 730 ], "pk_columns": [ - 606, + 728, "e_friend_status_pk_columns_input!" ] } ], "update_e_friend_status_many": [ - 602, + 724, { "updates": [ - 612, + 734, "[e_friend_status_updates!]!" ] } ], "update_e_game_cfg_types": [ - 623, + 745, { "_set": [ - 628 + 750 ], "where": [ - 616, + 738, "e_game_cfg_types_bool_exp!" ] } ], "update_e_game_cfg_types_by_pk": [ - 613, + 735, { "_set": [ - 628 + 750 ], "pk_columns": [ - 626, + 748, "e_game_cfg_types_pk_columns_input!" ] } ], "update_e_game_cfg_types_many": [ - 623, + 745, { "updates": [ - 632, + 754, "[e_game_cfg_types_updates!]!" ] } ], "update_e_game_server_node_statuses": [ - 643, + 765, { "_set": [ - 649 + 771 ], "where": [ - 636, + 758, "e_game_server_node_statuses_bool_exp!" ] } ], "update_e_game_server_node_statuses_by_pk": [ - 633, + 755, { "_set": [ - 649 + 771 ], "pk_columns": [ - 647, + 769, "e_game_server_node_statuses_pk_columns_input!" ] } ], "update_e_game_server_node_statuses_many": [ - 643, + 765, { "updates": [ - 653, + 775, "[e_game_server_node_statuses_updates!]!" ] } ], "update_e_league_movement_types": [ - 664, + 786, { "_set": [ - 670 + 792 ], "where": [ - 657, + 779, "e_league_movement_types_bool_exp!" ] } ], "update_e_league_movement_types_by_pk": [ - 654, + 776, { "_set": [ - 670 + 792 ], "pk_columns": [ - 668, + 790, "e_league_movement_types_pk_columns_input!" ] } ], "update_e_league_movement_types_many": [ - 664, + 786, { "updates": [ - 674, + 796, "[e_league_movement_types_updates!]!" ] } ], "update_e_league_proposal_statuses": [ - 685, + 807, { "_set": [ - 691 + 813 ], "where": [ - 678, + 800, "e_league_proposal_statuses_bool_exp!" ] } ], "update_e_league_proposal_statuses_by_pk": [ - 675, + 797, { "_set": [ - 691 + 813 ], "pk_columns": [ - 689, + 811, "e_league_proposal_statuses_pk_columns_input!" ] } ], "update_e_league_proposal_statuses_many": [ - 685, + 807, { "updates": [ - 695, + 817, "[e_league_proposal_statuses_updates!]!" ] } ], "update_e_league_registration_statuses": [ - 706, + 828, { "_set": [ - 712 + 834 ], "where": [ - 699, + 821, "e_league_registration_statuses_bool_exp!" ] } ], "update_e_league_registration_statuses_by_pk": [ - 696, + 818, { "_set": [ - 712 + 834 ], "pk_columns": [ - 710, + 832, "e_league_registration_statuses_pk_columns_input!" ] } ], "update_e_league_registration_statuses_many": [ - 706, + 828, { "updates": [ - 716, + 838, "[e_league_registration_statuses_updates!]!" ] } ], "update_e_league_season_statuses": [ - 727, + 849, { "_set": [ - 733 + 855 ], "where": [ - 720, + 842, "e_league_season_statuses_bool_exp!" ] } ], "update_e_league_season_statuses_by_pk": [ - 717, + 839, { "_set": [ - 733 + 855 ], "pk_columns": [ - 731, + 853, "e_league_season_statuses_pk_columns_input!" ] } ], "update_e_league_season_statuses_many": [ - 727, + 849, { "updates": [ - 737, + 859, "[e_league_season_statuses_updates!]!" ] } ], "update_e_lobby_access": [ - 748, + 870, { "_set": [ - 754 + 876 ], "where": [ - 741, + 863, "e_lobby_access_bool_exp!" ] } ], "update_e_lobby_access_by_pk": [ - 738, + 860, { "_set": [ - 754 + 876 ], "pk_columns": [ - 752, + 874, "e_lobby_access_pk_columns_input!" ] } ], "update_e_lobby_access_many": [ - 748, + 870, { "updates": [ - 758, + 880, "[e_lobby_access_updates!]!" ] } ], "update_e_lobby_player_status": [ - 769, + 891, { "_set": [ - 774 + 896 ], "where": [ - 762, + 884, "e_lobby_player_status_bool_exp!" ] } ], "update_e_lobby_player_status_by_pk": [ - 759, + 881, { "_set": [ - 774 + 896 ], "pk_columns": [ - 772, + 894, "e_lobby_player_status_pk_columns_input!" ] } ], "update_e_lobby_player_status_many": [ - 769, + 891, { "updates": [ - 778, + 900, "[e_lobby_player_status_updates!]!" ] } ], "update_e_map_pool_types": [ - 789, + 911, { "_set": [ - 795 + 917 ], "where": [ - 782, + 904, "e_map_pool_types_bool_exp!" ] } ], "update_e_map_pool_types_by_pk": [ - 779, + 901, { "_set": [ - 795 + 917 ], "pk_columns": [ - 793, + 915, "e_map_pool_types_pk_columns_input!" ] } ], "update_e_map_pool_types_many": [ - 789, + 911, { "updates": [ - 799, + 921, "[e_map_pool_types_updates!]!" ] } ], "update_e_match_clip_visibility": [ - 810, + 932, { "_set": [ - 815 + 937 ], "where": [ - 803, + 925, "e_match_clip_visibility_bool_exp!" ] } ], "update_e_match_clip_visibility_by_pk": [ - 800, + 922, { "_set": [ - 815 + 937 ], "pk_columns": [ - 813, + 935, "e_match_clip_visibility_pk_columns_input!" ] } ], "update_e_match_clip_visibility_many": [ - 810, + 932, { "updates": [ - 819, + 941, "[e_match_clip_visibility_updates!]!" ] } ], "update_e_match_map_status": [ - 830, + 952, { "_set": [ - 836 + 958 ], "where": [ - 823, + 945, "e_match_map_status_bool_exp!" ] } ], "update_e_match_map_status_by_pk": [ - 820, + 942, { "_set": [ - 836 + 958 ], "pk_columns": [ - 834, + 956, "e_match_map_status_pk_columns_input!" ] } ], "update_e_match_map_status_many": [ - 830, + 952, { "updates": [ - 840, + 962, "[e_match_map_status_updates!]!" ] } ], "update_e_match_mode": [ - 851, + 973, { "_set": [ - 856 + 978 ], "where": [ - 844, + 966, "e_match_mode_bool_exp!" ] } ], "update_e_match_mode_by_pk": [ - 841, + 963, { "_set": [ - 856 + 978 ], "pk_columns": [ - 854, + 976, "e_match_mode_pk_columns_input!" ] } ], "update_e_match_mode_many": [ - 851, + 973, { "updates": [ - 860, + 982, "[e_match_mode_updates!]!" ] } ], "update_e_match_status": [ - 871, + 993, { "_set": [ - 877 + 999 ], "where": [ - 864, + 986, "e_match_status_bool_exp!" ] } ], "update_e_match_status_by_pk": [ - 861, + 983, { "_set": [ - 877 + 999 ], "pk_columns": [ - 875, + 997, "e_match_status_pk_columns_input!" ] } ], "update_e_match_status_many": [ - 871, + 993, { "updates": [ - 881, + 1003, "[e_match_status_updates!]!" ] } ], "update_e_match_types": [ - 892, + 1014, { "_set": [ - 898 + 1020 ], "where": [ - 885, + 1007, "e_match_types_bool_exp!" ] } ], "update_e_match_types_by_pk": [ - 882, + 1004, { "_set": [ - 898 + 1020 ], "pk_columns": [ - 896, + 1018, "e_match_types_pk_columns_input!" ] } ], "update_e_match_types_many": [ - 892, + 1014, { "updates": [ - 902, + 1024, "[e_match_types_updates!]!" ] } ], "update_e_notification_types": [ - 913, + 1035, { "_set": [ - 918 + 1040 ], "where": [ - 906, + 1028, "e_notification_types_bool_exp!" ] } ], "update_e_notification_types_by_pk": [ - 903, + 1025, { "_set": [ - 918 + 1040 ], "pk_columns": [ - 916, + 1038, "e_notification_types_pk_columns_input!" ] } ], "update_e_notification_types_many": [ - 913, + 1035, { "updates": [ - 922, + 1044, "[e_notification_types_updates!]!" ] } ], "update_e_objective_types": [ - 933, + 1055, { "_set": [ - 938 + 1060 ], "where": [ - 926, + 1048, "e_objective_types_bool_exp!" ] } ], "update_e_objective_types_by_pk": [ - 923, + 1045, { "_set": [ - 938 + 1060 ], "pk_columns": [ - 936, + 1058, "e_objective_types_pk_columns_input!" ] } ], "update_e_objective_types_many": [ - 933, + 1055, { "updates": [ - 942, + 1064, "[e_objective_types_updates!]!" ] } ], "update_e_player_roles": [ - 953, + 1075, { "_set": [ - 958 + 1080 ], "where": [ - 946, + 1068, "e_player_roles_bool_exp!" ] } ], "update_e_player_roles_by_pk": [ - 943, + 1065, { "_set": [ - 958 + 1080 ], "pk_columns": [ - 956, + 1078, "e_player_roles_pk_columns_input!" ] } ], "update_e_player_roles_many": [ - 953, + 1075, { "updates": [ - 962, + 1084, "[e_player_roles_updates!]!" ] } ], "update_e_plugin_runtimes": [ - 973, + 1095, { "_set": [ - 978 + 1100 ], "where": [ - 966, + 1088, "e_plugin_runtimes_bool_exp!" ] } ], "update_e_plugin_runtimes_by_pk": [ - 963, + 1085, { "_set": [ - 978 + 1100 ], "pk_columns": [ - 976, + 1098, "e_plugin_runtimes_pk_columns_input!" ] } ], "update_e_plugin_runtimes_many": [ - 973, + 1095, { "updates": [ - 982, + 1104, "[e_plugin_runtimes_updates!]!" ] } ], "update_e_ready_settings": [ - 993, + 1115, { "_set": [ - 998 + 1120 ], "where": [ - 986, + 1108, "e_ready_settings_bool_exp!" ] } ], "update_e_ready_settings_by_pk": [ - 983, + 1105, { "_set": [ - 998 + 1120 ], "pk_columns": [ - 996, + 1118, "e_ready_settings_pk_columns_input!" ] } ], "update_e_ready_settings_many": [ - 993, + 1115, { "updates": [ - 1002, + 1124, "[e_ready_settings_updates!]!" ] } ], "update_e_sanction_types": [ - 1013, + 1135, { "_set": [ - 1019 + 1141 ], "where": [ - 1006, + 1128, "e_sanction_types_bool_exp!" ] } ], "update_e_sanction_types_by_pk": [ - 1003, + 1125, { "_set": [ - 1019 + 1141 ], "pk_columns": [ - 1017, + 1139, "e_sanction_types_pk_columns_input!" ] } ], "update_e_sanction_types_many": [ - 1013, + 1135, { "updates": [ - 1023, + 1145, "[e_sanction_types_updates!]!" ] } ], "update_e_scrim_request_statuses": [ - 1034, + 1156, { "_set": [ - 1039 + 1161 ], "where": [ - 1027, + 1149, "e_scrim_request_statuses_bool_exp!" ] } ], "update_e_scrim_request_statuses_by_pk": [ - 1024, + 1146, { "_set": [ - 1039 + 1161 ], "pk_columns": [ - 1037, + 1159, "e_scrim_request_statuses_pk_columns_input!" ] } ], "update_e_scrim_request_statuses_many": [ - 1034, + 1156, { "updates": [ - 1043, + 1165, "[e_scrim_request_statuses_updates!]!" ] } ], "update_e_server_types": [ - 1054, + 1176, { "_set": [ - 1059 + 1181 ], "where": [ - 1047, + 1169, "e_server_types_bool_exp!" ] } ], "update_e_server_types_by_pk": [ - 1044, + 1166, { "_set": [ - 1059 + 1181 ], "pk_columns": [ - 1057, + 1179, "e_server_types_pk_columns_input!" ] } ], "update_e_server_types_many": [ - 1054, + 1176, { "updates": [ - 1063, + 1185, "[e_server_types_updates!]!" ] } ], "update_e_sides": [ - 1074, + 1196, { "_set": [ - 1079 + 1201 ], "where": [ - 1067, + 1189, "e_sides_bool_exp!" ] } ], "update_e_sides_by_pk": [ - 1064, + 1186, { "_set": [ - 1079 + 1201 ], "pk_columns": [ - 1077, + 1199, "e_sides_pk_columns_input!" ] } ], "update_e_sides_many": [ - 1074, + 1196, { "updates": [ - 1083, + 1205, "[e_sides_updates!]!" ] } ], "update_e_system_alert_types": [ - 1094, + 1216, { "_set": [ - 1099 + 1221 ], "where": [ - 1087, + 1209, "e_system_alert_types_bool_exp!" ] } ], "update_e_system_alert_types_by_pk": [ - 1084, + 1206, { "_set": [ - 1099 + 1221 ], "pk_columns": [ - 1097, + 1219, "e_system_alert_types_pk_columns_input!" ] } ], "update_e_system_alert_types_many": [ - 1094, + 1216, { "updates": [ - 1103, + 1225, "[e_system_alert_types_updates!]!" ] } ], "update_e_team_roles": [ - 1114, + 1236, { "_set": [ - 1120 + 1242 ], "where": [ - 1107, + 1229, "e_team_roles_bool_exp!" ] } ], "update_e_team_roles_by_pk": [ - 1104, + 1226, { "_set": [ - 1120 + 1242 ], "pk_columns": [ - 1118, + 1240, "e_team_roles_pk_columns_input!" ] } ], "update_e_team_roles_many": [ - 1114, + 1236, { "updates": [ - 1124, + 1246, "[e_team_roles_updates!]!" ] } ], "update_e_team_roster_statuses": [ - 1135, + 1257, { "_set": [ - 1140 + 1262 ], "where": [ - 1128, + 1250, "e_team_roster_statuses_bool_exp!" ] } ], "update_e_team_roster_statuses_by_pk": [ - 1125, + 1247, { "_set": [ - 1140 + 1262 ], "pk_columns": [ - 1138, + 1260, "e_team_roster_statuses_pk_columns_input!" ] } ], "update_e_team_roster_statuses_many": [ - 1135, + 1257, { "updates": [ - 1144, + 1266, "[e_team_roster_statuses_updates!]!" ] } ], "update_e_timeout_settings": [ - 1155, + 1277, { "_set": [ - 1160 + 1282 ], "where": [ - 1148, + 1270, "e_timeout_settings_bool_exp!" ] } ], "update_e_timeout_settings_by_pk": [ - 1145, + 1267, { "_set": [ - 1160 + 1282 ], "pk_columns": [ - 1158, + 1280, "e_timeout_settings_pk_columns_input!" ] } ], "update_e_timeout_settings_many": [ - 1155, + 1277, { "updates": [ - 1164, + 1286, "[e_timeout_settings_updates!]!" ] } ], "update_e_tournament_categories": [ - 1175, + 1297, { "_set": [ - 1181 + 1303 ], "where": [ - 1168, + 1290, "e_tournament_categories_bool_exp!" ] } ], "update_e_tournament_categories_by_pk": [ - 1165, + 1287, { "_set": [ - 1181 + 1303 ], "pk_columns": [ - 1179, + 1301, "e_tournament_categories_pk_columns_input!" ] } ], "update_e_tournament_categories_many": [ - 1175, + 1297, { "updates": [ - 1185, + 1307, "[e_tournament_categories_updates!]!" ] } ], "update_e_tournament_stage_types": [ - 1196, + 1318, { "_set": [ - 1202 + 1324 ], "where": [ - 1189, + 1311, "e_tournament_stage_types_bool_exp!" ] } ], "update_e_tournament_stage_types_by_pk": [ - 1186, + 1308, { "_set": [ - 1202 + 1324 ], "pk_columns": [ - 1200, + 1322, "e_tournament_stage_types_pk_columns_input!" ] } ], "update_e_tournament_stage_types_many": [ - 1196, + 1318, { "updates": [ - 1206, + 1328, "[e_tournament_stage_types_updates!]!" ] } ], "update_e_tournament_status": [ - 1217, + 1339, { "_set": [ - 1223 + 1345 ], "where": [ - 1210, + 1332, "e_tournament_status_bool_exp!" ] } ], "update_e_tournament_status_by_pk": [ - 1207, + 1329, { "_set": [ - 1223 + 1345 ], "pk_columns": [ - 1221, + 1343, "e_tournament_status_pk_columns_input!" ] } ], "update_e_tournament_status_many": [ - 1217, + 1339, { "updates": [ - 1227, + 1349, "[e_tournament_status_updates!]!" ] } ], "update_e_utility_types": [ - 1238, + 1360, { "_set": [ - 1243 + 1365 ], "where": [ - 1231, + 1353, "e_utility_types_bool_exp!" ] } ], "update_e_utility_types_by_pk": [ - 1228, + 1350, { "_set": [ - 1243 + 1365 ], "pk_columns": [ - 1241, + 1363, "e_utility_types_pk_columns_input!" ] } ], "update_e_utility_types_many": [ - 1238, + 1360, { "updates": [ - 1247, + 1369, "[e_utility_types_updates!]!" ] } ], "update_e_veto_pick_types": [ - 1258, + 1380, { "_set": [ - 1263 + 1385 ], "where": [ - 1251, + 1373, "e_veto_pick_types_bool_exp!" ] } ], "update_e_veto_pick_types_by_pk": [ - 1248, + 1370, { "_set": [ - 1263 + 1385 ], "pk_columns": [ - 1261, + 1383, "e_veto_pick_types_pk_columns_input!" ] } ], "update_e_veto_pick_types_many": [ - 1258, + 1380, { "updates": [ - 1267, + 1389, "[e_veto_pick_types_updates!]!" ] } ], "update_e_winning_reasons": [ - 1278, + 1400, { "_set": [ - 1283 + 1405 ], "where": [ - 1271, + 1393, "e_winning_reasons_bool_exp!" ] } ], "update_e_winning_reasons_by_pk": [ - 1268, + 1390, { "_set": [ - 1283 + 1405 ], "pk_columns": [ - 1281, + 1403, "e_winning_reasons_pk_columns_input!" ] } ], "update_e_winning_reasons_many": [ - 1278, + 1400, { "updates": [ - 1287, + 1409, "[e_winning_reasons_updates!]!" ] } ], "update_event_match_links": [ - 1296, + 1418, { "_set": [ - 1301 + 1423 ], "where": [ - 1291, + 1413, "event_match_links_bool_exp!" ] } ], "update_event_match_links_by_pk": [ - 1288, + 1410, { "_set": [ - 1301 + 1423 ], "pk_columns": [ - 1299, + 1421, "event_match_links_pk_columns_input!" ] } ], "update_event_match_links_many": [ - 1296, + 1418, { "updates": [ - 1305, + 1427, "[event_match_links_updates!]!" ] } ], "update_event_media": [ - 1323, + 1445, { "_inc": [ - 1317 + 1439 ], "_set": [ - 1370 + 1492 ], "where": [ - 1315, + 1437, "event_media_bool_exp!" ] } ], "update_event_media_by_pk": [ - 1306, + 1428, { "_inc": [ - 1317 + 1439 ], "_set": [ - 1370 + 1492 ], "pk_columns": [ - 1327, + 1449, "event_media_pk_columns_input!" ] } ], "update_event_media_many": [ - 1323, + 1445, { "updates": [ - 1382, + 1504, "[event_media_updates!]!" ] } ], "update_event_media_players": [ - 1345, + 1467, { "_inc": [ - 1339 + 1461 ], "_set": [ - 1350 + 1472 ], "where": [ - 1337, + 1459, "event_media_players_bool_exp!" ] } ], "update_event_media_players_by_pk": [ - 1328, + 1450, { "_inc": [ - 1339 + 1461 ], "_set": [ - 1350 + 1472 ], "pk_columns": [ - 1348, + 1470, "event_media_players_pk_columns_input!" ] } ], "update_event_media_players_many": [ - 1345, + 1467, { "updates": [ - 1362, + 1484, "[event_media_players_updates!]!" ] } ], "update_event_organizers": [ - 1406, + 1528, { "_inc": [ - 1400 + 1522 ], "_set": [ - 1411 + 1533 ], "where": [ - 1398, + 1520, "event_organizers_bool_exp!" ] } ], "update_event_organizers_by_pk": [ - 1389, + 1511, { "_inc": [ - 1400 + 1522 ], "_set": [ - 1411 + 1533 ], "pk_columns": [ - 1409, + 1531, "event_organizers_pk_columns_input!" ] } ], "update_event_organizers_many": [ - 1406, + 1528, { "updates": [ - 1423, + 1545, "[event_organizers_updates!]!" ] } ], "update_event_players": [ - 1447, + 1569, { "_inc": [ - 1441 + 1563 ], "_set": [ - 1452 + 1574 ], "where": [ - 1439, + 1561, "event_players_bool_exp!" ] } ], "update_event_players_by_pk": [ - 1430, + 1552, { "_inc": [ - 1441 + 1563 ], "_set": [ - 1452 + 1574 ], "pk_columns": [ - 1450, + 1572, "event_players_pk_columns_input!" ] } ], "update_event_players_many": [ - 1447, + 1569, { "updates": [ - 1464, + 1586, "[event_players_updates!]!" ] } ], "update_event_teams": [ - 1485, + 1607, { "_set": [ - 1490 + 1612 ], "where": [ - 1478, + 1600, "event_teams_bool_exp!" ] } ], "update_event_teams_by_pk": [ - 1471, + 1593, { "_set": [ - 1490 + 1612 ], "pk_columns": [ - 1488, + 1610, "event_teams_pk_columns_input!" ] } ], "update_event_teams_many": [ - 1485, + 1607, { "updates": [ - 1494, + 1616, "[event_teams_updates!]!" ] } ], "update_event_tournaments": [ - 1509, + 1631, { "_set": [ - 1514 + 1636 ], "where": [ - 1502, + 1624, "event_tournaments_bool_exp!" ] } ], "update_event_tournaments_by_pk": [ - 1495, + 1617, { "_set": [ - 1514 + 1636 ], "pk_columns": [ - 1512, + 1634, "event_tournaments_pk_columns_input!" ] } ], "update_event_tournaments_many": [ - 1509, + 1631, { "updates": [ - 1518, + 1640, "[event_tournaments_updates!]!" ] } ], "update_events": [ - 1529, + 1651, { "_inc": [ - 1525 + 1647 ], "_set": [ - 1535 + 1657 ], "where": [ - 1523, + 1645, "events_bool_exp!" ] } ], "update_events_by_pk": [ - 1519, + 1641, { "_inc": [ - 1525 + 1647 ], "_set": [ - 1535 + 1657 ], "pk_columns": [ - 1533, + 1655, "events_pk_columns_input!" ] } ], "update_events_many": [ - 1529, + 1651, { "updates": [ - 1543, + 1665, "[events_updates!]!" ] } ], "update_friends": [ - 1559, + 1681, { "_inc": [ - 1555 + 1677 ], "_set": [ - 1564 + 1686 ], "where": [ - 1553, + 1675, "friends_bool_exp!" ] } ], "update_friends_by_pk": [ - 1549, + 1671, { "_inc": [ - 1555 + 1677 ], "_set": [ - 1564 + 1686 ], "pk_columns": [ - 1562, + 1684, "friends_pk_columns_input!" ] } ], "update_friends_many": [ - 1559, + 1681, { "updates": [ - 1572, + 1694, "[friends_updates!]!" ] } ], "update_game_server_nodes": [ - 1599, + 1721, { "_append": [ - 1584 + 1706 ], "_delete_at_path": [ - 1590 + 1712 ], "_delete_elem": [ - 1591 + 1713 ], "_delete_key": [ - 1592 + 1714 ], "_inc": [ - 1593 + 1715 ], "_prepend": [ - 1604 + 1726 ], "_set": [ - 1608 + 1730 ], "where": [ - 1588, + 1710, "game_server_nodes_bool_exp!" ] } ], "update_game_server_nodes_by_pk": [ - 1576, + 1698, { "_append": [ - 1584 + 1706 ], "_delete_at_path": [ - 1590 + 1712 ], "_delete_elem": [ - 1591 + 1713 ], "_delete_key": [ - 1592 + 1714 ], "_inc": [ - 1593 + 1715 ], "_prepend": [ - 1604 + 1726 ], "_set": [ - 1608 + 1730 ], "pk_columns": [ - 1603, + 1725, "game_server_nodes_pk_columns_input!" ] } ], "update_game_server_nodes_many": [ - 1599, + 1721, { "updates": [ - 1620, + 1742, "[game_server_nodes_updates!]!" ] } ], "update_game_versions": [ - 1641, + 1763, { "_append": [ - 1630 + 1752 ], "_delete_at_path": [ - 1634 + 1756 ], "_delete_elem": [ - 1635 + 1757 ], "_delete_key": [ - 1636 + 1758 ], "_inc": [ - 1637 + 1759 ], "_prepend": [ - 1646 + 1768 ], "_set": [ - 1648 + 1770 ], "where": [ - 1632, + 1754, "game_versions_bool_exp!" ] } ], "update_game_versions_by_pk": [ - 1627, + 1749, { "_append": [ - 1630 + 1752 ], "_delete_at_path": [ - 1634 + 1756 ], "_delete_elem": [ - 1635 + 1757 ], "_delete_key": [ - 1636 + 1758 ], "_inc": [ - 1637 + 1759 ], "_prepend": [ - 1646 + 1768 ], "_set": [ - 1648 + 1770 ], "pk_columns": [ - 1645, + 1767, "game_versions_pk_columns_input!" ] } ], "update_game_versions_many": [ - 1641, + 1763, { "updates": [ - 1656, + 1778, "[game_versions_updates!]!" ] } ], "update_gamedata_signature_validations": [ - 1674, + 1796, { "_append": [ - 1663 + 1785 ], "_delete_at_path": [ - 1667 + 1789 ], "_delete_elem": [ - 1668 + 1790 ], "_delete_key": [ - 1669 + 1791 ], "_inc": [ - 1670 + 1792 ], "_prepend": [ - 1678 + 1800 ], "_set": [ - 1680 + 1802 ], "where": [ - 1665, + 1787, "gamedata_signature_validations_bool_exp!" ] } ], "update_gamedata_signature_validations_by_pk": [ - 1660, + 1782, { "_append": [ - 1663 + 1785 ], "_delete_at_path": [ - 1667 + 1789 ], "_delete_elem": [ - 1668 + 1790 ], "_delete_key": [ - 1669 + 1791 ], "_inc": [ - 1670 + 1792 ], "_prepend": [ - 1678 + 1800 ], "_set": [ - 1680 + 1802 ], "pk_columns": [ - 1677, + 1799, "gamedata_signature_validations_pk_columns_input!" ] } ], "update_gamedata_signature_validations_many": [ - 1674, + 1796, { "updates": [ - 1688, + 1810, "[gamedata_signature_validations_updates!]!" ] } ], "update_leaderboard_entries": [ - 1712, + 1834, { "_inc": [ - 1708 + 1830 ], "_set": [ - 1715 + 1837 ], "where": [ - 1707, + 1829, "leaderboard_entries_bool_exp!" ] } ], "update_leaderboard_entries_many": [ - 1712, + 1834, { "updates": [ - 1722, + 1844, "[leaderboard_entries_updates!]!" ] } ], "update_league_divisions": [ - 1737, + 1859, { "_inc": [ - 1733 + 1855 ], "_set": [ - 1743 + 1865 ], "where": [ - 1731, + 1853, "league_divisions_bool_exp!" ] } ], "update_league_divisions_by_pk": [ - 1727, + 1849, { "_inc": [ - 1733 + 1855 ], "_set": [ - 1743 + 1865 ], "pk_columns": [ - 1741, + 1863, "league_divisions_pk_columns_input!" ] } ], "update_league_divisions_many": [ - 1737, + 1859, { "updates": [ - 1751, + 1873, "[league_divisions_updates!]!" ] } ], "update_league_match_weeks": [ - 1772, + 1894, { "_inc": [ - 1766 + 1888 ], "_set": [ - 1777 + 1899 ], "where": [ - 1764, + 1886, "league_match_weeks_bool_exp!" ] } ], "update_league_match_weeks_by_pk": [ - 1755, + 1877, { "_inc": [ - 1766 + 1888 ], "_set": [ - 1777 + 1899 ], "pk_columns": [ - 1775, + 1897, "league_match_weeks_pk_columns_input!" ] } ], "update_league_match_weeks_many": [ - 1772, + 1894, { "updates": [ - 1789, + 1911, "[league_match_weeks_updates!]!" ] } ], "update_league_relegation_playoffs": [ - 1813, + 1935, { "_inc": [ - 1807 + 1929 ], "_set": [ - 1818 + 1940 ], "where": [ - 1805, + 1927, "league_relegation_playoffs_bool_exp!" ] } ], "update_league_relegation_playoffs_by_pk": [ - 1796, + 1918, { "_inc": [ - 1807 + 1929 ], "_set": [ - 1818 + 1940 ], "pk_columns": [ - 1816, + 1938, "league_relegation_playoffs_pk_columns_input!" ] } ], "update_league_relegation_playoffs_many": [ - 1813, + 1935, { "updates": [ - 1830, + 1952, "[league_relegation_playoffs_updates!]!" ] } ], "update_league_scheduling_proposals": [ - 1854, + 1976, { "_inc": [ - 1848 + 1970 ], "_set": [ - 1859 + 1981 ], "where": [ - 1846, + 1968, "league_scheduling_proposals_bool_exp!" ] } ], "update_league_scheduling_proposals_by_pk": [ - 1837, + 1959, { "_inc": [ - 1848 + 1970 ], "_set": [ - 1859 + 1981 ], "pk_columns": [ - 1857, + 1979, "league_scheduling_proposals_pk_columns_input!" ] } ], "update_league_scheduling_proposals_many": [ - 1854, + 1976, { "updates": [ - 1871, + 1993, "[league_scheduling_proposals_updates!]!" ] } ], "update_league_season_divisions": [ - 1892, + 2014, { "_set": [ - 1898 + 2020 ], "where": [ - 1885, + 2007, "league_season_divisions_bool_exp!" ] } ], "update_league_season_divisions_by_pk": [ - 1878, + 2000, { "_set": [ - 1898 + 2020 ], "pk_columns": [ - 1896, + 2018, "league_season_divisions_pk_columns_input!" ] } ], "update_league_season_divisions_many": [ - 1892, + 2014, { "updates": [ - 1902, + 2024, "[league_season_divisions_updates!]!" ] } ], "update_league_seasons": [ - 1917, + 2039, { "_append": [ - 1906 + 2028 ], "_delete_at_path": [ - 1910 + 2032 ], "_delete_elem": [ - 1911 + 2033 ], "_delete_key": [ - 1912 + 2034 ], "_inc": [ - 1913 + 2035 ], "_prepend": [ - 1922 + 2044 ], "_set": [ - 1924 + 2046 ], "where": [ - 1908, + 2030, "league_seasons_bool_exp!" ] } ], "update_league_seasons_by_pk": [ - 1903, + 2025, { "_append": [ - 1906 + 2028 ], "_delete_at_path": [ - 1910 + 2032 ], "_delete_elem": [ - 1911 + 2033 ], "_delete_key": [ - 1912 + 2034 ], "_inc": [ - 1913 + 2035 ], "_prepend": [ - 1922 + 2044 ], "_set": [ - 1924 + 2046 ], "pk_columns": [ - 1921, + 2043, "league_seasons_pk_columns_input!" ] } ], "update_league_seasons_many": [ - 1917, + 2039, { "updates": [ - 1932, + 2054, "[league_seasons_updates!]!" ] } ], "update_league_team_movements": [ - 1953, + 2075, { "_inc": [ - 1947 + 2069 ], "_set": [ - 1958 + 2080 ], "where": [ - 1945, + 2067, "league_team_movements_bool_exp!" ] } ], "update_league_team_movements_by_pk": [ - 1936, + 2058, { "_inc": [ - 1947 + 2069 ], "_set": [ - 1958 + 2080 ], "pk_columns": [ - 1956, + 2078, "league_team_movements_pk_columns_input!" ] } ], "update_league_team_movements_many": [ - 1953, + 2075, { "updates": [ - 1970, + 2092, "[league_team_movements_updates!]!" ] } ], "update_league_team_rosters": [ - 1994, + 2116, { "_inc": [ - 1988 + 2110 ], "_set": [ - 1999 + 2121 ], "where": [ - 1986, + 2108, "league_team_rosters_bool_exp!" ] } ], "update_league_team_rosters_by_pk": [ - 1977, + 2099, { "_inc": [ - 1988 + 2110 ], "_set": [ - 1999 + 2121 ], "pk_columns": [ - 1997, + 2119, "league_team_rosters_pk_columns_input!" ] } ], "update_league_team_rosters_many": [ - 1994, + 2116, { "updates": [ - 2011, + 2133, "[league_team_rosters_updates!]!" ] } ], "update_league_team_seasons": [ - 2035, + 2157, { "_inc": [ - 2029 + 2151 ], "_set": [ - 2041 + 2163 ], "where": [ - 2027, + 2149, "league_team_seasons_bool_exp!" ] } ], "update_league_team_seasons_by_pk": [ - 2018, + 2140, { "_inc": [ - 2029 + 2151 ], "_set": [ - 2041 + 2163 ], "pk_columns": [ - 2039, + 2161, "league_team_seasons_pk_columns_input!" ] } ], "update_league_team_seasons_many": [ - 2035, + 2157, { "updates": [ - 2053, + 2175, "[league_team_seasons_updates!]!" ] } ], "update_league_teams": [ - 2068, + 2190, { "_set": [ - 2074 + 2196 ], "where": [ - 2063, + 2185, "league_teams_bool_exp!" ] } ], "update_league_teams_by_pk": [ - 2060, + 2182, { "_set": [ - 2074 + 2196 ], "pk_columns": [ - 2072, + 2194, "league_teams_pk_columns_input!" ] } ], "update_league_teams_many": [ - 2068, + 2190, { "updates": [ - 2078, + 2200, "[league_teams_updates!]!" ] } ], "update_lobbies": [ - 2087, + 2209, { "_set": [ - 2093 + 2215 ], "where": [ - 2082, + 2204, "lobbies_bool_exp!" ] } ], "update_lobbies_by_pk": [ - 2079, + 2201, { "_set": [ - 2093 + 2215 ], "pk_columns": [ - 2091, + 2213, "lobbies_pk_columns_input!" ] } ], "update_lobbies_many": [ - 2087, + 2209, { "updates": [ - 2097, + 2219, "[lobbies_updates!]!" ] } ], "update_lobby_players": [ - 2117, + 2239, { "_inc": [ - 2111 + 2233 ], "_set": [ - 2124 + 2246 ], "where": [ - 2109, + 2231, "lobby_players_bool_exp!" ] } ], "update_lobby_players_by_pk": [ - 2098, + 2220, { "_inc": [ - 2111 + 2233 ], "_set": [ - 2124 + 2246 ], "pk_columns": [ - 2120, + 2242, "lobby_players_pk_columns_input!" ] } ], "update_lobby_players_many": [ - 2117, + 2239, { "updates": [ - 2136, + 2258, "[lobby_players_updates!]!" ] } ], "update_map_pools": [ - 2151, + 2273, { "_set": [ - 2157 + 2279 ], "where": [ - 2146, + 2268, "map_pools_bool_exp!" ] } ], "update_map_pools_by_pk": [ - 2143, + 2265, { "_set": [ - 2157 + 2279 ], "pk_columns": [ - 2155, + 2277, "map_pools_pk_columns_input!" ] } ], "update_map_pools_many": [ - 2151, + 2273, { "updates": [ - 2161, + 2283, "[map_pools_updates!]!" ] } ], "update_maps": [ - 2178, + 2300, { "_set": [ - 2186 + 2308 ], "where": [ - 2171, + 2293, "maps_bool_exp!" ] } ], "update_maps_by_pk": [ - 2162, + 2284, { "_set": [ - 2186 + 2308 ], "pk_columns": [ - 2182, + 2304, "maps_pk_columns_input!" ] } ], "update_maps_many": [ - 2178, + 2300, { "updates": [ - 2190, + 2312, "[maps_updates!]!" ] } ], "update_match_clips": [ - 2208, + 2330, { "_inc": [ - 2202 + 2324 ], "_set": [ - 2214 + 2336 ], "where": [ - 2200, + 2322, "match_clips_bool_exp!" ] } ], "update_match_clips_by_pk": [ - 2191, + 2313, { "_inc": [ - 2202 + 2324 ], "_set": [ - 2214 + 2336 ], "pk_columns": [ - 2212, + 2334, "match_clips_pk_columns_input!" ] } ], "update_match_clips_many": [ - 2208, + 2330, { "updates": [ - 2226, + 2348, "[match_clips_updates!]!" ] } ], "update_match_demo_sessions": [ - 2254, + 2376, { "_append": [ - 2239 + 2361 ], "_delete_at_path": [ - 2245 + 2367 ], "_delete_elem": [ - 2246 + 2368 ], "_delete_key": [ - 2247 + 2369 ], "_inc": [ - 2248 + 2370 ], "_prepend": [ - 2258 + 2380 ], "_set": [ - 2260 + 2382 ], "where": [ - 2243, + 2365, "match_demo_sessions_bool_exp!" ] } ], "update_match_demo_sessions_by_pk": [ - 2233, + 2355, { "_append": [ - 2239 + 2361 ], "_delete_at_path": [ - 2245 + 2367 ], "_delete_elem": [ - 2246 + 2368 ], "_delete_key": [ - 2247 + 2369 ], "_inc": [ - 2248 + 2370 ], "_prepend": [ - 2258 + 2380 ], "_set": [ - 2260 + 2382 ], "pk_columns": [ - 2257, + 2379, "match_demo_sessions_pk_columns_input!" ] } ], "update_match_demo_sessions_many": [ - 2254, + 2376, { "updates": [ - 2272, + 2394, "[match_demo_sessions_updates!]!" ] } ], "update_match_lineup_players": [ - 2298, + 2420, { "_inc": [ - 2292 + 2414 ], "_set": [ - 2305 + 2427 ], "where": [ - 2290, + 2412, "match_lineup_players_bool_exp!" ] } ], "update_match_lineup_players_by_pk": [ - 2279, + 2401, { "_inc": [ - 2292 + 2414 ], "_set": [ - 2305 + 2427 ], "pk_columns": [ - 2301, + 2423, "match_lineup_players_pk_columns_input!" ] } ], "update_match_lineup_players_many": [ - 2298, + 2420, { "updates": [ - 2317, + 2439, "[match_lineup_players_updates!]!" ] } ], "update_match_lineups": [ - 2341, + 2463, { "_inc": [ - 2335 + 2457 ], "_set": [ - 2347 + 2469 ], "where": [ - 2333, + 2455, "match_lineups_bool_exp!" ] } ], "update_match_lineups_by_pk": [ - 2324, + 2446, { "_inc": [ - 2335 + 2457 ], "_set": [ - 2347 + 2469 ], "pk_columns": [ - 2345, + 2467, "match_lineups_pk_columns_input!" ] } ], "update_match_lineups_many": [ - 2341, + 2463, { "updates": [ - 2359, + 2481, "[match_lineups_updates!]!" ] } ], "update_match_map_demos": [ - 2389, + 2511, { "_append": [ - 2374 + 2496 ], "_delete_at_path": [ - 2380 + 2502 ], "_delete_elem": [ - 2381 + 2503 ], "_delete_key": [ - 2382 + 2504 ], "_inc": [ - 2383 + 2505 ], "_prepend": [ - 2394 + 2516 ], "_set": [ - 2398 + 2520 ], "where": [ - 2378, + 2500, "match_map_demos_bool_exp!" ] } ], "update_match_map_demos_by_pk": [ - 2366, + 2488, { "_append": [ - 2374 + 2496 ], "_delete_at_path": [ - 2380 + 2502 ], "_delete_elem": [ - 2381 + 2503 ], "_delete_key": [ - 2382 + 2504 ], "_inc": [ - 2383 + 2505 ], "_prepend": [ - 2394 + 2516 ], "_set": [ - 2398 + 2520 ], "pk_columns": [ - 2393, + 2515, "match_map_demos_pk_columns_input!" ] } ], "update_match_map_demos_many": [ - 2389, + 2511, { "updates": [ - 2410, + 2532, "[match_map_demos_updates!]!" ] } ], "update_match_map_rounds": [ - 2434, + 2556, { "_inc": [ - 2428 + 2550 ], "_set": [ - 2439 + 2561 ], "where": [ - 2426, + 2548, "match_map_rounds_bool_exp!" ] } ], "update_match_map_rounds_by_pk": [ - 2417, + 2539, { "_inc": [ - 2428 + 2550 ], "_set": [ - 2439 + 2561 ], "pk_columns": [ - 2437, + 2559, "match_map_rounds_pk_columns_input!" ] } ], "update_match_map_rounds_many": [ - 2434, + 2556, { "updates": [ - 2451, + 2573, "[match_map_rounds_updates!]!" ] } ], "update_match_map_veto_picks": [ - 2472, + 2594, { "_set": [ - 2477 + 2599 ], "where": [ - 2465, + 2587, "match_map_veto_picks_bool_exp!" ] } ], "update_match_map_veto_picks_by_pk": [ - 2458, + 2580, { "_set": [ - 2477 + 2599 ], "pk_columns": [ - 2475, + 2597, "match_map_veto_picks_pk_columns_input!" ] } ], "update_match_map_veto_picks_many": [ - 2472, + 2594, { "updates": [ - 2481, + 2603, "[match_map_veto_picks_updates!]!" ] } ], "update_match_maps": [ - 2499, + 2621, { "_inc": [ - 2493 + 2615 ], "_set": [ - 2505 + 2627 ], "where": [ - 2491, + 2613, "match_maps_bool_exp!" ] } ], "update_match_maps_by_pk": [ - 2482, + 2604, { "_inc": [ - 2493 + 2615 ], "_set": [ - 2505 + 2627 ], "pk_columns": [ - 2503, + 2625, "match_maps_pk_columns_input!" ] } ], "update_match_maps_many": [ - 2499, + 2621, { "updates": [ - 2517, + 2639, "[match_maps_updates!]!" ] } ], "update_match_options": [ - 2534, + 2656, { "_inc": [ - 2530 + 2652 ], "_set": [ - 2540 + 2662 ], "where": [ - 2528, + 2650, "match_options_bool_exp!" ] } ], "update_match_options_by_pk": [ - 2524, + 2646, { "_inc": [ - 2530 + 2652 ], "_set": [ - 2540 + 2662 ], "pk_columns": [ - 2538, + 2660, "match_options_pk_columns_input!" ] } ], "update_match_options_many": [ - 2534, + 2656, { "updates": [ - 2548, + 2670, "[match_options_updates!]!" ] } ], "update_match_region_veto_picks": [ - 2566, + 2688, { "_set": [ - 2571 + 2693 ], "where": [ - 2559, + 2681, "match_region_veto_picks_bool_exp!" ] } ], "update_match_region_veto_picks_by_pk": [ - 2552, + 2674, { "_set": [ - 2571 + 2693 ], "pk_columns": [ - 2569, + 2691, "match_region_veto_picks_pk_columns_input!" ] } ], "update_match_region_veto_picks_many": [ - 2566, + 2688, { "updates": [ - 2575, + 2697, "[match_region_veto_picks_updates!]!" ] } ], "update_match_streams": [ - 2599, + 2721, { "_append": [ - 2584 + 2706 ], "_delete_at_path": [ - 2590 + 2712 ], "_delete_elem": [ - 2591 + 2713 ], "_delete_key": [ - 2592 + 2714 ], "_inc": [ - 2593 + 2715 ], "_prepend": [ - 2603 + 2725 ], "_set": [ - 2607 + 2729 ], "where": [ - 2588, + 2710, "match_streams_bool_exp!" ] } ], "update_match_streams_by_pk": [ - 2576, + 2698, { "_append": [ - 2584 + 2706 ], "_delete_at_path": [ - 2590 + 2712 ], "_delete_elem": [ - 2591 + 2713 ], "_delete_key": [ - 2592 + 2714 ], "_inc": [ - 2593 + 2715 ], "_prepend": [ - 2603 + 2725 ], "_set": [ - 2607 + 2729 ], "pk_columns": [ - 2602, + 2724, "match_streams_pk_columns_input!" ] } ], "update_match_streams_many": [ - 2599, + 2721, { "updates": [ - 2619, + 2741, "[match_streams_updates!]!" ] } ], "update_match_type_cfgs": [ - 2634, + 2756, { "_set": [ - 2639 + 2761 ], "where": [ - 2629, + 2751, "match_type_cfgs_bool_exp!" ] } ], "update_match_type_cfgs_by_pk": [ - 2626, + 2748, { "_set": [ - 2639 + 2761 ], "pk_columns": [ - 2637, + 2759, "match_type_cfgs_pk_columns_input!" ] } ], "update_match_type_cfgs_many": [ - 2634, + 2756, { "updates": [ - 2643, + 2765, "[match_type_cfgs_updates!]!" ] } ], "update_matches": [ - 2661, + 2783, { "_inc": [ - 2655 + 2777 ], "_set": [ - 2667 + 2789 ], "where": [ - 2653, + 2775, "matches_bool_exp!" ] } ], "update_matches_by_pk": [ - 2644, + 2766, { "_inc": [ - 2655 + 2777 ], "_set": [ - 2667 + 2789 ], "pk_columns": [ - 2665, + 2787, "matches_pk_columns_input!" ] } ], "update_matches_many": [ - 2661, + 2783, { "updates": [ - 2679, + 2801, "[matches_updates!]!" ] } ], "update_migration_hashes_hashes": [ - 2694, + 2816, { "_set": [ - 2699 + 2821 ], "where": [ - 2689, + 2811, "migration_hashes_hashes_bool_exp!" ] } ], "update_migration_hashes_hashes_by_pk": [ - 2686, + 2808, { "_set": [ - 2699 + 2821 ], "pk_columns": [ - 2697, + 2819, "migration_hashes_hashes_pk_columns_input!" ] } ], "update_migration_hashes_hashes_many": [ - 2694, + 2816, { "updates": [ - 2703, + 2825, "[migration_hashes_hashes_updates!]!" ] } ], "update_my_friends": [ - 2726, + 2848, { "_append": [ - 2712 + 2834 ], "_delete_at_path": [ - 2717 + 2839 ], "_delete_elem": [ - 2718 + 2840 ], "_delete_key": [ - 2719 + 2841 ], "_inc": [ - 2720 + 2842 ], "_prepend": [ - 2728 + 2850 ], "_set": [ - 2732 + 2854 ], "where": [ - 2716, + 2838, "my_friends_bool_exp!" ] } ], "update_my_friends_many": [ - 2726, + 2848, { "updates": [ - 2743, + 2865, "[my_friends_updates!]!" ] } ], "update_news_articles": [ - 2760, + 2882, { "_inc": [ - 2756 + 2878 ], "_set": [ - 2765 + 2887 ], "where": [ - 2754, + 2876, "news_articles_bool_exp!" ] } ], "update_news_articles_by_pk": [ - 2750, + 2872, { "_inc": [ - 2756 + 2878 ], "_set": [ - 2765 + 2887 ], "pk_columns": [ - 2763, + 2885, "news_articles_pk_columns_input!" ] } ], "update_news_articles_many": [ - 2760, + 2882, { "updates": [ - 2773, + 2895, "[news_articles_updates!]!" ] } ], "update_notifications": [ - 2800, + 2922, { "_append": [ - 2785 + 2907 ], "_delete_at_path": [ - 2791 + 2913 ], "_delete_elem": [ - 2792 + 2914 ], "_delete_key": [ - 2793 + 2915 ], "_inc": [ - 2794 + 2916 ], "_prepend": [ - 2804 + 2926 ], "_set": [ - 2808 + 2930 ], "where": [ - 2789, + 2911, "notifications_bool_exp!" ] } ], "update_notifications_by_pk": [ - 2777, + 2899, { "_append": [ - 2785 + 2907 ], "_delete_at_path": [ - 2791 + 2913 ], "_delete_elem": [ - 2792 + 2914 ], "_delete_key": [ - 2793 + 2915 ], "_inc": [ - 2794 + 2916 ], "_prepend": [ - 2804 + 2926 ], "_set": [ - 2808 + 2930 ], "pk_columns": [ - 2803, + 2925, "notifications_pk_columns_input!" ] } ], "update_notifications_many": [ - 2800, + 2922, { "updates": [ - 2820, + 2942, "[notifications_updates!]!" ] } ], "update_pending_match_import_players": [ - 2847, + 2969, { "_inc": [ - 2841 + 2963 ], "_set": [ - 2852 + 2974 ], "where": [ - 2839, + 2961, "pending_match_import_players_bool_exp!" ] } ], "update_pending_match_import_players_by_pk": [ - 2830, + 2952, { "_inc": [ - 2841 + 2963 ], "_set": [ - 2852 + 2974 ], "pk_columns": [ - 2850, + 2972, "pending_match_import_players_pk_columns_input!" ] } ], "update_pending_match_import_players_many": [ - 2847, + 2969, { "updates": [ - 2864, + 2986, "[pending_match_import_players_updates!]!" ] } ], "update_pending_match_imports": [ - 2881, + 3003, { "_inc": [ - 2877 + 2999 ], "_set": [ - 2887 + 3009 ], "where": [ - 2875, + 2997, "pending_match_imports_bool_exp!" ] } ], "update_pending_match_imports_by_pk": [ - 2871, + 2993, { "_inc": [ - 2877 + 2999 ], "_set": [ - 2887 + 3009 ], "pk_columns": [ - 2885, + 3007, "pending_match_imports_pk_columns_input!" ] } ], "update_pending_match_imports_many": [ - 2881, + 3003, { "updates": [ - 2895, + 3017, "[pending_match_imports_updates!]!" ] } ], "update_player_aim_stats_demo": [ - 2909, + 3031, { "_inc": [ - 2905 + 3027 ], "_set": [ - 2914 + 3036 ], "where": [ - 2903, + 3025, "player_aim_stats_demo_bool_exp!" ] } ], "update_player_aim_stats_demo_by_pk": [ - 2899, + 3021, { "_inc": [ - 2905 + 3027 ], "_set": [ - 2914 + 3036 ], "pk_columns": [ - 2912, + 3034, "player_aim_stats_demo_pk_columns_input!" ] } ], "update_player_aim_stats_demo_many": [ - 2909, + 3031, { "updates": [ - 2922, + 3044, "[player_aim_stats_demo_updates!]!" ] } ], "update_player_aim_weapon_stats": [ - 2943, + 3065, { "_inc": [ - 2937 + 3059 ], "_set": [ - 2948 + 3070 ], "where": [ - 2935, + 3057, "player_aim_weapon_stats_bool_exp!" ] } ], "update_player_aim_weapon_stats_by_pk": [ - 2926, + 3048, { "_inc": [ - 2937 + 3059 ], "_set": [ - 2948 + 3070 ], "pk_columns": [ - 2946, + 3068, "player_aim_weapon_stats_pk_columns_input!" ] } ], "update_player_aim_weapon_stats_many": [ - 2943, + 3065, { "updates": [ - 2960, + 3082, "[player_aim_weapon_stats_updates!]!" ] } ], "update_player_assists": [ - 2986, + 3108, { "_inc": [ - 2980 + 3102 ], "_set": [ - 2993 + 3115 ], "where": [ - 2978, + 3100, "player_assists_bool_exp!" ] } ], "update_player_assists_by_pk": [ - 2967, + 3089, { "_inc": [ - 2980 + 3102 ], "_set": [ - 2993 + 3115 ], "pk_columns": [ - 2989, + 3111, "player_assists_pk_columns_input!" ] } ], "update_player_assists_many": [ - 2986, + 3108, { "updates": [ - 3005, + 3127, "[player_assists_updates!]!" ] } ], "update_player_damages": [ - 3047, + 3169, { "_inc": [ - 3041 + 3163 ], "_set": [ - 3052 + 3174 ], "where": [ - 3039, + 3161, "player_damages_bool_exp!" ] } ], "update_player_damages_by_pk": [ - 3030, + 3152, { "_inc": [ - 3041 + 3163 ], "_set": [ - 3052 + 3174 ], "pk_columns": [ - 3050, + 3172, "player_damages_pk_columns_input!" ] } ], "update_player_damages_many": [ - 3047, + 3169, { "updates": [ - 3064, + 3186, "[player_damages_updates!]!" ] } ], "update_player_elo": [ - 3081, + 3203, { "_inc": [ - 3077 + 3199 ], "_set": [ - 3086 + 3208 ], "where": [ - 3075, + 3197, "player_elo_bool_exp!" ] } ], "update_player_elo_by_pk": [ - 3071, + 3193, { "_inc": [ - 3077 + 3199 ], "_set": [ - 3086 + 3208 ], "pk_columns": [ - 3084, + 3206, "player_elo_pk_columns_input!" ] } ], "update_player_elo_many": [ - 3081, + 3203, { "updates": [ - 3094, + 3216, "[player_elo_updates!]!" ] } ], "update_player_faceit_rank_history": [ - 3115, + 3237, { "_inc": [ - 3109 + 3231 ], "_set": [ - 3120 + 3242 ], "where": [ - 3107, + 3229, "player_faceit_rank_history_bool_exp!" ] } ], "update_player_faceit_rank_history_by_pk": [ - 3098, + 3220, { "_inc": [ - 3109 + 3231 ], "_set": [ - 3120 + 3242 ], "pk_columns": [ - 3118, + 3240, "player_faceit_rank_history_pk_columns_input!" ] } ], "update_player_faceit_rank_history_many": [ - 3115, + 3237, { "updates": [ - 3132, + 3254, "[player_faceit_rank_history_updates!]!" ] } ], "update_player_flashes": [ - 3158, + 3280, { "_inc": [ - 3152 + 3274 ], "_set": [ - 3165 + 3287 ], "where": [ - 3150, + 3272, "player_flashes_bool_exp!" ] } ], "update_player_flashes_by_pk": [ - 3139, + 3261, { "_inc": [ - 3152 + 3274 ], "_set": [ - 3165 + 3287 ], "pk_columns": [ - 3161, + 3283, "player_flashes_pk_columns_input!" ] } ], "update_player_flashes_many": [ - 3158, + 3280, { "updates": [ - 3177, + 3299, "[player_flashes_updates!]!" ] } ], "update_player_kills": [ - 3244, + 3366, { "_inc": [ - 3238 + 3360 ], "_set": [ - 3251 + 3373 ], "where": [ - 3195, + 3317, "player_kills_bool_exp!" ] } ], "update_player_kills_by_pk": [ - 3184, + 3306, { "_inc": [ - 3238 + 3360 ], "_set": [ - 3251 + 3373 ], "pk_columns": [ - 3247, + 3369, "player_kills_pk_columns_input!" ] } ], "update_player_kills_by_weapon": [ - 3213, + 3335, { "_inc": [ - 3207 + 3329 ], "_set": [ - 3218 + 3340 ], "where": [ - 3205, + 3327, "player_kills_by_weapon_bool_exp!" ] } ], "update_player_kills_by_weapon_by_pk": [ - 3196, + 3318, { "_inc": [ - 3207 + 3329 ], "_set": [ - 3218 + 3340 ], "pk_columns": [ - 3216, + 3338, "player_kills_by_weapon_pk_columns_input!" ] } ], "update_player_kills_by_weapon_many": [ - 3213, + 3335, { "updates": [ - 3230, + 3352, "[player_kills_by_weapon_updates!]!" ] } ], "update_player_kills_many": [ - 3244, + 3366, { "updates": [ - 3263, + 3385, "[player_kills_updates!]!" ] } ], "update_player_leaderboard_rank": [ - 3279, + 3401, { "_inc": [ - 3275 + 3397 ], "_set": [ - 3282 + 3404 ], "where": [ - 3274, + 3396, "player_leaderboard_rank_bool_exp!" ] } ], "update_player_leaderboard_rank_many": [ - 3279, + 3401, { "updates": [ - 3289, + 3411, "[player_leaderboard_rank_updates!]!" ] } ], "update_player_match_map_stats": [ - 3310, + 3432, { "_inc": [ - 3304 + 3426 ], "_set": [ - 3315 + 3437 ], "where": [ - 3302, + 3424, "player_match_map_stats_bool_exp!" ] } ], "update_player_match_map_stats_by_pk": [ - 3293, + 3415, { "_inc": [ - 3304 + 3426 ], "_set": [ - 3315 + 3437 ], "pk_columns": [ - 3313, + 3435, "player_match_map_stats_pk_columns_input!" ] } ], "update_player_match_map_stats_many": [ - 3310, + 3432, { "updates": [ - 3327, + 3449, "[player_match_map_stats_updates!]!" ] } ], "update_player_objectives": [ - 3402, + 3524, { "_inc": [ - 3396 + 3518 ], "_set": [ - 3407 + 3529 ], "where": [ - 3394, + 3516, "player_objectives_bool_exp!" ] } ], "update_player_objectives_by_pk": [ - 3385, + 3507, { "_inc": [ - 3396 + 3518 ], "_set": [ - 3407 + 3529 ], "pk_columns": [ - 3405, + 3527, "player_objectives_pk_columns_input!" ] } ], "update_player_objectives_many": [ - 3402, + 3524, { "updates": [ - 3419, + 3541, "[player_objectives_updates!]!" ] } ], "update_player_premier_rank_history": [ - 3461, + 3583, { "_inc": [ - 3455 + 3577 ], "_set": [ - 3466 + 3588 ], "where": [ - 3453, + 3575, "player_premier_rank_history_bool_exp!" ] } ], "update_player_premier_rank_history_by_pk": [ - 3444, + 3566, { "_inc": [ - 3455 + 3577 ], "_set": [ - 3466 + 3588 ], "pk_columns": [ - 3464, + 3586, "player_premier_rank_history_pk_columns_input!" ] } ], "update_player_premier_rank_history_many": [ - 3461, + 3583, { "updates": [ - 3478, + 3600, "[player_premier_rank_history_updates!]!" ] } ], "update_player_sanctions": [ - 3502, + 3624, { "_inc": [ - 3496 + 3618 ], "_set": [ - 3507 + 3629 ], "where": [ - 3494, + 3616, "player_sanctions_bool_exp!" ] } ], "update_player_sanctions_by_pk": [ - 3485, + 3607, { "_inc": [ - 3496 + 3618 ], "_set": [ - 3507 + 3629 ], "pk_columns": [ - 3505, + 3627, "player_sanctions_pk_columns_input!" ] } ], "update_player_sanctions_many": [ - 3502, + 3624, { "updates": [ - 3519, + 3641, "[player_sanctions_updates!]!" ] } ], "update_player_season_stats": [ - 3553, + 3675, { "_inc": [ - 3547 + 3669 ], "_set": [ - 3566 + 3688 ], "where": [ - 3545, + 3667, "player_season_stats_bool_exp!" ] } ], "update_player_season_stats_by_pk": [ - 3526, + 3648, { "_inc": [ - 3547 + 3669 ], "_set": [ - 3566 + 3688 ], "pk_columns": [ - 3556, + 3678, "player_season_stats_pk_columns_input!" ] } ], "update_player_season_stats_many": [ - 3553, + 3675, { "updates": [ - 3578, + 3700, "[player_season_stats_updates!]!" ] } ], "update_player_stats": [ - 3595, + 3717, { "_inc": [ - 3591 + 3713 ], "_set": [ - 3601 + 3723 ], "where": [ - 3589, + 3711, "player_stats_bool_exp!" ] } ], "update_player_stats_by_pk": [ - 3585, + 3707, { "_inc": [ - 3591 + 3713 ], "_set": [ - 3601 + 3723 ], "pk_columns": [ - 3599, + 3721, "player_stats_pk_columns_input!" ] } ], "update_player_stats_many": [ - 3595, + 3717, { "updates": [ - 3609, + 3731, "[player_stats_updates!]!" ] } ], "update_player_steam_bot_friend": [ - 3627, + 3749, { "_append": [ - 3616 + 3738 ], "_delete_at_path": [ - 3620 + 3742 ], "_delete_elem": [ - 3621 + 3743 ], "_delete_key": [ - 3622 + 3744 ], "_inc": [ - 3623 + 3745 ], "_prepend": [ - 3631 + 3753 ], "_set": [ - 3633 + 3755 ], "where": [ - 3618, + 3740, "player_steam_bot_friend_bool_exp!" ] } ], "update_player_steam_bot_friend_by_pk": [ - 3613, + 3735, { "_append": [ - 3616 + 3738 ], "_delete_at_path": [ - 3620 + 3742 ], "_delete_elem": [ - 3621 + 3743 ], "_delete_key": [ - 3622 + 3744 ], "_inc": [ - 3623 + 3745 ], "_prepend": [ - 3631 + 3753 ], "_set": [ - 3633 + 3755 ], "pk_columns": [ - 3630, + 3752, "player_steam_bot_friend_pk_columns_input!" ] } ], "update_player_steam_bot_friend_many": [ - 3627, + 3749, { "updates": [ - 3641, + 3763, "[player_steam_bot_friend_updates!]!" ] } ], "update_player_steam_match_auth": [ - 3655, + 3777, { "_inc": [ - 3651 + 3773 ], "_set": [ - 3660 + 3782 ], "where": [ - 3649, + 3771, "player_steam_match_auth_bool_exp!" ] } ], "update_player_steam_match_auth_by_pk": [ - 3645, + 3767, { "_inc": [ - 3651 + 3773 ], "_set": [ - 3660 + 3782 ], "pk_columns": [ - 3658, + 3780, "player_steam_match_auth_pk_columns_input!" ] } ], "update_player_steam_match_auth_many": [ - 3655, + 3777, { "updates": [ - 3668, + 3790, "[player_steam_match_auth_updates!]!" ] } ], "update_player_unused_utility": [ - 3689, + 3811, { "_inc": [ - 3683 + 3805 ], "_set": [ - 3694 + 3816 ], "where": [ - 3681, + 3803, "player_unused_utility_bool_exp!" ] } ], "update_player_unused_utility_by_pk": [ - 3672, + 3794, { "_inc": [ - 3683 + 3805 ], "_set": [ - 3694 + 3816 ], "pk_columns": [ - 3692, + 3814, "player_unused_utility_pk_columns_input!" ] } ], "update_player_unused_utility_many": [ - 3689, + 3811, { "updates": [ - 3706, + 3828, "[player_unused_utility_updates!]!" ] } ], "update_player_utility": [ - 3730, + 3852, { "_inc": [ - 3724 + 3846 ], "_set": [ - 3735 + 3857 ], "where": [ - 3722, + 3844, "player_utility_bool_exp!" ] } ], "update_player_utility_by_pk": [ - 3713, + 3835, { "_inc": [ - 3724 + 3846 ], "_set": [ - 3735 + 3857 ], "pk_columns": [ - 3733, + 3855, "player_utility_pk_columns_input!" ] } ], "update_player_utility_many": [ - 3730, + 3852, { "updates": [ - 3747, + 3869, "[player_utility_updates!]!" ] } ], "update_players": [ - 3797, + 3919, { "_inc": [ - 3793 + 3915 ], "_set": [ - 3803 + 3925 ], "where": [ - 3791, + 3913, "players_bool_exp!" ] } ], "update_players_by_pk": [ - 3787, + 3909, { "_inc": [ - 3793 + 3915 ], "_set": [ - 3803 + 3925 ], "pk_columns": [ - 3801, + 3923, "players_pk_columns_input!" ] } ], "update_players_many": [ - 3797, + 3919, { "updates": [ - 3811, + 3933, "[players_updates!]!" ] } ], "update_plugin_versions": [ - 3825, + 3947, { "_inc": [ - 3821 + 3943 ], "_set": [ - 3830 + 3952 ], "where": [ - 3819, + 3941, "plugin_versions_bool_exp!" ] } ], "update_plugin_versions_by_pk": [ - 3815, + 3937, { "_inc": [ - 3821 + 3943 ], "_set": [ - 3830 + 3952 ], "pk_columns": [ - 3828, + 3950, "plugin_versions_pk_columns_input!" ] } ], "update_plugin_versions_many": [ - 3825, + 3947, { "updates": [ - 3838, + 3960, "[plugin_versions_updates!]!" ] } ], "update_seasons": [ - 3856, + 3978, { "_inc": [ - 3852 + 3974 ], "_set": [ - 3862 + 3984 ], "where": [ - 3850, + 3972, "seasons_bool_exp!" ] } ], "update_seasons_by_pk": [ - 3846, + 3968, { "_inc": [ - 3852 + 3974 ], "_set": [ - 3862 + 3984 ], "pk_columns": [ - 3860, + 3982, "seasons_pk_columns_input!" ] } ], "update_seasons_many": [ - 3856, + 3978, { "updates": [ - 3870, + 3992, "[seasons_updates!]!" ] } ], "update_server_regions": [ - 3883, + 4005, { "_set": [ - 3889 + 4011 ], "where": [ - 3878, + 4000, "server_regions_bool_exp!" ] } ], "update_server_regions_by_pk": [ - 3874, + 3996, { "_set": [ - 3889 + 4011 ], "pk_columns": [ - 3887, + 4009, "server_regions_pk_columns_input!" ] } ], "update_server_regions_many": [ - 3883, + 4005, { "updates": [ - 3897, + 4019, "[server_regions_updates!]!" ] } ], "update_servers": [ - 3920, + 4042, { "_inc": [ - 3914 + 4036 ], "_set": [ - 3928 + 4050 ], "where": [ - 3912, + 4034, "servers_bool_exp!" ] } ], "update_servers_by_pk": [ - 3901, + 4023, { "_inc": [ - 3914 + 4036 ], "_set": [ - 3928 + 4050 ], "pk_columns": [ - 3924, + 4046, "servers_pk_columns_input!" ] } ], "update_servers_many": [ - 3920, + 4042, { "updates": [ - 3940, + 4062, "[servers_updates!]!" ] } ], "update_settings": [ - 3955, + 4077, { "_set": [ - 3960 + 4082 ], "where": [ - 3950, + 4072, "settings_bool_exp!" ] } ], "update_settings_by_pk": [ - 3947, + 4069, { "_set": [ - 3960 + 4082 ], "pk_columns": [ - 3958, + 4080, "settings_pk_columns_input!" ] } ], "update_settings_many": [ - 3955, + 4077, { "updates": [ - 3964, + 4086, "[settings_updates!]!" ] } ], "update_steam_account_claims": [ - 3981, + 4103, { "_set": [ - 3986 + 4108 ], "where": [ - 3974, + 4096, "steam_account_claims_bool_exp!" ] } ], "update_steam_account_claims_by_pk": [ - 3967, + 4089, { "_set": [ - 3986 + 4108 ], "pk_columns": [ - 3984, + 4106, "steam_account_claims_pk_columns_input!" ] } ], "update_steam_account_claims_many": [ - 3981, + 4103, { "updates": [ - 3990, + 4112, "[steam_account_claims_updates!]!" ] } ], "update_steam_accounts": [ - 4001, + 4123, { "_inc": [ - 3997 + 4119 ], "_set": [ - 4007 + 4129 ], "where": [ - 3995, + 4117, "steam_accounts_bool_exp!" ] } ], "update_steam_accounts_by_pk": [ - 3991, + 4113, { "_inc": [ - 3997 + 4119 ], "_set": [ - 4007 + 4129 ], "pk_columns": [ - 4005, + 4127, "steam_accounts_pk_columns_input!" ] } ], "update_steam_accounts_many": [ - 4001, + 4123, { "updates": [ - 4015, + 4137, "[steam_accounts_updates!]!" ] } ], "update_system_alerts": [ - 4029, + 4151, { "_inc": [ - 4025 + 4147 ], "_set": [ - 4034 + 4156 ], "where": [ - 4023, + 4145, "system_alerts_bool_exp!" ] } ], "update_system_alerts_by_pk": [ - 4019, + 4141, { "_inc": [ - 4025 + 4147 ], "_set": [ - 4034 + 4156 ], "pk_columns": [ - 4032, + 4154, "system_alerts_pk_columns_input!" ] } ], "update_system_alerts_many": [ - 4029, + 4151, { "updates": [ - 4042, + 4164, "[system_alerts_updates!]!" ] } ], "update_team_invites": [ - 4063, + 4185, { "_inc": [ - 4057 + 4179 ], "_set": [ - 4068 + 4190 ], "where": [ - 4055, + 4177, "team_invites_bool_exp!" ] } ], "update_team_invites_by_pk": [ - 4046, + 4168, { "_inc": [ - 4057 + 4179 ], "_set": [ - 4068 + 4190 ], "pk_columns": [ - 4066, + 4188, "team_invites_pk_columns_input!" ] } ], "update_team_invites_many": [ - 4063, + 4185, { "updates": [ - 4080, + 4202, "[team_invites_updates!]!" ] } ], "update_team_roster": [ - 4106, + 4228, { "_inc": [ - 4100 + 4222 ], "_set": [ - 4113 + 4235 ], "where": [ - 4098, + 4220, "team_roster_bool_exp!" ] } ], "update_team_roster_by_pk": [ - 4087, + 4209, { "_inc": [ - 4100 + 4222 ], "_set": [ - 4113 + 4235 ], "pk_columns": [ - 4109, + 4231, "team_roster_pk_columns_input!" ] } ], "update_team_roster_many": [ - 4106, + 4228, { "updates": [ - 4125, + 4247, "[team_roster_updates!]!" ] } ], "update_team_scrim_alerts": [ - 4142, + 4264, { "_inc": [ - 4138 + 4260 ], "_set": [ - 4147 + 4269 ], "where": [ - 4136, + 4258, "team_scrim_alerts_bool_exp!" ] } ], "update_team_scrim_alerts_by_pk": [ - 4132, + 4254, { "_inc": [ - 4138 + 4260 ], "_set": [ - 4147 + 4269 ], "pk_columns": [ - 4145, + 4267, "team_scrim_alerts_pk_columns_input!" ] } ], "update_team_scrim_alerts_many": [ - 4142, + 4264, { "updates": [ - 4155, + 4277, "[team_scrim_alerts_updates!]!" ] } ], "update_team_scrim_availability": [ - 4175, + 4297, { "_set": [ - 4182 + 4304 ], "where": [ - 4168, + 4290, "team_scrim_availability_bool_exp!" ] } ], "update_team_scrim_availability_by_pk": [ - 4159, + 4281, { "_set": [ - 4182 + 4304 ], "pk_columns": [ - 4178, + 4300, "team_scrim_availability_pk_columns_input!" ] } ], "update_team_scrim_availability_many": [ - 4175, + 4297, { "updates": [ - 4186, + 4308, "[team_scrim_availability_updates!]!" ] } ], "update_team_scrim_request_proposals": [ - 4204, + 4326, { "_inc": [ - 4198 + 4320 ], "_set": [ - 4209 + 4331 ], "where": [ - 4196, + 4318, "team_scrim_request_proposals_bool_exp!" ] } ], "update_team_scrim_request_proposals_by_pk": [ - 4187, + 4309, { "_inc": [ - 4198 + 4320 ], "_set": [ - 4209 + 4331 ], "pk_columns": [ - 4207, + 4329, "team_scrim_request_proposals_pk_columns_input!" ] } ], "update_team_scrim_request_proposals_many": [ - 4204, + 4326, { "updates": [ - 4221, + 4343, "[team_scrim_request_proposals_updates!]!" ] } ], "update_team_scrim_requests": [ - 4247, + 4369, { "_inc": [ - 4241 + 4363 ], "_set": [ - 4255 + 4377 ], "where": [ - 4239, + 4361, "team_scrim_requests_bool_exp!" ] } ], "update_team_scrim_requests_by_pk": [ - 4228, + 4350, { "_inc": [ - 4241 + 4363 ], "_set": [ - 4255 + 4377 ], "pk_columns": [ - 4251, + 4373, "team_scrim_requests_pk_columns_input!" ] } ], "update_team_scrim_requests_many": [ - 4247, + 4369, { "updates": [ - 4267, + 4389, "[team_scrim_requests_updates!]!" ] } ], "update_team_scrim_settings": [ - 4284, + 4406, { "_inc": [ - 4280 + 4402 ], "_set": [ - 4290 + 4412 ], "where": [ - 4278, + 4400, "team_scrim_settings_bool_exp!" ] } ], "update_team_scrim_settings_by_pk": [ - 4274, + 4396, { "_inc": [ - 4280 + 4402 ], "_set": [ - 4290 + 4412 ], "pk_columns": [ - 4288, + 4410, "team_scrim_settings_pk_columns_input!" ] } ], "update_team_scrim_settings_many": [ - 4284, + 4406, { "updates": [ - 4298, + 4420, "[team_scrim_settings_updates!]!" ] } ], "update_team_suggestions": [ - 4312, + 4434, { "_inc": [ - 4308 + 4430 ], "_set": [ - 4317 + 4439 ], "where": [ - 4306, + 4428, "team_suggestions_bool_exp!" ] } ], "update_team_suggestions_by_pk": [ - 4302, + 4424, { "_inc": [ - 4308 + 4430 ], "_set": [ - 4317 + 4439 ], "pk_columns": [ - 4315, + 4437, "team_suggestions_pk_columns_input!" ] } ], "update_team_suggestions_many": [ - 4312, + 4434, { "updates": [ - 4325, + 4447, "[team_suggestions_updates!]!" ] } ], "update_teams": [ - 4348, + 4470, { "_inc": [ - 4342 + 4464 ], "_set": [ - 4356 + 4478 ], "where": [ - 4340, + 4462, "teams_bool_exp!" ] } ], "update_teams_by_pk": [ - 4329, + 4451, { "_inc": [ - 4342 + 4464 ], "_set": [ - 4356 + 4478 ], "pk_columns": [ - 4352, + 4474, "teams_pk_columns_input!" ] } ], "update_teams_many": [ - 4348, + 4470, { "updates": [ - 4368, + 4490, "[teams_updates!]!" ] } ], + "update_tournament_awards": [ + 4517, + { + "_inc": [ + 4511 + ], + "_set": [ + 4523 + ], + "where": [ + 4509, + "tournament_awards_bool_exp!" + ] + } + ], + "update_tournament_awards_by_pk": [ + 4500, + { + "_inc": [ + 4511 + ], + "_set": [ + 4523 + ], + "pk_columns": [ + 4521, + "tournament_awards_pk_columns_input!" + ] + } + ], + "update_tournament_awards_many": [ + 4517, + { + "updates": [ + 4535, + "[tournament_awards_updates!]!" + ] + } + ], "update_tournament_brackets": [ - 4397, + 4561, { "_inc": [ - 4391 + 4555 ], "_set": [ - 4405 + 4569 ], "where": [ - 4389, + 4553, "tournament_brackets_bool_exp!" ] } ], "update_tournament_brackets_by_pk": [ - 4378, + 4542, { "_inc": [ - 4391 + 4555 ], "_set": [ - 4405 + 4569 ], "pk_columns": [ - 4401, + 4565, "tournament_brackets_pk_columns_input!" ] } ], "update_tournament_brackets_many": [ - 4397, + 4561, { "updates": [ - 4417, + 4581, "[tournament_brackets_updates!]!" ] } ], "update_tournament_categories": [ - 4438, + 4602, { "_set": [ - 4443 + 4607 ], "where": [ - 4431, + 4595, "tournament_categories_bool_exp!" ] } ], "update_tournament_categories_by_pk": [ - 4424, + 4588, { "_set": [ - 4443 + 4607 ], "pk_columns": [ - 4441, + 4605, "tournament_categories_pk_columns_input!" ] } ], "update_tournament_categories_many": [ - 4438, + 4602, { "updates": [ - 4447, + 4611, "[tournament_categories_updates!]!" ] } ], "update_tournament_organizer_teams": [ - 4462, + 4626, { "_set": [ - 4467 + 4631 ], "where": [ - 4455, + 4619, "tournament_organizer_teams_bool_exp!" ] } ], "update_tournament_organizer_teams_by_pk": [ - 4448, + 4612, { "_set": [ - 4467 + 4631 ], "pk_columns": [ - 4465, + 4629, "tournament_organizer_teams_pk_columns_input!" ] } ], "update_tournament_organizer_teams_many": [ - 4462, + 4626, { "updates": [ - 4471, + 4635, "[tournament_organizer_teams_updates!]!" ] } ], "update_tournament_organizers": [ - 4489, + 4653, { "_inc": [ - 4483 + 4647 ], "_set": [ - 4494 + 4658 ], "where": [ - 4481, + 4645, "tournament_organizers_bool_exp!" ] } ], "update_tournament_organizers_by_pk": [ - 4472, + 4636, { "_inc": [ - 4483 + 4647 ], "_set": [ - 4494 + 4658 ], "pk_columns": [ - 4492, + 4656, "tournament_organizers_pk_columns_input!" ] } ], "update_tournament_organizers_many": [ - 4489, + 4653, { "updates": [ - 4506, + 4670, "[tournament_organizers_updates!]!" ] } ], "update_tournament_prizes": [ - 4530, + 4694, { "_inc": [ - 4524 + 4688 ], "_set": [ - 4535 + 4699 ], "where": [ - 4522, + 4686, "tournament_prizes_bool_exp!" ] } ], "update_tournament_prizes_by_pk": [ - 4513, + 4677, { "_inc": [ - 4524 + 4688 ], "_set": [ - 4535 + 4699 ], "pk_columns": [ - 4533, + 4697, "tournament_prizes_pk_columns_input!" ] } ], "update_tournament_prizes_many": [ - 4530, + 4694, { "updates": [ - 4547, + 4711, "[tournament_prizes_updates!]!" ] } ], "update_tournament_stage_windows": [ - 4571, + 4735, { "_inc": [ - 4565 + 4729 ], "_set": [ - 4576 + 4740 ], "where": [ - 4563, + 4727, "tournament_stage_windows_bool_exp!" ] } ], "update_tournament_stage_windows_by_pk": [ - 4554, + 4718, { "_inc": [ - 4565 + 4729 ], "_set": [ - 4576 + 4740 ], "pk_columns": [ - 4574, + 4738, "tournament_stage_windows_pk_columns_input!" ] } ], "update_tournament_stage_windows_many": [ - 4571, + 4735, { "updates": [ - 4588, + 4752, "[tournament_stage_windows_updates!]!" ] } ], "update_tournament_stages": [ - 4618, + 4782, { "_append": [ - 4603 + 4767 ], "_delete_at_path": [ - 4609 + 4773 ], "_delete_elem": [ - 4610 + 4774 ], "_delete_key": [ - 4611 + 4775 ], "_inc": [ - 4612 + 4776 ], "_prepend": [ - 4623 + 4787 ], "_set": [ - 4627 + 4791 ], "where": [ - 4607, + 4771, "tournament_stages_bool_exp!" ] } ], "update_tournament_stages_by_pk": [ - 4595, + 4759, { "_append": [ - 4603 + 4767 ], "_delete_at_path": [ - 4609 + 4773 ], "_delete_elem": [ - 4610 + 4774 ], "_delete_key": [ - 4611 + 4775 ], "_inc": [ - 4612 + 4776 ], "_prepend": [ - 4623 + 4787 ], "_set": [ - 4627 + 4791 ], "pk_columns": [ - 4622, + 4786, "tournament_stages_pk_columns_input!" ] } ], "update_tournament_stages_many": [ - 4618, + 4782, { "updates": [ - 4639, + 4803, "[tournament_stages_updates!]!" ] } ], "update_tournament_team_invites": [ - 4663, + 4827, { "_inc": [ - 4657 + 4821 ], "_set": [ - 4668 + 4832 ], "where": [ - 4655, + 4819, "tournament_team_invites_bool_exp!" ] } ], "update_tournament_team_invites_by_pk": [ - 4646, + 4810, { "_inc": [ - 4657 + 4821 ], "_set": [ - 4668 + 4832 ], "pk_columns": [ - 4666, + 4830, "tournament_team_invites_pk_columns_input!" ] } ], "update_tournament_team_invites_many": [ - 4663, + 4827, { "updates": [ - 4680, + 4844, "[tournament_team_invites_updates!]!" ] } ], "update_tournament_team_roster": [ - 4704, + 4868, { "_inc": [ - 4698 + 4862 ], "_set": [ - 4709 + 4873 ], "where": [ - 4696, + 4860, "tournament_team_roster_bool_exp!" ] } ], "update_tournament_team_roster_by_pk": [ - 4687, + 4851, { "_inc": [ - 4698 + 4862 ], "_set": [ - 4709 + 4873 ], "pk_columns": [ - 4707, + 4871, "tournament_team_roster_pk_columns_input!" ] } ], "update_tournament_team_roster_many": [ - 4704, + 4868, { "updates": [ - 4721, + 4885, "[tournament_team_roster_updates!]!" ] } ], "update_tournament_teams": [ - 4745, + 4909, { "_inc": [ - 4739 + 4903 ], "_set": [ - 4751 + 4915 ], "where": [ - 4737, + 4901, "tournament_teams_bool_exp!" ] } ], "update_tournament_teams_by_pk": [ - 4728, + 4892, { "_inc": [ - 4739 + 4903 ], "_set": [ - 4751 + 4915 ], "pk_columns": [ - 4749, + 4913, "tournament_teams_pk_columns_input!" ] } ], "update_tournament_teams_many": [ - 4745, + 4909, { "updates": [ - 4763, + 4927, "[tournament_teams_updates!]!" ] } ], - "update_tournament_trophies": [ - 4789, - { - "_inc": [ - 4783 - ], - "_set": [ - 4796 - ], - "where": [ - 4781, - "tournament_trophies_bool_exp!" - ] - } - ], - "update_tournament_trophies_by_pk": [ - 4770, - { - "_inc": [ - 4783 - ], - "_set": [ - 4796 - ], - "pk_columns": [ - 4792, - "tournament_trophies_pk_columns_input!" - ] - } - ], - "update_tournament_trophies_many": [ - 4789, - { - "updates": [ - 4808, - "[tournament_trophies_updates!]!" - ] - } - ], - "update_tournament_trophy_configs": [ - 4832, - { - "_inc": [ - 4826 - ], - "_set": [ - 4838 - ], - "where": [ - 4824, - "tournament_trophy_configs_bool_exp!" - ] - } - ], - "update_tournament_trophy_configs_by_pk": [ - 4815, - { - "_inc": [ - 4826 - ], - "_set": [ - 4838 - ], - "pk_columns": [ - 4836, - "tournament_trophy_configs_pk_columns_input!" - ] - } - ], - "update_tournament_trophy_configs_many": [ - 4832, - { - "updates": [ - 4850, - "[tournament_trophy_configs_updates!]!" - ] - } - ], "update_tournaments": [ - 4886, + 4963, { "_inc": [ - 4880 + 4957 ], "_set": [ - 4902 + 4979 ], "where": [ - 4878, + 4955, "tournaments_bool_exp!" ] } ], "update_tournaments_by_pk": [ - 4857, + 4934, { "_inc": [ - 4880 + 4957 ], "_set": [ - 4902 + 4979 ], "pk_columns": [ - 4890, + 4967, "tournaments_pk_columns_input!" ] } ], "update_tournaments_many": [ - 4886, + 4963, { "updates": [ - 4914, + 4991, "[tournaments_updates!]!" ] } ], "update_v_match_captains": [ - 5086, + 5163, { "_inc": [ - 5082 + 5159 ], "_set": [ - 5090 + 5167 ], "where": [ - 5081, + 5158, "v_match_captains_bool_exp!" ] } ], "update_v_match_captains_many": [ - 5086, + 5163, { "updates": [ - 5097, + 5174, "[v_match_captains_updates!]!" ] } ], "update_v_match_map_backup_rounds": [ - 5197, + 5274, { "_inc": [ - 5193 + 5270 ], "_set": [ - 5200 + 5277 ], "where": [ - 5192, + 5269, "v_match_map_backup_rounds_bool_exp!" ] } ], "update_v_match_map_backup_rounds_many": [ - 5197, + 5274, { "updates": [ - 5207, + 5284, "[v_match_map_backup_rounds_updates!]!" ] } ], "update_v_player_match_map_hltv": [ - 5419, + 5496, { "_inc": [ - 5413 + 5490 ], "_set": [ - 5422 + 5499 ], "where": [ - 5412, + 5489, "v_player_match_map_hltv_bool_exp!" ] } ], "update_v_player_match_map_hltv_many": [ - 5419, + 5496, { "updates": [ - 5433, + 5510, "[v_player_match_map_hltv_updates!]!" ] } ], "update_v_pool_maps": [ - 5578, + 5655, { "_set": [ - 5583 + 5660 ], "where": [ - 5572, + 5649, "v_pool_maps_bool_exp!" ] } ], "update_v_pool_maps_many": [ - 5578, + 5655, { "updates": [ - 5586, + 5663, "[v_pool_maps_updates!]!" ] } ], "update_v_team_stage_results": [ - 5672, + 5749, { "_inc": [ - 5666 + 5743 ], "_set": [ - 5686 + 5763 ], "where": [ - 5664, + 5741, "v_team_stage_results_bool_exp!" ] } ], "update_v_team_stage_results_by_pk": [ - 5645, + 5722, { "_inc": [ - 5666 + 5743 ], "_set": [ - 5686 + 5763 ], "pk_columns": [ - 5676, + 5753, "v_team_stage_results_pk_columns_input!" ] } ], "update_v_team_stage_results_many": [ - 5672, + 5749, { "updates": [ - 5698, + 5775, "[v_team_stage_results_updates!]!" ] } ], "validateGamedata": [ - 81, + 83, { "game_server_node_id": [ - 4921, + 4998, "uuid!" ] } ], "watchDemo": [ - 91, + 99, { "match_map_demo_id": [ - 4921 + 4998 ], "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "writeServerFile": [ - 81, + 83, { "content": [ - 78, + 80, "String!" ], "file_path": [ - 78, + 80, "String!" ], "node_id": [ - 78, + 80, "String!" ], "server_id": [ - 78 + 80 ] } ], "__typename": [ - 78 + 80 ] }, "Subscription": { "_map_pool": [ - 92, + 100, { "distinct_on": [ - 104, + 112, "[_map_pool_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 102, + 110, "[_map_pool_order_by!]" ], "where": [ - 95 + 103 ] } ], "_map_pool_aggregate": [ - 93, + 101, { "distinct_on": [ - 104, + 112, "[_map_pool_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 102, + 110, "[_map_pool_order_by!]" ], "where": [ - 95 + 103 ] } ], "_map_pool_by_pk": [ - 92, + 100, { "map_id": [ - 4921, + 4998, "uuid!" ], "map_pool_id": [ - 4921, + 4998, "uuid!" ] } ], "_map_pool_stream": [ - 92, + 100, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 106, + 114, "[_map_pool_stream_cursor_input]!" ], "where": [ - 95 + 103 ] } ], "abandoned_matches": [ - 111, + 119, { "distinct_on": [ - 132, + 140, "[abandoned_matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 130, + 138, "[abandoned_matches_order_by!]" ], "where": [ - 120 + 128 ] } ], "abandoned_matches_aggregate": [ - 112, + 120, { "distinct_on": [ - 132, + 140, "[abandoned_matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 130, + 138, "[abandoned_matches_order_by!]" ], "where": [ - 120 + 128 ] } ], "abandoned_matches_by_pk": [ - 111, + 119, { "id": [ - 4921, + 4998, "uuid!" ] } ], "abandoned_matches_stream": [ - 111, + 119, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 140, + 148, "[abandoned_matches_stream_cursor_input]!" ], "where": [ - 120 + 128 ] } ], "api_keys": [ - 152, + 160, { "distinct_on": [ - 166, + 174, "[api_keys_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 164, + 172, "[api_keys_order_by!]" ], "where": [ - 156 + 164 ] } ], "api_keys_aggregate": [ - 153, + 161, { "distinct_on": [ - 166, + 174, "[api_keys_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 164, + 172, "[api_keys_order_by!]" ], "where": [ - 156 + 164 ] } ], "api_keys_by_pk": [ - 152, + 160, { "id": [ - 4921, + 4998, "uuid!" ] } ], "api_keys_stream": [ - 152, + 160, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 171, + 179, "[api_keys_stream_cursor_input]!" ], "where": [ - 156 + 164 + ] + } + ], + "award_recipients": [ + 188, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "award_recipients_aggregate": [ + 189, + { + "distinct_on": [ + 209, + "[award_recipients_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 207, + "[award_recipients_order_by!]" + ], + "where": [ + 197 + ] + } + ], + "award_recipients_by_pk": [ + 188, + { + "id": [ + 4998, + "uuid!" + ] + } + ], + "award_recipients_stream": [ + 188, + { + "batch_size": [ + 40, + "Int!" + ], + "cursor": [ + 217, + "[award_recipients_stream_cursor_input]!" + ], + "where": [ + 197 + ] + } + ], + "awards": [ + 229, + { + "distinct_on": [ + 244, + "[awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 242, + "[awards_order_by!]" + ], + "where": [ + 233 + ] + } + ], + "awards_aggregate": [ + 230, + { + "distinct_on": [ + 244, + "[awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 242, + "[awards_order_by!]" + ], + "where": [ + 233 + ] + } + ], + "awards_by_pk": [ + 229, + { + "id": [ + 4998, + "uuid!" + ] + } + ], + "awards_stream": [ + 229, + { + "batch_size": [ + 40, + "Int!" + ], + "cursor": [ + 249, + "[awards_stream_cursor_input]!" + ], + "where": [ + 233 ] } ], "clip_render_jobs": [ - 185, + 262, { "distinct_on": [ - 213, + 290, "[clip_render_jobs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 210, + 287, "[clip_render_jobs_order_by!]" ], "where": [ - 197 + 274 ] } ], "clip_render_jobs_aggregate": [ - 186, + 263, { "distinct_on": [ - 213, + 290, "[clip_render_jobs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 210, + 287, "[clip_render_jobs_order_by!]" ], "where": [ - 197 + 274 ] } ], "clip_render_jobs_by_pk": [ - 185, + 262, { "id": [ - 4921, + 4998, "uuid!" ] } ], "clip_render_jobs_stream": [ - 185, + 262, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 223, + 300, "[clip_render_jobs_stream_cursor_input]!" ], "where": [ - 197 + 274 ] } ], "custom_pages": [ - 237, + 314, { "distinct_on": [ - 251, + 333, "[custom_pages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 249, + 330, "[custom_pages_order_by!]" ], "where": [ - 241 + 319 ] } ], "custom_pages_aggregate": [ - 238, + 315, { "distinct_on": [ - 251, + 333, "[custom_pages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 249, + 330, "[custom_pages_order_by!]" ], "where": [ - 241 + 319 ] } ], "custom_pages_by_pk": [ - 237, + 314, { "id": [ - 4921, + 4998, "uuid!" ] } ], "custom_pages_stream": [ - 237, + 314, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 256, + 338, "[custom_pages_stream_cursor_input]!" ], "where": [ - 241 + 319 ] } ], "db_backups": [ - 264, + 346, { "distinct_on": [ - 278, + 360, "[db_backups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 276, + 358, "[db_backups_order_by!]" ], "where": [ - 268 + 350 ] } ], "db_backups_aggregate": [ - 265, + 347, { "distinct_on": [ - 278, + 360, "[db_backups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 276, + 358, "[db_backups_order_by!]" ], "where": [ - 268 + 350 ] } ], "db_backups_by_pk": [ - 264, + 346, { "id": [ - 4921, + 4998, "uuid!" ] } ], "db_backups_stream": [ - 264, + 346, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 283, + 365, "[db_backups_stream_cursor_input]!" ], "where": [ - 268 + 350 ] } ], "draft_game_picks": [ - 291, + 373, { "distinct_on": [ - 314, + 396, "[draft_game_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 312, + 394, "[draft_game_picks_order_by!]" ], "where": [ - 302 + 384 ] } ], "draft_game_picks_aggregate": [ - 292, + 374, { "distinct_on": [ - 314, + 396, "[draft_game_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 312, + 394, "[draft_game_picks_order_by!]" ], "where": [ - 302 + 384 ] } ], "draft_game_picks_by_pk": [ - 291, + 373, { "id": [ - 4921, + 4998, "uuid!" ] } ], "draft_game_picks_stream": [ - 291, + 373, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 324, + 406, "[draft_game_picks_stream_cursor_input]!" ], "where": [ - 302 + 384 ] } ], "draft_game_players": [ - 336, + 418, { "distinct_on": [ - 359, + 441, "[draft_game_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 357, + 439, "[draft_game_players_order_by!]" ], "where": [ - 347 + 429 ] } ], "draft_game_players_aggregate": [ - 337, + 419, { "distinct_on": [ - 359, + 441, "[draft_game_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 357, + 439, "[draft_game_players_order_by!]" ], "where": [ - 347 + 429 ] } ], "draft_game_players_by_pk": [ - 336, + 418, { "draft_game_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "draft_game_players_stream": [ - 336, + 418, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 369, + 451, "[draft_game_players_stream_cursor_input]!" ], "where": [ - 347 + 429 ] } ], "draft_games": [ - 381, + 463, { "distinct_on": [ - 405, + 487, "[draft_games_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 403, + 485, "[draft_games_order_by!]" ], "where": [ - 392 + 474 ] } ], "draft_games_aggregate": [ - 382, + 464, { "distinct_on": [ - 405, + 487, "[draft_games_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 403, + 485, "[draft_games_order_by!]" ], "where": [ - 392 + 474 ] } ], "draft_games_by_pk": [ - 381, + 463, { "id": [ - 4921, + 4998, "uuid!" ] } ], "draft_games_stream": [ - 381, + 463, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 415, + 497, "[draft_games_stream_cursor_input]!" ], "where": [ - 392 + 474 + ] + } + ], + "e_award_sources": [ + 509, + { + "distinct_on": [ + 523, + "[e_award_sources_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 521, + "[e_award_sources_order_by!]" + ], + "where": [ + 512 + ] + } + ], + "e_award_sources_aggregate": [ + 510, + { + "distinct_on": [ + 523, + "[e_award_sources_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 521, + "[e_award_sources_order_by!]" + ], + "where": [ + 512 + ] + } + ], + "e_award_sources_by_pk": [ + 509, + { + "value": [ + 80, + "String!" + ] + } + ], + "e_award_sources_stream": [ + 509, + { + "batch_size": [ + 40, + "Int!" + ], + "cursor": [ + 525, + "[e_award_sources_stream_cursor_input]!" + ], + "where": [ + 512 + ] + } + ], + "e_award_tiers": [ + 529, + { + "distinct_on": [ + 543, + "[e_award_tiers_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 541, + "[e_award_tiers_order_by!]" + ], + "where": [ + 532 + ] + } + ], + "e_award_tiers_aggregate": [ + 530, + { + "distinct_on": [ + 543, + "[e_award_tiers_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 541, + "[e_award_tiers_order_by!]" + ], + "where": [ + 532 + ] + } + ], + "e_award_tiers_by_pk": [ + 529, + { + "value": [ + 80, + "String!" + ] + } + ], + "e_award_tiers_stream": [ + 529, + { + "batch_size": [ + 40, + "Int!" + ], + "cursor": [ + 545, + "[e_award_tiers_stream_cursor_input]!" + ], + "where": [ + 532 ] } ], "e_check_in_settings": [ - 427, + 549, { "distinct_on": [ - 441, + 563, "[e_check_in_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 439, + 561, "[e_check_in_settings_order_by!]" ], "where": [ - 430 + 552 ] } ], "e_check_in_settings_aggregate": [ - 428, + 550, { "distinct_on": [ - 441, + 563, "[e_check_in_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 439, + 561, "[e_check_in_settings_order_by!]" ], "where": [ - 430 + 552 ] } ], "e_check_in_settings_by_pk": [ - 427, + 549, { "value": [ - 78, + 80, "String!" ] } ], "e_check_in_settings_stream": [ - 427, + 549, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 443, + 565, "[e_check_in_settings_stream_cursor_input]!" ], "where": [ - 430 + 552 ] } ], "e_draft_game_captain_selection": [ - 447, + 569, { "distinct_on": [ - 462, + 584, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 460, + 582, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 450 + 572 ] } ], "e_draft_game_captain_selection_aggregate": [ - 448, + 570, { "distinct_on": [ - 462, + 584, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 460, + 582, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 450 + 572 ] } ], "e_draft_game_captain_selection_by_pk": [ - 447, + 569, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_captain_selection_stream": [ - 447, + 569, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 464, + 586, "[e_draft_game_captain_selection_stream_cursor_input]!" ], "where": [ - 450 + 572 ] } ], "e_draft_game_draft_order": [ - 468, + 590, { "distinct_on": [ - 483, + 605, "[e_draft_game_draft_order_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 481, + 603, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 471 + 593 ] } ], "e_draft_game_draft_order_aggregate": [ - 469, + 591, { "distinct_on": [ - 483, + 605, "[e_draft_game_draft_order_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 481, + 603, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 471 + 593 ] } ], "e_draft_game_draft_order_by_pk": [ - 468, + 590, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_draft_order_stream": [ - 468, + 590, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 485, + 607, "[e_draft_game_draft_order_stream_cursor_input]!" ], "where": [ - 471 + 593 ] } ], "e_draft_game_mode": [ - 489, + 611, { "distinct_on": [ - 504, + 626, "[e_draft_game_mode_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 502, + 624, "[e_draft_game_mode_order_by!]" ], "where": [ - 492 + 614 ] } ], "e_draft_game_mode_aggregate": [ - 490, + 612, { "distinct_on": [ - 504, + 626, "[e_draft_game_mode_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 502, + 624, "[e_draft_game_mode_order_by!]" ], "where": [ - 492 + 614 ] } ], "e_draft_game_mode_by_pk": [ - 489, + 611, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_mode_stream": [ - 489, + 611, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 506, + 628, "[e_draft_game_mode_stream_cursor_input]!" ], "where": [ - 492 + 614 ] } ], "e_draft_game_player_status": [ - 510, + 632, { "distinct_on": [ - 525, + 647, "[e_draft_game_player_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 523, + 645, "[e_draft_game_player_status_order_by!]" ], "where": [ - 513 + 635 ] } ], "e_draft_game_player_status_aggregate": [ - 511, + 633, { "distinct_on": [ - 525, + 647, "[e_draft_game_player_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 523, + 645, "[e_draft_game_player_status_order_by!]" ], "where": [ - 513 + 635 ] } ], "e_draft_game_player_status_by_pk": [ - 510, + 632, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_player_status_stream": [ - 510, + 632, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 527, + 649, "[e_draft_game_player_status_stream_cursor_input]!" ], "where": [ - 513 + 635 ] } ], "e_draft_game_status": [ - 531, + 653, { "distinct_on": [ - 546, + 668, "[e_draft_game_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 544, + 666, "[e_draft_game_status_order_by!]" ], "where": [ - 534 + 656 ] } ], "e_draft_game_status_aggregate": [ - 532, + 654, { "distinct_on": [ - 546, + 668, "[e_draft_game_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 544, + 666, "[e_draft_game_status_order_by!]" ], "where": [ - 534 + 656 ] } ], "e_draft_game_status_by_pk": [ - 531, + 653, { "value": [ - 78, + 80, "String!" ] } ], "e_draft_game_status_stream": [ - 531, + 653, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 548, + 670, "[e_draft_game_status_stream_cursor_input]!" ], "where": [ - 534 + 656 ] } ], "e_event_media_access": [ - 552, + 674, { "distinct_on": [ - 566, + 688, "[e_event_media_access_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 564, + 686, "[e_event_media_access_order_by!]" ], "where": [ - 555 + 677 ] } ], "e_event_media_access_aggregate": [ - 553, + 675, { "distinct_on": [ - 566, + 688, "[e_event_media_access_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 564, + 686, "[e_event_media_access_order_by!]" ], "where": [ - 555 + 677 ] } ], "e_event_media_access_by_pk": [ - 552, + 674, { "value": [ - 78, + 80, "String!" ] } ], "e_event_media_access_stream": [ - 552, + 674, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 568, + 690, "[e_event_media_access_stream_cursor_input]!" ], "where": [ - 555 + 677 ] } ], "e_event_visibility": [ - 572, + 694, { "distinct_on": [ - 586, + 708, "[e_event_visibility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 584, + 706, "[e_event_visibility_order_by!]" ], "where": [ - 575 + 697 ] } ], "e_event_visibility_aggregate": [ - 573, + 695, { "distinct_on": [ - 586, + 708, "[e_event_visibility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 584, + 706, "[e_event_visibility_order_by!]" ], "where": [ - 575 + 697 ] } ], "e_event_visibility_by_pk": [ - 572, + 694, { "value": [ - 78, + 80, "String!" ] } ], "e_event_visibility_stream": [ - 572, + 694, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 588, + 710, "[e_event_visibility_stream_cursor_input]!" ], "where": [ - 575 + 697 ] } ], "e_friend_status": [ - 592, + 714, { "distinct_on": [ - 607, + 729, "[e_friend_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 605, + 727, "[e_friend_status_order_by!]" ], "where": [ - 595 + 717 ] } ], "e_friend_status_aggregate": [ - 593, + 715, { "distinct_on": [ - 607, + 729, "[e_friend_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 605, + 727, "[e_friend_status_order_by!]" ], "where": [ - 595 + 717 ] } ], "e_friend_status_by_pk": [ - 592, + 714, { "value": [ - 78, + 80, "String!" ] } ], "e_friend_status_stream": [ - 592, + 714, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 609, + 731, "[e_friend_status_stream_cursor_input]!" ], "where": [ - 595 + 717 ] } ], "e_game_cfg_types": [ - 613, + 735, { "distinct_on": [ - 627, + 749, "[e_game_cfg_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 625, + 747, "[e_game_cfg_types_order_by!]" ], "where": [ - 616 + 738 ] } ], "e_game_cfg_types_aggregate": [ - 614, + 736, { "distinct_on": [ - 627, + 749, "[e_game_cfg_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 625, + 747, "[e_game_cfg_types_order_by!]" ], "where": [ - 616 + 738 ] } ], "e_game_cfg_types_by_pk": [ - 613, + 735, { "value": [ - 78, + 80, "String!" ] } ], "e_game_cfg_types_stream": [ - 613, + 735, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 629, + 751, "[e_game_cfg_types_stream_cursor_input]!" ], "where": [ - 616 + 738 ] } ], "e_game_server_node_statuses": [ - 633, + 755, { "distinct_on": [ - 648, + 770, "[e_game_server_node_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 646, + 768, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 636 + 758 ] } ], "e_game_server_node_statuses_aggregate": [ - 634, + 756, { "distinct_on": [ - 648, + 770, "[e_game_server_node_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 646, + 768, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 636 + 758 ] } ], "e_game_server_node_statuses_by_pk": [ - 633, + 755, { "value": [ - 78, + 80, "String!" ] } ], "e_game_server_node_statuses_stream": [ - 633, + 755, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 650, + 772, "[e_game_server_node_statuses_stream_cursor_input]!" ], "where": [ - 636 + 758 ] } ], "e_league_movement_types": [ - 654, + 776, { "distinct_on": [ - 669, + 791, "[e_league_movement_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 667, + 789, "[e_league_movement_types_order_by!]" ], "where": [ - 657 + 779 ] } ], "e_league_movement_types_aggregate": [ - 655, + 777, { "distinct_on": [ - 669, + 791, "[e_league_movement_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 667, + 789, "[e_league_movement_types_order_by!]" ], "where": [ - 657 + 779 ] } ], "e_league_movement_types_by_pk": [ - 654, + 776, { "value": [ - 78, + 80, "String!" ] } ], "e_league_movement_types_stream": [ - 654, + 776, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 671, + 793, "[e_league_movement_types_stream_cursor_input]!" ], "where": [ - 657 + 779 ] } ], "e_league_proposal_statuses": [ - 675, + 797, { "distinct_on": [ - 690, + 812, "[e_league_proposal_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 688, + 810, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 678 + 800 ] } ], "e_league_proposal_statuses_aggregate": [ - 676, + 798, { "distinct_on": [ - 690, + 812, "[e_league_proposal_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 688, + 810, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 678 + 800 ] } ], "e_league_proposal_statuses_by_pk": [ - 675, + 797, { "value": [ - 78, + 80, "String!" ] } ], "e_league_proposal_statuses_stream": [ - 675, + 797, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 692, + 814, "[e_league_proposal_statuses_stream_cursor_input]!" ], "where": [ - 678 + 800 ] } ], "e_league_registration_statuses": [ - 696, + 818, { "distinct_on": [ - 711, + 833, "[e_league_registration_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 709, + 831, "[e_league_registration_statuses_order_by!]" ], "where": [ - 699 + 821 ] } ], "e_league_registration_statuses_aggregate": [ - 697, + 819, { "distinct_on": [ - 711, + 833, "[e_league_registration_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 709, + 831, "[e_league_registration_statuses_order_by!]" ], "where": [ - 699 + 821 ] } ], "e_league_registration_statuses_by_pk": [ - 696, + 818, { "value": [ - 78, + 80, "String!" ] } ], "e_league_registration_statuses_stream": [ - 696, + 818, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 713, + 835, "[e_league_registration_statuses_stream_cursor_input]!" ], "where": [ - 699 + 821 ] } ], "e_league_season_statuses": [ - 717, + 839, { "distinct_on": [ - 732, + 854, "[e_league_season_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 730, + 852, "[e_league_season_statuses_order_by!]" ], "where": [ - 720 + 842 ] } ], "e_league_season_statuses_aggregate": [ - 718, + 840, { "distinct_on": [ - 732, + 854, "[e_league_season_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 730, + 852, "[e_league_season_statuses_order_by!]" ], "where": [ - 720 + 842 ] } ], "e_league_season_statuses_by_pk": [ - 717, + 839, { "value": [ - 78, + 80, "String!" ] } ], "e_league_season_statuses_stream": [ - 717, + 839, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 734, + 856, "[e_league_season_statuses_stream_cursor_input]!" ], "where": [ - 720 + 842 ] } ], "e_lobby_access": [ - 738, + 860, { "distinct_on": [ - 753, + 875, "[e_lobby_access_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 751, + 873, "[e_lobby_access_order_by!]" ], "where": [ - 741 + 863 ] } ], "e_lobby_access_aggregate": [ - 739, + 861, { "distinct_on": [ - 753, + 875, "[e_lobby_access_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 751, + 873, "[e_lobby_access_order_by!]" ], "where": [ - 741 + 863 ] } ], "e_lobby_access_by_pk": [ - 738, + 860, { "value": [ - 78, + 80, "String!" ] } ], "e_lobby_access_stream": [ - 738, + 860, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 755, + 877, "[e_lobby_access_stream_cursor_input]!" ], "where": [ - 741 + 863 ] } ], "e_lobby_player_status": [ - 759, + 881, { "distinct_on": [ - 773, + 895, "[e_lobby_player_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 771, + 893, "[e_lobby_player_status_order_by!]" ], "where": [ - 762 + 884 ] } ], "e_lobby_player_status_aggregate": [ - 760, + 882, { "distinct_on": [ - 773, + 895, "[e_lobby_player_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 771, + 893, "[e_lobby_player_status_order_by!]" ], "where": [ - 762 + 884 ] } ], "e_lobby_player_status_by_pk": [ - 759, + 881, { "value": [ - 78, + 80, "String!" ] } ], "e_lobby_player_status_stream": [ - 759, + 881, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 775, + 897, "[e_lobby_player_status_stream_cursor_input]!" ], "where": [ - 762 + 884 ] } ], "e_map_pool_types": [ - 779, + 901, { "distinct_on": [ - 794, + 916, "[e_map_pool_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 792, + 914, "[e_map_pool_types_order_by!]" ], "where": [ - 782 + 904 ] } ], "e_map_pool_types_aggregate": [ - 780, + 902, { "distinct_on": [ - 794, + 916, "[e_map_pool_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 792, + 914, "[e_map_pool_types_order_by!]" ], "where": [ - 782 + 904 ] } ], "e_map_pool_types_by_pk": [ - 779, + 901, { "value": [ - 78, + 80, "String!" ] } ], "e_map_pool_types_stream": [ - 779, + 901, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 796, + 918, "[e_map_pool_types_stream_cursor_input]!" ], "where": [ - 782 + 904 ] } ], "e_match_clip_visibility": [ - 800, + 922, { "distinct_on": [ - 814, + 936, "[e_match_clip_visibility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 812, + 934, "[e_match_clip_visibility_order_by!]" ], "where": [ - 803 + 925 ] } ], "e_match_clip_visibility_aggregate": [ - 801, + 923, { "distinct_on": [ - 814, + 936, "[e_match_clip_visibility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 812, + 934, "[e_match_clip_visibility_order_by!]" ], "where": [ - 803 + 925 ] } ], "e_match_clip_visibility_by_pk": [ - 800, + 922, { "value": [ - 78, + 80, "String!" ] } ], "e_match_clip_visibility_stream": [ - 800, + 922, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 816, + 938, "[e_match_clip_visibility_stream_cursor_input]!" ], "where": [ - 803 + 925 ] } ], "e_match_map_status": [ - 820, + 942, { "distinct_on": [ - 835, + 957, "[e_match_map_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 833, + 955, "[e_match_map_status_order_by!]" ], "where": [ - 823 + 945 ] } ], "e_match_map_status_aggregate": [ - 821, + 943, { "distinct_on": [ - 835, + 957, "[e_match_map_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 833, + 955, "[e_match_map_status_order_by!]" ], "where": [ - 823 + 945 ] } ], "e_match_map_status_by_pk": [ - 820, + 942, { "value": [ - 78, + 80, "String!" ] } ], "e_match_map_status_stream": [ - 820, + 942, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 837, + 959, "[e_match_map_status_stream_cursor_input]!" ], "where": [ - 823 + 945 ] } ], "e_match_mode": [ - 841, + 963, { "distinct_on": [ - 855, + 977, "[e_match_mode_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 853, + 975, "[e_match_mode_order_by!]" ], "where": [ - 844 + 966 ] } ], "e_match_mode_aggregate": [ - 842, + 964, { "distinct_on": [ - 855, + 977, "[e_match_mode_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 853, + 975, "[e_match_mode_order_by!]" ], "where": [ - 844 + 966 ] } ], "e_match_mode_by_pk": [ - 841, + 963, { "value": [ - 78, + 80, "String!" ] } ], "e_match_mode_stream": [ - 841, + 963, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 857, + 979, "[e_match_mode_stream_cursor_input]!" ], "where": [ - 844 + 966 ] } ], "e_match_status": [ - 861, + 983, { "distinct_on": [ - 876, + 998, "[e_match_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 874, + 996, "[e_match_status_order_by!]" ], "where": [ - 864 + 986 ] } ], "e_match_status_aggregate": [ - 862, + 984, { "distinct_on": [ - 876, + 998, "[e_match_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 874, + 996, "[e_match_status_order_by!]" ], "where": [ - 864 + 986 ] } ], "e_match_status_by_pk": [ - 861, + 983, { "value": [ - 78, + 80, "String!" ] } ], "e_match_status_stream": [ - 861, + 983, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 878, + 1000, "[e_match_status_stream_cursor_input]!" ], "where": [ - 864 + 986 ] } ], "e_match_types": [ - 882, + 1004, { "distinct_on": [ - 897, + 1019, "[e_match_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 895, + 1017, "[e_match_types_order_by!]" ], "where": [ - 885 + 1007 ] } ], "e_match_types_aggregate": [ - 883, + 1005, { "distinct_on": [ - 897, + 1019, "[e_match_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 895, + 1017, "[e_match_types_order_by!]" ], "where": [ - 885 + 1007 ] } ], "e_match_types_by_pk": [ - 882, + 1004, { "value": [ - 78, + 80, "String!" ] } ], "e_match_types_stream": [ - 882, + 1004, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 899, + 1021, "[e_match_types_stream_cursor_input]!" ], "where": [ - 885 + 1007 ] } ], "e_notification_types": [ - 903, + 1025, { "distinct_on": [ - 917, + 1039, "[e_notification_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 915, + 1037, "[e_notification_types_order_by!]" ], "where": [ - 906 + 1028 ] } ], "e_notification_types_aggregate": [ - 904, + 1026, { "distinct_on": [ - 917, + 1039, "[e_notification_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 915, + 1037, "[e_notification_types_order_by!]" ], "where": [ - 906 + 1028 ] } ], "e_notification_types_by_pk": [ - 903, + 1025, { "value": [ - 78, + 80, "String!" ] } ], "e_notification_types_stream": [ - 903, + 1025, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 919, + 1041, "[e_notification_types_stream_cursor_input]!" ], "where": [ - 906 + 1028 ] } ], "e_objective_types": [ - 923, + 1045, { "distinct_on": [ - 937, + 1059, "[e_objective_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 935, + 1057, "[e_objective_types_order_by!]" ], "where": [ - 926 + 1048 ] } ], "e_objective_types_aggregate": [ - 924, + 1046, { "distinct_on": [ - 937, + 1059, "[e_objective_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 935, + 1057, "[e_objective_types_order_by!]" ], "where": [ - 926 + 1048 ] } ], "e_objective_types_by_pk": [ - 923, + 1045, { "value": [ - 78, + 80, "String!" ] } ], "e_objective_types_stream": [ - 923, + 1045, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 939, + 1061, "[e_objective_types_stream_cursor_input]!" ], "where": [ - 926 + 1048 ] } ], "e_player_roles": [ - 943, + 1065, { "distinct_on": [ - 957, + 1079, "[e_player_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 955, + 1077, "[e_player_roles_order_by!]" ], "where": [ - 946 + 1068 ] } ], "e_player_roles_aggregate": [ - 944, + 1066, { "distinct_on": [ - 957, + 1079, "[e_player_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 955, + 1077, "[e_player_roles_order_by!]" ], "where": [ - 946 + 1068 ] } ], "e_player_roles_by_pk": [ - 943, + 1065, { "value": [ - 78, + 80, "String!" ] } ], "e_player_roles_stream": [ - 943, + 1065, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 959, + 1081, "[e_player_roles_stream_cursor_input]!" ], "where": [ - 946 + 1068 ] } ], "e_plugin_runtimes": [ - 963, + 1085, { "distinct_on": [ - 977, + 1099, "[e_plugin_runtimes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 975, + 1097, "[e_plugin_runtimes_order_by!]" ], "where": [ - 966 + 1088 ] } ], "e_plugin_runtimes_aggregate": [ - 964, + 1086, { "distinct_on": [ - 977, + 1099, "[e_plugin_runtimes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 975, + 1097, "[e_plugin_runtimes_order_by!]" ], "where": [ - 966 + 1088 ] } ], "e_plugin_runtimes_by_pk": [ - 963, + 1085, { "value": [ - 78, + 80, "String!" ] } ], "e_plugin_runtimes_stream": [ - 963, + 1085, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 979, + 1101, "[e_plugin_runtimes_stream_cursor_input]!" ], "where": [ - 966 + 1088 ] } ], "e_ready_settings": [ - 983, + 1105, { "distinct_on": [ - 997, + 1119, "[e_ready_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 995, + 1117, "[e_ready_settings_order_by!]" ], "where": [ - 986 + 1108 ] } ], "e_ready_settings_aggregate": [ - 984, + 1106, { "distinct_on": [ - 997, + 1119, "[e_ready_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 995, + 1117, "[e_ready_settings_order_by!]" ], "where": [ - 986 + 1108 ] } ], "e_ready_settings_by_pk": [ - 983, + 1105, { "value": [ - 78, + 80, "String!" ] } ], "e_ready_settings_stream": [ - 983, + 1105, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 999, + 1121, "[e_ready_settings_stream_cursor_input]!" ], "where": [ - 986 + 1108 ] } ], "e_sanction_types": [ - 1003, + 1125, { "distinct_on": [ - 1018, + 1140, "[e_sanction_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1016, + 1138, "[e_sanction_types_order_by!]" ], "where": [ - 1006 + 1128 ] } ], "e_sanction_types_aggregate": [ - 1004, + 1126, { "distinct_on": [ - 1018, + 1140, "[e_sanction_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1016, + 1138, "[e_sanction_types_order_by!]" ], "where": [ - 1006 + 1128 ] } ], "e_sanction_types_by_pk": [ - 1003, + 1125, { "value": [ - 78, + 80, "String!" ] } ], "e_sanction_types_stream": [ - 1003, + 1125, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1020, + 1142, "[e_sanction_types_stream_cursor_input]!" ], "where": [ - 1006 + 1128 ] } ], "e_scrim_request_statuses": [ - 1024, + 1146, { "distinct_on": [ - 1038, + 1160, "[e_scrim_request_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1036, + 1158, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1027 + 1149 ] } ], "e_scrim_request_statuses_aggregate": [ - 1025, + 1147, { "distinct_on": [ - 1038, + 1160, "[e_scrim_request_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1036, + 1158, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1027 + 1149 ] } ], "e_scrim_request_statuses_by_pk": [ - 1024, + 1146, { "value": [ - 78, + 80, "String!" ] } ], "e_scrim_request_statuses_stream": [ - 1024, + 1146, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1040, + 1162, "[e_scrim_request_statuses_stream_cursor_input]!" ], "where": [ - 1027 + 1149 ] } ], "e_server_types": [ - 1044, + 1166, { "distinct_on": [ - 1058, + 1180, "[e_server_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1056, + 1178, "[e_server_types_order_by!]" ], "where": [ - 1047 + 1169 ] } ], "e_server_types_aggregate": [ - 1045, + 1167, { "distinct_on": [ - 1058, + 1180, "[e_server_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1056, + 1178, "[e_server_types_order_by!]" ], "where": [ - 1047 + 1169 ] } ], "e_server_types_by_pk": [ - 1044, + 1166, { "value": [ - 78, + 80, "String!" ] } ], "e_server_types_stream": [ - 1044, + 1166, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1060, + 1182, "[e_server_types_stream_cursor_input]!" ], "where": [ - 1047 + 1169 ] } ], "e_sides": [ - 1064, + 1186, { "distinct_on": [ - 1078, + 1200, "[e_sides_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1076, + 1198, "[e_sides_order_by!]" ], "where": [ - 1067 + 1189 ] } ], "e_sides_aggregate": [ - 1065, + 1187, { "distinct_on": [ - 1078, + 1200, "[e_sides_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1076, + 1198, "[e_sides_order_by!]" ], "where": [ - 1067 + 1189 ] } ], "e_sides_by_pk": [ - 1064, + 1186, { "value": [ - 78, + 80, "String!" ] } ], "e_sides_stream": [ - 1064, + 1186, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1080, + 1202, "[e_sides_stream_cursor_input]!" ], "where": [ - 1067 + 1189 ] } ], "e_system_alert_types": [ - 1084, + 1206, { "distinct_on": [ - 1098, + 1220, "[e_system_alert_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1096, + 1218, "[e_system_alert_types_order_by!]" ], "where": [ - 1087 + 1209 ] } ], "e_system_alert_types_aggregate": [ - 1085, + 1207, { "distinct_on": [ - 1098, + 1220, "[e_system_alert_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1096, + 1218, "[e_system_alert_types_order_by!]" ], "where": [ - 1087 + 1209 ] } ], "e_system_alert_types_by_pk": [ - 1084, + 1206, { "value": [ - 78, + 80, "String!" ] } ], "e_system_alert_types_stream": [ - 1084, + 1206, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1100, + 1222, "[e_system_alert_types_stream_cursor_input]!" ], "where": [ - 1087 + 1209 ] } ], "e_team_roles": [ - 1104, + 1226, { "distinct_on": [ - 1119, + 1241, "[e_team_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1117, + 1239, "[e_team_roles_order_by!]" ], "where": [ - 1107 + 1229 ] } ], "e_team_roles_aggregate": [ - 1105, + 1227, { "distinct_on": [ - 1119, + 1241, "[e_team_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1117, + 1239, "[e_team_roles_order_by!]" ], "where": [ - 1107 + 1229 ] } ], "e_team_roles_by_pk": [ - 1104, + 1226, { "value": [ - 78, + 80, "String!" ] } ], "e_team_roles_stream": [ - 1104, + 1226, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1121, + 1243, "[e_team_roles_stream_cursor_input]!" ], "where": [ - 1107 + 1229 ] } ], "e_team_roster_statuses": [ - 1125, + 1247, { "distinct_on": [ - 1139, + 1261, "[e_team_roster_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1137, + 1259, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1128 + 1250 ] } ], "e_team_roster_statuses_aggregate": [ - 1126, + 1248, { "distinct_on": [ - 1139, + 1261, "[e_team_roster_statuses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1137, + 1259, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1128 + 1250 ] } ], "e_team_roster_statuses_by_pk": [ - 1125, + 1247, { "value": [ - 78, + 80, "String!" ] } ], "e_team_roster_statuses_stream": [ - 1125, + 1247, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1141, + 1263, "[e_team_roster_statuses_stream_cursor_input]!" ], "where": [ - 1128 + 1250 ] } ], "e_timeout_settings": [ - 1145, + 1267, { "distinct_on": [ - 1159, + 1281, "[e_timeout_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1157, + 1279, "[e_timeout_settings_order_by!]" ], "where": [ - 1148 + 1270 ] } ], "e_timeout_settings_aggregate": [ - 1146, + 1268, { "distinct_on": [ - 1159, + 1281, "[e_timeout_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1157, + 1279, "[e_timeout_settings_order_by!]" ], "where": [ - 1148 + 1270 ] } ], "e_timeout_settings_by_pk": [ - 1145, + 1267, { "value": [ - 78, + 80, "String!" ] } ], "e_timeout_settings_stream": [ - 1145, + 1267, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1161, + 1283, "[e_timeout_settings_stream_cursor_input]!" ], "where": [ - 1148 + 1270 ] } ], "e_tournament_categories": [ - 1165, + 1287, { "distinct_on": [ - 1180, + 1302, "[e_tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1178, + 1300, "[e_tournament_categories_order_by!]" ], "where": [ - 1168 + 1290 ] } ], "e_tournament_categories_aggregate": [ - 1166, + 1288, { "distinct_on": [ - 1180, + 1302, "[e_tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1178, + 1300, "[e_tournament_categories_order_by!]" ], "where": [ - 1168 + 1290 ] } ], "e_tournament_categories_by_pk": [ - 1165, + 1287, { "value": [ - 78, + 80, "String!" ] } ], "e_tournament_categories_stream": [ - 1165, + 1287, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1182, + 1304, "[e_tournament_categories_stream_cursor_input]!" ], "where": [ - 1168 + 1290 ] } ], "e_tournament_stage_types": [ - 1186, + 1308, { "distinct_on": [ - 1201, + 1323, "[e_tournament_stage_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1199, + 1321, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1189 + 1311 ] } ], "e_tournament_stage_types_aggregate": [ - 1187, + 1309, { "distinct_on": [ - 1201, + 1323, "[e_tournament_stage_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1199, + 1321, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1189 + 1311 ] } ], "e_tournament_stage_types_by_pk": [ - 1186, + 1308, { "value": [ - 78, + 80, "String!" ] } ], "e_tournament_stage_types_stream": [ - 1186, + 1308, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1203, + 1325, "[e_tournament_stage_types_stream_cursor_input]!" ], "where": [ - 1189 + 1311 ] } ], "e_tournament_status": [ - 1207, + 1329, { "distinct_on": [ - 1222, + 1344, "[e_tournament_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1220, + 1342, "[e_tournament_status_order_by!]" ], "where": [ - 1210 + 1332 ] } ], "e_tournament_status_aggregate": [ - 1208, + 1330, { "distinct_on": [ - 1222, + 1344, "[e_tournament_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1220, + 1342, "[e_tournament_status_order_by!]" ], "where": [ - 1210 + 1332 ] } ], "e_tournament_status_by_pk": [ - 1207, + 1329, { "value": [ - 78, + 80, "String!" ] } ], "e_tournament_status_stream": [ - 1207, + 1329, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1224, + 1346, "[e_tournament_status_stream_cursor_input]!" ], "where": [ - 1210 + 1332 ] } ], "e_utility_types": [ - 1228, + 1350, { "distinct_on": [ - 1242, + 1364, "[e_utility_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1240, + 1362, "[e_utility_types_order_by!]" ], "where": [ - 1231 + 1353 ] } ], "e_utility_types_aggregate": [ - 1229, + 1351, { "distinct_on": [ - 1242, + 1364, "[e_utility_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1240, + 1362, "[e_utility_types_order_by!]" ], "where": [ - 1231 + 1353 ] } ], "e_utility_types_by_pk": [ - 1228, + 1350, { "value": [ - 78, + 80, "String!" ] } ], "e_utility_types_stream": [ - 1228, + 1350, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1244, + 1366, "[e_utility_types_stream_cursor_input]!" ], "where": [ - 1231 + 1353 ] } ], "e_veto_pick_types": [ - 1248, + 1370, { "distinct_on": [ - 1262, + 1384, "[e_veto_pick_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1260, + 1382, "[e_veto_pick_types_order_by!]" ], "where": [ - 1251 + 1373 ] } ], "e_veto_pick_types_aggregate": [ - 1249, + 1371, { "distinct_on": [ - 1262, + 1384, "[e_veto_pick_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1260, + 1382, "[e_veto_pick_types_order_by!]" ], "where": [ - 1251 + 1373 ] } ], "e_veto_pick_types_by_pk": [ - 1248, + 1370, { "value": [ - 78, + 80, "String!" ] } ], "e_veto_pick_types_stream": [ - 1248, + 1370, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1264, + 1386, "[e_veto_pick_types_stream_cursor_input]!" ], "where": [ - 1251 + 1373 ] } ], "e_winning_reasons": [ - 1268, + 1390, { "distinct_on": [ - 1282, + 1404, "[e_winning_reasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1280, + 1402, "[e_winning_reasons_order_by!]" ], "where": [ - 1271 + 1393 ] } ], "e_winning_reasons_aggregate": [ - 1269, + 1391, { "distinct_on": [ - 1282, + 1404, "[e_winning_reasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1280, + 1402, "[e_winning_reasons_order_by!]" ], "where": [ - 1271 + 1393 ] } ], "e_winning_reasons_by_pk": [ - 1268, + 1390, { "value": [ - 78, + 80, "String!" ] } ], "e_winning_reasons_stream": [ - 1268, + 1390, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1284, + 1406, "[e_winning_reasons_stream_cursor_input]!" ], "where": [ - 1271 + 1393 ] } ], "event_match_links": [ - 1288, + 1410, { "distinct_on": [ - 1300, + 1422, "[event_match_links_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1298, + 1420, "[event_match_links_order_by!]" ], "where": [ - 1291 + 1413 ] } ], "event_match_links_aggregate": [ - 1289, + 1411, { "distinct_on": [ - 1300, + 1422, "[event_match_links_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1298, + 1420, "[event_match_links_order_by!]" ], "where": [ - 1291 + 1413 ] } ], "event_match_links_by_pk": [ - 1288, + 1410, { "event_id": [ - 4921, + 4998, "uuid!" ], "match_id": [ - 4921, + 4998, "uuid!" ] } ], "event_match_links_stream": [ - 1288, + 1410, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1302, + 1424, "[event_match_links_stream_cursor_input]!" ], "where": [ - 1291 + 1413 ] } ], "event_media": [ - 1306, + 1428, { "distinct_on": [ - 1369, + 1491, "[event_media_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1326, + 1448, "[event_media_order_by!]" ], "where": [ - 1315 + 1437 ] } ], "event_media_aggregate": [ - 1307, + 1429, { "distinct_on": [ - 1369, + 1491, "[event_media_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1326, + 1448, "[event_media_order_by!]" ], "where": [ - 1315 + 1437 ] } ], "event_media_by_pk": [ - 1306, + 1428, { "id": [ - 4921, + 4998, "uuid!" ] } ], "event_media_players": [ - 1328, + 1450, { "distinct_on": [ - 1349, + 1471, "[event_media_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1347, + 1469, "[event_media_players_order_by!]" ], "where": [ - 1337 + 1459 ] } ], "event_media_players_aggregate": [ - 1329, + 1451, { "distinct_on": [ - 1349, + 1471, "[event_media_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1347, + 1469, "[event_media_players_order_by!]" ], "where": [ - 1337 + 1459 ] } ], "event_media_players_by_pk": [ - 1328, + 1450, { "media_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "event_media_players_stream": [ - 1328, + 1450, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1357, + 1479, "[event_media_players_stream_cursor_input]!" ], "where": [ - 1337 + 1459 ] } ], "event_media_stream": [ - 1306, + 1428, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1377, + 1499, "[event_media_stream_cursor_input]!" ], "where": [ - 1315 + 1437 ] } ], "event_organizers": [ - 1389, + 1511, { "distinct_on": [ - 1410, + 1532, "[event_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1408, + 1530, "[event_organizers_order_by!]" ], "where": [ - 1398 + 1520 ] } ], "event_organizers_aggregate": [ - 1390, + 1512, { "distinct_on": [ - 1410, + 1532, "[event_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1408, + 1530, "[event_organizers_order_by!]" ], "where": [ - 1398 + 1520 ] } ], "event_organizers_by_pk": [ - 1389, + 1511, { "event_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "event_organizers_stream": [ - 1389, + 1511, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1418, + 1540, "[event_organizers_stream_cursor_input]!" ], "where": [ - 1398 + 1520 ] } ], "event_players": [ - 1430, + 1552, { "distinct_on": [ - 1451, + 1573, "[event_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1449, + 1571, "[event_players_order_by!]" ], "where": [ - 1439 + 1561 ] } ], "event_players_aggregate": [ - 1431, + 1553, { "distinct_on": [ - 1451, + 1573, "[event_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1449, + 1571, "[event_players_order_by!]" ], "where": [ - 1439 + 1561 ] } ], "event_players_by_pk": [ - 1430, + 1552, { "event_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "event_players_stream": [ - 1430, + 1552, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1459, + 1581, "[event_players_stream_cursor_input]!" ], "where": [ - 1439 + 1561 ] } ], "event_teams": [ - 1471, + 1593, { "distinct_on": [ - 1489, + 1611, "[event_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1487, + 1609, "[event_teams_order_by!]" ], "where": [ - 1478 + 1600 ] } ], "event_teams_aggregate": [ - 1472, + 1594, { "distinct_on": [ - 1489, + 1611, "[event_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1487, + 1609, "[event_teams_order_by!]" ], "where": [ - 1478 + 1600 ] } ], "event_teams_by_pk": [ - 1471, + 1593, { "event_id": [ - 4921, + 4998, "uuid!" ], "team_id": [ - 4921, + 4998, "uuid!" ] } ], "event_teams_stream": [ - 1471, + 1593, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1491, + 1613, "[event_teams_stream_cursor_input]!" ], "where": [ - 1478 + 1600 ] } ], "event_tournaments": [ - 1495, + 1617, { "distinct_on": [ - 1513, + 1635, "[event_tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1511, + 1633, "[event_tournaments_order_by!]" ], "where": [ - 1502 + 1624 ] } ], "event_tournaments_aggregate": [ - 1496, + 1618, { "distinct_on": [ - 1513, + 1635, "[event_tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1511, + 1633, "[event_tournaments_order_by!]" ], "where": [ - 1502 + 1624 ] } ], "event_tournaments_by_pk": [ - 1495, + 1617, { "event_id": [ - 4921, + 4998, "uuid!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "event_tournaments_stream": [ - 1495, + 1617, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1515, + 1637, "[event_tournaments_stream_cursor_input]!" ], "where": [ - 1502 + 1624 ] } ], "events": [ - 1519, + 1641, { "distinct_on": [ - 1534, + 1656, "[events_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1532, + 1654, "[events_order_by!]" ], "where": [ - 1523 + 1645 ] } ], "events_aggregate": [ - 1520, + 1642, { "distinct_on": [ - 1534, + 1656, "[events_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1532, + 1654, "[events_order_by!]" ], "where": [ - 1523 + 1645 ] } ], "events_by_pk": [ - 1519, + 1641, { "id": [ - 4921, + 4998, "uuid!" ] } ], "events_stream": [ - 1519, + 1641, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1539, + 1661, "[events_stream_cursor_input]!" ], "where": [ - 1523 + 1645 ] } ], "friends": [ - 1549, + 1671, { "distinct_on": [ - 1563, + 1685, "[friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1561, + 1683, "[friends_order_by!]" ], "where": [ - 1553 + 1675 ] } ], "friends_aggregate": [ - 1550, + 1672, { "distinct_on": [ - 1563, + 1685, "[friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1561, + 1683, "[friends_order_by!]" ], "where": [ - 1553 + 1675 ] } ], "friends_by_pk": [ - 1549, + 1671, { "other_player_steam_id": [ - 180, + 257, "bigint!" ], "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "friends_stream": [ - 1549, + 1671, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1568, + 1690, "[friends_stream_cursor_input]!" ], "where": [ - 1553 + 1675 ] } ], "game_server_nodes": [ - 1576, + 1698, { "distinct_on": [ - 1605, + 1727, "[game_server_nodes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1602, + 1724, "[game_server_nodes_order_by!]" ], "where": [ - 1588 + 1710 ] } ], "game_server_nodes_aggregate": [ - 1577, + 1699, { "distinct_on": [ - 1605, + 1727, "[game_server_nodes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1602, + 1724, "[game_server_nodes_order_by!]" ], "where": [ - 1588 + 1710 ] } ], "game_server_nodes_by_pk": [ - 1576, + 1698, { "id": [ - 78, + 80, "String!" ] } ], "game_server_nodes_stream": [ - 1576, + 1698, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1615, + 1737, "[game_server_nodes_stream_cursor_input]!" ], "where": [ - 1588 + 1710 ] } ], "game_versions": [ - 1627, + 1749, { "distinct_on": [ - 1647, + 1769, "[game_versions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1644, + 1766, "[game_versions_order_by!]" ], "where": [ - 1632 + 1754 ] } ], "game_versions_aggregate": [ - 1628, + 1750, { "distinct_on": [ - 1647, + 1769, "[game_versions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1644, + 1766, "[game_versions_order_by!]" ], "where": [ - 1632 + 1754 ] } ], "game_versions_by_pk": [ - 1627, + 1749, { "build_id": [ - 38, + 40, "Int!" ] } ], "game_versions_stream": [ - 1627, + 1749, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1652, + 1774, "[game_versions_stream_cursor_input]!" ], "where": [ - 1632 + 1754 ] } ], "gamedata_signature_validations": [ - 1660, + 1782, { "distinct_on": [ - 1679, + 1801, "[gamedata_signature_validations_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1676, + 1798, "[gamedata_signature_validations_order_by!]" ], "where": [ - 1665 + 1787 ] } ], "gamedata_signature_validations_aggregate": [ - 1661, + 1783, { "distinct_on": [ - 1679, + 1801, "[gamedata_signature_validations_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1676, + 1798, "[gamedata_signature_validations_order_by!]" ], "where": [ - 1665 + 1787 ] } ], "gamedata_signature_validations_by_pk": [ - 1660, + 1782, { "id": [ - 4921, + 4998, "uuid!" ] } ], "gamedata_signature_validations_stream": [ - 1660, + 1782, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1684, + 1806, "[gamedata_signature_validations_stream_cursor_input]!" ], "where": [ - 1665 + 1787 ] } ], "get_event_leaderboard": [ - 1703, + 1825, { "args": [ - 1692, + 1814, "get_event_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_event_leaderboard_aggregate": [ - 1704, + 1826, { "args": [ - 1692, + 1814, "get_event_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_leaderboard": [ - 1703, + 1825, { "args": [ - 1693, + 1815, "get_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_leaderboard_aggregate": [ - 1704, + 1826, { "args": [ - 1693, + 1815, "get_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_league_season_leaderboard": [ - 1703, + 1825, { "args": [ - 1694, + 1816, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_league_season_leaderboard_aggregate": [ - 1704, + 1826, { "args": [ - 1694, + 1816, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "get_player_leaderboard_rank": [ - 3270, + 3392, { "args": [ - 1695, + 1817, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3281, + 3403, "[player_leaderboard_rank_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3280, + 3402, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3274 + 3396 ] } ], "get_player_leaderboard_rank_aggregate": [ - 3271, + 3393, { "args": [ - 1695, + 1817, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 3281, + 3403, "[player_leaderboard_rank_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3280, + 3402, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3274 + 3396 ] } ], "leaderboard_entries": [ - 1703, + 1825, { "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "leaderboard_entries_aggregate": [ - 1704, + 1826, { "distinct_on": [ - 1714, + 1836, "[leaderboard_entries_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1713, + 1835, "[leaderboard_entries_order_by!]" ], "where": [ - 1707 + 1829 ] } ], "leaderboard_entries_stream": [ - 1703, + 1825, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1719, + 1841, "[leaderboard_entries_stream_cursor_input]!" ], "where": [ - 1707 + 1829 ] } ], "league_divisions": [ - 1727, + 1849, { "distinct_on": [ - 1742, + 1864, "[league_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1740, + 1862, "[league_divisions_order_by!]" ], "where": [ - 1731 + 1853 ] } ], "league_divisions_aggregate": [ - 1728, + 1850, { "distinct_on": [ - 1742, + 1864, "[league_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1740, + 1862, "[league_divisions_order_by!]" ], "where": [ - 1731 + 1853 ] } ], "league_divisions_by_pk": [ - 1727, + 1849, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_divisions_stream": [ - 1727, + 1849, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1747, + 1869, "[league_divisions_stream_cursor_input]!" ], "where": [ - 1731 + 1853 ] } ], "league_match_weeks": [ - 1755, + 1877, { "distinct_on": [ - 1776, + 1898, "[league_match_weeks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1774, + 1896, "[league_match_weeks_order_by!]" ], "where": [ - 1764 + 1886 ] } ], "league_match_weeks_aggregate": [ - 1756, + 1878, { "distinct_on": [ - 1776, + 1898, "[league_match_weeks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1774, + 1896, "[league_match_weeks_order_by!]" ], "where": [ - 1764 + 1886 ] } ], "league_match_weeks_by_pk": [ - 1755, + 1877, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_match_weeks_stream": [ - 1755, + 1877, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1784, + 1906, "[league_match_weeks_stream_cursor_input]!" ], "where": [ - 1764 + 1886 ] } ], "league_relegation_playoffs": [ - 1796, + 1918, { "distinct_on": [ - 1817, + 1939, "[league_relegation_playoffs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1815, + 1937, "[league_relegation_playoffs_order_by!]" ], "where": [ - 1805 + 1927 ] } ], "league_relegation_playoffs_aggregate": [ - 1797, + 1919, { "distinct_on": [ - 1817, + 1939, "[league_relegation_playoffs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1815, + 1937, "[league_relegation_playoffs_order_by!]" ], "where": [ - 1805 + 1927 ] } ], "league_relegation_playoffs_by_pk": [ - 1796, + 1918, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_relegation_playoffs_stream": [ - 1796, + 1918, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1825, + 1947, "[league_relegation_playoffs_stream_cursor_input]!" ], "where": [ - 1805 + 1927 ] } ], "league_scheduling_proposals": [ - 1837, + 1959, { "distinct_on": [ - 1858, + 1980, "[league_scheduling_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1856, + 1978, "[league_scheduling_proposals_order_by!]" ], "where": [ - 1846 + 1968 ] } ], "league_scheduling_proposals_aggregate": [ - 1838, + 1960, { "distinct_on": [ - 1858, + 1980, "[league_scheduling_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1856, + 1978, "[league_scheduling_proposals_order_by!]" ], "where": [ - 1846 + 1968 ] } ], "league_scheduling_proposals_by_pk": [ - 1837, + 1959, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_scheduling_proposals_stream": [ - 1837, + 1959, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1866, + 1988, "[league_scheduling_proposals_stream_cursor_input]!" ], "where": [ - 1846 + 1968 ] } ], "league_season_divisions": [ - 1878, + 2000, { "distinct_on": [ - 1897, + 2019, "[league_season_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1895, + 2017, "[league_season_divisions_order_by!]" ], "where": [ - 1885 + 2007 ] } ], "league_season_divisions_aggregate": [ - 1879, + 2001, { "distinct_on": [ - 1897, + 2019, "[league_season_divisions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1895, + 2017, "[league_season_divisions_order_by!]" ], "where": [ - 1885 + 2007 ] } ], "league_season_divisions_by_pk": [ - 1878, + 2000, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_season_divisions_stream": [ - 1878, + 2000, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1899, + 2021, "[league_season_divisions_stream_cursor_input]!" ], "where": [ - 1885 + 2007 ] } ], "league_seasons": [ - 1903, + 2025, { "distinct_on": [ - 1923, + 2045, "[league_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1920, + 2042, "[league_seasons_order_by!]" ], "where": [ - 1908 + 2030 ] } ], "league_seasons_aggregate": [ - 1904, + 2026, { "distinct_on": [ - 1923, + 2045, "[league_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1920, + 2042, "[league_seasons_order_by!]" ], "where": [ - 1908 + 2030 ] } ], "league_seasons_by_pk": [ - 1903, + 2025, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_seasons_stream": [ - 1903, + 2025, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1928, + 2050, "[league_seasons_stream_cursor_input]!" ], "where": [ - 1908 + 2030 ] } ], "league_team_movements": [ - 1936, + 2058, { "distinct_on": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1955, + 2077, "[league_team_movements_order_by!]" ], "where": [ - 1945 + 2067 ] } ], "league_team_movements_aggregate": [ - 1937, + 2059, { "distinct_on": [ - 1957, + 2079, "[league_team_movements_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1955, + 2077, "[league_team_movements_order_by!]" ], "where": [ - 1945 + 2067 ] } ], "league_team_movements_by_pk": [ - 1936, + 2058, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_team_movements_stream": [ - 1936, + 2058, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 1965, + 2087, "[league_team_movements_stream_cursor_input]!" ], "where": [ - 1945 + 2067 ] } ], "league_team_rosters": [ - 1977, + 2099, { "distinct_on": [ - 1998, + 2120, "[league_team_rosters_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1996, + 2118, "[league_team_rosters_order_by!]" ], "where": [ - 1986 + 2108 ] } ], "league_team_rosters_aggregate": [ - 1978, + 2100, { "distinct_on": [ - 1998, + 2120, "[league_team_rosters_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 1996, + 2118, "[league_team_rosters_order_by!]" ], "where": [ - 1986 + 2108 ] } ], "league_team_rosters_by_pk": [ - 1977, + 2099, { "league_team_season_id": [ - 4921, + 4998, "uuid!" ], "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "league_team_rosters_stream": [ - 1977, + 2099, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2006, + 2128, "[league_team_rosters_stream_cursor_input]!" ], "where": [ - 1986 + 2108 ] } ], "league_team_seasons": [ - 2018, + 2140, { "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "league_team_seasons_aggregate": [ - 2019, + 2141, { "distinct_on": [ - 2040, + 2162, "[league_team_seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2038, + 2160, "[league_team_seasons_order_by!]" ], "where": [ - 2027 + 2149 ] } ], "league_team_seasons_by_pk": [ - 2018, + 2140, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_team_seasons_stream": [ - 2018, + 2140, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2048, + 2170, "[league_team_seasons_stream_cursor_input]!" ], "where": [ - 2027 + 2149 ] } ], "league_teams": [ - 2060, + 2182, { "distinct_on": [ - 2073, + 2195, "[league_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2071, + 2193, "[league_teams_order_by!]" ], "where": [ - 2063 + 2185 ] } ], "league_teams_aggregate": [ - 2061, + 2183, { "distinct_on": [ - 2073, + 2195, "[league_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2071, + 2193, "[league_teams_order_by!]" ], "where": [ - 2063 + 2185 ] } ], "league_teams_by_pk": [ - 2060, + 2182, { "id": [ - 4921, + 4998, "uuid!" ] } ], "league_teams_stream": [ - 2060, + 2182, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2075, + 2197, "[league_teams_stream_cursor_input]!" ], "where": [ - 2063 + 2185 ] } ], "lobbies": [ - 2079, + 2201, { "distinct_on": [ - 2092, + 2214, "[lobbies_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2090, + 2212, "[lobbies_order_by!]" ], "where": [ - 2082 + 2204 ] } ], "lobbies_aggregate": [ - 2080, + 2202, { "distinct_on": [ - 2092, + 2214, "[lobbies_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2090, + 2212, "[lobbies_order_by!]" ], "where": [ - 2082 + 2204 ] } ], "lobbies_by_pk": [ - 2079, + 2201, { "id": [ - 4921, + 4998, "uuid!" ] } ], "lobbies_stream": [ - 2079, + 2201, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2094, + 2216, "[lobbies_stream_cursor_input]!" ], "where": [ - 2082 + 2204 ] } ], "lobby_players": [ - 2098, + 2220, { "distinct_on": [ - 2121, + 2243, "[lobby_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2119, + 2241, "[lobby_players_order_by!]" ], "where": [ - 2109 + 2231 ] } ], "lobby_players_aggregate": [ - 2099, + 2221, { "distinct_on": [ - 2121, + 2243, "[lobby_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2119, + 2241, "[lobby_players_order_by!]" ], "where": [ - 2109 + 2231 ] } ], "lobby_players_by_pk": [ - 2098, + 2220, { "lobby_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "lobby_players_stream": [ - 2098, + 2220, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2131, + 2253, "[lobby_players_stream_cursor_input]!" ], "where": [ - 2109 + 2231 ] } ], "map_pools": [ - 2143, + 2265, { "distinct_on": [ - 2156, + 2278, "[map_pools_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2154, + 2276, "[map_pools_order_by!]" ], "where": [ - 2146 + 2268 ] } ], "map_pools_aggregate": [ - 2144, + 2266, { "distinct_on": [ - 2156, + 2278, "[map_pools_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2154, + 2276, "[map_pools_order_by!]" ], "where": [ - 2146 + 2268 ] } ], "map_pools_by_pk": [ - 2143, + 2265, { "id": [ - 4921, + 4998, "uuid!" ] } ], "map_pools_stream": [ - 2143, + 2265, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2158, + 2280, "[map_pools_stream_cursor_input]!" ], "where": [ - 2146 + 2268 ] } ], "maps": [ - 2162, + 2284, { "distinct_on": [ - 2183, + 2305, "[maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2181, + 2303, "[maps_order_by!]" ], "where": [ - 2171 + 2293 ] } ], "maps_aggregate": [ - 2163, + 2285, { "distinct_on": [ - 2183, + 2305, "[maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2181, + 2303, "[maps_order_by!]" ], "where": [ - 2171 + 2293 ] } ], "maps_by_pk": [ - 2162, + 2284, { "id": [ - 4921, + 4998, "uuid!" ] } ], "maps_stream": [ - 2162, + 2284, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2187, + 2309, "[maps_stream_cursor_input]!" ], "where": [ - 2171 + 2293 ] } ], "match_clips": [ - 2191, + 2313, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "match_clips_aggregate": [ - 2192, + 2314, { "distinct_on": [ - 2213, + 2335, "[match_clips_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2211, + 2333, "[match_clips_order_by!]" ], "where": [ - 2200 + 2322 ] } ], "match_clips_by_pk": [ - 2191, + 2313, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_clips_stream": [ - 2191, + 2313, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2221, + 2343, "[match_clips_stream_cursor_input]!" ], "where": [ - 2200 + 2322 ] } ], "match_demo_sessions": [ - 2233, + 2355, { "distinct_on": [ - 2259, + 2381, "[match_demo_sessions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2256, + 2378, "[match_demo_sessions_order_by!]" ], "where": [ - 2243 + 2365 ] } ], "match_demo_sessions_aggregate": [ - 2234, + 2356, { "distinct_on": [ - 2259, + 2381, "[match_demo_sessions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2256, + 2378, "[match_demo_sessions_order_by!]" ], "where": [ - 2243 + 2365 ] } ], "match_demo_sessions_by_pk": [ - 2233, + 2355, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_demo_sessions_stream": [ - 2233, + 2355, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2267, + 2389, "[match_demo_sessions_stream_cursor_input]!" ], "where": [ - 2243 + 2365 ] } ], "match_lineup_players": [ - 2279, + 2401, { "distinct_on": [ - 2302, + 2424, "[match_lineup_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2300, + 2422, "[match_lineup_players_order_by!]" ], "where": [ - 2290 + 2412 ] } ], "match_lineup_players_aggregate": [ - 2280, + 2402, { "distinct_on": [ - 2302, + 2424, "[match_lineup_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2300, + 2422, "[match_lineup_players_order_by!]" ], "where": [ - 2290 + 2412 ] } ], "match_lineup_players_by_pk": [ - 2279, + 2401, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_lineup_players_stream": [ - 2279, + 2401, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2312, + 2434, "[match_lineup_players_stream_cursor_input]!" ], "where": [ - 2290 + 2412 ] } ], "match_lineups": [ - 2324, + 2446, { "distinct_on": [ - 2346, + 2468, "[match_lineups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2344, + 2466, "[match_lineups_order_by!]" ], "where": [ - 2333 + 2455 ] } ], "match_lineups_aggregate": [ - 2325, + 2447, { "distinct_on": [ - 2346, + 2468, "[match_lineups_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2344, + 2466, "[match_lineups_order_by!]" ], "where": [ - 2333 + 2455 ] } ], "match_lineups_by_pk": [ - 2324, + 2446, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_lineups_stream": [ - 2324, + 2446, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2354, + 2476, "[match_lineups_stream_cursor_input]!" ], "where": [ - 2333 + 2455 ] } ], "match_map_demos": [ - 2366, + 2488, { "distinct_on": [ - 2395, + 2517, "[match_map_demos_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2392, + 2514, "[match_map_demos_order_by!]" ], "where": [ - 2378 + 2500 ] } ], "match_map_demos_aggregate": [ - 2367, + 2489, { "distinct_on": [ - 2395, + 2517, "[match_map_demos_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2392, + 2514, "[match_map_demos_order_by!]" ], "where": [ - 2378 + 2500 ] } ], "match_map_demos_by_pk": [ - 2366, + 2488, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_map_demos_stream": [ - 2366, + 2488, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2405, + 2527, "[match_map_demos_stream_cursor_input]!" ], "where": [ - 2378 + 2500 ] } ], "match_map_rounds": [ - 2417, + 2539, { "distinct_on": [ - 2438, + 2560, "[match_map_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2436, + 2558, "[match_map_rounds_order_by!]" ], "where": [ - 2426 + 2548 ] } ], "match_map_rounds_aggregate": [ - 2418, + 2540, { "distinct_on": [ - 2438, + 2560, "[match_map_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2436, + 2558, "[match_map_rounds_order_by!]" ], "where": [ - 2426 + 2548 ] } ], "match_map_rounds_by_pk": [ - 2417, + 2539, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_map_rounds_stream": [ - 2417, + 2539, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2446, + 2568, "[match_map_rounds_stream_cursor_input]!" ], "where": [ - 2426 + 2548 ] } ], "match_map_veto_picks": [ - 2458, + 2580, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "match_map_veto_picks_aggregate": [ - 2459, + 2581, { "distinct_on": [ - 2476, + 2598, "[match_map_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2474, + 2596, "[match_map_veto_picks_order_by!]" ], "where": [ - 2465 + 2587 ] } ], "match_map_veto_picks_by_pk": [ - 2458, + 2580, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_map_veto_picks_stream": [ - 2458, + 2580, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2478, + 2600, "[match_map_veto_picks_stream_cursor_input]!" ], "where": [ - 2465 + 2587 ] } ], "match_maps": [ - 2482, + 2604, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_maps_aggregate": [ - 2483, + 2605, { "distinct_on": [ - 2504, + 2626, "[match_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2502, + 2624, "[match_maps_order_by!]" ], "where": [ - 2491 + 2613 ] } ], "match_maps_by_pk": [ - 2482, + 2604, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_maps_stream": [ - 2482, + 2604, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2512, + 2634, "[match_maps_stream_cursor_input]!" ], "where": [ - 2491 + 2613 ] } ], "match_options": [ - 2524, + 2646, { "distinct_on": [ - 2539, + 2661, "[match_options_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2537, + 2659, "[match_options_order_by!]" ], "where": [ - 2528 + 2650 ] } ], "match_options_aggregate": [ - 2525, + 2647, { "distinct_on": [ - 2539, + 2661, "[match_options_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2537, + 2659, "[match_options_order_by!]" ], "where": [ - 2528 + 2650 ] } ], "match_options_by_pk": [ - 2524, + 2646, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_options_stream": [ - 2524, + 2646, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2544, + 2666, "[match_options_stream_cursor_input]!" ], "where": [ - 2528 + 2650 ] } ], "match_region_veto_picks": [ - 2552, + 2674, { "distinct_on": [ - 2570, + 2692, "[match_region_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2568, + 2690, "[match_region_veto_picks_order_by!]" ], "where": [ - 2559 + 2681 ] } ], "match_region_veto_picks_aggregate": [ - 2553, + 2675, { "distinct_on": [ - 2570, + 2692, "[match_region_veto_picks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2568, + 2690, "[match_region_veto_picks_order_by!]" ], "where": [ - 2559 + 2681 ] } ], "match_region_veto_picks_by_pk": [ - 2552, + 2674, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_region_veto_picks_stream": [ - 2552, + 2674, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2572, + 2694, "[match_region_veto_picks_stream_cursor_input]!" ], "where": [ - 2559 + 2681 ] } ], "match_streams": [ - 2576, + 2698, { "distinct_on": [ - 2604, + 2726, "[match_streams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2601, + 2723, "[match_streams_order_by!]" ], "where": [ - 2588 + 2710 ] } ], "match_streams_aggregate": [ - 2577, + 2699, { "distinct_on": [ - 2604, + 2726, "[match_streams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2601, + 2723, "[match_streams_order_by!]" ], "where": [ - 2588 + 2710 ] } ], "match_streams_by_pk": [ - 2576, + 2698, { "id": [ - 4921, + 4998, "uuid!" ] } ], "match_streams_stream": [ - 2576, + 2698, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2614, + 2736, "[match_streams_stream_cursor_input]!" ], "where": [ - 2588 + 2710 ] } ], "match_type_cfgs": [ - 2626, + 2748, { "distinct_on": [ - 2638, + 2760, "[match_type_cfgs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2636, + 2758, "[match_type_cfgs_order_by!]" ], "where": [ - 2629 + 2751 ] } ], "match_type_cfgs_aggregate": [ - 2627, + 2749, { "distinct_on": [ - 2638, + 2760, "[match_type_cfgs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2636, + 2758, "[match_type_cfgs_order_by!]" ], "where": [ - 2629 + 2751 ] } ], "match_type_cfgs_by_pk": [ - 2626, + 2748, { "type": [ - 618, + 740, "e_game_cfg_types_enum!" ] } ], "match_type_cfgs_stream": [ - 2626, + 2748, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2640, + 2762, "[match_type_cfgs_stream_cursor_input]!" ], "where": [ - 2629 + 2751 ] } ], "matches": [ - 2644, + 2766, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "matches_aggregate": [ - 2645, + 2767, { "distinct_on": [ - 2666, + 2788, "[matches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2664, + 2786, "[matches_order_by!]" ], "where": [ - 2653 + 2775 ] } ], "matches_by_pk": [ - 2644, + 2766, { "id": [ - 4921, + 4998, "uuid!" ] } ], "matches_stream": [ - 2644, + 2766, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2674, + 2796, "[matches_stream_cursor_input]!" ], "where": [ - 2653 + 2775 ] } ], "migration_hashes_hashes": [ - 2686, + 2808, { "distinct_on": [ - 2698, + 2820, "[migration_hashes_hashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2696, + 2818, "[migration_hashes_hashes_order_by!]" ], "where": [ - 2689 + 2811 ] } ], "migration_hashes_hashes_aggregate": [ - 2687, + 2809, { "distinct_on": [ - 2698, + 2820, "[migration_hashes_hashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2696, + 2818, "[migration_hashes_hashes_order_by!]" ], "where": [ - 2689 + 2811 ] } ], "migration_hashes_hashes_by_pk": [ - 2686, + 2808, { "name": [ - 78, + 80, "String!" ] } ], "migration_hashes_hashes_stream": [ - 2686, + 2808, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2700, + 2822, "[migration_hashes_hashes_stream_cursor_input]!" ], "where": [ - 2689 + 2811 ] } ], "my_friends": [ - 2704, + 2826, { "distinct_on": [ - 2729, + 2851, "[my_friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2727, + 2849, "[my_friends_order_by!]" ], "where": [ - 2716 + 2838 ] } ], "my_friends_aggregate": [ - 2705, + 2827, { "distinct_on": [ - 2729, + 2851, "[my_friends_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2727, + 2849, "[my_friends_order_by!]" ], "where": [ - 2716 + 2838 ] } ], "my_friends_stream": [ - 2704, + 2826, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2739, + 2861, "[my_friends_stream_cursor_input]!" ], "where": [ - 2716 + 2838 ] } ], "news_articles": [ - 2750, + 2872, { "distinct_on": [ - 2764, + 2886, "[news_articles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2762, + 2884, "[news_articles_order_by!]" ], "where": [ - 2754 + 2876 ] } ], "news_articles_aggregate": [ - 2751, + 2873, { "distinct_on": [ - 2764, + 2886, "[news_articles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2762, + 2884, "[news_articles_order_by!]" ], "where": [ - 2754 + 2876 ] } ], "news_articles_by_pk": [ - 2750, + 2872, { "id": [ - 4921, + 4998, "uuid!" ] } ], "news_articles_stream": [ - 2750, + 2872, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2769, + 2891, "[news_articles_stream_cursor_input]!" ], "where": [ - 2754 + 2876 ] } ], "notifications": [ - 2777, + 2899, { "distinct_on": [ - 2805, + 2927, "[notifications_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2802, + 2924, "[notifications_order_by!]" ], "where": [ - 2789 + 2911 ] } ], "notifications_aggregate": [ - 2778, + 2900, { "distinct_on": [ - 2805, + 2927, "[notifications_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2802, + 2924, "[notifications_order_by!]" ], "where": [ - 2789 + 2911 ] } ], "notifications_by_pk": [ - 2777, + 2899, { "id": [ - 4921, + 4998, "uuid!" ] } ], "notifications_stream": [ - 2777, + 2899, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2815, + 2937, "[notifications_stream_cursor_input]!" ], "where": [ - 2789 + 2911 ] } ], "pending_match_import_players": [ - 2830, + 2952, { "distinct_on": [ - 2851, + 2973, "[pending_match_import_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2849, + 2971, "[pending_match_import_players_order_by!]" ], "where": [ - 2839 + 2961 ] } ], "pending_match_import_players_aggregate": [ - 2831, + 2953, { "distinct_on": [ - 2851, + 2973, "[pending_match_import_players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2849, + 2971, "[pending_match_import_players_order_by!]" ], "where": [ - 2839 + 2961 ] } ], "pending_match_import_players_by_pk": [ - 2830, + 2952, { "steam_id": [ - 180, + 257, "bigint!" ], "valve_match_id": [ - 2827, + 2949, "numeric!" ] } ], "pending_match_import_players_stream": [ - 2830, + 2952, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2859, + 2981, "[pending_match_import_players_stream_cursor_input]!" ], "where": [ - 2839 + 2961 ] } ], "pending_match_imports": [ - 2871, + 2993, { "distinct_on": [ - 2886, + 3008, "[pending_match_imports_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2884, + 3006, "[pending_match_imports_order_by!]" ], "where": [ - 2875 + 2997 ] } ], "pending_match_imports_aggregate": [ - 2872, + 2994, { "distinct_on": [ - 2886, + 3008, "[pending_match_imports_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2884, + 3006, "[pending_match_imports_order_by!]" ], "where": [ - 2875 + 2997 ] } ], "pending_match_imports_by_pk": [ - 2871, + 2993, { "valve_match_id": [ - 2827, + 2949, "numeric!" ] } ], "pending_match_imports_stream": [ - 2871, + 2993, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2891, + 3013, "[pending_match_imports_stream_cursor_input]!" ], "where": [ - 2875 + 2997 ] } ], "player_aim_stats_demo": [ - 2899, + 3021, { "distinct_on": [ - 2913, + 3035, "[player_aim_stats_demo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2911, + 3033, "[player_aim_stats_demo_order_by!]" ], "where": [ - 2903 + 3025 ] } ], "player_aim_stats_demo_aggregate": [ - 2900, + 3022, { "distinct_on": [ - 2913, + 3035, "[player_aim_stats_demo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2911, + 3033, "[player_aim_stats_demo_order_by!]" ], "where": [ - 2903 + 3025 ] } ], "player_aim_stats_demo_by_pk": [ - 2899, + 3021, { "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ] } ], "player_aim_stats_demo_stream": [ - 2899, + 3021, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2918, + 3040, "[player_aim_stats_demo_stream_cursor_input]!" ], "where": [ - 2903 + 3025 ] } ], "player_aim_weapon_stats": [ - 2926, + 3048, { "distinct_on": [ - 2947, + 3069, "[player_aim_weapon_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2945, + 3067, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2935 + 3057 ] } ], "player_aim_weapon_stats_aggregate": [ - 2927, + 3049, { "distinct_on": [ - 2947, + 3069, "[player_aim_weapon_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2945, + 3067, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2935 + 3057 ] } ], "player_aim_weapon_stats_by_pk": [ - 2926, + 3048, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ], "weapon_class": [ - 78, + 80, "String!" ] } ], "player_aim_weapon_stats_stream": [ - 2926, + 3048, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 2955, + 3077, "[player_aim_weapon_stats_stream_cursor_input]!" ], "where": [ - 2935 + 3057 ] } ], "player_assists": [ - 2967, + 3089, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "player_assists_aggregate": [ - 2968, + 3090, { "distinct_on": [ - 2990, + 3112, "[player_assists_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 2988, + 3110, "[player_assists_order_by!]" ], "where": [ - 2978 + 3100 ] } ], "player_assists_by_pk": [ - 2967, + 3089, { "attacked_steam_id": [ - 180, + 257, "bigint!" ], "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_assists_stream": [ - 2967, + 3089, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3000, + 3122, "[player_assists_stream_cursor_input]!" ], "where": [ - 2978 + 3100 ] } ], "player_career_stats_v": [ - 3012, + 3134, { "distinct_on": [ - 3020, + 3142, "[player_career_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3019, + 3141, "[player_career_stats_v_order_by!]" ], "where": [ - 3016 + 3138 ] } ], "player_career_stats_v_aggregate": [ - 3013, + 3135, { "distinct_on": [ - 3020, + 3142, "[player_career_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3019, + 3141, "[player_career_stats_v_order_by!]" ], "where": [ - 3016 + 3138 ] } ], "player_career_stats_v_stream": [ - 3012, + 3134, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3024, + 3146, "[player_career_stats_v_stream_cursor_input]!" ], "where": [ - 3016 + 3138 ] } ], "player_damages": [ - 3030, + 3152, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "player_damages_aggregate": [ - 3031, + 3153, { "distinct_on": [ - 3051, + 3173, "[player_damages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3049, + 3171, "[player_damages_order_by!]" ], "where": [ - 3039 + 3161 ] } ], "player_damages_by_pk": [ - 3030, + 3152, { "id": [ - 4921, + 4998, "uuid!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_damages_stream": [ - 3030, + 3152, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3059, + 3181, "[player_damages_stream_cursor_input]!" ], "where": [ - 3039 + 3161 ] } ], "player_elo": [ - 3071, + 3193, { "distinct_on": [ - 3085, + 3207, "[player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3083, + 3205, "[player_elo_order_by!]" ], "where": [ - 3075 + 3197 ] } ], "player_elo_aggregate": [ - 3072, + 3194, { "distinct_on": [ - 3085, + 3207, "[player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3083, + 3205, "[player_elo_order_by!]" ], "where": [ - 3075 + 3197 ] } ], "player_elo_by_pk": [ - 3071, + 3193, { "match_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ], "type": [ - 887, + 1009, "e_match_types_enum!" ] } ], "player_elo_stream": [ - 3071, + 3193, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3090, + 3212, "[player_elo_stream_cursor_input]!" ], "where": [ - 3075 + 3197 ] } ], "player_faceit_rank_history": [ - 3098, + 3220, { "distinct_on": [ - 3119, + 3241, "[player_faceit_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3117, + 3239, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3107 + 3229 ] } ], "player_faceit_rank_history_aggregate": [ - 3099, + 3221, { "distinct_on": [ - 3119, + 3241, "[player_faceit_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3117, + 3239, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3107 + 3229 ] } ], "player_faceit_rank_history_by_pk": [ - 3098, + 3220, { "id": [ - 4921, + 4998, "uuid!" ] } ], "player_faceit_rank_history_stream": [ - 3098, + 3220, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3127, + 3249, "[player_faceit_rank_history_stream_cursor_input]!" ], "where": [ - 3107 + 3229 ] } ], "player_flashes": [ - 3139, + 3261, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "player_flashes_aggregate": [ - 3140, + 3262, { "distinct_on": [ - 3162, + 3284, "[player_flashes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3160, + 3282, "[player_flashes_order_by!]" ], "where": [ - 3150 + 3272 ] } ], "player_flashes_by_pk": [ - 3139, + 3261, { "attacked_steam_id": [ - 180, + 257, "bigint!" ], "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_flashes_stream": [ - 3139, + 3261, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3172, + 3294, "[player_flashes_stream_cursor_input]!" ], "where": [ - 3150 + 3272 ] } ], "player_kills": [ - 3184, + 3306, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "player_kills_aggregate": [ - 3185, + 3307, { "distinct_on": [ - 3248, + 3370, "[player_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3246, + 3368, "[player_kills_order_by!]" ], "where": [ - 3195 + 3317 ] } ], "player_kills_by_pk": [ - 3184, + 3306, { "attacked_steam_id": [ - 180, + 257, "bigint!" ], "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3196, + 3318, { "distinct_on": [ - 3217, + 3339, "[player_kills_by_weapon_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3215, + 3337, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3205 + 3327 ] } ], "player_kills_by_weapon_aggregate": [ - 3197, + 3319, { "distinct_on": [ - 3217, + 3339, "[player_kills_by_weapon_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3215, + 3337, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3205 + 3327 ] } ], "player_kills_by_weapon_by_pk": [ - 3196, + 3318, { "player_steam_id": [ - 180, + 257, "bigint!" ], "with": [ - 78, + 80, "String!" ] } ], "player_kills_by_weapon_stream": [ - 3196, + 3318, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3225, + 3347, "[player_kills_by_weapon_stream_cursor_input]!" ], "where": [ - 3205 + 3327 ] } ], "player_kills_stream": [ - 3184, + 3306, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3258, + 3380, "[player_kills_stream_cursor_input]!" ], "where": [ - 3195 + 3317 ] } ], "player_leaderboard_rank": [ - 3270, + 3392, { "distinct_on": [ - 3281, + 3403, "[player_leaderboard_rank_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3280, + 3402, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3274 + 3396 ] } ], "player_leaderboard_rank_aggregate": [ - 3271, + 3393, { "distinct_on": [ - 3281, + 3403, "[player_leaderboard_rank_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3280, + 3402, "[player_leaderboard_rank_order_by!]" ], "where": [ - 3274 + 3396 ] } ], "player_leaderboard_rank_stream": [ - 3270, + 3392, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3286, + 3408, "[player_leaderboard_rank_stream_cursor_input]!" ], "where": [ - 3274 + 3396 ] } ], "player_match_map_stats": [ - 3293, + 3415, { "distinct_on": [ - 3314, + 3436, "[player_match_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3312, + 3434, "[player_match_map_stats_order_by!]" ], "where": [ - 3302 + 3424 ] } ], "player_match_map_stats_aggregate": [ - 3294, + 3416, { "distinct_on": [ - 3314, + 3436, "[player_match_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3312, + 3434, "[player_match_map_stats_order_by!]" ], "where": [ - 3302 + 3424 ] } ], "player_match_map_stats_by_pk": [ - 3293, + 3415, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "steam_id": [ - 180, + 257, "bigint!" ] } ], "player_match_map_stats_stream": [ - 3293, + 3415, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3322, + 3444, "[player_match_map_stats_stream_cursor_input]!" ], "where": [ - 3302 + 3424 ] } ], "player_match_performance_v": [ - 3334, + 3456, { "distinct_on": [ - 3342, + 3464, "[player_match_performance_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3341, + 3463, "[player_match_performance_v_order_by!]" ], "where": [ - 3338 + 3460 ] } ], "player_match_performance_v_aggregate": [ - 3335, + 3457, { "distinct_on": [ - 3342, + 3464, "[player_match_performance_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3341, + 3463, "[player_match_performance_v_order_by!]" ], "where": [ - 3338 + 3460 ] } ], "player_match_performance_v_stream": [ - 3334, + 3456, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3346, + 3468, "[player_match_performance_v_stream_cursor_input]!" ], "where": [ - 3338 + 3460 ] } ], "player_match_stats_v": [ - 3352, + 3474, { "distinct_on": [ - 3368, + 3490, "[player_match_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3367, + 3489, "[player_match_stats_v_order_by!]" ], "where": [ - 3361 + 3483 ] } ], "player_match_stats_v_aggregate": [ - 3353, + 3475, { "distinct_on": [ - 3368, + 3490, "[player_match_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3367, + 3489, "[player_match_stats_v_order_by!]" ], "where": [ - 3361 + 3483 ] } ], "player_match_stats_v_stream": [ - 3352, + 3474, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3375, + 3497, "[player_match_stats_v_stream_cursor_input]!" ], "where": [ - 3361 + 3483 ] } ], "player_objectives": [ - 3385, + 3507, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "player_objectives_aggregate": [ - 3386, + 3508, { "distinct_on": [ - 3406, + 3528, "[player_objectives_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3404, + 3526, "[player_objectives_order_by!]" ], "where": [ - 3394 + 3516 ] } ], "player_objectives_by_pk": [ - 3385, + 3507, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "player_steam_id": [ - 180, + 257, "bigint!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_objectives_stream": [ - 3385, + 3507, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3414, + 3536, "[player_objectives_stream_cursor_input]!" ], "where": [ - 3394 + 3516 ] } ], "player_performance_v": [ - 3426, + 3548, { "distinct_on": [ - 3434, + 3556, "[player_performance_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3433, + 3555, "[player_performance_v_order_by!]" ], "where": [ - 3430 + 3552 ] } ], "player_performance_v_aggregate": [ - 3427, + 3549, { "distinct_on": [ - 3434, + 3556, "[player_performance_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3433, + 3555, "[player_performance_v_order_by!]" ], "where": [ - 3430 + 3552 ] } ], "player_performance_v_stream": [ - 3426, + 3548, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3438, + 3560, "[player_performance_v_stream_cursor_input]!" ], "where": [ - 3430 + 3552 ] } ], "player_premier_rank_history": [ - 3444, + 3566, { "distinct_on": [ - 3465, + 3587, "[player_premier_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3463, + 3585, "[player_premier_rank_history_order_by!]" ], "where": [ - 3453 + 3575 ] } ], "player_premier_rank_history_aggregate": [ - 3445, + 3567, { "distinct_on": [ - 3465, + 3587, "[player_premier_rank_history_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3463, + 3585, "[player_premier_rank_history_order_by!]" ], "where": [ - 3453 + 3575 ] } ], "player_premier_rank_history_by_pk": [ - 3444, + 3566, { "id": [ - 4921, + 4998, "uuid!" ] } ], "player_premier_rank_history_stream": [ - 3444, + 3566, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3473, + 3595, "[player_premier_rank_history_stream_cursor_input]!" ], "where": [ - 3453 + 3575 ] } ], "player_sanctions": [ - 3485, + 3607, { "distinct_on": [ - 3506, + 3628, "[player_sanctions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3504, + 3626, "[player_sanctions_order_by!]" ], "where": [ - 3494 + 3616 ] } ], "player_sanctions_aggregate": [ - 3486, + 3608, { "distinct_on": [ - 3506, + 3628, "[player_sanctions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3504, + 3626, "[player_sanctions_order_by!]" ], "where": [ - 3494 + 3616 ] } ], "player_sanctions_by_pk": [ - 3485, + 3607, { "created_at": [ - 4376, + 4498, "timestamptz!" ], "id": [ - 4921, + 4998, "uuid!" ] } ], "player_sanctions_stream": [ - 3485, + 3607, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3514, + 3636, "[player_sanctions_stream_cursor_input]!" ], "where": [ - 3494 + 3616 ] } ], "player_season_stats": [ - 3526, + 3648, { "distinct_on": [ - 3557, + 3679, "[player_season_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3555, + 3677, "[player_season_stats_order_by!]" ], "where": [ - 3545 + 3667 ] } ], "player_season_stats_aggregate": [ - 3527, + 3649, { "distinct_on": [ - 3557, + 3679, "[player_season_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3555, + 3677, "[player_season_stats_order_by!]" ], "where": [ - 3545 + 3667 ] } ], "player_season_stats_by_pk": [ - 3526, + 3648, { "player_steam_id": [ - 180, + 257, "bigint!" ], "season_id": [ - 4921, + 4998, "uuid!" ] } ], "player_season_stats_stream": [ - 3526, + 3648, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3573, + 3695, "[player_season_stats_stream_cursor_input]!" ], "where": [ - 3545 + 3667 ] } ], "player_stats": [ - 3585, + 3707, { "distinct_on": [ - 3600, + 3722, "[player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3598, + 3720, "[player_stats_order_by!]" ], "where": [ - 3589 + 3711 ] } ], "player_stats_aggregate": [ - 3586, + 3708, { "distinct_on": [ - 3600, + 3722, "[player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3598, + 3720, "[player_stats_order_by!]" ], "where": [ - 3589 + 3711 ] } ], "player_stats_by_pk": [ - 3585, + 3707, { "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "player_stats_stream": [ - 3585, + 3707, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3605, + 3727, "[player_stats_stream_cursor_input]!" ], "where": [ - 3589 + 3711 ] } ], "player_steam_bot_friend": [ - 3613, + 3735, { "distinct_on": [ - 3632, + 3754, "[player_steam_bot_friend_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3629, + 3751, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3618 + 3740 ] } ], "player_steam_bot_friend_aggregate": [ - 3614, + 3736, { "distinct_on": [ - 3632, + 3754, "[player_steam_bot_friend_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3629, + 3751, "[player_steam_bot_friend_order_by!]" ], "where": [ - 3618 + 3740 ] } ], "player_steam_bot_friend_by_pk": [ - 3613, + 3735, { "steam_id": [ - 180, + 257, "bigint!" ] } ], "player_steam_bot_friend_stream": [ - 3613, + 3735, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3637, + 3759, "[player_steam_bot_friend_stream_cursor_input]!" ], "where": [ - 3618 + 3740 ] } ], "player_steam_match_auth": [ - 3645, + 3767, { "distinct_on": [ - 3659, + 3781, "[player_steam_match_auth_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3657, + 3779, "[player_steam_match_auth_order_by!]" ], "where": [ - 3649 + 3771 ] } ], "player_steam_match_auth_aggregate": [ - 3646, + 3768, { "distinct_on": [ - 3659, + 3781, "[player_steam_match_auth_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3657, + 3779, "[player_steam_match_auth_order_by!]" ], "where": [ - 3649 + 3771 ] } ], "player_steam_match_auth_by_pk": [ - 3645, + 3767, { "steam_id": [ - 180, + 257, "bigint!" ] } ], "player_steam_match_auth_stream": [ - 3645, + 3767, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3664, + 3786, "[player_steam_match_auth_stream_cursor_input]!" ], "where": [ - 3649 + 3771 ] } ], "player_unused_utility": [ - 3672, + 3794, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "player_unused_utility_aggregate": [ - 3673, + 3795, { "distinct_on": [ - 3693, + 3815, "[player_unused_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3691, + 3813, "[player_unused_utility_order_by!]" ], "where": [ - 3681 + 3803 ] } ], "player_unused_utility_by_pk": [ - 3672, + 3794, { "match_map_id": [ - 4921, + 4998, "uuid!" ], "player_steam_id": [ - 180, + 257, "bigint!" ] } ], "player_unused_utility_stream": [ - 3672, + 3794, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3701, + 3823, "[player_unused_utility_stream_cursor_input]!" ], "where": [ - 3681 + 3803 ] } ], "player_utility": [ - 3713, + 3835, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "player_utility_aggregate": [ - 3714, + 3836, { "distinct_on": [ - 3734, + 3856, "[player_utility_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3732, + 3854, "[player_utility_order_by!]" ], "where": [ - 3722 + 3844 ] } ], "player_utility_by_pk": [ - 3713, + 3835, { "attacker_steam_id": [ - 180, + 257, "bigint!" ], "match_map_id": [ - 4921, + 4998, "uuid!" ], "time": [ - 4376, + 4498, "timestamptz!" ] } ], "player_utility_stream": [ - 3713, + 3835, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3742, + 3864, "[player_utility_stream_cursor_input]!" ], "where": [ - 3722 + 3844 ] } ], "player_weapon_stats_v": [ - 3754, + 3876, { "distinct_on": [ - 3770, + 3892, "[player_weapon_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3769, + 3891, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3763 + 3885 ] } ], "player_weapon_stats_v_aggregate": [ - 3755, + 3877, { "distinct_on": [ - 3770, + 3892, "[player_weapon_stats_v_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3769, + 3891, "[player_weapon_stats_v_order_by!]" ], "where": [ - 3763 + 3885 ] } ], "player_weapon_stats_v_stream": [ - 3754, + 3876, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3777, + 3899, "[player_weapon_stats_v_stream_cursor_input]!" ], "where": [ - 3763 + 3885 ] } ], "players": [ - 3787, + 3909, { "distinct_on": [ - 3802, + 3924, "[players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3800, + 3922, "[players_order_by!]" ], "where": [ - 3791 + 3913 ] } ], "players_aggregate": [ - 3788, + 3910, { "distinct_on": [ - 3802, + 3924, "[players_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3800, + 3922, "[players_order_by!]" ], "where": [ - 3791 + 3913 ] } ], "players_by_pk": [ - 3787, + 3909, { "steam_id": [ - 180, + 257, "bigint!" ] } ], "players_stream": [ - 3787, + 3909, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3807, + 3929, "[players_stream_cursor_input]!" ], "where": [ - 3791 + 3913 ] } ], "plugin_versions": [ - 3815, + 3937, { "distinct_on": [ - 3829, + 3951, "[plugin_versions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3827, + 3949, "[plugin_versions_order_by!]" ], "where": [ - 3819 + 3941 ] } ], "plugin_versions_aggregate": [ - 3816, + 3938, { "distinct_on": [ - 3829, + 3951, "[plugin_versions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3827, + 3949, "[plugin_versions_order_by!]" ], "where": [ - 3819 + 3941 ] } ], "plugin_versions_by_pk": [ - 3815, + 3937, { "runtime": [ - 968, + 1090, "e_plugin_runtimes_enum!" ], "version": [ - 78, + 80, "String!" ] } ], "plugin_versions_stream": [ - 3815, + 3937, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3834, + 3956, "[plugin_versions_stream_cursor_input]!" ], "where": [ - 3819 + 3941 ] } ], "seasons": [ - 3846, + 3968, { "distinct_on": [ - 3861, + 3983, "[seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3859, + 3981, "[seasons_order_by!]" ], "where": [ - 3850 + 3972 ] } ], "seasons_aggregate": [ - 3847, + 3969, { "distinct_on": [ - 3861, + 3983, "[seasons_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3859, + 3981, "[seasons_order_by!]" ], "where": [ - 3850 + 3972 ] } ], "seasons_by_pk": [ - 3846, + 3968, { "id": [ - 4921, + 4998, "uuid!" ] } ], "seasons_stream": [ - 3846, + 3968, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3866, + 3988, "[seasons_stream_cursor_input]!" ], "where": [ - 3850 + 3972 ] } ], "server_regions": [ - 3874, + 3996, { "distinct_on": [ - 3888, + 4010, "[server_regions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3886, + 4008, "[server_regions_order_by!]" ], "where": [ - 3878 + 4000 ] } ], "server_regions_aggregate": [ - 3875, + 3997, { "distinct_on": [ - 3888, + 4010, "[server_regions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3886, + 4008, "[server_regions_order_by!]" ], "where": [ - 3878 + 4000 ] } ], "server_regions_by_pk": [ - 3874, + 3996, { "value": [ - 78, + 80, "String!" ] } ], "server_regions_stream": [ - 3874, + 3996, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3893, + 4015, "[server_regions_stream_cursor_input]!" ], "where": [ - 3878 + 4000 ] } ], "servers": [ - 3901, + 4023, { "distinct_on": [ - 3925, + 4047, "[servers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3923, + 4045, "[servers_order_by!]" ], "where": [ - 3912 + 4034 ] } ], "servers_aggregate": [ - 3902, + 4024, { "distinct_on": [ - 3925, + 4047, "[servers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3923, + 4045, "[servers_order_by!]" ], "where": [ - 3912 + 4034 ] } ], "servers_by_pk": [ - 3901, + 4023, { "id": [ - 4921, + 4998, "uuid!" ] } ], "servers_stream": [ - 3901, + 4023, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3935, + 4057, "[servers_stream_cursor_input]!" ], "where": [ - 3912 + 4034 ] } ], "settings": [ - 3947, + 4069, { "distinct_on": [ - 3959, + 4081, "[settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3957, + 4079, "[settings_order_by!]" ], "where": [ - 3950 + 4072 ] } ], "settings_aggregate": [ - 3948, + 4070, { "distinct_on": [ - 3959, + 4081, "[settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3957, + 4079, "[settings_order_by!]" ], "where": [ - 3950 + 4072 ] } ], "settings_by_pk": [ - 3947, + 4069, { "name": [ - 78, + 80, "String!" ] } ], "settings_stream": [ - 3947, + 4069, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3961, + 4083, "[settings_stream_cursor_input]!" ], "where": [ - 3950 + 4072 ] } ], "steam_account_claims": [ - 3967, + 4089, { "distinct_on": [ - 3985, + 4107, "[steam_account_claims_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3983, + 4105, "[steam_account_claims_order_by!]" ], "where": [ - 3974 + 4096 ] } ], "steam_account_claims_aggregate": [ - 3968, + 4090, { "distinct_on": [ - 3985, + 4107, "[steam_account_claims_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 3983, + 4105, "[steam_account_claims_order_by!]" ], "where": [ - 3974 + 4096 ] } ], "steam_account_claims_by_pk": [ - 3967, + 4089, { "id": [ - 4921, + 4998, "uuid!" ] } ], "steam_account_claims_stream": [ - 3967, + 4089, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 3987, + 4109, "[steam_account_claims_stream_cursor_input]!" ], "where": [ - 3974 + 4096 ] } ], "steam_accounts": [ - 3991, + 4113, { "distinct_on": [ - 4006, + 4128, "[steam_accounts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4004, + 4126, "[steam_accounts_order_by!]" ], "where": [ - 3995 + 4117 ] } ], "steam_accounts_aggregate": [ - 3992, + 4114, { "distinct_on": [ - 4006, + 4128, "[steam_accounts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4004, + 4126, "[steam_accounts_order_by!]" ], "where": [ - 3995 + 4117 ] } ], "steam_accounts_by_pk": [ - 3991, + 4113, { "id": [ - 4921, + 4998, "uuid!" ] } ], "steam_accounts_stream": [ - 3991, + 4113, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4011, + 4133, "[steam_accounts_stream_cursor_input]!" ], "where": [ - 3995 + 4117 ] } ], "system_alerts": [ - 4019, + 4141, { "distinct_on": [ - 4033, + 4155, "[system_alerts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4031, + 4153, "[system_alerts_order_by!]" ], "where": [ - 4023 + 4145 ] } ], "system_alerts_aggregate": [ - 4020, + 4142, { "distinct_on": [ - 4033, + 4155, "[system_alerts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4031, + 4153, "[system_alerts_order_by!]" ], "where": [ - 4023 + 4145 ] } ], "system_alerts_by_pk": [ - 4019, + 4141, { "id": [ - 4921, + 4998, "uuid!" ] } ], "system_alerts_stream": [ - 4019, + 4141, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4038, + 4160, "[system_alerts_stream_cursor_input]!" ], "where": [ - 4023 + 4145 ] } ], "team_invites": [ - 4046, + 4168, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "team_invites_aggregate": [ - 4047, + 4169, { "distinct_on": [ - 4067, + 4189, "[team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4065, + 4187, "[team_invites_order_by!]" ], "where": [ - 4055 + 4177 ] } ], "team_invites_by_pk": [ - 4046, + 4168, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_invites_stream": [ - 4046, + 4168, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4075, + 4197, "[team_invites_stream_cursor_input]!" ], "where": [ - 4055 + 4177 ] } ], "team_roster": [ - 4087, + 4209, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "team_roster_aggregate": [ - 4088, + 4210, { "distinct_on": [ - 4110, + 4232, "[team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4108, + 4230, "[team_roster_order_by!]" ], "where": [ - 4098 + 4220 ] } ], "team_roster_by_pk": [ - 4087, + 4209, { "player_steam_id": [ - 180, + 257, "bigint!" ], "team_id": [ - 4921, + 4998, "uuid!" ] } ], "team_roster_stream": [ - 4087, + 4209, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4120, + 4242, "[team_roster_stream_cursor_input]!" ], "where": [ - 4098 + 4220 ] } ], "team_scrim_alerts": [ - 4132, + 4254, { "distinct_on": [ - 4146, + 4268, "[team_scrim_alerts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4144, + 4266, "[team_scrim_alerts_order_by!]" ], "where": [ - 4136 + 4258 ] } ], "team_scrim_alerts_aggregate": [ - 4133, + 4255, { "distinct_on": [ - 4146, + 4268, "[team_scrim_alerts_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4144, + 4266, "[team_scrim_alerts_order_by!]" ], "where": [ - 4136 + 4258 ] } ], "team_scrim_alerts_by_pk": [ - 4132, + 4254, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_alerts_stream": [ - 4132, + 4254, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4151, + 4273, "[team_scrim_alerts_stream_cursor_input]!" ], "where": [ - 4136 + 4258 ] } ], "team_scrim_availability": [ - 4159, + 4281, { "distinct_on": [ - 4179, + 4301, "[team_scrim_availability_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4177, + 4299, "[team_scrim_availability_order_by!]" ], "where": [ - 4168 + 4290 ] } ], "team_scrim_availability_aggregate": [ - 4160, + 4282, { "distinct_on": [ - 4179, + 4301, "[team_scrim_availability_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4177, + 4299, "[team_scrim_availability_order_by!]" ], "where": [ - 4168 + 4290 ] } ], "team_scrim_availability_by_pk": [ - 4159, + 4281, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_availability_stream": [ - 4159, + 4281, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4183, + 4305, "[team_scrim_availability_stream_cursor_input]!" ], "where": [ - 4168 + 4290 ] } ], "team_scrim_request_proposals": [ - 4187, + 4309, { "distinct_on": [ - 4208, + 4330, "[team_scrim_request_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4206, + 4328, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4196 + 4318 ] } ], "team_scrim_request_proposals_aggregate": [ - 4188, + 4310, { "distinct_on": [ - 4208, + 4330, "[team_scrim_request_proposals_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4206, + 4328, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4196 + 4318 ] } ], "team_scrim_request_proposals_by_pk": [ - 4187, + 4309, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_request_proposals_stream": [ - 4187, + 4309, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4216, + 4338, "[team_scrim_request_proposals_stream_cursor_input]!" ], "where": [ - 4196 + 4318 ] } ], "team_scrim_requests": [ - 4228, + 4350, { "distinct_on": [ - 4252, + 4374, "[team_scrim_requests_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4250, + 4372, "[team_scrim_requests_order_by!]" ], "where": [ - 4239 + 4361 ] } ], "team_scrim_requests_aggregate": [ - 4229, + 4351, { "distinct_on": [ - 4252, + 4374, "[team_scrim_requests_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4250, + 4372, "[team_scrim_requests_order_by!]" ], "where": [ - 4239 + 4361 ] } ], "team_scrim_requests_by_pk": [ - 4228, + 4350, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_requests_stream": [ - 4228, + 4350, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4262, + 4384, "[team_scrim_requests_stream_cursor_input]!" ], "where": [ - 4239 + 4361 ] } ], "team_scrim_settings": [ - 4274, + 4396, { "distinct_on": [ - 4289, + 4411, "[team_scrim_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4287, + 4409, "[team_scrim_settings_order_by!]" ], "where": [ - 4278 + 4400 ] } ], "team_scrim_settings_aggregate": [ - 4275, + 4397, { "distinct_on": [ - 4289, + 4411, "[team_scrim_settings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4287, + 4409, "[team_scrim_settings_order_by!]" ], "where": [ - 4278 + 4400 ] } ], "team_scrim_settings_by_pk": [ - 4274, + 4396, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_scrim_settings_stream": [ - 4274, + 4396, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4294, + 4416, "[team_scrim_settings_stream_cursor_input]!" ], "where": [ - 4278 + 4400 ] } ], "team_suggestions": [ - 4302, + 4424, { "distinct_on": [ - 4316, + 4438, "[team_suggestions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4314, + 4436, "[team_suggestions_order_by!]" ], "where": [ - 4306 + 4428 ] } ], "team_suggestions_aggregate": [ - 4303, + 4425, { "distinct_on": [ - 4316, + 4438, "[team_suggestions_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4314, + 4436, "[team_suggestions_order_by!]" ], "where": [ - 4306 + 4428 ] } ], "team_suggestions_by_pk": [ - 4302, + 4424, { "id": [ - 4921, + 4998, "uuid!" ] } ], "team_suggestions_stream": [ - 4302, + 4424, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4321, + 4443, "[team_suggestions_stream_cursor_input]!" ], "where": [ - 4306 + 4428 ] } ], "teams": [ - 4329, + 4451, { "distinct_on": [ - 4353, + 4475, "[teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4351, + 4473, "[teams_order_by!]" ], "where": [ - 4340 + 4462 ] } ], "teams_aggregate": [ - 4330, + 4452, { "distinct_on": [ - 4353, + 4475, "[teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4351, + 4473, "[teams_order_by!]" ], "where": [ - 4340 + 4462 ] } ], "teams_by_pk": [ - 4329, + 4451, { "id": [ - 4921, + 4998, "uuid!" ] } ], "teams_stream": [ - 4329, + 4451, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4363, + 4485, "[teams_stream_cursor_input]!" ], "where": [ - 4340 + 4462 + ] + } + ], + "tournament_awards": [ + 4500, + { + "distinct_on": [ + 4522, + "[tournament_awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4520, + "[tournament_awards_order_by!]" + ], + "where": [ + 4509 + ] + } + ], + "tournament_awards_aggregate": [ + 4501, + { + "distinct_on": [ + 4522, + "[tournament_awards_select_column!]" + ], + "limit": [ + 40 + ], + "offset": [ + 40 + ], + "order_by": [ + 4520, + "[tournament_awards_order_by!]" + ], + "where": [ + 4509 + ] + } + ], + "tournament_awards_by_pk": [ + 4500, + { + "id": [ + 4998, + "uuid!" + ] + } + ], + "tournament_awards_stream": [ + 4500, + { + "batch_size": [ + 40, + "Int!" + ], + "cursor": [ + 4530, + "[tournament_awards_stream_cursor_input]!" + ], + "where": [ + 4509 ] } ], "tournament_brackets": [ - 4378, + 4542, { "distinct_on": [ - 4402, + 4566, "[tournament_brackets_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4400, + 4564, "[tournament_brackets_order_by!]" ], "where": [ - 4389 + 4553 ] } ], "tournament_brackets_aggregate": [ - 4379, + 4543, { "distinct_on": [ - 4402, + 4566, "[tournament_brackets_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4400, + 4564, "[tournament_brackets_order_by!]" ], "where": [ - 4389 + 4553 ] } ], "tournament_brackets_by_pk": [ - 4378, + 4542, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_brackets_stream": [ - 4378, + 4542, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4412, + 4576, "[tournament_brackets_stream_cursor_input]!" ], "where": [ - 4389 + 4553 ] } ], "tournament_categories": [ - 4424, + 4588, { "distinct_on": [ - 4442, + 4606, "[tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4440, + 4604, "[tournament_categories_order_by!]" ], "where": [ - 4431 + 4595 ] } ], "tournament_categories_aggregate": [ - 4425, + 4589, { "distinct_on": [ - 4442, + 4606, "[tournament_categories_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4440, + 4604, "[tournament_categories_order_by!]" ], "where": [ - 4431 + 4595 ] } ], "tournament_categories_by_pk": [ - 4424, + 4588, { "category": [ - 1170, + 1292, "e_tournament_categories_enum!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_categories_stream": [ - 4424, + 4588, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4444, + 4608, "[tournament_categories_stream_cursor_input]!" ], "where": [ - 4431 + 4595 ] } ], "tournament_organizer_teams": [ - 4448, + 4612, { "distinct_on": [ - 4466, + 4630, "[tournament_organizer_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4464, + 4628, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4455 + 4619 ] } ], "tournament_organizer_teams_aggregate": [ - 4449, + 4613, { "distinct_on": [ - 4466, + 4630, "[tournament_organizer_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4464, + 4628, "[tournament_organizer_teams_order_by!]" ], "where": [ - 4455 + 4619 ] } ], "tournament_organizer_teams_by_pk": [ - 4448, + 4612, { "team_id": [ - 4921, + 4998, "uuid!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_organizer_teams_stream": [ - 4448, + 4612, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4468, + 4632, "[tournament_organizer_teams_stream_cursor_input]!" ], "where": [ - 4455 + 4619 ] } ], "tournament_organizers": [ - 4472, + 4636, { "distinct_on": [ - 4493, + 4657, "[tournament_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4491, + 4655, "[tournament_organizers_order_by!]" ], "where": [ - 4481 + 4645 ] } ], "tournament_organizers_aggregate": [ - 4473, + 4637, { "distinct_on": [ - 4493, + 4657, "[tournament_organizers_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4491, + 4655, "[tournament_organizers_order_by!]" ], "where": [ - 4481 + 4645 ] } ], "tournament_organizers_by_pk": [ - 4472, + 4636, { "steam_id": [ - 180, + 257, "bigint!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_organizers_stream": [ - 4472, + 4636, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4501, + 4665, "[tournament_organizers_stream_cursor_input]!" ], "where": [ - 4481 + 4645 ] } ], "tournament_prizes": [ - 4513, + 4677, { "distinct_on": [ - 4534, + 4698, "[tournament_prizes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4532, + 4696, "[tournament_prizes_order_by!]" ], "where": [ - 4522 + 4686 ] } ], "tournament_prizes_aggregate": [ - 4514, + 4678, { "distinct_on": [ - 4534, + 4698, "[tournament_prizes_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4532, + 4696, "[tournament_prizes_order_by!]" ], "where": [ - 4522 + 4686 ] } ], "tournament_prizes_by_pk": [ - 4513, + 4677, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_prizes_stream": [ - 4513, + 4677, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4542, + 4706, "[tournament_prizes_stream_cursor_input]!" ], "where": [ - 4522 + 4686 ] } ], "tournament_stage_windows": [ - 4554, + 4718, { "distinct_on": [ - 4575, + 4739, "[tournament_stage_windows_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4573, + 4737, "[tournament_stage_windows_order_by!]" ], "where": [ - 4563 + 4727 ] } ], "tournament_stage_windows_aggregate": [ - 4555, + 4719, { "distinct_on": [ - 4575, + 4739, "[tournament_stage_windows_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4573, + 4737, "[tournament_stage_windows_order_by!]" ], "where": [ - 4563 + 4727 ] } ], "tournament_stage_windows_by_pk": [ - 4554, + 4718, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_stage_windows_stream": [ - 4554, + 4718, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4583, + 4747, "[tournament_stage_windows_stream_cursor_input]!" ], "where": [ - 4563 + 4727 ] } ], "tournament_stages": [ - 4595, + 4759, { "distinct_on": [ - 4624, + 4788, "[tournament_stages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4621, + 4785, "[tournament_stages_order_by!]" ], "where": [ - 4607 + 4771 ] } ], "tournament_stages_aggregate": [ - 4596, + 4760, { "distinct_on": [ - 4624, + 4788, "[tournament_stages_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4621, + 4785, "[tournament_stages_order_by!]" ], "where": [ - 4607 + 4771 ] } ], "tournament_stages_by_pk": [ - 4595, + 4759, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_stages_stream": [ - 4595, + 4759, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4634, + 4798, "[tournament_stages_stream_cursor_input]!" ], "where": [ - 4607 + 4771 ] } ], "tournament_team_invites": [ - 4646, + 4810, { "distinct_on": [ - 4667, + 4831, "[tournament_team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4665, + 4829, "[tournament_team_invites_order_by!]" ], "where": [ - 4655 + 4819 ] } ], "tournament_team_invites_aggregate": [ - 4647, + 4811, { "distinct_on": [ - 4667, + 4831, "[tournament_team_invites_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4665, + 4829, "[tournament_team_invites_order_by!]" ], "where": [ - 4655 + 4819 ] } ], "tournament_team_invites_by_pk": [ - 4646, + 4810, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_team_invites_stream": [ - 4646, + 4810, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4675, + 4839, "[tournament_team_invites_stream_cursor_input]!" ], "where": [ - 4655 + 4819 ] } ], "tournament_team_roster": [ - 4687, + 4851, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 + 4860 ] } ], "tournament_team_roster_aggregate": [ - 4688, + 4852, { "distinct_on": [ - 4708, + 4872, "[tournament_team_roster_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4706, + 4870, "[tournament_team_roster_order_by!]" ], "where": [ - 4696 + 4860 ] } ], "tournament_team_roster_by_pk": [ - 4687, + 4851, { "player_steam_id": [ - 180, + 257, "bigint!" ], "tournament_id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_team_roster_stream": [ - 4687, + 4851, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4716, + 4880, "[tournament_team_roster_stream_cursor_input]!" ], "where": [ - 4696 + 4860 ] } ], "tournament_teams": [ - 4728, + 4892, { "distinct_on": [ - 4750, + 4914, "[tournament_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4748, + 4912, "[tournament_teams_order_by!]" ], "where": [ - 4737 + 4901 ] } ], "tournament_teams_aggregate": [ - 4729, + 4893, { "distinct_on": [ - 4750, + 4914, "[tournament_teams_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4748, + 4912, "[tournament_teams_order_by!]" ], "where": [ - 4737 + 4901 ] } ], "tournament_teams_by_pk": [ - 4728, + 4892, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournament_teams_stream": [ - 4728, + 4892, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4758, + 4922, "[tournament_teams_stream_cursor_input]!" ], "where": [ - 4737 - ] - } - ], - "tournament_trophies": [ - 4770, - { - "distinct_on": [ - 4793, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4791, - "[tournament_trophies_order_by!]" - ], - "where": [ - 4781 - ] - } - ], - "tournament_trophies_aggregate": [ - 4771, - { - "distinct_on": [ - 4793, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4791, - "[tournament_trophies_order_by!]" - ], - "where": [ - 4781 - ] - } - ], - "tournament_trophies_by_pk": [ - 4770, - { - "id": [ - 4921, - "uuid!" - ] - } - ], - "tournament_trophies_stream": [ - 4770, - { - "batch_size": [ - 38, - "Int!" - ], - "cursor": [ - 4803, - "[tournament_trophies_stream_cursor_input]!" - ], - "where": [ - 4781 - ] - } - ], - "tournament_trophy_configs": [ - 4815, - { - "distinct_on": [ - 4837, - "[tournament_trophy_configs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4835, - "[tournament_trophy_configs_order_by!]" - ], - "where": [ - 4824 - ] - } - ], - "tournament_trophy_configs_aggregate": [ - 4816, - { - "distinct_on": [ - 4837, - "[tournament_trophy_configs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4835, - "[tournament_trophy_configs_order_by!]" - ], - "where": [ - 4824 - ] - } - ], - "tournament_trophy_configs_by_pk": [ - 4815, - { - "id": [ - 4921, - "uuid!" - ] - } - ], - "tournament_trophy_configs_stream": [ - 4815, - { - "batch_size": [ - 38, - "Int!" - ], - "cursor": [ - 4845, - "[tournament_trophy_configs_stream_cursor_input]!" - ], - "where": [ - 4824 + 4901 ] } ], "tournaments": [ - 4857, + 4934, { "distinct_on": [ - 4891, + 4968, "[tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4889, + 4966, "[tournaments_order_by!]" ], "where": [ - 4878 + 4955 ] } ], "tournaments_aggregate": [ - 4858, + 4935, { "distinct_on": [ - 4891, + 4968, "[tournaments_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4889, + 4966, "[tournaments_order_by!]" ], "where": [ - 4878 + 4955 ] } ], "tournaments_by_pk": [ - 4857, + 4934, { "id": [ - 4921, + 4998, "uuid!" ] } ], "tournaments_stream": [ - 4857, + 4934, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4909, + 4986, "[tournaments_stream_cursor_input]!" ], "where": [ - 4878 + 4955 ] } ], "v_event_player_stats": [ - 4924, + 5001, { "distinct_on": [ - 4950, + 5027, "[v_event_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4949, + 5026, "[v_event_player_stats_order_by!]" ], "where": [ - 4943 + 5020 ] } ], "v_event_player_stats_aggregate": [ - 4925, + 5002, { "distinct_on": [ - 4950, + 5027, "[v_event_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4949, + 5026, "[v_event_player_stats_order_by!]" ], "where": [ - 4943 + 5020 ] } ], "v_event_player_stats_stream": [ - 4924, + 5001, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4965, + 5042, "[v_event_player_stats_stream_cursor_input]!" ], "where": [ - 4943 + 5020 ] } ], "v_gpu_pool_status": [ - 4975, + 5052, { "distinct_on": [ - 4983, + 5060, "[v_gpu_pool_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4982, + 5059, "[v_gpu_pool_status_order_by!]" ], "where": [ - 4979 + 5056 ] } ], "v_gpu_pool_status_aggregate": [ - 4976, + 5053, { "distinct_on": [ - 4983, + 5060, "[v_gpu_pool_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 4982, + 5059, "[v_gpu_pool_status_order_by!]" ], "where": [ - 4979 + 5056 ] } ], "v_gpu_pool_status_stream": [ - 4975, + 5052, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 4987, + 5064, "[v_gpu_pool_status_stream_cursor_input]!" ], "where": [ - 4979 + 5056 ] } ], "v_league_division_standings": [ - 4993, + 5070, { "distinct_on": [ - 5009, + 5086, "[v_league_division_standings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5008, + 5085, "[v_league_division_standings_order_by!]" ], "where": [ - 5002 + 5079 ] } ], "v_league_division_standings_aggregate": [ - 4994, + 5071, { "distinct_on": [ - 5009, + 5086, "[v_league_division_standings_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5008, + 5085, "[v_league_division_standings_order_by!]" ], "where": [ - 5002 + 5079 ] } ], "v_league_division_standings_stream": [ - 4993, + 5070, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5016, + 5093, "[v_league_division_standings_stream_cursor_input]!" ], "where": [ - 5002 + 5079 ] } ], "v_league_season_player_stats": [ - 5026, + 5103, { "distinct_on": [ - 5052, + 5129, "[v_league_season_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5051, + 5128, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5045 + 5122 ] } ], "v_league_season_player_stats_aggregate": [ - 5027, + 5104, { "distinct_on": [ - 5052, + 5129, "[v_league_season_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5051, + 5128, "[v_league_season_player_stats_order_by!]" ], "where": [ - 5045 + 5122 ] } ], "v_league_season_player_stats_stream": [ - 5026, + 5103, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5067, + 5144, "[v_league_season_player_stats_stream_cursor_input]!" ], "where": [ - 5045 + 5122 ] } ], "v_match_captains": [ - 5077, + 5154, { "distinct_on": [ - 5089, + 5166, "[v_match_captains_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5088, + 5165, "[v_match_captains_order_by!]" ], "where": [ - 5081 + 5158 ] } ], "v_match_captains_aggregate": [ - 5078, + 5155, { "distinct_on": [ - 5089, + 5166, "[v_match_captains_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5088, + 5165, "[v_match_captains_order_by!]" ], "where": [ - 5081 + 5158 ] } ], "v_match_captains_stream": [ - 5077, + 5154, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5094, + 5171, "[v_match_captains_stream_cursor_input]!" ], "where": [ - 5081 + 5158 ] } ], "v_match_clutches": [ - 5101, + 5178, { "distinct_on": [ - 5117, + 5194, "[v_match_clutches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5116, + 5193, "[v_match_clutches_order_by!]" ], "where": [ - 5110 + 5187 ] } ], "v_match_clutches_aggregate": [ - 5102, + 5179, { "distinct_on": [ - 5117, + 5194, "[v_match_clutches_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5116, + 5193, "[v_match_clutches_order_by!]" ], "where": [ - 5110 + 5187 ] } ], "v_match_clutches_stream": [ - 5101, + 5178, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5124, + 5201, "[v_match_clutches_stream_cursor_input]!" ], "where": [ - 5110 + 5187 ] } ], "v_match_kill_pairs": [ - 5134, + 5211, { "distinct_on": [ - 5142, + 5219, "[v_match_kill_pairs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5141, + 5218, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5138 + 5215 ] } ], "v_match_kill_pairs_aggregate": [ - 5135, + 5212, { "distinct_on": [ - 5142, + 5219, "[v_match_kill_pairs_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5141, + 5218, "[v_match_kill_pairs_order_by!]" ], "where": [ - 5138 + 5215 ] } ], "v_match_kill_pairs_stream": [ - 5134, + 5211, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5146, + 5223, "[v_match_kill_pairs_stream_cursor_input]!" ], "where": [ - 5138 + 5215 ] } ], "v_match_lineup_buy_types": [ - 5152, + 5229, { "distinct_on": [ - 5160, + 5237, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5159, + 5236, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5156 + 5233 ] } ], "v_match_lineup_buy_types_aggregate": [ - 5153, + 5230, { "distinct_on": [ - 5160, + 5237, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5159, + 5236, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 5156 + 5233 ] } ], "v_match_lineup_buy_types_stream": [ - 5152, + 5229, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5164, + 5241, "[v_match_lineup_buy_types_stream_cursor_input]!" ], "where": [ - 5156 + 5233 ] } ], "v_match_lineup_map_stats": [ - 5170, + 5247, { "distinct_on": [ - 5178, + 5255, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5177, + 5254, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5174 + 5251 ] } ], "v_match_lineup_map_stats_aggregate": [ - 5171, + 5248, { "distinct_on": [ - 5178, + 5255, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5177, + 5254, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 5174 + 5251 ] } ], "v_match_lineup_map_stats_stream": [ - 5170, + 5247, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5182, + 5259, "[v_match_lineup_map_stats_stream_cursor_input]!" ], "where": [ - 5174 + 5251 ] } ], "v_match_map_backup_rounds": [ - 5188, + 5265, { "distinct_on": [ - 5199, + 5276, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5198, + 5275, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5192 + 5269 ] } ], "v_match_map_backup_rounds_aggregate": [ - 5189, + 5266, { "distinct_on": [ - 5199, + 5276, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5198, + 5275, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 5192 + 5269 ] } ], "v_match_map_backup_rounds_stream": [ - 5188, + 5265, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5204, + 5281, "[v_match_map_backup_rounds_stream_cursor_input]!" ], "where": [ - 5192 + 5269 ] } ], "v_match_player_buy_types": [ - 5211, + 5288, { "distinct_on": [ - 5219, + 5296, "[v_match_player_buy_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5218, + 5295, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5215 + 5292 ] } ], "v_match_player_buy_types_aggregate": [ - 5212, + 5289, { "distinct_on": [ - 5219, + 5296, "[v_match_player_buy_types_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5218, + 5295, "[v_match_player_buy_types_order_by!]" ], "where": [ - 5215 + 5292 ] } ], "v_match_player_buy_types_stream": [ - 5211, + 5288, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5223, + 5300, "[v_match_player_buy_types_stream_cursor_input]!" ], "where": [ - 5215 + 5292 ] } ], "v_match_player_opening_duels": [ - 5229, + 5306, { "distinct_on": [ - 5245, + 5322, "[v_match_player_opening_duels_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5244, + 5321, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5238 + 5315 ] } ], "v_match_player_opening_duels_aggregate": [ - 5230, + 5307, { "distinct_on": [ - 5245, + 5322, "[v_match_player_opening_duels_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5244, + 5321, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 5238 + 5315 ] } ], "v_match_player_opening_duels_stream": [ - 5229, + 5306, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5252, + 5329, "[v_match_player_opening_duels_stream_cursor_input]!" ], "where": [ - 5238 + 5315 ] } ], "v_player_arch_nemesis": [ - 5262, + 5339, { "distinct_on": [ - 5270, + 5347, "[v_player_arch_nemesis_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5269, + 5346, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5266 + 5343 ] } ], "v_player_arch_nemesis_aggregate": [ - 5263, + 5340, { "distinct_on": [ - 5270, + 5347, "[v_player_arch_nemesis_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5269, + 5346, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 5266 + 5343 ] } ], "v_player_arch_nemesis_stream": [ - 5262, + 5339, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5274, + 5351, "[v_player_arch_nemesis_stream_cursor_input]!" ], "where": [ - 5266 + 5343 ] } ], "v_player_damage": [ - 5280, + 5357, { "distinct_on": [ - 5288, + 5365, "[v_player_damage_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5287, + 5364, "[v_player_damage_order_by!]" ], "where": [ - 5284 + 5361 ] } ], "v_player_damage_aggregate": [ - 5281, + 5358, { "distinct_on": [ - 5288, + 5365, "[v_player_damage_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5287, + 5364, "[v_player_damage_order_by!]" ], "where": [ - 5284 + 5361 ] } ], "v_player_damage_stream": [ - 5280, + 5357, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5292, + 5369, "[v_player_damage_stream_cursor_input]!" ], "where": [ - 5284 + 5361 ] } ], "v_player_elo": [ - 5298, + 5375, { "distinct_on": [ - 5324, + 5401, "[v_player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5323, + 5400, "[v_player_elo_order_by!]" ], "where": [ - 5317 + 5394 ] } ], "v_player_elo_aggregate": [ - 5299, + 5376, { "distinct_on": [ - 5324, + 5401, "[v_player_elo_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5323, + 5400, "[v_player_elo_order_by!]" ], "where": [ - 5317 + 5394 ] } ], "v_player_elo_stream": [ - 5298, + 5375, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5339, + 5416, "[v_player_elo_stream_cursor_input]!" ], "where": [ - 5317 + 5394 ] } ], "v_player_map_losses": [ - 5349, + 5426, { "distinct_on": [ - 5357, + 5434, "[v_player_map_losses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5356, + 5433, "[v_player_map_losses_order_by!]" ], "where": [ - 5353 + 5430 ] } ], "v_player_map_losses_aggregate": [ - 5350, + 5427, { "distinct_on": [ - 5357, + 5434, "[v_player_map_losses_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5356, + 5433, "[v_player_map_losses_order_by!]" ], "where": [ - 5353 + 5430 ] } ], "v_player_map_losses_stream": [ - 5349, + 5426, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5361, + 5438, "[v_player_map_losses_stream_cursor_input]!" ], "where": [ - 5353 + 5430 ] } ], "v_player_map_wins": [ - 5367, + 5444, { "distinct_on": [ - 5375, + 5452, "[v_player_map_wins_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5374, + 5451, "[v_player_map_wins_order_by!]" ], "where": [ - 5371 + 5448 ] } ], "v_player_map_wins_aggregate": [ - 5368, + 5445, { "distinct_on": [ - 5375, + 5452, "[v_player_map_wins_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5374, + 5451, "[v_player_map_wins_order_by!]" ], "where": [ - 5371 + 5448 ] } ], "v_player_map_wins_stream": [ - 5367, + 5444, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5379, + 5456, "[v_player_map_wins_stream_cursor_input]!" ], "where": [ - 5371 + 5448 ] } ], "v_player_match_head_to_head": [ - 5385, + 5462, { "distinct_on": [ - 5393, + 5470, "[v_player_match_head_to_head_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5392, + 5469, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5389 + 5466 ] } ], "v_player_match_head_to_head_aggregate": [ - 5386, + 5463, { "distinct_on": [ - 5393, + 5470, "[v_player_match_head_to_head_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5392, + 5469, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 5389 + 5466 ] } ], "v_player_match_head_to_head_stream": [ - 5385, + 5462, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5397, + 5474, "[v_player_match_head_to_head_stream_cursor_input]!" ], "where": [ - 5389 + 5466 ] } ], "v_player_match_map_hltv": [ - 5403, + 5480, { "distinct_on": [ - 5421, + 5498, "[v_player_match_map_hltv_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5420, + 5497, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5412 + 5489 ] } ], "v_player_match_map_hltv_aggregate": [ - 5404, + 5481, { "distinct_on": [ - 5421, + 5498, "[v_player_match_map_hltv_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5420, + 5497, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 5412 + 5489 ] } ], "v_player_match_map_hltv_stream": [ - 5403, + 5480, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5429, + 5506, "[v_player_match_map_hltv_stream_cursor_input]!" ], "where": [ - 5412 + 5489 ] } ], "v_player_match_map_roles": [ - 5440, + 5517, { "distinct_on": [ - 5448, + 5525, "[v_player_match_map_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5447, + 5524, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5444 + 5521 ] } ], "v_player_match_map_roles_aggregate": [ - 5441, + 5518, { "distinct_on": [ - 5448, + 5525, "[v_player_match_map_roles_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5447, + 5524, "[v_player_match_map_roles_order_by!]" ], "where": [ - 5444 + 5521 ] } ], "v_player_match_map_roles_stream": [ - 5440, + 5517, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5452, + 5529, "[v_player_match_map_roles_stream_cursor_input]!" ], "where": [ - 5444 + 5521 ] } ], "v_player_match_performance": [ - 5458, + 5535, { "distinct_on": [ - 5466, + 5543, "[v_player_match_performance_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5465, + 5542, "[v_player_match_performance_order_by!]" ], "where": [ - 5462 + 5539 ] } ], "v_player_match_performance_aggregate": [ - 5459, + 5536, { "distinct_on": [ - 5466, + 5543, "[v_player_match_performance_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5465, + 5542, "[v_player_match_performance_order_by!]" ], "where": [ - 5462 + 5539 ] } ], "v_player_match_performance_stream": [ - 5458, + 5535, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5470, + 5547, "[v_player_match_performance_stream_cursor_input]!" ], "where": [ - 5462 + 5539 ] } ], "v_player_match_rating": [ - 5476, + 5553, { "distinct_on": [ - 5484, + 5561, "[v_player_match_rating_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5483, + 5560, "[v_player_match_rating_order_by!]" ], "where": [ - 5480 + 5557 ] } ], "v_player_match_rating_aggregate": [ - 5477, + 5554, { "distinct_on": [ - 5484, + 5561, "[v_player_match_rating_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5483, + 5560, "[v_player_match_rating_order_by!]" ], "where": [ - 5480 + 5557 ] } ], "v_player_match_rating_stream": [ - 5476, + 5553, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5488, + 5565, "[v_player_match_rating_stream_cursor_input]!" ], "where": [ - 5480 + 5557 ] } ], "v_player_multi_kills": [ - 5494, + 5571, { "distinct_on": [ - 5510, + 5587, "[v_player_multi_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5509, + 5586, "[v_player_multi_kills_order_by!]" ], "where": [ - 5503 + 5580 ] } ], "v_player_multi_kills_aggregate": [ - 5495, + 5572, { "distinct_on": [ - 5510, + 5587, "[v_player_multi_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5509, + 5586, "[v_player_multi_kills_order_by!]" ], "where": [ - 5503 + 5580 ] } ], "v_player_multi_kills_stream": [ - 5494, + 5571, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5517, + 5594, "[v_player_multi_kills_stream_cursor_input]!" ], "where": [ - 5503 + 5580 ] } ], "v_player_weapon_damage": [ - 5527, + 5604, { "distinct_on": [ - 5535, + 5612, "[v_player_weapon_damage_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5534, + 5611, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5531 + 5608 ] } ], "v_player_weapon_damage_aggregate": [ - 5528, + 5605, { "distinct_on": [ - 5535, + 5612, "[v_player_weapon_damage_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5534, + 5611, "[v_player_weapon_damage_order_by!]" ], "where": [ - 5531 + 5608 ] } ], "v_player_weapon_damage_stream": [ - 5527, + 5604, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5539, + 5616, "[v_player_weapon_damage_stream_cursor_input]!" ], "where": [ - 5531 + 5608 ] } ], "v_player_weapon_kills": [ - 5545, + 5622, { "distinct_on": [ - 5553, + 5630, "[v_player_weapon_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5552, + 5629, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5549 + 5626 ] } ], "v_player_weapon_kills_aggregate": [ - 5546, + 5623, { "distinct_on": [ - 5553, + 5630, "[v_player_weapon_kills_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5552, + 5629, "[v_player_weapon_kills_order_by!]" ], "where": [ - 5549 + 5626 ] } ], "v_player_weapon_kills_stream": [ - 5545, + 5622, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5557, + 5634, "[v_player_weapon_kills_stream_cursor_input]!" ], "where": [ - 5549 + 5626 ] } ], "v_pool_maps": [ - 5563, + 5640, { "distinct_on": [ - 5580, + 5657, "[v_pool_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5579, + 5656, "[v_pool_maps_order_by!]" ], "where": [ - 5572 + 5649 ] } ], "v_pool_maps_aggregate": [ - 5564, + 5641, { "distinct_on": [ - 5580, + 5657, "[v_pool_maps_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5579, + 5656, "[v_pool_maps_order_by!]" ], "where": [ - 5572 + 5649 ] } ], "v_pool_maps_stream": [ - 5563, + 5640, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5584, + 5661, "[v_pool_maps_stream_cursor_input]!" ], "where": [ - 5572 + 5649 ] } ], "v_steam_account_pool_status": [ - 5587, + 5664, { "distinct_on": [ - 5595, + 5672, "[v_steam_account_pool_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5594, + 5671, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5591 + 5668 ] } ], "v_steam_account_pool_status_aggregate": [ - 5588, + 5665, { "distinct_on": [ - 5595, + 5672, "[v_steam_account_pool_status_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5594, + 5671, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 5591 + 5668 ] } ], "v_steam_account_pool_status_stream": [ - 5587, + 5664, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5599, + 5676, "[v_steam_account_pool_status_stream_cursor_input]!" ], "where": [ - 5591 + 5668 ] } ], "v_team_ranks": [ - 5605, + 5682, { "distinct_on": [ - 5615, + 5692, "[v_team_ranks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5614, + 5691, "[v_team_ranks_order_by!]" ], "where": [ - 5609 + 5686 ] } ], "v_team_ranks_aggregate": [ - 5606, + 5683, { "distinct_on": [ - 5615, + 5692, "[v_team_ranks_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5614, + 5691, "[v_team_ranks_order_by!]" ], "where": [ - 5609 + 5686 ] } ], "v_team_ranks_stream": [ - 5605, + 5682, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5619, + 5696, "[v_team_ranks_stream_cursor_input]!" ], "where": [ - 5609 + 5686 ] } ], "v_team_reputation": [ - 5625, + 5702, { "distinct_on": [ - 5635, + 5712, "[v_team_reputation_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5634, + 5711, "[v_team_reputation_order_by!]" ], "where": [ - 5629 + 5706 ] } ], "v_team_reputation_aggregate": [ - 5626, + 5703, { "distinct_on": [ - 5635, + 5712, "[v_team_reputation_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5634, + 5711, "[v_team_reputation_order_by!]" ], "where": [ - 5629 + 5706 ] } ], "v_team_reputation_stream": [ - 5625, + 5702, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5639, + 5716, "[v_team_reputation_stream_cursor_input]!" ], "where": [ - 5629 + 5706 ] } ], "v_team_stage_results": [ - 5645, + 5722, { "distinct_on": [ - 5677, + 5754, "[v_team_stage_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5675, + 5752, "[v_team_stage_results_order_by!]" ], "where": [ - 5664 + 5741 ] } ], "v_team_stage_results_aggregate": [ - 5646, + 5723, { "distinct_on": [ - 5677, + 5754, "[v_team_stage_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5675, + 5752, "[v_team_stage_results_order_by!]" ], "where": [ - 5664 + 5741 ] } ], "v_team_stage_results_by_pk": [ - 5645, + 5722, { "tournament_stage_id": [ - 4921, + 4998, "uuid!" ], "tournament_team_id": [ - 4921, + 4998, "uuid!" ] } ], "v_team_stage_results_stream": [ - 5645, + 5722, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5693, + 5770, "[v_team_stage_results_stream_cursor_input]!" ], "where": [ - 5664 + 5741 ] } ], "v_team_tournament_results": [ - 5705, + 5782, { "distinct_on": [ - 5731, + 5808, "[v_team_tournament_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5730, + 5807, "[v_team_tournament_results_order_by!]" ], "where": [ - 5724 + 5801 ] } ], "v_team_tournament_results_aggregate": [ - 5706, + 5783, { "distinct_on": [ - 5731, + 5808, "[v_team_tournament_results_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5730, + 5807, "[v_team_tournament_results_order_by!]" ], "where": [ - 5724 + 5801 ] } ], "v_team_tournament_results_stream": [ - 5705, + 5782, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5746, + 5823, "[v_team_tournament_results_stream_cursor_input]!" ], "where": [ - 5724 + 5801 ] } ], "v_tournament_player_stats": [ - 5756, + 5833, { "distinct_on": [ - 5782, + 5859, "[v_tournament_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5781, + 5858, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5775 + 5852 ] } ], "v_tournament_player_stats_aggregate": [ - 5757, + 5834, { "distinct_on": [ - 5782, + 5859, "[v_tournament_player_stats_select_column!]" ], "limit": [ - 38 + 40 ], "offset": [ - 38 + 40 ], "order_by": [ - 5781, + 5858, "[v_tournament_player_stats_order_by!]" ], "where": [ - 5775 + 5852 ] } ], "v_tournament_player_stats_stream": [ - 5756, + 5833, { "batch_size": [ - 38, + 40, "Int!" ], "cursor": [ - 5797, + 5874, "[v_tournament_player_stats_stream_cursor_input]!" ], "where": [ - 5775 + 5852 ] } ], "__typename": [ - 78 + 80 ] } } diff --git a/hasura/enums/award-sources.sql b/hasura/enums/award-sources.sql new file mode 100644 index 000000000..ba5f24d99 --- /dev/null +++ b/hasura/enums/award-sources.sql @@ -0,0 +1,7 @@ +SET check_function_bodies = false; + +insert into e_award_sources ("value", "description") values + ('tournament', 'Calculated from a tournament placement'), + ('manual', 'Granted by hand'), + ('season', 'Calculated from a season standing') +on conflict(value) do update set "description" = EXCLUDED."description" diff --git a/hasura/enums/award-tiers.sql b/hasura/enums/award-tiers.sql new file mode 100644 index 000000000..d5368b45e --- /dev/null +++ b/hasura/enums/award-tiers.sql @@ -0,0 +1,9 @@ +SET check_function_bodies = false; + +insert into e_award_tiers ("value", "description") values + ('mvp', 'Most valuable player'), + ('gold', 'First place'), + ('silver', 'Second place'), + ('bronze', 'Third place'), + ('special', 'Standalone award') +on conflict(value) do update set "description" = EXCLUDED."description" diff --git a/hasura/functions/leaderboard/get_leaderboard.sql b/hasura/functions/leaderboard/get_leaderboard.sql index a2b1dcc94..f20e3faa1 100644 --- a/hasura/functions/leaderboard/get_leaderboard.sql +++ b/hasura/functions/leaderboard/get_leaderboard.sql @@ -7,6 +7,7 @@ -- actually re-run this cleanup against an already-broken database. DROP FUNCTION IF EXISTS public._leaderboard_trophies(INT); DROP FUNCTION IF EXISTS public._leaderboard_trophies(INT, TEXT); -- pre-_season 2-arg +DROP FUNCTION IF EXISTS public._leaderboard_trophies(INT, TEXT, UUID); -- pre-awards rename DROP FUNCTION IF EXISTS public.get_leaderboard(TEXT, INT, TEXT, BOOLEAN); -- pre-_role 4-arg DROP FUNCTION IF EXISTS public.get_leaderboard(TEXT, INT, TEXT, BOOLEAN, TEXT); -- pre-_season 5-arg DROP FUNCTION IF EXISTS public.get_player_leaderboard_rank(TEXT, INT, TEXT, TEXT, BOOLEAN); -- pre-_season 5-arg @@ -60,8 +61,8 @@ BEGIN ELSIF _category = 'highest_hs_pct' THEN RETURN QUERY SELECT * FROM _leaderboard_hs_pct(_window_days, _match_type, _exclude_tournaments, _season_id); - ELSIF _category = 'trophies' THEN - RETURN QUERY SELECT * FROM _leaderboard_trophies(_window_days, _match_type, _season_id); + ELSIF _category = 'awards' THEN + RETURN QUERY SELECT * FROM _leaderboard_awards(_window_days, _match_type, _season_id); ELSIF _category = 'best_rating' THEN RETURN QUERY SELECT * FROM _leaderboard_hltv_metric('rating', _window_days, _match_type, _exclude_tournaments, _role, _season_id); @@ -79,7 +80,7 @@ BEGIN RETURN QUERY SELECT * FROM _leaderboard_udr(_window_days, _match_type, _exclude_tournaments, _role, _season_id); ELSE - RAISE EXCEPTION 'Invalid category: %. Must be one of: elo, best_kdr, best_win_rate, highest_hs_pct, trophies, best_rating, best_adr, best_kpr, best_kast, best_udr', _category; + RAISE EXCEPTION 'Invalid category: %. Must be one of: elo, best_kdr, best_win_rate, highest_hs_pct, awards, best_rating, best_adr, best_kpr, best_kast, best_udr', _category; END IF; END; $$; @@ -505,11 +506,12 @@ END; $$; -- ============================================================ --- Trophies leaderboard +-- Awards leaderboard -- value = gold count, secondary = silver count, tertiary = bronze count --- matches_played = total trophies. Olympic medal-table ordering. +-- matches_played = total medals. Olympic medal-table ordering. Only tournament +-- placements count; hand-granted awards must not move rankings. -- ============================================================ -CREATE OR REPLACE FUNCTION public._leaderboard_trophies( +CREATE OR REPLACE FUNCTION public._leaderboard_awards( _window_days INT, _match_type TEXT DEFAULT NULL, _season_id UUID DEFAULT NULL @@ -537,19 +539,45 @@ BEGIN RETURN QUERY WITH counts AS ( SELECT - tt.player_steam_id, - SUM(CASE WHEN tt.placement = 0 THEN 1 ELSE 0 END)::int as mvp, - SUM(CASE WHEN tt.placement = 1 THEN 1 ELSE 0 END)::int as gold, - SUM(CASE WHEN tt.placement = 2 THEN 1 ELSE 0 END)::int as silver, - SUM(CASE WHEN tt.placement = 3 THEN 1 ELSE 0 END)::int as bronze, + ar.player_steam_id, + SUM(CASE WHEN ar.placement = 0 THEN 1 ELSE 0 END)::int as mvp, + SUM(CASE WHEN ar.placement = 1 THEN 1 ELSE 0 END)::int as gold, + SUM(CASE WHEN ar.placement = 2 THEN 1 ELSE 0 END)::int as silver, + SUM(CASE WHEN ar.placement = 3 THEN 1 ELSE 0 END)::int as bronze, COUNT(*)::int as total - FROM tournament_trophies tt - JOIN tournaments t ON t.id = tt.tournament_id - JOIN match_options mo ON mo.id = t.match_options_id - WHERE tt.player_steam_id IS NOT NULL - AND ((_from IS NULL OR t.start >= _from) AND (_to IS NULL OR t.start < _to)) - AND (_match_type IS NULL OR mo.type = _match_type) - GROUP BY tt.player_steam_id + FROM award_recipients ar + -- Season placements have no match_options, so a match-type filter has to + -- exclude them rather than drop them for a missing join. + LEFT JOIN tournaments t ON t.id = ar.tournament_id + LEFT JOIN match_options mo ON mo.id = t.match_options_id + LEFT JOIN seasons s ON s.id = ar.season_id + WHERE ar.player_steam_id IS NOT NULL + AND ar.placement IS NOT NULL + AND (ar.tournament_id IS NOT NULL OR ar.season_id IS NOT NULL) + AND ( + ar.tournament_id IS NULL + OR ( + ((_from IS NULL OR t.start >= _from) AND (_to IS NULL OR t.start < _to)) + AND (_match_type IS NULL OR mo.type = _match_type) + ) + ) + AND ( + ar.season_id IS NULL + OR ( + _match_type IS NULL + AND ( + -- A season's medals land exactly on the exclusive end of its own + -- window, so a date compare would drop them. + (_season_id IS NOT NULL AND ar.season_id = _season_id) + OR ( + _season_id IS NULL + AND (_from IS NULL OR coalesce(s.ends_at, s.starts_at) >= _from) + AND (_to IS NULL OR coalesce(s.ends_at, s.starts_at) < _to) + ) + ) + ) + ) + GROUP BY ar.player_steam_id ) SELECT c.player_steam_id::text as player_steam_id, diff --git a/hasura/functions/seasons/calculate_season_awards.sql b/hasura/functions/seasons/calculate_season_awards.sql new file mode 100644 index 000000000..f6488b5c8 --- /dev/null +++ b/hasura/functions/seasons/calculate_season_awards.sql @@ -0,0 +1,61 @@ +CREATE OR REPLACE FUNCTION public.calculate_season_awards(_season_id uuid) +RETURNS void +LANGUAGE plpgsql +AS $$ +DECLARE + _mvp_steam_id bigint; +BEGIN + DELETE FROM public.award_recipients + WHERE season_id = _season_id AND source = 'season'; + + IF NOT EXISTS (SELECT 1 FROM public.seasons WHERE id = _season_id) THEN + RETURN; + END IF; + + INSERT INTO public.award_recipients + (award_id, season_id, player_steam_id, placement, source) + SELECT + (SELECT a.id FROM public.awards a + WHERE a.system_key = CASE ranked.rank + WHEN 1 THEN 'season_gold' + WHEN 2 THEN 'season_silver' + ELSE 'season_bronze' + END), + _season_id, + ranked.player_steam_id::bigint, + ranked.rank, + 'season' + FROM ( + SELECT + entry.player_steam_id, + -- steam_id breaks ties so a recalculation cannot swap two players + -- on equal elo between 2nd and 3rd. + ROW_NUMBER() OVER ( + ORDER BY entry.value DESC, entry.player_steam_id ASC + ) AS rank + FROM public._leaderboard_elo(0, NULL, false, _season_id) entry + ) ranked + WHERE ranked.rank <= 3 + ON CONFLICT DO NOTHING; + + SELECT pe.steam_id + INTO _mvp_steam_id + FROM public.player_elo pe + WHERE pe.season_id = _season_id + GROUP BY pe.steam_id + HAVING COUNT(*) > 0 + ORDER BY AVG(COALESCE(pe.impact, 1.0)) DESC, + SUM(COALESCE(pe.impact, 1.0)) DESC, + pe.steam_id ASC + LIMIT 1; + + IF _mvp_steam_id IS NOT NULL THEN + INSERT INTO public.award_recipients + (award_id, season_id, player_steam_id, placement, source) + VALUES + ((SELECT a.id FROM public.awards a WHERE a.system_key = 'season_mvp'), + _season_id, _mvp_steam_id, 0, 'season') + ON CONFLICT DO NOTHING; + END IF; +END; +$$; diff --git a/hasura/functions/tournaments/calculate_tournament_trophies.sql b/hasura/functions/tournaments/calculate_tournament_awards.sql similarity index 73% rename from hasura/functions/tournaments/calculate_tournament_trophies.sql rename to hasura/functions/tournaments/calculate_tournament_awards.sql index 10fc9c8d9..99d9930c0 100644 --- a/hasura/functions/tournaments/calculate_tournament_trophies.sql +++ b/hasura/functions/tournaments/calculate_tournament_awards.sql @@ -1,9 +1,29 @@ -CREATE OR REPLACE FUNCTION public.calculate_tournament_trophies(_tournament_id uuid) +CREATE OR REPLACE FUNCTION public.resolve_tournament_award(_tournament_id uuid, _placement int) +RETURNS uuid +LANGUAGE sql STABLE +AS $$ + SELECT COALESCE( + (SELECT ta.award_id + FROM public.tournament_awards ta + WHERE ta.tournament_id = _tournament_id + AND ta.placement = _placement), + (SELECT a.id + FROM public.awards a + WHERE a.system_key = CASE _placement + WHEN 0 THEN 'tournament_mvp' + WHEN 1 THEN 'tournament_gold' + WHEN 2 THEN 'tournament_silver' + WHEN 3 THEN 'tournament_bronze' + END) + ); +$$; + +CREATE OR REPLACE FUNCTION public.calculate_tournament_awards(_tournament_id uuid) RETURNS void LANGUAGE plpgsql AS $$ DECLARE - _trophies_enabled boolean; + _awards_enabled boolean; _final_stage_id uuid; _winning_team_id uuid; _runner_up_team_id uuid; @@ -11,15 +31,15 @@ DECLARE _award_third boolean := false; _mvp_steam_id bigint; BEGIN - SELECT trophies_enabled INTO _trophies_enabled + SELECT awards_enabled INTO _awards_enabled FROM public.tournaments WHERE id = _tournament_id; -- Always clear prior auto rows so disabling / recalculating lands in a known state. - -- Manual awards survive; organizers own those explicitly. - DELETE FROM public.tournament_trophies - WHERE tournament_id = _tournament_id AND manual = false; + -- Hand-granted awards survive; organizers own those explicitly. + DELETE FROM public.award_recipients + WHERE tournament_id = _tournament_id AND source = 'tournament'; - IF _trophies_enabled IS DISTINCT FROM true THEN + IF _awards_enabled IS DISTINCT FROM true THEN RETURN; END IF; @@ -150,22 +170,24 @@ BEGIN LIMIT 1; IF _mvp_steam_id IS NOT NULL THEN - INSERT INTO public.tournament_trophies - (tournament_id, tournament_team_id, player_steam_id, placement) + INSERT INTO public.award_recipients + (award_id, tournament_id, tournament_team_id, player_steam_id, placement, source) VALUES - (_tournament_id, _winning_team_id, _mvp_steam_id, 0) + (public.resolve_tournament_award(_tournament_id, 0), + _tournament_id, _winning_team_id, _mvp_steam_id, 0, 'tournament') ON CONFLICT DO NOTHING; END IF; END IF; - -- Team-level placement trophies. These are only awarded when the tournament + -- Team-level placement awards. These are only granted when the tournament -- entry is backed by a real team (tournament_teams.team_id); ad-hoc - -- tournament-only teams still only award player trophies. + -- tournament-only teams still only grant player awards. IF _winning_team_id IS NOT NULL THEN - INSERT INTO public.tournament_trophies - (tournament_id, tournament_team_id, team_id, placement) + INSERT INTO public.award_recipients + (award_id, tournament_id, tournament_team_id, team_id, placement, source) SELECT - _tournament_id, tournament_team.id, tournament_team.team_id, 1 + public.resolve_tournament_award(_tournament_id, 1), + _tournament_id, tournament_team.id, tournament_team.team_id, 1, 'tournament' FROM public.tournament_teams tournament_team WHERE tournament_team.id = _winning_team_id AND tournament_team.tournament_id = _tournament_id @@ -174,10 +196,11 @@ BEGIN END IF; IF _runner_up_team_id IS NOT NULL THEN - INSERT INTO public.tournament_trophies - (tournament_id, tournament_team_id, team_id, placement) + INSERT INTO public.award_recipients + (award_id, tournament_id, tournament_team_id, team_id, placement, source) SELECT - _tournament_id, tournament_team.id, tournament_team.team_id, 2 + public.resolve_tournament_award(_tournament_id, 2), + _tournament_id, tournament_team.id, tournament_team.team_id, 2, 'tournament' FROM public.tournament_teams tournament_team WHERE tournament_team.id = _runner_up_team_id AND tournament_team.tournament_id = _tournament_id @@ -186,10 +209,11 @@ BEGIN END IF; IF _award_third AND _third_team_id IS NOT NULL THEN - INSERT INTO public.tournament_trophies - (tournament_id, tournament_team_id, team_id, placement) + INSERT INTO public.award_recipients + (award_id, tournament_id, tournament_team_id, team_id, placement, source) SELECT - _tournament_id, tournament_team.id, tournament_team.team_id, 3 + public.resolve_tournament_award(_tournament_id, 3), + _tournament_id, tournament_team.id, tournament_team.team_id, 3, 'tournament' FROM public.tournament_teams tournament_team WHERE tournament_team.id = _third_team_id AND tournament_team.tournament_id = _tournament_id @@ -198,14 +222,15 @@ BEGIN END IF; -- Roster-wide gold / silver / bronze. ON CONFLICT skips any player who - -- already has a matching manual award at this placement. Leaving the + -- already has a matching hand-granted award at this placement. Leaving the -- conflict target unspecified keeps this function tolerant of both the - -- placement-aware trophy key and the partial MVP index. + -- placement-aware recipient key and the partial MVP index. IF _winning_team_id IS NOT NULL THEN - INSERT INTO public.tournament_trophies - (tournament_id, tournament_team_id, player_steam_id, placement) + INSERT INTO public.award_recipients + (award_id, tournament_id, tournament_team_id, player_steam_id, placement, source) SELECT - _tournament_id, _winning_team_id, roster.player_steam_id, 1 + public.resolve_tournament_award(_tournament_id, 1), + _tournament_id, _winning_team_id, roster.player_steam_id, 1, 'tournament' FROM public.tournament_team_roster roster WHERE roster.tournament_team_id = _winning_team_id AND roster.tournament_id = _tournament_id @@ -213,10 +238,11 @@ BEGIN END IF; IF _runner_up_team_id IS NOT NULL THEN - INSERT INTO public.tournament_trophies - (tournament_id, tournament_team_id, player_steam_id, placement) + INSERT INTO public.award_recipients + (award_id, tournament_id, tournament_team_id, player_steam_id, placement, source) SELECT - _tournament_id, _runner_up_team_id, roster.player_steam_id, 2 + public.resolve_tournament_award(_tournament_id, 2), + _tournament_id, _runner_up_team_id, roster.player_steam_id, 2, 'tournament' FROM public.tournament_team_roster roster WHERE roster.tournament_team_id = _runner_up_team_id AND roster.tournament_id = _tournament_id @@ -224,10 +250,11 @@ BEGIN END IF; IF _award_third AND _third_team_id IS NOT NULL THEN - INSERT INTO public.tournament_trophies - (tournament_id, tournament_team_id, player_steam_id, placement) + INSERT INTO public.award_recipients + (award_id, tournament_id, tournament_team_id, player_steam_id, placement, source) SELECT - _tournament_id, _third_team_id, roster.player_steam_id, 3 + public.resolve_tournament_award(_tournament_id, 3), + _tournament_id, _third_team_id, roster.player_steam_id, 3, 'tournament' FROM public.tournament_team_roster roster WHERE roster.tournament_team_id = _third_team_id AND roster.tournament_id = _tournament_id diff --git a/hasura/functions/tournaments/recalculate_tournament_awards.sql b/hasura/functions/tournaments/recalculate_tournament_awards.sql new file mode 100644 index 000000000..d3f0f4eef --- /dev/null +++ b/hasura/functions/tournaments/recalculate_tournament_awards.sql @@ -0,0 +1,12 @@ +CREATE OR REPLACE FUNCTION public.recalculate_tournament_awards(_tournament_id uuid) +RETURNS SETOF public.award_recipients +LANGUAGE plpgsql +AS $$ +BEGIN + DELETE FROM public.award_recipients + WHERE tournament_id = _tournament_id; + + PERFORM public.calculate_tournament_awards(_tournament_id); + RETURN QUERY SELECT * FROM public.award_recipients WHERE tournament_id = _tournament_id; +END; +$$; diff --git a/hasura/functions/tournaments/recalculate_tournament_trophies.sql b/hasura/functions/tournaments/recalculate_tournament_trophies.sql deleted file mode 100644 index 4e42fb2cd..000000000 --- a/hasura/functions/tournaments/recalculate_tournament_trophies.sql +++ /dev/null @@ -1,12 +0,0 @@ -CREATE OR REPLACE FUNCTION public.recalculate_tournament_trophies(_tournament_id uuid) -RETURNS SETOF public.tournament_trophies -LANGUAGE plpgsql -AS $$ -BEGIN - DELETE FROM public.tournament_trophies - WHERE tournament_id = _tournament_id; - - PERFORM public.calculate_tournament_trophies(_tournament_id); - RETURN QUERY SELECT * FROM public.tournament_trophies WHERE tournament_id = _tournament_id; -END; -$$; diff --git a/hasura/functions/tournaments/reset_tournament_match.sql b/hasura/functions/tournaments/reset_tournament_match.sql index 1d15c3584..4a8bd6603 100644 --- a/hasura/functions/tournaments/reset_tournament_match.sql +++ b/hasura/functions/tournaments/reset_tournament_match.sql @@ -232,9 +232,11 @@ BEGIN AND status = 'Finished'; IF FOUND THEN - -- Rewinding a finished tournament invalidates awarded placements. - DELETE FROM tournament_trophies - WHERE tournament_id = source_tournament_id; + -- Rewinding a finished tournament invalidates the calculated + -- placements. Hand-granted awards are the organizer's, not ours. + DELETE FROM award_recipients + WHERE tournament_id = source_tournament_id + AND source = 'tournament'; END IF; END IF; diff --git a/hasura/functions/tournaments/update_tournament_bracket.sql b/hasura/functions/tournaments/update_tournament_bracket.sql index aebbc47a8..87af1dfdf 100644 --- a/hasura/functions/tournaments/update_tournament_bracket.sql +++ b/hasura/functions/tournaments/update_tournament_bracket.sql @@ -54,7 +54,7 @@ BEGIN FROM tournament_stages ts WHERE ts.id = bracket.tournament_stage_id; - -- Refresh cached standings before advancement/seeding/trophies read them. + -- Refresh cached standings before advancement/seeding/awards read them. PERFORM public.recompute_tournament_stage_results(bracket.tournament_stage_id); IF tournament_id IS NOT NULL THEN diff --git a/hasura/metadata/actions.graphql b/hasura/metadata/actions.graphql index aa2d59200..743b83a71 100644 --- a/hasura/metadata/actions.graphql +++ b/hasura/metadata/actions.graphql @@ -1170,8 +1170,60 @@ type PodStats { memory: MemoryStat } +type TelemetryInstallCounts { + total: Int! + active24h: Int! + active7d: Int! + active30d: Int! + new30d: Int! + retained180d: Int! +} + +type TelemetryFleetTotals { + gameServerNodes: Int! + servers: Int! + dedicatedServers: Int! + publicServers: Int! + serverCapacity: Int! + matches: Int! + matchesWeek: Int! + matchesMonth: Int! + matchesYear: Int! + matchesImported: Int! + matchesImportedMonth: Int! + mapsPlayed: Int! + playersRegistered: Int! + playersActive30d: Int! + teams: Int! +} + +type TelemetryFeatureAdoption { + key: String! + enabled: Int! + flagged: Int! + reporting: Int! + installsUsing: Int! + total: Int! +} + +type TelemetryGrowthPoint { + month: String! + installs: Int! +} + +type TelemetryActivityPoint { + day: String! + installs: Int! + matches: Int! +} + type TelemetryStats { online: Int! + installs: TelemetryInstallCounts! + totals: TelemetryFleetTotals! + features: [TelemetryFeatureAdoption!]! + growth: [TelemetryGrowthPoint!]! + activity: [TelemetryActivityPoint!]! } type TestUploadResponse { @@ -1586,3 +1638,95 @@ type SteamPresenceAdminStatusOutput { pool: SteamPresencePool! bots: [SteamPresenceBot!]! } + +type Mutation { + saveAward( + id: uuid + name: String! + description: String + tier: String! + silhouette: Int + allow_multiple: Boolean + tournament_id: uuid + event_id: uuid + season_id: uuid + league_season_id: uuid + ): Award +} + +type Mutation { + deleteAward( + id: uuid! + ): SuccessOutput +} + +type Mutation { + grantAward( + award_id: uuid! + player_steam_id: String + team_id: uuid + tournament_id: uuid + event_id: uuid + season_id: uuid + league_season_id: uuid + note: String + ): AwardRecipient +} + +type Mutation { + revokeAward( + id: uuid! + ): SuccessOutput +} + +type Mutation { + setTournamentAward( + tournament_id: uuid! + placement: Int! + award_id: uuid + custom_name: String + silhouette: Int + ): TournamentAward +} + +type Award { + id: uuid! + tournament_id: uuid + event_id: uuid + season_id: uuid + league_season_id: uuid + name: String! + description: String + tier: String! + silhouette: Int + image_url: String + system_key: String + allow_multiple: Boolean! + created_by_steam_id: String + created_at: String! + updated_at: String! +} + +type AwardRecipient { + id: uuid! + award_id: uuid! + tournament_id: uuid + tournament_team_id: uuid + team_id: uuid + player_steam_id: String + placement: Int + source: String! + awarded_by_steam_id: String + note: String + created_at: String! +} + +type TournamentAward { + id: uuid! + tournament_id: uuid! + placement: Int! + award_id: uuid + custom_name: String + silhouette: Int + image_url: String +} diff --git a/hasura/metadata/actions.yaml b/hasura/metadata/actions.yaml index 3dbd86ee7..e962abf80 100644 --- a/hasura/metadata/actions.yaml +++ b/hasura/metadata/actions.yaml @@ -1204,6 +1204,76 @@ actions: permissions: - role: administrator comment: Remove a friends-role presence bot account + - name: saveAward + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Create or update a catalog award + - name: deleteAward + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Delete a catalog award + - name: grantAward + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Grant an award to a player or team + - name: revokeAward + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Revoke a hand-granted award + - name: setTournamentAward + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Map a tournament placement to an award custom_types: enums: [] input_objects: @@ -1214,6 +1284,9 @@ custom_types: - name: ClipOutputInput - name: ClipSpecInput objects: + - name: Award + - name: AwardRecipient + - name: TournamentAward - name: SteamPresenceBotAssignment - name: SteamPresencePool - name: SteamPresenceBot @@ -1251,6 +1324,11 @@ custom_types: - name: GpuStats - name: GpuDeviceStat - name: PodStats + - name: TelemetryInstallCounts + - name: TelemetryFleetTotals + - name: TelemetryFeatureAdoption + - name: TelemetryGrowthPoint + - name: TelemetryActivityPoint - name: TelemetryStats - name: TestUploadResponse - name: GetTestUploadResponse diff --git a/hasura/metadata/databases/default/functions/functions.yaml b/hasura/metadata/databases/default/functions/functions.yaml index 13630ee63..7ed266eb4 100644 --- a/hasura/metadata/databases/default/functions/functions.yaml +++ b/hasura/metadata/databases/default/functions/functions.yaml @@ -5,7 +5,7 @@ - "!include public_get_league_season_leaderboard.yaml" - "!include public_league_award_forfeit.yaml" - "!include public_get_player_leaderboard_rank.yaml" -- "!include public_recalculate_tournament_trophies.yaml" +- "!include public_recalculate_tournament_awards.yaml" - "!include public_remove_league_team_from_season.yaml" - "!include public_reorder_league_divisions.yaml" - "!include public_restart_league_season.yaml" diff --git a/hasura/metadata/databases/default/functions/public_recalculate_tournament_trophies.yaml b/hasura/metadata/databases/default/functions/public_recalculate_tournament_awards.yaml similarity index 76% rename from hasura/metadata/databases/default/functions/public_recalculate_tournament_trophies.yaml rename to hasura/metadata/databases/default/functions/public_recalculate_tournament_awards.yaml index 0382d210d..7f2041c44 100644 --- a/hasura/metadata/databases/default/functions/public_recalculate_tournament_trophies.yaml +++ b/hasura/metadata/databases/default/functions/public_recalculate_tournament_awards.yaml @@ -1,5 +1,5 @@ function: - name: recalculate_tournament_trophies + name: recalculate_tournament_awards schema: public configuration: custom_root_fields: {} diff --git a/hasura/metadata/databases/default/tables/public_tournament_trophies.yaml b/hasura/metadata/databases/default/tables/public_award_recipients.yaml similarity index 58% rename from hasura/metadata/databases/default/tables/public_tournament_trophies.yaml rename to hasura/metadata/databases/default/tables/public_award_recipients.yaml index 8679f0038..dd4bf3d75 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_trophies.yaml +++ b/hasura/metadata/databases/default/tables/public_award_recipients.yaml @@ -1,20 +1,32 @@ table: - name: tournament_trophies + name: award_recipients schema: public object_relationships: + - name: award + using: + foreign_key_constraint_on: award_id + - name: awarded_by + using: + foreign_key_constraint_on: awarded_by_steam_id + - name: event + using: + foreign_key_constraint_on: event_id + - name: league_season + using: + foreign_key_constraint_on: league_season_id - name: player using: foreign_key_constraint_on: player_steam_id + - name: season + using: + foreign_key_constraint_on: season_id - name: team using: foreign_key_constraint_on: team_id - name: tournament using: foreign_key_constraint_on: tournament_id - - name: tournament_team - using: - foreign_key_constraint_on: tournament_team_id - - name: trophy_config + - name: tournament_award using: manual_configuration: column_mapping: @@ -22,44 +34,30 @@ object_relationships: tournament_id: tournament_id insertion_order: null remote_table: - name: tournament_trophy_configs + name: tournament_awards schema: public -insert_permissions: - - role: user - permission: - check: - tournament: - is_organizer: - _eq: true - set: - manual: "true" - columns: - - tournament_id - - tournament_team_id - - player_steam_id - - placement - comment: "" + - name: tournament_team + using: + foreign_key_constraint_on: tournament_team_id select_permissions: - role: guest permission: columns: - id + - award_id - tournament_id + - season_id + - event_id + - league_season_id - tournament_team_id - team_id - player_steam_id - placement - placement_tier - - manual + - source + - awarded_by_steam_id + - note - created_at filter: {} allow_aggregations: true comment: "" -delete_permissions: - - role: user - permission: - filter: - tournament: - is_organizer: - _eq: true - comment: "" diff --git a/hasura/metadata/databases/default/tables/public_awards.yaml b/hasura/metadata/databases/default/tables/public_awards.yaml new file mode 100644 index 000000000..74edd6ee0 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_awards.yaml @@ -0,0 +1,56 @@ +table: + name: awards + schema: public +object_relationships: + - name: created_by + using: + foreign_key_constraint_on: created_by_steam_id + - name: event + using: + foreign_key_constraint_on: event_id + - name: league_season + using: + foreign_key_constraint_on: league_season_id + - name: season + using: + foreign_key_constraint_on: season_id + - name: tournament + using: + foreign_key_constraint_on: tournament_id +array_relationships: + - name: recipients + using: + foreign_key_constraint_on: + column: award_id + table: + name: award_recipients + schema: public + - name: tournament_configs + using: + foreign_key_constraint_on: + column: award_id + table: + name: tournament_awards + schema: public +select_permissions: + - role: guest + permission: + columns: + - id + - name + - description + - tier + - silhouette + - image_url + - system_key + - allow_multiple + - created_by_steam_id + - tournament_id + - event_id + - season_id + - league_season_id + - created_at + - updated_at + filter: {} + allow_aggregations: true + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_e_award_sources.yaml b/hasura/metadata/databases/default/tables/public_e_award_sources.yaml new file mode 100644 index 000000000..8d8d00b0a --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_award_sources.yaml @@ -0,0 +1,12 @@ +table: + name: e_award_sources + schema: public +is_enum: true +select_permissions: + - role: guest + permission: + columns: + - description + - value + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_e_award_tiers.yaml b/hasura/metadata/databases/default/tables/public_e_award_tiers.yaml new file mode 100644 index 000000000..f6eab77d7 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_award_tiers.yaml @@ -0,0 +1,12 @@ +table: + name: e_award_tiers + schema: public +is_enum: true +select_permissions: + - role: guest + permission: + columns: + - description + - value + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_events.yaml b/hasura/metadata/databases/default/tables/public_events.yaml index b300b3639..94e72213a 100644 --- a/hasura/metadata/databases/default/tables/public_events.yaml +++ b/hasura/metadata/databases/default/tables/public_events.yaml @@ -9,6 +9,13 @@ object_relationships: using: foreign_key_constraint_on: organizer_steam_id array_relationships: + - name: awards + using: + foreign_key_constraint_on: + column: event_id + table: + name: award_recipients + schema: public - name: media using: foreign_key_constraint_on: diff --git a/hasura/metadata/databases/default/tables/public_league_seasons.yaml b/hasura/metadata/databases/default/tables/public_league_seasons.yaml index 870e64245..b200eafa0 100644 --- a/hasura/metadata/databases/default/tables/public_league_seasons.yaml +++ b/hasura/metadata/databases/default/tables/public_league_seasons.yaml @@ -9,6 +9,13 @@ object_relationships: using: foreign_key_constraint_on: match_options_id array_relationships: + - name: awards + using: + foreign_key_constraint_on: + column: league_season_id + table: + name: award_recipients + schema: public - name: match_weeks using: foreign_key_constraint_on: diff --git a/hasura/metadata/databases/default/tables/public_players.yaml b/hasura/metadata/databases/default/tables/public_players.yaml index de75611d2..cfd23cbf0 100644 --- a/hasura/metadata/databases/default/tables/public_players.yaml +++ b/hasura/metadata/databases/default/tables/public_players.yaml @@ -278,12 +278,12 @@ array_relationships: table: name: tournament_team_roster schema: public - - name: tournament_trophies + - name: awards using: foreign_key_constraint_on: column: player_steam_id table: - name: tournament_trophies + name: award_recipients schema: public - name: tournaments using: diff --git a/hasura/metadata/databases/default/tables/public_seasons.yaml b/hasura/metadata/databases/default/tables/public_seasons.yaml index 9c1882165..30a509f4e 100644 --- a/hasura/metadata/databases/default/tables/public_seasons.yaml +++ b/hasura/metadata/databases/default/tables/public_seasons.yaml @@ -2,6 +2,13 @@ table: name: seasons schema: public array_relationships: + - name: awards + using: + foreign_key_constraint_on: + column: season_id + table: + name: award_recipients + schema: public - name: player_season_stats using: foreign_key_constraint_on: diff --git a/hasura/metadata/databases/default/tables/public_teams.yaml b/hasura/metadata/databases/default/tables/public_teams.yaml index 664daf4c1..8ab301c81 100644 --- a/hasura/metadata/databases/default/tables/public_teams.yaml +++ b/hasura/metadata/databases/default/tables/public_teams.yaml @@ -34,6 +34,13 @@ object_relationships: name: v_team_reputation schema: public array_relationships: + - name: awards + using: + foreign_key_constraint_on: + column: team_id + table: + name: award_recipients + schema: public - name: scrim_availability using: foreign_key_constraint_on: diff --git a/hasura/metadata/databases/default/tables/public_tournament_awards.yaml b/hasura/metadata/databases/default/tables/public_tournament_awards.yaml new file mode 100644 index 000000000..40d3b1368 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_tournament_awards.yaml @@ -0,0 +1,25 @@ +table: + name: tournament_awards + schema: public +object_relationships: + - name: award + using: + foreign_key_constraint_on: award_id + - name: tournament + using: + foreign_key_constraint_on: tournament_id +select_permissions: + - role: guest + permission: + columns: + - id + - tournament_id + - placement + - award_id + - custom_name + - silhouette + - image_url + - created_at + - updated_at + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_tournament_trophy_configs.yaml b/hasura/metadata/databases/default/tables/public_tournament_trophy_configs.yaml deleted file mode 100644 index a3af23ecf..000000000 --- a/hasura/metadata/databases/default/tables/public_tournament_trophy_configs.yaml +++ /dev/null @@ -1,66 +0,0 @@ -table: - name: tournament_trophy_configs - schema: public -object_relationships: - - name: tournament - using: - foreign_key_constraint_on: tournament_id -insert_permissions: - - role: administrator - permission: - check: {} - columns: - - tournament_id - - placement - - custom_name - - silhouette - - image_url - comment: "" - - role: user - permission: - check: - tournament: - is_organizer: - _eq: true - columns: - - tournament_id - - placement - - custom_name - - silhouette - - image_url - comment: "" -select_permissions: - - role: guest - permission: - columns: - - id - - tournament_id - - placement - - custom_name - - silhouette - - image_url - - created_at - - updated_at - filter: {} - comment: "" -update_permissions: - - role: user - permission: - columns: - - custom_name - - silhouette - - image_url - filter: - tournament: - is_organizer: - _eq: true - check: null - comment: "" -delete_permissions: - - role: user - permission: - filter: - tournament: - is_organizer: - _eq: true - comment: "" diff --git a/hasura/metadata/databases/default/tables/public_tournaments.yaml b/hasura/metadata/databases/default/tables/public_tournaments.yaml index 2d3234413..d841909d8 100644 --- a/hasura/metadata/databases/default/tables/public_tournaments.yaml +++ b/hasura/metadata/databases/default/tables/public_tournaments.yaml @@ -88,19 +88,19 @@ array_relationships: table: name: tournament_teams schema: public - - name: trophies + - name: awards using: foreign_key_constraint_on: column: tournament_id table: - name: tournament_trophies + name: award_recipients schema: public - - name: trophy_configs + - name: award_configs using: foreign_key_constraint_on: column: tournament_id table: - name: tournament_trophy_configs + name: tournament_awards schema: public computed_fields: - name: can_cancel @@ -457,7 +457,7 @@ select_permissions: - organizer_steam_id - start - status - - trophies_enabled + - awards_enabled computed_fields: - can_cancel - can_close_registration @@ -513,7 +513,7 @@ select_permissions: - organizer_steam_id - start - status - - trophies_enabled + - awards_enabled computed_fields: - can_cancel - can_close_registration @@ -555,7 +555,7 @@ select_permissions: - organizer_steam_id - start - status - - trophies_enabled + - awards_enabled computed_fields: - can_cancel - can_close_registration @@ -610,7 +610,7 @@ update_permissions: - name - start - status - - trophies_enabled + - awards_enabled filter: is_organizer: _eq: true @@ -632,7 +632,7 @@ update_permissions: - name - start - status - - trophies_enabled + - awards_enabled filter: is_organizer: _eq: true diff --git a/hasura/metadata/databases/default/tables/tables.yaml b/hasura/metadata/databases/default/tables/tables.yaml index 124afd54d..e35e7cf40 100644 --- a/hasura/metadata/databases/default/tables/tables.yaml +++ b/hasura/metadata/databases/default/tables/tables.yaml @@ -2,12 +2,16 @@ - "!include public__map_pool.yaml" - "!include public_abandoned_matches.yaml" - "!include public_api_keys.yaml" +- "!include public_award_recipients.yaml" +- "!include public_awards.yaml" - "!include public_clip_render_jobs.yaml" - "!include public_custom_pages.yaml" - "!include public_db_backups.yaml" - "!include public_draft_game_picks.yaml" - "!include public_draft_game_players.yaml" - "!include public_draft_games.yaml" +- "!include public_e_award_sources.yaml" +- "!include public_e_award_tiers.yaml" - "!include public_e_check_in_settings.yaml" - "!include public_e_draft_game_captain_selection.yaml" - "!include public_e_draft_game_draft_order.yaml" @@ -137,6 +141,7 @@ - "!include public_team_scrim_settings.yaml" - "!include public_team_suggestions.yaml" - "!include public_teams.yaml" +- "!include public_tournament_awards.yaml" - "!include public_tournament_brackets.yaml" - "!include public_tournament_categories.yaml" - "!include public_tournament_organizer_teams.yaml" @@ -147,8 +152,6 @@ - "!include public_tournament_team_invites.yaml" - "!include public_tournament_team_roster.yaml" - "!include public_tournament_teams.yaml" -- "!include public_tournament_trophies.yaml" -- "!include public_tournament_trophy_configs.yaml" - "!include public_tournaments.yaml" - "!include public_v_event_player_stats.yaml" - "!include public_v_gpu_pool_status.yaml" diff --git a/hasura/migrations/default/1873000000400_telemetry_reports/down.sql b/hasura/migrations/default/1873000000400_telemetry_reports/down.sql new file mode 100644 index 000000000..48c271b87 --- /dev/null +++ b/hasura/migrations/default/1873000000400_telemetry_reports/down.sql @@ -0,0 +1,2 @@ +DROP TABLE IF EXISTS public.telemetry_snapshots; +DROP TABLE IF EXISTS public.telemetry_installs; diff --git a/hasura/migrations/default/1873000000400_telemetry_reports/up.sql b/hasura/migrations/default/1873000000400_telemetry_reports/up.sql new file mode 100644 index 000000000..8bb762ef5 --- /dev/null +++ b/hasura/migrations/default/1873000000400_telemetry_reports/up.sql @@ -0,0 +1,32 @@ +CREATE TABLE IF NOT EXISTS public.telemetry_installs ( + install_id uuid PRIMARY KEY, + first_seen_at timestamptz NOT NULL DEFAULT now(), + last_seen_at timestamptz NOT NULL DEFAULT now(), + -- Reported by the install itself, not derived from its address. + installed_at timestamptz, + panel_version text, + schema_version integer, + country text, + payload jsonb NOT NULL DEFAULT '{}'::jsonb +); + +CREATE INDEX IF NOT EXISTS idx_telemetry_installs_last_seen + ON public.telemetry_installs (last_seen_at DESC); + +CREATE INDEX IF NOT EXISTS idx_telemetry_installs_first_seen + ON public.telemetry_installs (first_seen_at DESC); + +-- One row per install per day rather than per heartbeat: the hourly beat only +-- needs to keep the day's latest payload, and period totals are read as deltas +-- of the all-time counters so a missed beat cannot double-count. +CREATE TABLE IF NOT EXISTS public.telemetry_snapshots ( + install_id uuid NOT NULL + REFERENCES public.telemetry_installs(install_id) ON UPDATE CASCADE ON DELETE CASCADE, + day date NOT NULL, + reported_at timestamptz NOT NULL DEFAULT now(), + payload jsonb NOT NULL, + PRIMARY KEY (install_id, day) +); + +CREATE INDEX IF NOT EXISTS idx_telemetry_snapshots_day + ON public.telemetry_snapshots (day DESC); diff --git a/hasura/migrations/default/1873000000600_awards/down.sql b/hasura/migrations/default/1873000000600_awards/down.sql new file mode 100644 index 000000000..534b43b58 --- /dev/null +++ b/hasura/migrations/default/1873000000600_awards/down.sql @@ -0,0 +1,189 @@ +DROP TRIGGER IF EXISTS tau_seasons_awards ON public.seasons; +DROP FUNCTION IF EXISTS public.tau_seasons_awards(); +DROP FUNCTION IF EXISTS public.calculate_season_awards(uuid); + +DO $$ +BEGIN + IF to_regclass('migration_hashes.hashes') IS NOT NULL THEN + DELETE FROM migration_hashes.hashes + WHERE name IN ( + 'hasura/enums/award-sources', + 'hasura/functions/seasons/calculate_season_awards', + 'hasura/triggers/seasons_awards' + ); + END IF; +END $$; + +DELETE FROM public.awards + WHERE system_key IN + ('season_mvp', 'season_gold', 'season_silver', 'season_bronze'); + +ALTER TABLE public.award_recipients + DROP CONSTRAINT IF EXISTS award_recipients_single_scope_check; + +DROP INDEX IF EXISTS public.idx_award_recipients_league_season; +DROP INDEX IF EXISTS public.idx_award_recipients_event; +DROP INDEX IF EXISTS public.award_recipients_season_player_key; +DROP INDEX IF EXISTS public.idx_award_recipients_season; + +ALTER TABLE public.award_recipients + DROP COLUMN IF EXISTS league_season_id, + DROP COLUMN IF EXISTS event_id, + DROP COLUMN IF EXISTS season_id; + +DELETE FROM public.e_award_sources WHERE value = 'season'; + +ALTER TABLE public.awards + DROP CONSTRAINT IF EXISTS awards_single_scope_check; + +DROP INDEX IF EXISTS public.idx_awards_league_season; +DROP INDEX IF EXISTS public.idx_awards_season; +DROP INDEX IF EXISTS public.idx_awards_event; + +ALTER TABLE public.awards + DROP COLUMN IF EXISTS league_season_id, + DROP COLUMN IF EXISTS season_id, + DROP COLUMN IF EXISTS event_id; + +DO $$ +BEGIN + IF NOT EXISTS ( + SELECT 1 FROM pg_constraint + WHERE conrelid = 'public.awards'::regclass + AND conname = 'awards_system_award_is_shared_check' + ) THEN + ALTER TABLE public.awards + ADD CONSTRAINT awards_system_award_is_shared_check + CHECK (system_key IS NULL OR tournament_id IS NULL); + END IF; +END $$; + +ALTER TABLE public.awards + DROP CONSTRAINT IF EXISTS awards_system_award_is_shared_check; + +DROP INDEX IF EXISTS public.idx_awards_tournament; + +ALTER TABLE public.awards + DROP COLUMN IF EXISTS tournament_id; + +-- These are created in later boot phases (hasura/functions, hasura/triggers) +-- and are not reverted by re-running migrations, so they must be dropped here +-- before the tables they depend on. +DROP TRIGGER IF EXISTS tau_tournaments_awards ON public.tournaments; +DROP FUNCTION IF EXISTS public.tau_tournaments_awards(); +DROP TRIGGER IF EXISTS tbi_award_recipients ON public.award_recipients; +DROP FUNCTION IF EXISTS public.tbi_award_recipients(); +DROP TRIGGER IF EXISTS tbd_awards ON public.awards; +DROP FUNCTION IF EXISTS public.tbd_awards(); +DROP FUNCTION IF EXISTS public.calculate_tournament_awards(uuid); +DROP FUNCTION IF EXISTS public.resolve_tournament_award(uuid, int); +DROP FUNCTION IF EXISTS public.recalculate_tournament_awards(uuid); +DROP FUNCTION IF EXISTS public._leaderboard_awards(INT, TEXT, UUID); + +-- The boot loader (HasuraService.apply) skips re-creating a boot-phase object +-- when its stored digest is unchanged, so dropping the objects above is not +-- enough: without clearing their digests a later forward deploy would leave +-- the tables present but the functions/triggers gone. The setting name is the +-- cwd-relative path minus ".sql". +DO $$ +BEGIN + IF to_regclass('migration_hashes.hashes') IS NOT NULL THEN + DELETE FROM migration_hashes.hashes + WHERE name IN ( + 'hasura/enums/award-tiers', + 'hasura/enums/award-sources', + 'hasura/functions/tournaments/calculate_tournament_awards', + 'hasura/functions/tournaments/recalculate_tournament_awards', + 'hasura/functions/tournaments/reset_tournament_match', + 'hasura/functions/leaderboard/get_leaderboard', + 'hasura/triggers/tournaments', + 'hasura/triggers/award_recipients', + 'hasura/triggers/awards' + ); + END IF; +END $$; + +DROP INDEX IF EXISTS public.idx_award_recipients_source; +DROP INDEX IF EXISTS public.idx_award_recipients_award; +DROP INDEX IF EXISTS public.award_recipients_one_mvp_per_tournament; + +DELETE FROM public.award_recipients WHERE tournament_id IS NULL OR placement IS NULL; + +ALTER TABLE public.award_recipients + DROP CONSTRAINT IF EXISTS award_recipients_tournament_team_requires_tournament_check; + +ALTER TABLE public.award_recipients + ADD COLUMN IF NOT EXISTS manual boolean NOT NULL DEFAULT false; + +UPDATE public.award_recipients SET manual = (source = 'manual'); + +ALTER TABLE public.award_recipients + DROP COLUMN IF EXISTS award_id, + DROP COLUMN IF EXISTS source, + DROP COLUMN IF EXISTS awarded_by_steam_id, + DROP COLUMN IF EXISTS note; + +ALTER TABLE public.award_recipients + ALTER COLUMN tournament_id SET NOT NULL, + ALTER COLUMN tournament_team_id SET NOT NULL, + ALTER COLUMN placement SET NOT NULL; + +ALTER TABLE public.tournament_awards + DROP COLUMN IF EXISTS award_id; + +DO $$ +DECLARE + v_rename record; +BEGIN + FOR v_rename IN + SELECT * FROM (VALUES + ('award_recipients_one_recipient_check', 'tournament_trophies_one_recipient_check'), + ('award_recipients_mvp_requires_player_check', 'tournament_trophies_mvp_requires_player_check'), + ('award_recipients_pkey', 'tournament_trophies_pkey'), + ('award_recipients_placement_check', 'tournament_trophies_placement_check'), + ('tournament_awards_pkey', 'tournament_trophy_configs_pkey'), + ('tournament_awards_placement_check', 'tournament_trophy_configs_placement_check'), + ('tournament_awards_silhouette_check', 'tournament_trophy_configs_silhouette_check'), + ('tournament_awards_tournament_id_placement_key', 'tournament_trophy_configs_tournament_id_placement_key') + ) AS t(old_name, new_name) + LOOP + IF EXISTS (SELECT 1 FROM pg_constraint WHERE conname = v_rename.old_name) + AND NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = v_rename.new_name) THEN + EXECUTE format( + 'ALTER TABLE public.%I RENAME CONSTRAINT %I TO %I', + CASE WHEN v_rename.old_name LIKE 'tournament_awards%' + THEN 'tournament_awards' ELSE 'award_recipients' END, + v_rename.old_name, v_rename.new_name); + END IF; + END LOOP; + + FOR v_rename IN + SELECT * FROM (VALUES + ('idx_award_recipients_player', 'idx_tournament_trophies_player'), + ('idx_award_recipients_tournament', 'idx_tournament_trophies_tournament'), + ('idx_award_recipients_team', 'idx_tournament_trophies_team'), + ('award_recipients_player_recipient_key', 'tournament_trophies_player_recipient_key'), + ('award_recipients_team_recipient_key', 'tournament_trophies_team_recipient_key'), + ('idx_tournament_awards_tournament', 'idx_tournament_trophy_configs_tournament') + ) AS t(old_name, new_name) + LOOP + IF to_regclass('public.' || v_rename.old_name) IS NOT NULL + AND to_regclass('public.' || v_rename.new_name) IS NULL THEN + EXECUTE format('ALTER INDEX public.%I RENAME TO %I', v_rename.old_name, v_rename.new_name); + END IF; + END LOOP; +END $$; + +ALTER TABLE public.award_recipients RENAME TO tournament_trophies; +ALTER TABLE public.tournament_awards RENAME TO tournament_trophy_configs; + +CREATE UNIQUE INDEX IF NOT EXISTS tournament_trophies_one_mvp_per_tournament + ON public.tournament_trophies(tournament_id) + WHERE placement = 0; + +ALTER TABLE public.tournaments RENAME COLUMN awards_enabled TO trophies_enabled; + +DROP TABLE IF EXISTS public.awards; +DROP TABLE IF EXISTS public.e_award_sources; +DROP TABLE IF EXISTS public.e_award_tiers; + diff --git a/hasura/migrations/default/1873000000600_awards/up.sql b/hasura/migrations/default/1873000000600_awards/up.sql new file mode 100644 index 000000000..52a652314 --- /dev/null +++ b/hasura/migrations/default/1873000000600_awards/up.sql @@ -0,0 +1,312 @@ +CREATE TABLE IF NOT EXISTS public.e_award_tiers ( + value text NOT NULL PRIMARY KEY, + description text NOT NULL +); + +INSERT INTO public.e_award_tiers (value, description) VALUES + ('mvp', 'Most valuable player'), + ('gold', 'First place'), + ('silver', 'Second place'), + ('bronze', 'Third place'), + ('special', 'Standalone award') +ON CONFLICT (value) DO NOTHING; + +CREATE TABLE IF NOT EXISTS public.e_award_sources ( + value text NOT NULL PRIMARY KEY, + description text NOT NULL +); + +INSERT INTO public.e_award_sources (value, description) VALUES + ('tournament', 'Calculated from a tournament placement'), + ('manual', 'Granted by hand') +ON CONFLICT (value) DO NOTHING; + +CREATE TABLE IF NOT EXISTS public.awards ( + id uuid NOT NULL DEFAULT gen_random_uuid() PRIMARY KEY, + name text NOT NULL, + description text, + tier text NOT NULL DEFAULT 'special' + REFERENCES public.e_award_tiers(value), + silhouette int CHECK (silhouette IS NULL OR (silhouette >= 0 AND silhouette <= 4)), + image_url text, + system_key text UNIQUE, + allow_multiple boolean NOT NULL DEFAULT false, + created_by_steam_id bigint REFERENCES public.players(steam_id) ON DELETE SET NULL, + created_at timestamptz NOT NULL DEFAULT now(), + updated_at timestamptz NOT NULL DEFAULT now() +); + +INSERT INTO public.awards (name, description, tier, system_key, allow_multiple) VALUES + ('Tournament MVP', 'Best performer on the winning roster', 'mvp', 'tournament_mvp', true), + ('Tournament Champion', 'Won the tournament', 'gold', 'tournament_gold', true), + ('Tournament Runner-Up', 'Finished second', 'silver', 'tournament_silver', true), + ('Tournament Third Place', 'Finished third', 'bronze', 'tournament_bronze', true) +ON CONFLICT (system_key) DO NOTHING; + +-- The boot phases that re-create functions/triggers run AFTER migrations, so a +-- trigger left bound to the old name would fire against a table that no longer +-- exists and break every tournament UPDATE in the window between the two. +DROP TRIGGER IF EXISTS tau_tournaments_trophies ON public.tournaments; +DROP FUNCTION IF EXISTS public.tau_tournaments_trophies(); +DROP FUNCTION IF EXISTS public.calculate_tournament_trophies(uuid); +DROP FUNCTION IF EXISTS public.recalculate_tournament_trophies(uuid); +DROP FUNCTION IF EXISTS public._leaderboard_trophies(INT, TEXT, UUID); + +DO $$ +BEGIN + IF to_regclass('public.tournament_trophies') IS NOT NULL + AND to_regclass('public.award_recipients') IS NULL THEN + ALTER TABLE public.tournament_trophies RENAME TO award_recipients; + END IF; + + IF to_regclass('public.tournament_trophy_configs') IS NOT NULL + AND to_regclass('public.tournament_awards') IS NULL THEN + ALTER TABLE public.tournament_trophy_configs RENAME TO tournament_awards; + END IF; +END $$; + +DO $$ +BEGIN + IF EXISTS ( + SELECT 1 FROM information_schema.columns + WHERE table_schema = 'public' + AND table_name = 'tournaments' + AND column_name = 'trophies_enabled' + ) THEN + ALTER TABLE public.tournaments RENAME COLUMN trophies_enabled TO awards_enabled; + END IF; +END $$; + +ALTER TABLE public.tournaments + ADD COLUMN IF NOT EXISTS awards_enabled boolean NOT NULL DEFAULT true; + +ALTER TABLE public.tournament_awards + ADD COLUMN IF NOT EXISTS award_id uuid REFERENCES public.awards(id) ON DELETE SET NULL; + +ALTER TABLE public.award_recipients + ADD COLUMN IF NOT EXISTS award_id uuid REFERENCES public.awards(id) ON DELETE CASCADE, + ADD COLUMN IF NOT EXISTS source text REFERENCES public.e_award_sources(value), + ADD COLUMN IF NOT EXISTS awarded_by_steam_id bigint REFERENCES public.players(steam_id) ON DELETE SET NULL, + ADD COLUMN IF NOT EXISTS note text; + +UPDATE public.award_recipients recipient + SET award_id = award.id + FROM public.awards award + WHERE recipient.award_id IS NULL + AND award.system_key = CASE recipient.placement + WHEN 0 THEN 'tournament_mvp' + WHEN 1 THEN 'tournament_gold' + WHEN 2 THEN 'tournament_silver' + WHEN 3 THEN 'tournament_bronze' + END; + +DO $$ +BEGIN + IF EXISTS ( + SELECT 1 FROM information_schema.columns + WHERE table_schema = 'public' + AND table_name = 'award_recipients' + AND column_name = 'manual' + ) THEN + UPDATE public.award_recipients + SET source = CASE WHEN manual THEN 'manual' ELSE 'tournament' END + WHERE source IS NULL; + + ALTER TABLE public.award_recipients DROP COLUMN manual; + END IF; +END $$; + +UPDATE public.award_recipients SET source = 'tournament' WHERE source IS NULL; + +ALTER TABLE public.award_recipients + ALTER COLUMN award_id SET NOT NULL, + ALTER COLUMN source SET NOT NULL, + ALTER COLUMN source SET DEFAULT 'manual', + ALTER COLUMN tournament_id DROP NOT NULL, + ALTER COLUMN tournament_team_id DROP NOT NULL, + ALTER COLUMN placement DROP NOT NULL; + +DO $$ +BEGIN + IF NOT EXISTS ( + SELECT 1 FROM pg_constraint + WHERE conrelid = 'public.award_recipients'::regclass + AND conname = 'award_recipients_tournament_team_requires_tournament_check' + ) THEN + ALTER TABLE public.award_recipients + ADD CONSTRAINT award_recipients_tournament_team_requires_tournament_check + CHECK (tournament_team_id IS NULL OR tournament_id IS NOT NULL); + END IF; +END $$; + +DO $$ +DECLARE + v_rename record; +BEGIN + FOR v_rename IN + SELECT * FROM (VALUES + ('tournament_trophies_one_recipient_check', 'award_recipients_one_recipient_check'), + ('tournament_trophies_mvp_requires_player_check', 'award_recipients_mvp_requires_player_check'), + ('tournament_trophies_pkey', 'award_recipients_pkey'), + ('tournament_trophies_placement_check', 'award_recipients_placement_check'), + ('tournament_trophy_configs_pkey', 'tournament_awards_pkey'), + ('tournament_trophy_configs_placement_check', 'tournament_awards_placement_check'), + ('tournament_trophy_configs_silhouette_check', 'tournament_awards_silhouette_check'), + ('tournament_trophy_configs_tournament_id_placement_key', 'tournament_awards_tournament_id_placement_key') + ) AS t(old_name, new_name) + LOOP + IF EXISTS (SELECT 1 FROM pg_constraint WHERE conname = v_rename.old_name) + AND NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = v_rename.new_name) THEN + EXECUTE format( + 'ALTER TABLE public.%I RENAME CONSTRAINT %I TO %I', + CASE WHEN v_rename.old_name LIKE 'tournament_trophy_configs%' + THEN 'tournament_awards' ELSE 'award_recipients' END, + v_rename.old_name, v_rename.new_name); + END IF; + END LOOP; + + FOR v_rename IN + SELECT * FROM (VALUES + ('idx_tournament_trophies_player', 'idx_award_recipients_player'), + ('idx_tournament_trophies_tournament', 'idx_award_recipients_tournament'), + ('idx_tournament_trophies_team', 'idx_award_recipients_team'), + ('tournament_trophies_player_recipient_key', 'award_recipients_player_recipient_key'), + ('tournament_trophies_team_recipient_key', 'award_recipients_team_recipient_key'), + ('idx_tournament_trophy_configs_tournament', 'idx_tournament_awards_tournament') + ) AS t(old_name, new_name) + LOOP + IF to_regclass('public.' || v_rename.old_name) IS NOT NULL + AND to_regclass('public.' || v_rename.new_name) IS NULL THEN + EXECUTE format('ALTER INDEX public.%I RENAME TO %I', v_rename.old_name, v_rename.new_name); + END IF; + END LOOP; +END $$; + +-- Placement-less awards have no tournament, so the MVP guard must not collapse +-- them onto a single NULL bucket. +DROP INDEX IF EXISTS public.tournament_trophies_one_mvp_per_tournament; +CREATE UNIQUE INDEX IF NOT EXISTS award_recipients_one_mvp_per_tournament + ON public.award_recipients(tournament_id) + WHERE placement = 0 AND tournament_id IS NOT NULL; + +CREATE INDEX IF NOT EXISTS idx_award_recipients_award + ON public.award_recipients(award_id); +CREATE INDEX IF NOT EXISTS idx_award_recipients_source + ON public.award_recipients(tournament_id, source); + +ALTER TABLE public.awards + ADD COLUMN IF NOT EXISTS tournament_id uuid + REFERENCES public.tournaments(id) ON DELETE SET NULL; + +-- SET NULL, not CASCADE: deleting a tournament must not take the award and +-- every grant hanging off it with it. +CREATE INDEX IF NOT EXISTS idx_awards_tournament + ON public.awards(tournament_id) + WHERE tournament_id IS NOT NULL; + +DO $$ +BEGIN + IF NOT EXISTS ( + SELECT 1 FROM pg_constraint + WHERE conrelid = 'public.awards'::regclass + AND conname = 'awards_system_award_is_shared_check' + ) THEN + ALTER TABLE public.awards + ADD CONSTRAINT awards_system_award_is_shared_check + CHECK (system_key IS NULL OR tournament_id IS NULL); + END IF; +END $$; + +-- There is no `leagues` table (the platform runs one global league), so the +-- league-shaped scope hangs off league_seasons. +ALTER TABLE public.awards + ADD COLUMN IF NOT EXISTS event_id uuid + REFERENCES public.events(id) ON DELETE SET NULL, + ADD COLUMN IF NOT EXISTS season_id uuid + REFERENCES public.seasons(id) ON DELETE SET NULL, + ADD COLUMN IF NOT EXISTS league_season_id uuid + REFERENCES public.league_seasons(id) ON DELETE SET NULL; + +CREATE INDEX IF NOT EXISTS idx_awards_event + ON public.awards(event_id) WHERE event_id IS NOT NULL; +CREATE INDEX IF NOT EXISTS idx_awards_season + ON public.awards(season_id) WHERE season_id IS NOT NULL; +CREATE INDEX IF NOT EXISTS idx_awards_league_season + ON public.awards(league_season_id) WHERE league_season_id IS NOT NULL; + +-- Superseded by the all-scopes check below. +ALTER TABLE public.awards + DROP CONSTRAINT IF EXISTS awards_system_award_is_shared_check; + +DO $$ +BEGIN + IF NOT EXISTS ( + SELECT 1 FROM pg_constraint + WHERE conrelid = 'public.awards'::regclass + AND conname = 'awards_single_scope_check' + ) THEN + ALTER TABLE public.awards + ADD CONSTRAINT awards_single_scope_check + CHECK ( + (CASE WHEN tournament_id IS NULL THEN 0 ELSE 1 END) + + (CASE WHEN event_id IS NULL THEN 0 ELSE 1 END) + + (CASE WHEN season_id IS NULL THEN 0 ELSE 1 END) + + (CASE WHEN league_season_id IS NULL THEN 0 ELSE 1 END) + <= CASE WHEN system_key IS NULL THEN 1 ELSE 0 END + ); + END IF; +END $$; + +ALTER TABLE public.award_recipients + ADD COLUMN IF NOT EXISTS season_id uuid + REFERENCES public.seasons(id) ON DELETE CASCADE; + +CREATE INDEX IF NOT EXISTS idx_award_recipients_season + ON public.award_recipients(season_id, source) + WHERE season_id IS NOT NULL; + +CREATE UNIQUE INDEX IF NOT EXISTS award_recipients_season_player_key + ON public.award_recipients(season_id, player_steam_id, placement) + WHERE season_id IS NOT NULL AND player_steam_id IS NOT NULL; + +ALTER TABLE public.award_recipients + ADD COLUMN IF NOT EXISTS event_id uuid + REFERENCES public.events(id) ON DELETE CASCADE, + ADD COLUMN IF NOT EXISTS league_season_id uuid + REFERENCES public.league_seasons(id) ON DELETE CASCADE; + +CREATE INDEX IF NOT EXISTS idx_award_recipients_event + ON public.award_recipients(event_id, source) WHERE event_id IS NOT NULL; +CREATE INDEX IF NOT EXISTS idx_award_recipients_league_season + ON public.award_recipients(league_season_id, source) + WHERE league_season_id IS NOT NULL; + +DO $$ +BEGIN + IF NOT EXISTS ( + SELECT 1 FROM pg_constraint + WHERE conrelid = 'public.award_recipients'::regclass + AND conname = 'award_recipients_single_scope_check' + ) THEN + ALTER TABLE public.award_recipients + ADD CONSTRAINT award_recipients_single_scope_check + CHECK ( + (CASE WHEN tournament_id IS NULL THEN 0 ELSE 1 END) + + (CASE WHEN season_id IS NULL THEN 0 ELSE 1 END) + + (CASE WHEN event_id IS NULL THEN 0 ELSE 1 END) + + (CASE WHEN league_season_id IS NULL THEN 0 ELSE 1 END) <= 1 + ); + END IF; +END $$; + +INSERT INTO public.e_award_sources (value, description) VALUES + ('season', 'Calculated from a season standing') +ON CONFLICT (value) DO NOTHING; + +INSERT INTO public.awards (name, description, tier, system_key, allow_multiple) VALUES + ('Season MVP', 'Highest impact across the season', 'mvp', 'season_mvp', true), + ('Season Champion', 'Finished the season top of the ladder', 'gold', 'season_gold', true), + ('Season Runner-Up', 'Finished the season second', 'silver', 'season_silver', true), + ('Season Third Place', 'Finished the season third', 'bronze', 'season_bronze', true) +ON CONFLICT (system_key) DO NOTHING; + diff --git a/hasura/triggers/award_recipients.sql b/hasura/triggers/award_recipients.sql new file mode 100644 index 000000000..b10da9ece --- /dev/null +++ b/hasura/triggers/award_recipients.sql @@ -0,0 +1,47 @@ +-- Duplicate protection for hand-granted awards. This cannot be a unique index: +-- whether repeats are allowed lives on awards.allow_multiple, and a hand-granted +-- row carries NULLs (placement, often tournament_team_id) which a unique index +-- treats as distinct. +CREATE OR REPLACE FUNCTION public.tbi_award_recipients() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _allow_multiple boolean; +BEGIN + IF NEW.source IS DISTINCT FROM 'manual' THEN + RETURN NEW; + END IF; + + SELECT allow_multiple INTO _allow_multiple + FROM public.awards WHERE id = NEW.award_id; + + IF _allow_multiple IS DISTINCT FROM false THEN + RETURN NEW; + END IF; + + IF EXISTS ( + SELECT 1 FROM public.award_recipients existing + WHERE existing.award_id = NEW.award_id + AND existing.source = 'manual' + AND existing.tournament_id IS NOT DISTINCT FROM NEW.tournament_id + AND existing.event_id IS NOT DISTINCT FROM NEW.event_id + AND existing.season_id IS NOT DISTINCT FROM NEW.season_id + AND existing.league_season_id IS NOT DISTINCT FROM NEW.league_season_id + AND existing.id IS DISTINCT FROM NEW.id + AND ( + (NEW.player_steam_id IS NOT NULL AND existing.player_steam_id = NEW.player_steam_id) + OR (NEW.team_id IS NOT NULL AND existing.team_id = NEW.team_id) + ) + ) THEN + RAISE EXCEPTION 'Award already granted to this recipient'; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbi_award_recipients ON public.award_recipients; +CREATE TRIGGER tbi_award_recipients + BEFORE INSERT ON public.award_recipients + FOR EACH ROW + EXECUTE FUNCTION public.tbi_award_recipients(); diff --git a/hasura/triggers/awards.sql b/hasura/triggers/awards.sql new file mode 100644 index 000000000..8b79c48d9 --- /dev/null +++ b/hasura/triggers/awards.sql @@ -0,0 +1,19 @@ +-- Deleting a system_key award makes calculate_tournament_awards insert a NULL +-- award_id, so finishing a tournament fails outright. +CREATE OR REPLACE FUNCTION public.tbd_awards() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + IF OLD.system_key IS NOT NULL THEN + RAISE EXCEPTION 'Built-in award "%" cannot be deleted', OLD.system_key; + END IF; + + RETURN OLD; +END; +$$; + +DROP TRIGGER IF EXISTS tbd_awards ON public.awards; +CREATE TRIGGER tbd_awards + BEFORE DELETE ON public.awards + FOR EACH ROW + EXECUTE FUNCTION public.tbd_awards(); diff --git a/hasura/triggers/seasons_awards.sql b/hasura/triggers/seasons_awards.sql new file mode 100644 index 000000000..38df892ae --- /dev/null +++ b/hasura/triggers/seasons_awards.sql @@ -0,0 +1,24 @@ +-- A season has no status column, so "ended" is ends_at moving into the past. +CREATE OR REPLACE FUNCTION public.tau_seasons_awards() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _was_over boolean := OLD.ends_at IS NOT NULL AND OLD.ends_at <= now(); + _is_over boolean := NEW.ends_at IS NOT NULL AND NEW.ends_at <= now(); +BEGIN + IF _is_over AND NOT _was_over THEN + PERFORM public.calculate_season_awards(NEW.id); + ELSIF _was_over AND NOT _is_over THEN + DELETE FROM public.award_recipients + WHERE season_id = NEW.id AND source = 'season'; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tau_seasons_awards ON public.seasons; +CREATE TRIGGER tau_seasons_awards + AFTER UPDATE ON public.seasons + FOR EACH ROW + EXECUTE FUNCTION public.tau_seasons_awards(); diff --git a/hasura/triggers/tournaments.sql b/hasura/triggers/tournaments.sql index ad4880b93..3c72c087c 100644 --- a/hasura/triggers/tournaments.sql +++ b/hasura/triggers/tournaments.sql @@ -211,27 +211,27 @@ CREATE TRIGGER tbi_tournaments FOR EACH ROW EXECUTE FUNCTION public.tbi_tournaments(); -CREATE OR REPLACE FUNCTION public.tau_tournaments_trophies() RETURNS TRIGGER +CREATE OR REPLACE FUNCTION public.tau_tournaments_awards() RETURNS TRIGGER LANGUAGE plpgsql AS $$ BEGIN IF NEW.status = 'Finished' AND OLD.status IS DISTINCT FROM 'Finished' THEN - PERFORM public.calculate_tournament_trophies(NEW.id); + PERFORM public.calculate_tournament_awards(NEW.id); ELSIF OLD.status = 'Finished' AND NEW.status IS DISTINCT FROM 'Finished' THEN - -- Manual awards survive status rollbacks; only the auto-calculated + -- Hand-granted awards survive status rollbacks; only the auto-calculated -- placements drop so recalc can reseat them on the next finish. - DELETE FROM public.tournament_trophies - WHERE tournament_id = OLD.id AND manual = false; + DELETE FROM public.award_recipients + WHERE tournament_id = OLD.id AND source = 'tournament'; END IF; - -- Trophies toggle: clearing it wipes the auto placements; turning it + -- Awards toggle: clearing it wipes the auto placements; turning it -- back on for a finished tournament rebuilds them. - IF NEW.trophies_enabled IS DISTINCT FROM OLD.trophies_enabled THEN - IF NEW.trophies_enabled = false THEN - DELETE FROM public.tournament_trophies - WHERE tournament_id = NEW.id AND manual = false; + IF NEW.awards_enabled IS DISTINCT FROM OLD.awards_enabled THEN + IF NEW.awards_enabled = false THEN + DELETE FROM public.award_recipients + WHERE tournament_id = NEW.id AND source = 'tournament'; ELSIF NEW.status = 'Finished' THEN - PERFORM public.calculate_tournament_trophies(NEW.id); + PERFORM public.calculate_tournament_awards(NEW.id); END IF; END IF; @@ -240,7 +240,10 @@ END; $$; DROP TRIGGER IF EXISTS tau_tournaments_trophies ON public.tournaments; -CREATE TRIGGER tau_tournaments_trophies +DROP FUNCTION IF EXISTS public.tau_tournaments_trophies(); + +DROP TRIGGER IF EXISTS tau_tournaments_awards ON public.tournaments; +CREATE TRIGGER tau_tournaments_awards AFTER UPDATE ON public.tournaments FOR EACH ROW - EXECUTE FUNCTION public.tau_tournaments_trophies(); + EXECUTE FUNCTION public.tau_tournaments_awards(); diff --git a/hasura/views/v_team_stage_results_compute.sql b/hasura/views/v_team_stage_results_compute.sql index 380f1b03c..4fb7234db 100644 --- a/hasura/views/v_team_stage_results_compute.sql +++ b/hasura/views/v_team_stage_results_compute.sql @@ -9,7 +9,7 @@ -- disagree: -- - `rank` : ROW_NUMBER, unique & deterministic. Used by the UI display -- and by get_team_at_stage_rank() for OFFSET-based seeding. --- - `placement` : RANK, ties allowed. Used by calculate_tournament_trophies() +-- - `placement` : RANK, ties allowed. Used by calculate_tournament_awards() -- so multiple teams sharing a final-stage placement suppress -- the bronze award when appropriate. -- @@ -375,7 +375,7 @@ stage_rows AS NOT MATERIALIZED ( ) -- Column order MUST keep the original 16 columns first (tournament_team_id .. -- group_number) and `rank` next so existing consumers (UI, get_team_at_stage_rank) --- keep working. `placement` is appended at the end for the trophy calculator. +-- keep working. `placement` is appended at the end for the award calculator. SELECT sr.tournament_team_id, sr.tournament_stage_id, diff --git a/src/app.module.ts b/src/app.module.ts index 4fcc3ca76..c277b73cd 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -46,7 +46,7 @@ import { K8sModule } from "./k8s/k8s.module"; import { FileManagerModule } from "./file-manager/file-manager.module"; import { BrandingModule } from "./branding/branding.module"; import { AvatarsModule } from "./avatars/avatars.module"; -import { TrophiesModule } from "./trophies/trophies.module"; +import { AwardsModule } from "./awards/awards.module"; import { FixturesModule } from "./fixtures/fixtures.module"; import { TournamentsModule } from "./tournaments/tournaments.module"; import { FaceitModule } from "./faceit/faceit.module"; @@ -143,7 +143,7 @@ import { PluginsModule } from "./plugins/plugins.module"; FileManagerModule, BrandingModule, AvatarsModule, - TrophiesModule, + AwardsModule, FixturesModule, TournamentsModule, FaceitModule, diff --git a/src/awards/awards.controller.ts b/src/awards/awards.controller.ts new file mode 100644 index 000000000..44436f028 --- /dev/null +++ b/src/awards/awards.controller.ts @@ -0,0 +1,282 @@ +import { + Controller, + Post, + Get, + Delete, + Param, + UploadedFile, + UseInterceptors, + ParseFilePipe, + MaxFileSizeValidator, + FileTypeValidator, + ParseIntPipe, + Req, + Res, + ForbiddenException, + NotFoundException, +} from "@nestjs/common"; +import { FileInterceptor } from "@nestjs/platform-express"; +import { Request, Response } from "express"; +import { HasuraAction } from "../hasura/hasura.controller"; +import { SystemService } from "src/system/system.service"; +import { SystemSettingName } from "src/system/enums/SystemSettingName"; +import { isRoleAbove } from "src/utilities/isRoleAbove"; +import { e_player_roles_enum } from "generated"; +import { AwardsService } from "./awards.service"; +import { User } from "../auth/types/User"; + +// Image routes live under the /avatars prefix so award artwork reuses the +// ingress path already exposed for every other uploaded image; the Hasura +// actions below are dispatched by method name, not by route, so the prefix +// only affects the REST endpoints. AvatarsController owns no awards/* route. +@Controller("avatars") +export class AwardsController { + constructor( + private readonly awards: AwardsService, + private readonly system: SystemService, + ) {} + + @HasuraAction() + public async saveAward(data: { + id?: string | null; + name: string; + description?: string | null; + tier: string; + silhouette?: number | null; + allow_multiple?: boolean | null; + tournament_id?: string | null; + event_id?: string | null; + season_id?: string | null; + league_season_id?: string | null; + user?: User; + }) { + const user = await this.assertCanCreate(data.user); + // Scoping an award stamps ownership, so a tournament's bespoke awards do + // not clutter every other picker. Only a tournament has a delegated + // organizer role; the platform-wide scopes stay administrator-only. + if (data.tournament_id) { + await this.awards.requireOrganizer(data.tournament_id, user); + } + if ( + (data.event_id || data.season_id || data.league_season_id) && + user.role !== "administrator" + ) { + throw new ForbiddenException( + "Only administrators can scope an award to an event, season or league", + ); + } + return await this.awards.saveAward(data, user.steam_id); + } + + @HasuraAction() + public async deleteAward(data: { id: string; user?: User }) { + await this.assertCanCreate(data.user); + await this.awards.deleteAward(data.id); + return { success: true }; + } + + @HasuraAction() + public async grantAward(data: { + award_id: string; + player_steam_id?: string | null; + team_id?: string | null; + tournament_id?: string | null; + event_id?: string | null; + season_id?: string | null; + league_season_id?: string | null; + note?: string | null; + user?: User; + }) { + const user = await this.assertCanGrant(data.user, data); + return await this.awards.grantAward({ + award_id: data.award_id, + player_steam_id: data.player_steam_id, + team_id: data.team_id, + tournament_id: data.tournament_id, + event_id: data.event_id, + season_id: data.season_id, + league_season_id: data.league_season_id, + note: data.note, + awarded_by_steam_id: user.steam_id, + }); + } + + @HasuraAction() + public async revokeAward(data: { id: string; user?: User }) { + const recipient = await this.awards.getRecipient(data.id); + await this.assertCanGrant(data.user, recipient); + await this.awards.revokeAward(data.id); + return { success: true }; + } + + @HasuraAction() + public async setTournamentAward(data: { + tournament_id: string; + placement: number; + award_id?: string | null; + custom_name?: string | null; + silhouette?: number | null; + user?: User; + }) { + const user = this.requireUser(data.user); + await this.awards.requireOrganizer(data.tournament_id, user); + return await this.awards.setTournamentAward(data); + } + + @Post("awards/:awardId") + @UseInterceptors(FileInterceptor("file")) + public async uploadAwardImage( + @Req() request: Request, + @Param("awardId") awardId: string, + @UploadedFile( + new ParseFilePipe({ + validators: [ + new MaxFileSizeValidator({ maxSize: 5 * 1024 * 1024 }), + new FileTypeValidator({ fileType: /image\/(png|jpeg|webp)/ }), + ], + }), + ) + file: Express.Multer.File, + ) { + await this.assertCanCreate(request.user as User | undefined); + const path = await this.awards.uploadAwardImage( + awardId, + file.buffer, + file.mimetype, + ); + return { success: true, path }; + } + + @Delete("awards/:awardId") + public async removeAwardImage( + @Req() request: Request, + @Param("awardId") awardId: string, + ) { + await this.assertCanCreate(request.user as User | undefined); + await this.awards.removeAwardImage(awardId); + return { success: true }; + } + + @Post("awards/tournament/:tournamentId/:placement") + @UseInterceptors(FileInterceptor("file")) + public async uploadTournamentAwardImage( + @Req() request: Request, + @Param("tournamentId") tournamentId: string, + @Param("placement", ParseIntPipe) placement: number, + @UploadedFile( + new ParseFilePipe({ + validators: [ + new MaxFileSizeValidator({ maxSize: 5 * 1024 * 1024 }), + new FileTypeValidator({ fileType: /image\/(png|jpeg|webp)/ }), + ], + }), + ) + file: Express.Multer.File, + ) { + const user = this.requireUser(request.user as User | undefined); + await this.awards.requireOrganizer(tournamentId, user); + const path = await this.awards.uploadTournamentAwardImage( + tournamentId, + placement, + file.buffer, + file.mimetype, + ); + return { success: true, path }; + } + + @Delete("awards/tournament/:tournamentId/:placement") + public async removeTournamentAwardImage( + @Req() request: Request, + @Param("tournamentId") tournamentId: string, + @Param("placement", ParseIntPipe) placement: number, + ) { + const user = this.requireUser(request.user as User | undefined); + await this.awards.requireOrganizer(tournamentId, user); + await this.awards.removeTournamentAwardImage(tournamentId, placement); + return { success: true }; + } + + @Get("awards/:filename") + public async serve( + @Param("filename") filename: string, + @Res() res: Response, + ) { + // The character class alone still admits ".." — the key is built by + // concatenation, so keep anything that reads as a path segment out. + if (!/^[A-Za-z0-9._-]+$/.test(filename) || filename.includes("..")) { + throw new NotFoundException("Award image not found"); + } + + const result = await this.awards.getStream(filename); + if (!result) { + throw new NotFoundException("Award image not found"); + } + + res.setHeader("Content-Type", result.contentType); + res.setHeader("Cache-Control", "public, max-age=31536000, immutable"); + if (result.etag) { + res.setHeader("ETag", result.etag); + } + + result.stream.pipe(res); + } + + private async assertCanCreate(user?: User): Promise { + const resolved = this.requireUser(user); + + const createRole = (await this.system.getSetting( + SystemSettingName.CreateAwardsRole, + "administrator", + )) as e_player_roles_enum; + + if (!isRoleAbove(resolved.role, createRole)) { + throw new ForbiddenException( + "You do not have permission to manage awards", + ); + } + + return resolved; + } + + // Tournament organizers can always hand out awards inside their own + // tournament, regardless of where the global grant floor sits. No other scope + // has a delegated role, so an event/season/league grant needs the floor. + private async assertCanGrant( + user: User | undefined, + scope: { + tournament_id?: string | null; + event_id?: string | null; + season_id?: string | null; + league_season_id?: string | null; + }, + ): Promise { + const resolved = this.requireUser(user); + + this.awards.assertSingleScope(scope); + + const grantRole = (await this.system.getSetting( + SystemSettingName.GrantAwardsRole, + "administrator", + )) as e_player_roles_enum; + + if (isRoleAbove(resolved.role, grantRole)) { + return resolved; + } + + if (!scope.tournament_id) { + throw new ForbiddenException( + "You do not have permission to grant awards", + ); + } + + await this.awards.requireOrganizer(scope.tournament_id, resolved); + return resolved; + } + + private requireUser(user?: User): User { + if (!user) { + throw new ForbiddenException("Authentication required"); + } + return user; + } +} diff --git a/src/awards/awards.module.ts b/src/awards/awards.module.ts new file mode 100644 index 000000000..4f96c7ad6 --- /dev/null +++ b/src/awards/awards.module.ts @@ -0,0 +1,16 @@ +import { Module } from "@nestjs/common"; +import { AwardsService } from "./awards.service"; +import { AwardsController } from "./awards.controller"; +import { TrophiesLegacyController } from "./trophies-legacy.controller"; +import { S3Module } from "../s3/s3.module"; +import { PostgresModule } from "../postgres/postgres.module"; +import { SystemModule } from "../system/system.module"; +import { loggerFactory } from "../utilities/LoggerFactory"; + +@Module({ + imports: [S3Module, PostgresModule, SystemModule], + providers: [AwardsService, loggerFactory()], + controllers: [AwardsController, TrophiesLegacyController], + exports: [AwardsService], +}) +export class AwardsModule {} diff --git a/src/awards/awards.service.ts b/src/awards/awards.service.ts new file mode 100644 index 000000000..a492df7cd --- /dev/null +++ b/src/awards/awards.service.ts @@ -0,0 +1,624 @@ +import crypto from "crypto"; +import { Readable } from "stream"; +import { + BadRequestException, + ForbiddenException, + Injectable, + Logger, + NotFoundException, +} from "@nestjs/common"; +import { S3Service } from "../s3/s3.service"; +import { PostgresService } from "../postgres/postgres.service"; +import { User } from "../auth/types/User"; + +const EXTENSION_BY_MIMETYPE: Record = { + "image/png": "png", + "image/jpeg": "jpg", + "image/webp": "webp", +}; + +const AWARD_TIERS = ["mvp", "gold", "silver", "bronze", "special"]; + +export interface AwardRow { + id: string; + name: string; + description: string | null; + tier: string; + silhouette: number | null; + image_url: string | null; + system_key: string | null; + allow_multiple: boolean; + tournament_id: string | null; + event_id: string | null; + season_id: string | null; + league_season_id: string | null; + created_by_steam_id: string | null; + created_at: string; + updated_at: string; +} + +export interface GrantAwardInput { + award_id: string; + player_steam_id?: string | null; + team_id?: string | null; + tournament_id?: string | null; + event_id?: string | null; + season_id?: string | null; + league_season_id?: string | null; + note?: string | null; + awarded_by_steam_id: string; +} + +interface TournamentAwardRow { + id: string; + tournament_id: string; + placement: number; + award_id: string | null; + custom_name: string | null; + silhouette: number | null; + image_url: string | null; +} + +@Injectable() +export class AwardsService { + constructor( + private readonly logger: Logger, + private readonly s3: S3Service, + private readonly postgres: PostgresService, + ) {} + + public async listAwards(): Promise { + return await this.postgres.query( + `SELECT * FROM public.awards ORDER BY system_key NULLS LAST, name ASC`, + ); + } + + public async saveAward( + input: { + id?: string | null; + name: string; + description?: string | null; + tier: string; + silhouette?: number | null; + allow_multiple?: boolean | null; + tournament_id?: string | null; + event_id?: string | null; + season_id?: string | null; + league_season_id?: string | null; + }, + steamId: string, + ): Promise { + if (!AWARD_TIERS.includes(input.tier)) { + throw new BadRequestException("Invalid award tier"); + } + if (!input.name?.trim()) { + throw new BadRequestException("Award name is required"); + } + if (!this.isValidSilhouette(input.silhouette)) { + throw new BadRequestException("Invalid silhouette"); + } + + this.assertSingleScope(input); + + if (!input.id) { + const [created] = await this.postgres.query( + `INSERT INTO public.awards + (name, description, tier, silhouette, allow_multiple, + created_by_steam_id, tournament_id, event_id, season_id, + league_season_id) + VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) + RETURNING *`, + [ + input.name.trim(), + input.description ?? null, + input.tier, + input.silhouette ?? null, + input.allow_multiple ?? false, + steamId, + input.tournament_id ?? null, + input.event_id ?? null, + input.season_id ?? null, + input.league_season_id ?? null, + ], + ); + return created; + } + + const [updated] = await this.postgres.query( + `UPDATE public.awards + SET name = $2, + description = $3, + tier = $4, + silhouette = $5, + allow_multiple = $6, + tournament_id = $7, + event_id = $8, + season_id = $9, + league_season_id = $10, + updated_at = now() + WHERE id = $1 + RETURNING *`, + [ + input.id, + input.name.trim(), + input.description ?? null, + input.tier, + input.silhouette ?? null, + input.allow_multiple ?? false, + input.tournament_id ?? null, + input.event_id ?? null, + input.season_id ?? null, + input.league_season_id ?? null, + ], + ); + + if (!updated) { + throw new NotFoundException("Award not found"); + } + + return updated; + } + + public async deleteAward(awardId: string): Promise { + const award = await this.requireAward(awardId); + + if (award.system_key) { + throw new ForbiddenException( + "Built-in tournament awards cannot be deleted", + ); + } + + if (award.image_url) { + await this.s3.remove(award.image_url); + } + + await this.postgres.query(`DELETE FROM public.awards WHERE id = $1`, [ + awardId, + ]); + } + + public async grantAward(input: GrantAwardInput) { + const hasPlayer = !!input.player_steam_id; + const hasTeam = !!input.team_id; + + if (hasPlayer === hasTeam) { + throw new BadRequestException( + "An award goes to exactly one player or one team", + ); + } + + this.assertSingleScope(input); + + await this.requireAward(input.award_id); + + let tournamentTeamId: string | null = null; + if (input.tournament_id) { + tournamentTeamId = await this.resolveTournamentTeam( + input.tournament_id, + input.player_steam_id ?? null, + input.team_id ?? null, + ); + } + + const [granted] = await this.postgres.query>( + `INSERT INTO public.award_recipients + (award_id, player_steam_id, team_id, tournament_id, tournament_team_id, + event_id, season_id, league_season_id, + source, awarded_by_steam_id, note) + VALUES ($1, $2, $3, $4, $5, $6, $7, $8, 'manual', $9, $10) + RETURNING *`, + [ + input.award_id, + input.player_steam_id ?? null, + input.team_id ?? null, + input.tournament_id ?? null, + tournamentTeamId, + input.event_id ?? null, + input.season_id ?? null, + input.league_season_id ?? null, + input.awarded_by_steam_id, + input.note ?? null, + ], + ); + + if (input.team_id) { + await this.grantToRoster(input, tournamentTeamId); + } + + return granted; + } + + public assertSingleScope(input: { + tournament_id?: string | null; + event_id?: string | null; + season_id?: string | null; + league_season_id?: string | null; + }): void { + const scopes = [ + input.tournament_id, + input.event_id, + input.season_id, + input.league_season_id, + ].filter(Boolean); + + if (scopes.length > 1) { + throw new BadRequestException("An award belongs to one scope at most"); + } + } + + public async getRecipient(recipientId: string) { + const [recipient] = await this.postgres.query< + Array<{ + id: string; + source: string; + tournament_id: string | null; + event_id: string | null; + season_id: string | null; + league_season_id: string | null; + }> + >( + `SELECT id, source, tournament_id, event_id, season_id, league_season_id + FROM public.award_recipients + WHERE id = $1 + LIMIT 1`, + [recipientId], + ); + + if (!recipient) { + throw new NotFoundException("Award grant not found"); + } + + return recipient; + } + + public async revokeAward(recipientId: string): Promise { + const recipient = await this.getRecipient(recipientId); + + if (recipient.source === "tournament") { + throw new ForbiddenException( + "Calculated tournament awards are managed by the tournament", + ); + } + + await this.postgres.query( + `DELETE FROM public.award_recipients WHERE id = $1`, + [recipientId], + ); + } + + public async setTournamentAward(input: { + tournament_id: string; + placement: number; + award_id?: string | null; + custom_name?: string | null; + silhouette?: number | null; + }): Promise { + if (!this.isValidPlacement(input.placement)) { + throw new BadRequestException("Invalid placement"); + } + if (!this.isValidSilhouette(input.silhouette)) { + throw new BadRequestException("Invalid silhouette"); + } + if (input.award_id) { + await this.requireAward(input.award_id); + } + + const [config] = await this.postgres.query( + `INSERT INTO public.tournament_awards + (tournament_id, placement, award_id, custom_name, silhouette) + VALUES ($1, $2, $3, $4, $5) + ON CONFLICT (tournament_id, placement) DO UPDATE + SET award_id = EXCLUDED.award_id, + custom_name = EXCLUDED.custom_name, + silhouette = EXCLUDED.silhouette, + updated_at = now() + RETURNING *`, + [ + input.tournament_id, + String(input.placement), + input.award_id ?? null, + input.custom_name ?? null, + input.silhouette ?? null, + ], + ); + + return config; + } + + public async uploadAwardImage( + awardId: string, + buffer: Buffer, + mimetype: string, + ): Promise { + const award = await this.requireAward(awardId); + const path = this.buildPath(awardId, mimetype); + + await this.s3.put(path, buffer); + + if (award.image_url && award.image_url !== path) { + await this.s3.remove(award.image_url); + } + + await this.postgres.query( + `UPDATE public.awards SET image_url = $1, updated_at = now() WHERE id = $2`, + [path, awardId], + ); + + this.logger.log(`Uploaded award ${awardId} image to ${path}`); + return path; + } + + public async removeAwardImage(awardId: string): Promise { + const award = await this.requireAward(awardId); + if (!award.image_url) { + return; + } + + await this.s3.remove(award.image_url); + await this.postgres.query( + `UPDATE public.awards SET image_url = NULL, updated_at = now() WHERE id = $1`, + [awardId], + ); + } + + public async uploadTournamentAwardImage( + tournamentId: string, + placement: number, + buffer: Buffer, + mimetype: string, + ): Promise { + if (!this.isValidPlacement(placement)) { + throw new BadRequestException("Invalid placement"); + } + + const existing = await this.getTournamentAward(tournamentId, placement); + const path = this.buildPath(`${tournamentId}-${placement}`, mimetype); + + await this.s3.put(path, buffer); + + if (existing?.image_url && existing.image_url !== path) { + await this.s3.remove(existing.image_url); + } + + if (existing) { + await this.postgres.query( + `UPDATE public.tournament_awards + SET image_url = $1, updated_at = now() + WHERE id = $2`, + [path, existing.id], + ); + } else { + await this.postgres.query( + `INSERT INTO public.tournament_awards + (tournament_id, placement, image_url) + VALUES ($1, $2, $3)`, + [tournamentId, String(placement), path], + ); + } + + this.logger.log( + `Uploaded tournament ${tournamentId} placement ${placement} award image to ${path}`, + ); + return path; + } + + public async removeTournamentAwardImage( + tournamentId: string, + placement: number, + ): Promise { + if (!this.isValidPlacement(placement)) { + throw new BadRequestException("Invalid placement"); + } + + const existing = await this.getTournamentAward(tournamentId, placement); + if (!existing) { + return; + } + + if (existing.image_url) { + await this.s3.remove(existing.image_url); + } + + await this.postgres.query( + `UPDATE public.tournament_awards + SET image_url = NULL, updated_at = now() + WHERE id = $1`, + [existing.id], + ); + } + + public async getStream( + filename: string, + ): Promise<{ stream: Readable; contentType: string; etag?: string } | null> { + // Images uploaded before the awards rename still live under `trophies/` + // and their keys are stored verbatim in image_url. + let key = `awards/${filename}`; + + if (!(await this.s3.has(key))) { + key = `trophies/${filename}`; + if (!(await this.s3.has(key))) { + return null; + } + } + + const [stream, stat] = await Promise.all([ + this.s3.get(key), + this.s3.stat(key), + ]); + + return { + stream, + contentType: + stat.metaData?.["content-type"] || this.guessContentType(filename), + etag: stat.etag, + }; + } + + public async requireOrganizer( + tournamentId: string, + user: User, + ): Promise { + const rows = await this.postgres.query< + Array<{ organizer_steam_id: string | null }> + >( + `SELECT organizer_steam_id + FROM public.tournaments + WHERE id = $1 + LIMIT 1`, + [tournamentId], + ); + + if (!rows || rows.length === 0) { + throw new ForbiddenException("Tournament not found"); + } + + const isOrganizer = + String(rows[0].organizer_steam_id) === String(user.steam_id); + + if (isOrganizer || user.role === "administrator") { + return; + } + + const coOrg = await this.postgres.query>( + `SELECT steam_id + FROM public.tournament_organizers + WHERE tournament_id = $1 AND steam_id = $2 + LIMIT 1`, + [tournamentId, user.steam_id], + ); + if (coOrg && coOrg.length > 0) { + return; + } + + throw new ForbiddenException("Not the tournament organizer"); + } + + private async requireAward(awardId: string): Promise { + const [award] = await this.postgres.query( + `SELECT * FROM public.awards WHERE id = $1 LIMIT 1`, + [awardId], + ); + + if (!award) { + throw new NotFoundException("Award not found"); + } + + return award; + } + + private async getTournamentAward( + tournamentId: string, + placement: number, + ): Promise { + const rows = await this.postgres.query( + `SELECT * FROM public.tournament_awards + WHERE tournament_id = $1 AND placement = $2 + LIMIT 1`, + [tournamentId, String(placement)], + ); + return rows?.[0] || null; + } + + // A team award has to reach the people on the team, otherwise it only ever + // shows on the team page. Tournament placements already work this way — the + // calculation writes one team row plus a row per roster player — so a + // hand-granted team award fans out the same way. Invites are skipped, and + // members who already hold the award are filtered out here rather than left + // to ON CONFLICT: tbi_award_recipients raises on a duplicate instead of + // conflicting, so one existing holder would otherwise fail the whole grant. + private async grantToRoster( + input: GrantAwardInput, + tournamentTeamId: string | null, + ): Promise { + await this.postgres.query( + `INSERT INTO public.award_recipients + (award_id, player_steam_id, tournament_id, tournament_team_id, + event_id, season_id, league_season_id, + source, awarded_by_steam_id, note) + SELECT $1, roster.player_steam_id, $2, $3, $4, $5, $6, 'manual', $7, $8 + FROM public.team_roster roster + WHERE roster.team_id = $9 + AND roster.role <> 'Invite' + AND NOT EXISTS ( + SELECT 1 FROM public.award_recipients held + WHERE held.award_id = $1 + AND held.player_steam_id = roster.player_steam_id + AND held.tournament_id IS NOT DISTINCT FROM $2 + AND held.event_id IS NOT DISTINCT FROM $4 + AND held.season_id IS NOT DISTINCT FROM $5 + AND held.league_season_id IS NOT DISTINCT FROM $6 + )`, + [ + input.award_id, + input.tournament_id ?? null, + tournamentTeamId, + input.event_id ?? null, + input.season_id ?? null, + input.league_season_id ?? null, + input.awarded_by_steam_id, + input.note ?? null, + input.team_id, + ], + ); + } + + // A tournament-scoped grant must name the entry the recipient played as: it + // keeps the award tied to an actual participant, and lets the partial unique + // keys dedupe the grant against the calculated rows. + private async resolveTournamentTeam( + tournamentId: string, + playerSteamId: string | null, + teamId: string | null, + ): Promise { + const rows = teamId + ? await this.postgres.query>( + `SELECT id FROM public.tournament_teams + WHERE tournament_id = $1 AND team_id = $2 + LIMIT 1`, + [tournamentId, teamId], + ) + : await this.postgres.query>( + `SELECT tournament_team_id AS id + FROM public.tournament_team_roster + WHERE tournament_id = $1 AND player_steam_id = $2 + LIMIT 1`, + [tournamentId, playerSteamId], + ); + + if (!rows || rows.length === 0) { + throw new BadRequestException("Recipient is not part of this tournament"); + } + + return rows[0].id; + } + + private isValidPlacement(placement: number): boolean { + return Number.isInteger(placement) && placement >= 0 && placement <= 3; + } + + private isValidSilhouette(silhouette?: number | null): boolean { + if (silhouette === null || silhouette === undefined) { + return true; + } + return Number.isInteger(silhouette) && silhouette >= 0 && silhouette <= 4; + } + + private buildPath(slug: string, mimetype: string): string { + const ext = EXTENSION_BY_MIMETYPE[mimetype] || "png"; + const hash = crypto.randomBytes(6).toString("hex"); + return `awards/${slug}-${hash}.${ext}`; + } + + private guessContentType(filename: string): string { + if (filename.endsWith(".png")) { + return "image/png"; + } + if (filename.endsWith(".jpg") || filename.endsWith(".jpeg")) { + return "image/jpeg"; + } + if (filename.endsWith(".webp")) { + return "image/webp"; + } + return "application/octet-stream"; + } +} diff --git a/src/awards/trophies-legacy.controller.ts b/src/awards/trophies-legacy.controller.ts new file mode 100644 index 000000000..18e3512a4 --- /dev/null +++ b/src/awards/trophies-legacy.controller.ts @@ -0,0 +1,33 @@ +import { Controller, Get, Param, Res, NotFoundException } from "@nestjs/common"; +import { Response } from "express"; +import { AwardsService } from "./awards.service"; + +// Award artwork uploaded before the awards rename is served immutable, so +// links to /trophies/ stay in caches and embeds indefinitely. +@Controller("trophies") +export class TrophiesLegacyController { + constructor(private readonly awards: AwardsService) {} + + @Get(":filename") + public async serve( + @Param("filename") filename: string, + @Res() res: Response, + ) { + if (!/^[A-Za-z0-9._-]+$/.test(filename)) { + throw new NotFoundException("Award image not found"); + } + + const result = await this.awards.getStream(filename); + if (!result) { + throw new NotFoundException("Award image not found"); + } + + res.setHeader("Content-Type", result.contentType); + res.setHeader("Cache-Control", "public, max-age=31536000, immutable"); + if (result.etag) { + res.setHeader("ETag", result.etag); + } + + result.stream.pipe(res); + } +} diff --git a/src/demos/demo-metadata.service.ts b/src/demos/demo-metadata.service.ts index 586ca700c..b9f4f83f7 100644 --- a/src/demos/demo-metadata.service.ts +++ b/src/demos/demo-metadata.service.ts @@ -6,7 +6,7 @@ import { PostgresService } from "../postgres/postgres.service"; import { S3Service } from "../s3/s3.service"; import { DemoParserService, ParsedDemo } from "./demo-parser.service"; -export const DEMO_METADATA_VERSION = 8; +export const DEMO_METADATA_VERSION = 9; export type DemoRow = { id: string; @@ -716,6 +716,8 @@ export class DemoMetadataService { `${blob.positions.length} positions, ` + `${blob.shots_fired.length} shots, ` + `${blob.grenade_throws.length} grenade events, ` + + `${blob.smoke_volumes.length} smoke volumes, ` + + `${blob.infernos.length} infernos, ` + `${blob.damages.length} damages)`, ); return key; @@ -780,6 +782,11 @@ function buildPlaybackBlob(matchMapId: string, parsed: ParsedDemo) { impact_x: s.impact_x ?? null, impact_y: s.impact_y ?? null, impact_z: s.impact_z ?? null, + // Where a missed round met world geometry, so the replay can stop the + // tracer at the wall instead of flying it a fixed distance through it. + miss_x: s.miss_x ?? null, + miss_y: s.miss_y ?? null, + miss_z: s.miss_z ?? null, })); const mapGrenade = ( @@ -847,6 +854,8 @@ function buildPlaybackBlob(matchMapId: string, parsed: ParsedDemo) { shots_fired, grenade_throws, grenade_trajectories: parsed.grenade_trajectories ?? [], + smoke_volumes: parsed.smoke_volumes ?? [], + infernos: parsed.infernos ?? [], damages, round_inventory, }; diff --git a/src/demos/demo-parser.service.ts b/src/demos/demo-parser.service.ts index 8158bbc39..abb8ef9b4 100644 --- a/src/demos/demo-parser.service.ts +++ b/src/demos/demo-parser.service.ts @@ -92,6 +92,11 @@ export type ParsedShotFired = { impact_x?: number; impact_y?: number; impact_z?: number; + // Where a missed round met world geometry, raycast against the map's + // collision mesh. Absent on maps with no mesh, or when the shot found nothing. + miss_x?: number; + miss_y?: number; + miss_z?: number; }; export type ParsedPosition = { @@ -183,6 +188,38 @@ export type ParsedGrenadeEvent = { z?: number; }; +// One smoke's occupancy grid, derived by the parser from the map's collision +// mesh rather than assumed to be a sphere. `occ` is a base64 bitmask of +// dx*dy*dz bits, x-major then y then z: bit (k*dy + j)*dx + i is the cell whose +// minimum corner sits at (ox,oy,oz) + (i,j,k)*vs, in source units. +export type ParsedSmokeVolume = { + gid?: number; + round?: number; + start_tick: number; + end_tick?: number; + ox: number; + oy: number; + oz: number; + vs: number; + dx: number; + dy: number; + dz: number; + occ?: string; +}; + +// One molotov or incendiary burn. Flame positions come straight off the demo — +// the engine networks each flame individually — so this is the exact ground the +// fire denied and exactly when, including flames a smoke put out early. +export type ParsedInferno = { + id: number; + round?: number; + thrower?: string; + thrower_team?: string; + start_tick: number; + end_tick?: number; + fires?: Array<{ x: number; y: number; z: number; s: number; e: number }>; +}; + export type ParsedDemo = { total_ticks: number; tick_rate: number; @@ -212,6 +249,8 @@ export type ParsedDemo = { gid: number; pts: Array<{ t: number; x: number; y: number; z: number }>; }>; + smoke_volumes?: ParsedSmokeVolume[]; + infernos?: ParsedInferno[]; flashes?: Array<{ tick: number; round?: number; diff --git a/src/hasura/hasura.service.ts b/src/hasura/hasura.service.ts index f53b810fc..4cd01b685 100644 --- a/src/hasura/hasura.service.ts +++ b/src/hasura/hasura.service.ts @@ -152,6 +152,14 @@ export class HasuraService { await this.postgresService.query( "insert into settings (name, value) values ('public.steam_presence_enabled', 'true') on conflict (name) do nothing", ); + + await this.postgresService.query( + "insert into settings (name, value) values ('public.create_awards_role', 'administrator') on conflict (name) do nothing", + ); + + await this.postgresService.query( + "insert into settings (name, value) values ('public.grant_awards_role', 'administrator') on conflict (name) do nothing", + ); } private async applyMigrations(path: string): Promise { diff --git a/src/system/enums/SystemSettingName.ts b/src/system/enums/SystemSettingName.ts index c67af8c47..a8726966a 100644 --- a/src/system/enums/SystemSettingName.ts +++ b/src/system/enums/SystemSettingName.ts @@ -10,6 +10,8 @@ export enum SystemSettingName { NewsEnabled = "public.news_enabled", NewsLabel = "public.news_label", PostNewsRole = "public.post_news_role", + CreateAwardsRole = "public.create_awards_role", + GrantAwardsRole = "public.grant_awards_role", RequireLoginForLiveStreams = "public.require_login_for_live_streams", LeaguesEnabled = "public.leagues_enabled", GameServerPluginRuntime = "public.game_server_plugin_runtime", diff --git a/src/system/system.service.ts b/src/system/system.service.ts index eb9c810d3..f7cef6fb7 100644 --- a/src/system/system.service.ts +++ b/src/system/system.service.ts @@ -599,7 +599,7 @@ export class SystemService { return `version:v2:${service}`; } - private async getPanelVersion() { + public async getPanelVersion() { try { const nodeList = await this.apiClient.listNode({ labelSelector: "node-role.kubernetes.io/control-plane", diff --git a/src/telemetry/telemetry.controller.ts b/src/telemetry/telemetry.controller.ts index b91394f38..a6da35acc 100644 --- a/src/telemetry/telemetry.controller.ts +++ b/src/telemetry/telemetry.controller.ts @@ -9,20 +9,21 @@ import { ThrottlerBehindProxyGuard } from "src/auth/strategies/ThrottlerBehindPr export class TelemetryController { constructor(private readonly telemetryService: TelemetryService) {} + // Throttled per address rather than per install: several panels can share one + // NAT, so a limit of 1 would silently drop every heartbeat but the first. @UseGuards(ThrottlerBehindProxyGuard) - @Throttle({ default: { limit: 1, ttl: 59 * 60 * 1000 } }) + @Throttle({ default: { limit: 20, ttl: 59 * 60 * 1000 } }) @Post() public async telemetry(@Req() request: Request) { await this.telemetryService.record( request.headers["cf-connecting-ip"] as string, + request.headers["cf-ipcountry"] as string, request.body, ); } @HasuraAction() public async telemetryStats() { - return { - online: await this.telemetryService.getOnlineSystemsCount(), - }; + return await this.telemetryService.getFleetStats(); } } diff --git a/src/telemetry/telemetry.module.ts b/src/telemetry/telemetry.module.ts index 0fefee418..66533b1e2 100644 --- a/src/telemetry/telemetry.module.ts +++ b/src/telemetry/telemetry.module.ts @@ -12,11 +12,17 @@ import { InjectQueue } from "@nestjs/bullmq"; import { Queue } from "bullmq"; import { getQueuesProcessors } from "src/utilities/QueueProcessors"; import { RedisModule } from "src/redis/redis.module"; +import { PostgresModule } from "src/postgres/postgres.module"; +import { SystemModule } from "src/system/system.module"; +import { CacheModule } from "src/cache/cache.module"; @Module({ imports: [ RedisModule, HasuraModule, + PostgresModule, + SystemModule, + CacheModule, BullModule.registerQueue({ name: TelemetryQueues.Telemetry, }), diff --git a/src/telemetry/telemetry.service.ts b/src/telemetry/telemetry.service.ts index f8826a916..5362406c6 100644 --- a/src/telemetry/telemetry.service.ts +++ b/src/telemetry/telemetry.service.ts @@ -4,16 +4,111 @@ import { AppConfig } from "src/configs/types/AppConfig"; import { HasuraService } from "src/hasura/hasura.service"; import Redis from "ioredis"; import { RedisManagerService } from "src/redis/redis-manager/redis-manager.service"; +import { PostgresService } from "src/postgres/postgres.service"; +import { SystemService } from "src/system/system.service"; +import { CacheService } from "src/cache/cache.service"; +import { + TelemetryFeature, + TelemetryPayload, + TELEMETRY_SCHEMA_VERSION, +} from "./types/TelemetryPayload"; @Injectable() export class TelemetryService { private readonly appConfig: AppConfig; private readonly redis: Redis; + + // Every setting named `public.%` is readable by guests (see the settings + // table's select permissions). The install id must never carry that prefix. + private static readonly InstallIdSetting = "telemetry_install_id"; + + // A feature is "on" when its setting says so, but the absent-row default + // differs per feature and has to match what the app itself does, otherwise + // an untouched install reports the opposite of what its users see. + private static readonly FeatureFlags: Record< + string, + { setting: string; defaultEnabled: boolean } + > = { + leagues: { setting: "public.leagues_enabled", defaultEnabled: false }, + seasons: { setting: "public.seasons_enabled", defaultEnabled: false }, + events: { setting: "public.events_enabled", defaultEnabled: false }, + news: { setting: "public.news_enabled", defaultEnabled: false }, + scrims: { setting: "public.scrim_finder_enabled", defaultEnabled: true }, + matchmaking: { setting: "public.matchmaking", defaultEnabled: false }, + custom_pages: { + setting: "public.custom_pages_enabled", + defaultEnabled: false, + }, + external_matches: { + setting: "public.external_matches_enabled", + defaultEnabled: false, + }, + faceit_import: { + setting: "public.faceit_import_enabled", + defaultEnabled: false, + }, + steam_presence: { + setting: "public.steam_presence_enabled", + defaultEnabled: false, + }, + discord_bot: { + setting: "public.supports_discord_bot", + defaultEnabled: false, + }, + game_server_nodes: { + setting: "supports_game_server_nodes", + defaultEnabled: false, + }, + version_pinning: { + setting: "supports_game_server_version_pinning", + defaultEnabled: false, + }, + stream_login_protection: { + setting: "public.require_login_for_live_streams", + defaultEnabled: false, + }, + player_name_registration: { + setting: "public.player_name_registration", + defaultEnabled: false, + }, + league_division_requests: { + setting: "public.league_allow_division_request", + defaultEnabled: false, + }, + }; + + // A match this panel actually hosted. Imported demos are stamped with a + // started_at (from demo metadata, or the import time when that is missing), + // so started_at alone would count every FACEIT import as a match we ran. + // external_id catches the case a 5stack-server demo is imported back in, + // which keeps source = '5stack'. + private static nativeMatch(alias?: string) { + const column = TelemetryService.column(alias); + + return `${column("started_at")} IS NOT NULL + AND ${column("source")} = '5stack' + AND ${column("external_id")} IS NULL`; + } + + private static importedMatch(alias?: string) { + const column = TelemetryService.column(alias); + + return `${column("started_at")} IS NOT NULL + AND (${column("source")} <> '5stack' OR ${column("external_id")} IS NOT NULL)`; + } + + private static column(alias?: string) { + return (name: string) => (alias ? `${alias}.${name}` : name); + } + constructor( private readonly logger: Logger, private readonly redisManagerService: RedisManagerService, private readonly hasuraService: HasuraService, private readonly configService: ConfigService, + private readonly postgres: PostgresService, + private readonly systemService: SystemService, + private readonly cache: CacheService, ) { this.appConfig = this.configService.get("app"); this.redis = this.redisManagerService.getConnection(); @@ -25,22 +120,782 @@ export class TelemetryService { return; } - await fetch("https://5stack.gg/telemetry", { - method: "POST", - }); + let payload: TelemetryPayload; + + try { + payload = await this.collect(); + } catch (error) { + this.logger.warn("unable to collect telemetry", error); + return; + } + + try { + await fetch("https://5stack.gg/telemetry", { + method: "POST", + headers: { + "Content-Type": "application/json", + }, + body: JSON.stringify(payload), + }); + } catch (error) { + this.logger.warn("unable to send telemetry", error); + } + } + + public async collect(): Promise { + const [installId, settings, counts, byType, bySource] = await Promise.all([ + this.getInstallId(), + this.getSettings(), + this.getCounts(), + this.getMatchesByType(), + this.getMatchesBySource(), + ]); + + return { + schema: TELEMETRY_SCHEMA_VERSION, + install_id: installId, + installed_at: counts.installed_at + ? new Date(counts.installed_at).toISOString() + : null, + panel_version: await this.getPanelVersion(), + plugin_runtime: settings.get("public.game_server_plugin_runtime") ?? null, + nodes: { + total: counts.nodes_total, + enabled: counts.nodes_enabled, + online: counts.nodes_online, + regions: counts.nodes_regions, + }, + servers: { + total: counts.servers_total, + enabled: counts.servers_enabled, + dedicated: counts.servers_dedicated, + on_demand: counts.servers_on_demand, + public: counts.servers_public, + capacity: counts.servers_capacity, + }, + matches: { + total: counts.matches_ran, + created: counts.matches_created, + week: counts.matches_week, + month: counts.matches_month, + year: counts.matches_year, + maps_played: counts.maps_played, + by_type: byType, + by_source: bySource, + tournament: counts.matches_tournament, + league: counts.matches_league, + scrim: counts.matches_scrim, + external: { + total: counts.matches_external, + week: counts.matches_external_week, + month: counts.matches_external_month, + year: counts.matches_external_year, + }, + }, + players: { + registered: counts.players_registered, + active_7d: counts.players_active_7d, + active_30d: counts.players_active_30d, + teams: counts.teams_total, + }, + features: this.buildFeatures(settings, counts), + }; } - async record(ip: string, data: Record) { + async record(ip: string, country: string, data: unknown) { + const payload = TelemetryService.sanitize(data); + + // Panels older than the payload rollout POST an empty body forever. They + // still count as online, keyed by address since that is all they send. await this.redis.setex( - `online_system:${ip}`, + `online_system:${payload?.install_id ?? ip}`, 60 * 60, - JSON.stringify(data), + JSON.stringify(payload ?? {}), ); + + if (!payload) { + return; + } + + await this.persist(payload, country); } + // SCAN rather than KEYS: this runs on a per-minute poll, and KEYS walks the + // whole keyspace in one blocking command that stalls every other client. async getOnlineSystemsCount(): Promise { - const keys = await this.redis.keys("online_system:*"); - return keys.length; + let cursor = "0"; + // SCAN can hand back the same key on more than one pass, so count distinct. + const seen = new Set(); + + do { + const [next, keys] = await this.redis.scan( + cursor, + "MATCH", + "online_system:*", + "COUNT", + 1000, + ); + cursor = next; + for (const key of keys) { + seen.add(key); + } + } while (cursor !== "0"); + + return seen.size; + } + + // The nav badge polls this action every minute for `online` alone, and a + // Hasura action handler cannot see the GraphQL selection set — so the + // aggregates are cached and only the Redis-backed online count runs per call. + // Panels report hourly, so nothing here goes stale within the TTL. + async getFleetStats() { + const aggregates = await this.cache.remember( + "telemetry:fleet", + async () => { + const [installs, totals, features, growth, activity] = + await Promise.all([ + this.getInstallCounts(), + this.getFleetTotals(), + this.getFeatureAdoption(), + this.getInstallGrowth(), + this.getFleetActivity(), + ]); + + return { installs, totals, features, growth, activity }; + }, + 300, + ); + + return { + online: await this.getOnlineSystemsCount(), + ...aggregates, + }; + } + + private async getInstallCounts() { + const [row] = await this.postgres.query>>( + `SELECT + count(*) AS total, + count(*) FILTER (WHERE last_seen_at >= now() - interval '24 hours') AS active24h, + count(*) FILTER (WHERE last_seen_at >= now() - interval '7 days') AS active7d, + count(*) FILTER (WHERE last_seen_at >= now() - interval '30 days') AS active30d, + count(*) FILTER (WHERE first_seen_at >= now() - interval '30 days') AS new30d, + count(*) FILTER (WHERE first_seen_at < now() - interval '180 days' + AND last_seen_at >= now() - interval '7 days') AS retained180d + FROM public.telemetry_installs`, + ); + + return TelemetryService.toIntegers(row, [ + "total", + "active24h", + "active7d", + "active30d", + "new30d", + "retained180d", + ]); + } + + // Summed across the latest payload of every install seen in the last 30 days. + // Installs that have gone dark are excluded so the fleet picture does not keep + // counting servers that were torn down a year ago. + private async getFleetTotals() { + const [row] = await this.postgres.query>>( + `SELECT + coalesce(sum((payload->'nodes'->>'total')::numeric), 0) AS "gameServerNodes", + coalesce(sum((payload->'servers'->>'total')::numeric), 0) AS servers, + coalesce(sum((payload->'servers'->>'dedicated')::numeric), 0) AS "dedicatedServers", + coalesce(sum((payload->'servers'->>'public')::numeric), 0) AS "publicServers", + coalesce(sum((payload->'servers'->>'capacity')::numeric), 0) AS "serverCapacity", + coalesce(sum((payload->'matches'->>'total')::numeric), 0) AS matches, + coalesce(sum((payload->'matches'->>'week')::numeric), 0) AS "matchesWeek", + coalesce(sum((payload->'matches'->>'month')::numeric), 0) AS "matchesMonth", + coalesce(sum((payload->'matches'->>'year')::numeric), 0) AS "matchesYear", + coalesce(sum((payload->'matches'->'external'->>'total')::numeric), 0) AS "matchesImported", + coalesce(sum((payload->'matches'->'external'->>'month')::numeric), 0) AS "matchesImportedMonth", + coalesce(sum((payload->'matches'->>'maps_played')::numeric), 0) AS "mapsPlayed", + coalesce(sum((payload->'players'->>'registered')::numeric), 0) AS "playersRegistered", + coalesce(sum((payload->'players'->>'active_30d')::numeric), 0) AS "playersActive30d", + coalesce(sum((payload->'players'->>'teams')::numeric), 0) AS teams + FROM public.telemetry_installs + WHERE last_seen_at >= now() - interval '30 days' + AND payload ? 'matches'`, + ); + + return TelemetryService.toIntegers(row, [ + "gameServerNodes", + "servers", + "dedicatedServers", + "publicServers", + "serverCapacity", + "matches", + "matchesWeek", + "matchesMonth", + "matchesYear", + "matchesImported", + "matchesImportedMonth", + "mapsPlayed", + "playersRegistered", + "playersActive30d", + "teams", + ]); + } + + private async getFeatureAdoption() { + const rows = await this.postgres.query>>( + `SELECT + f.key AS key, + count(*) FILTER (WHERE f.value->>'enabled' = 'true') AS enabled, + -- Separates "no panel turned it on" from "this feature has no switch": + -- a flagless feature reports a JSON null, which ->> yields as SQL NULL. + count(*) FILTER (WHERE f.value->>'enabled' IS NOT NULL) AS flagged, + count(*) AS reporting, + count(*) FILTER (WHERE (f.value->>'count')::numeric > 0) AS "installsUsing", + coalesce(sum((f.value->>'count')::numeric), 0) AS total + FROM public.telemetry_installs i, + LATERAL jsonb_each(coalesce(i.payload->'features', '{}'::jsonb)) f(key, value) + WHERE i.last_seen_at >= now() - interval '30 days' + GROUP BY f.key + ORDER BY total DESC, f.key ASC`, + ); + + return rows.map((row) => ({ + key: row.key, + ...TelemetryService.toIntegers(row, [ + "enabled", + "flagged", + "reporting", + "installsUsing", + "total", + ]), + })); + } + + private async getInstallGrowth() { + const rows = await this.postgres.query>>( + `SELECT + to_char(date_trunc('month', first_seen_at), 'YYYY-MM') AS month, + count(*) AS installs + FROM public.telemetry_installs + GROUP BY 1 + ORDER BY 1 ASC`, + ); + + return rows.map((row) => ({ + month: row.month, + ...TelemetryService.toIntegers(row, ["installs"]), + })); + } + + // Matches per day come from the delta of each install's all-time counter, so + // a missed heartbeat shifts a day's matches onto the next report rather than + // losing them. GREATEST clamps the negative delta a wiped or restored + // database would otherwise contribute. + private async getFleetActivity() { + const rows = await this.postgres.query>>( + `WITH daily AS ( + SELECT + install_id, + day, + (payload->'matches'->>'total')::numeric AS total, + lag((payload->'matches'->>'total')::numeric) + OVER (PARTITION BY install_id ORDER BY day) AS previous + FROM public.telemetry_snapshots + WHERE day >= current_date - 90 + AND payload ? 'matches' + ) + SELECT + to_char(day, 'YYYY-MM-DD') AS day, + count(DISTINCT install_id) AS installs, + coalesce(sum(greatest(total - coalesce(previous, total), 0)), 0) AS matches + FROM daily + GROUP BY day + ORDER BY day ASC`, + ); + + return rows.map((row) => ({ + day: row.day, + ...TelemetryService.toIntegers(row, ["installs", "matches"]), + })); + } + + // `const T` keeps the key literals: without it T widens to `string`, the + // return type becomes an index signature, and spreading it into an object + // literal silently drops every property from the caller's type. + private static toIntegers( + row: Record | undefined, + keys: readonly T[], + ): Record { + const values = {} as Record; + + for (const key of keys) { + values[key] = Number(row?.[key] ?? 0); + } + + return values; + } + + private async persist(payload: TelemetryPayload, country: string) { + await this.postgres.query( + `INSERT INTO public.telemetry_installs + (install_id, first_seen_at, last_seen_at, installed_at, panel_version, schema_version, country, payload) + VALUES ($1, now(), now(), $2, $3, $4, $5, $6) + ON CONFLICT (install_id) DO UPDATE SET + last_seen_at = now(), + installed_at = EXCLUDED.installed_at, + panel_version = EXCLUDED.panel_version, + schema_version = EXCLUDED.schema_version, + country = EXCLUDED.country, + payload = EXCLUDED.payload`, + [ + payload.install_id, + payload.installed_at, + payload.panel_version, + payload.schema, + country || null, + JSON.stringify(payload), + ], + ); + + await this.postgres.query( + `INSERT INTO public.telemetry_snapshots (install_id, day, reported_at, payload) + VALUES ($1, current_date, now(), $2) + ON CONFLICT (install_id, day) DO UPDATE SET + reported_at = now(), + payload = EXCLUDED.payload`, + [payload.install_id, JSON.stringify(payload)], + ); + } + + private static readonly MaxCount = 100_000_000; + private static readonly MaxMapKeys = 50; + + // Anything arriving here is unauthenticated input from a self-hosted panel. + // Rebuild the payload from known keys only so a forged body cannot inject + // fields, unbounded maps, or values the aggregation SQL would choke casting. + private static sanitize(data: unknown): TelemetryPayload | null { + if (!data || typeof data !== "object" || Array.isArray(data)) { + return null; + } + + const body = data as Record; + + if (!TelemetryService.isUuid(body.install_id)) { + return null; + } + + const int = (value: unknown) => { + const number = Math.floor(Number(value)); + + if (!Number.isFinite(number) || number < 0) { + return 0; + } + + return Math.min(number, TelemetryService.MaxCount); + }; + + const section = (value: unknown): Record => { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + + return value as Record; + }; + + const nodes = section(body.nodes); + const servers = section(body.servers); + const matches = section(body.matches); + const players = section(body.players); + + return { + schema: int(body.schema), + install_id: body.install_id, + installed_at: TelemetryService.sanitizeDate(body.installed_at), + panel_version: TelemetryService.sanitizeText(body.panel_version, 64), + plugin_runtime: TelemetryService.sanitizeText(body.plugin_runtime, 32), + nodes: { + total: int(nodes.total), + enabled: int(nodes.enabled), + online: int(nodes.online), + regions: int(nodes.regions), + }, + servers: { + total: int(servers.total), + enabled: int(servers.enabled), + dedicated: int(servers.dedicated), + on_demand: int(servers.on_demand), + public: int(servers.public), + capacity: int(servers.capacity), + }, + matches: { + total: int(matches.total), + created: int(matches.created), + week: int(matches.week), + month: int(matches.month), + year: int(matches.year), + maps_played: int(matches.maps_played), + by_type: TelemetryService.sanitizeCountMap(matches.by_type, int), + by_source: TelemetryService.sanitizeCountMap(matches.by_source, int), + tournament: int(matches.tournament), + league: int(matches.league), + scrim: int(matches.scrim), + external: { + total: int(section(matches.external).total), + week: int(section(matches.external).week), + month: int(section(matches.external).month), + year: int(section(matches.external).year), + }, + }, + players: { + registered: int(players.registered), + active_7d: int(players.active_7d), + active_30d: int(players.active_30d), + teams: int(players.teams), + }, + features: TelemetryService.sanitizeFeatures(body.features, int), + }; + } + + private static isUuid(value: unknown) { + return ( + typeof value === "string" && + /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test( + value, + ) + ); + } + + private static sanitizeText(value: unknown, max: number) { + if (typeof value !== "string" || !value) { + return null; + } + + return value.slice(0, max); + } + + private static sanitizeDate(value: unknown) { + if (typeof value !== "string") { + return null; + } + + const date = new Date(value); + + if (isNaN(date.getTime())) { + return null; + } + + return date.toISOString(); + } + + private static sanitizeCountMap( + value: unknown, + int: (value: unknown) => number, + ): Record { + const counts: Record = {}; + + if (!value || typeof value !== "object" || Array.isArray(value)) { + return counts; + } + + for (const [key, count] of Object.entries(value).slice( + 0, + TelemetryService.MaxMapKeys, + )) { + counts[key.slice(0, 32)] = int(count); + } + + return counts; + } + + private static sanitizeFeatures( + value: unknown, + int: (value: unknown) => number, + ): Record { + const features: Record = {}; + + if (!value || typeof value !== "object" || Array.isArray(value)) { + return features; + } + + for (const [key, feature] of Object.entries(value).slice( + 0, + TelemetryService.MaxMapKeys, + )) { + if (!feature || typeof feature !== "object") { + continue; + } + + const { enabled, count } = feature as Record; + + features[key.slice(0, 32)] = { + enabled: typeof enabled === "boolean" ? enabled : null, + count: count === null || count === undefined ? null : int(count), + }; + } + + return features; + } + + private buildFeatures( + settings: Map, + counts: TelemetryCounts, + ): Record { + const usage: Record = { + tournaments: counts.tournaments, + leagues: counts.league_seasons, + seasons: counts.seasons, + events: counts.events, + news: counts.news_articles, + highlights: counts.match_clips, + clip_renders: counts.clip_render_jobs, + system_alerts: counts.system_alerts, + awards: counts.award_recipients, + scrims: counts.scrim_requests, + matchmaking: counts.lobbies, + custom_pages: counts.custom_pages, + external_matches: counts.matches_external, + faceit_import: counts.matches_faceit, + draft_games: counts.draft_games, + demos: counts.demos, + sanctions: counts.sanctions, + api_keys: counts.api_keys, + gamedata_validations: counts.gamedata_validations, + }; + + const features: Record = {}; + + for (const key of new Set([ + ...Object.keys(TelemetryService.FeatureFlags), + ...Object.keys(usage), + ])) { + const flag = TelemetryService.FeatureFlags[key]; + + features[key] = { + enabled: flag + ? TelemetryService.isFlagEnabled( + settings.get(flag.setting), + flag.defaultEnabled, + ) + : null, + count: usage[key] ?? null, + }; + } + + features.branding = { + enabled: TelemetryService.hasBranding(settings), + count: null, + }; + + return features; + } + + private static isFlagEnabled(value: string | undefined, fallback: boolean) { + if (value === undefined) { + return fallback; + } + + return value === "true"; + } + + private static hasBranding(settings: Map) { + for (const [name, value] of settings) { + if ( + (name === "public.brand_name" || + name === "public.logo_url" || + name.startsWith("public.color_")) && + value + ) { + return true; + } + } + + return false; + } + + private async getInstallId(): Promise { + const [row] = await this.postgres.query>( + `WITH created AS ( + INSERT INTO public.settings (name, value) + VALUES ($1, gen_random_uuid()::text) + ON CONFLICT (name) DO NOTHING + RETURNING value + ) + SELECT value FROM created + UNION ALL + SELECT value FROM public.settings WHERE name = $1 + LIMIT 1`, + [TelemetryService.InstallIdSetting], + ); + + return row?.value; + } + + private async getSettings(): Promise> { + const rows = await this.postgres.query< + Array<{ name: string; value: string }> + >(`SELECT name, value FROM public.settings`); + + return new Map(rows.map(({ name, value }) => [name, value])); + } + + private async getPanelVersion() { + try { + return (await this.systemService.getPanelVersion()) || null; + } catch (error) { + this.logger.warn("unable to read panel version for telemetry", error); + return null; + } + } + + private async getMatchesByType(): Promise> { + const rows = await this.postgres.query< + Array<{ type: string; count: string }> + >( + `SELECT o.type, count(*) AS count + FROM public.matches m + JOIN public.match_options o ON o.id = m.match_options_id + WHERE m.started_at IS NOT NULL + GROUP BY o.type`, + ); + + return TelemetryService.toCountMap(rows, "type"); + } + + private async getMatchesBySource(): Promise> { + const rows = await this.postgres.query< + Array<{ source: string; count: string }> + >( + `SELECT source, count(*) AS count + FROM public.matches + WHERE started_at IS NOT NULL + GROUP BY source`, + ); + + return TelemetryService.toCountMap(rows, "source"); + } + + private static toCountMap( + rows: Array>, + key: string, + ): Record { + const counts: Record = {}; + + for (const row of rows) { + if (!row[key]) { + continue; + } + + counts[row[key]] = Number(row.count); + } + + return counts; + } + + private async getCounts(): Promise { + const [row] = await this.postgres.query>( + `SELECT + (SELECT min(created_at) FROM public.matches) AS installed_at, + + (SELECT count(*) FROM public.game_server_nodes) AS nodes_total, + (SELECT count(*) FROM public.game_server_nodes WHERE enabled) AS nodes_enabled, + (SELECT count(*) FROM public.game_server_nodes WHERE status = 'Online') AS nodes_online, + (SELECT count(DISTINCT region) FROM public.game_server_nodes + WHERE region IS NOT NULL) AS nodes_regions, + + (SELECT count(*) FROM public.servers) AS servers_total, + (SELECT count(*) FROM public.servers WHERE enabled) AS servers_enabled, + (SELECT count(*) FROM public.servers WHERE is_dedicated) AS servers_dedicated, + (SELECT count(*) FROM public.servers + WHERE game_server_node_id IS NOT NULL) AS servers_on_demand, + (SELECT count(*) FROM public.servers WHERE type <> 'Ranked') AS servers_public, + (SELECT coalesce(sum(max_players), 0) FROM public.servers) AS servers_capacity, + + (SELECT count(*) FROM public.matches) AS matches_created, + (SELECT count(*) FROM public.matches WHERE ${TelemetryService.nativeMatch()}) AS matches_ran, + (SELECT count(*) FROM public.matches + WHERE ${TelemetryService.nativeMatch()} + AND effective_at >= now() - interval '7 days') AS matches_week, + (SELECT count(*) FROM public.matches + WHERE ${TelemetryService.nativeMatch()} + AND effective_at >= now() - interval '30 days') AS matches_month, + (SELECT count(*) FROM public.matches + WHERE ${TelemetryService.nativeMatch()} + AND effective_at >= now() - interval '365 days') AS matches_year, + (SELECT count(*) FROM public.match_maps mm + JOIN public.matches m ON m.id = mm.match_id + WHERE mm.status = 'Finished' + AND ${TelemetryService.nativeMatch("m")}) AS maps_played, + + (SELECT count(*) FROM public.matches WHERE ${TelemetryService.importedMatch()}) AS matches_external, + (SELECT count(*) FROM public.matches + WHERE ${TelemetryService.importedMatch()} + AND effective_at >= now() - interval '7 days') AS matches_external_week, + (SELECT count(*) FROM public.matches + WHERE ${TelemetryService.importedMatch()} + AND effective_at >= now() - interval '30 days') AS matches_external_month, + (SELECT count(*) FROM public.matches + WHERE ${TelemetryService.importedMatch()} + AND effective_at >= now() - interval '365 days') AS matches_external_year, + (SELECT count(*) FROM public.matches WHERE source = 'faceit') AS matches_faceit, + + (SELECT count(DISTINCT b.match_id) FROM public.tournament_brackets b + WHERE b.match_id IS NOT NULL) AS matches_tournament, + (SELECT count(DISTINCT b.match_id) + FROM public.tournament_brackets b + JOIN public.tournament_stages st ON st.id = b.tournament_stage_id + JOIN public.league_season_divisions d ON d.tournament_id = st.tournament_id + WHERE b.match_id IS NOT NULL) AS matches_league, + (SELECT count(DISTINCT r.match_id) FROM public.team_scrim_requests r + WHERE r.match_id IS NOT NULL) AS matches_scrim, + + (SELECT count(*) FROM public.players) AS players_registered, + (SELECT count(*) FROM public.teams) AS teams_total, + (SELECT count(DISTINCT p.steam_id) + FROM public.match_lineup_players p + JOIN public.matches m + ON m.lineup_1_id = p.match_lineup_id OR m.lineup_2_id = p.match_lineup_id + WHERE p.steam_id IS NOT NULL + AND m.started_at IS NOT NULL + AND m.effective_at >= now() - interval '7 days') AS players_active_7d, + (SELECT count(DISTINCT p.steam_id) + FROM public.match_lineup_players p + JOIN public.matches m + ON m.lineup_1_id = p.match_lineup_id OR m.lineup_2_id = p.match_lineup_id + WHERE p.steam_id IS NOT NULL + AND m.started_at IS NOT NULL + AND m.effective_at >= now() - interval '30 days') AS players_active_30d, + + (SELECT count(*) FROM public.tournaments) AS tournaments, + (SELECT count(*) FROM public.league_seasons) AS league_seasons, + (SELECT count(*) FROM public.seasons) AS seasons, + (SELECT count(*) FROM public.events) AS events, + (SELECT count(*) FROM public.news_articles) AS news_articles, + (SELECT count(*) FROM public.match_clips) AS match_clips, + (SELECT count(*) FROM public.clip_render_jobs) AS clip_render_jobs, + (SELECT count(*) FROM public.system_alerts) AS system_alerts, + (SELECT count(*) FROM public.award_recipients) AS award_recipients, + (SELECT count(*) FROM public.team_scrim_requests) AS scrim_requests, + (SELECT count(*) FROM public.lobbies) AS lobbies, + (SELECT count(*) FROM public.custom_pages WHERE enabled) AS custom_pages, + (SELECT count(*) FROM public.draft_games) AS draft_games, + (SELECT count(*) FROM public.match_map_demos) AS demos, + (SELECT count(*) FROM public.player_sanctions) AS sanctions, + (SELECT count(*) FROM public.api_keys) AS api_keys, + (SELECT count(*) FROM public.gamedata_signature_validations) AS gamedata_validations + `, + ); + + return TelemetryService.toNumbers(row); + } + + // pg returns bigint as a string so every count would serialize as "12". + private static toNumbers(row: Record): TelemetryCounts { + const counts: Record = {}; + + for (const [key, value] of Object.entries(row ?? {})) { + counts[key] = key === "installed_at" ? value : Number(value ?? 0); + } + + return counts as TelemetryCounts; } private async isEnabled() { @@ -60,3 +915,7 @@ export class TelemetryService { return telemetry?.value !== "false"; } } + +type TelemetryCounts = { + installed_at: string | null; +} & Record; diff --git a/src/telemetry/types/TelemetryPayload.ts b/src/telemetry/types/TelemetryPayload.ts new file mode 100644 index 000000000..0bc91ec7f --- /dev/null +++ b/src/telemetry/types/TelemetryPayload.ts @@ -0,0 +1,57 @@ +export const TELEMETRY_SCHEMA_VERSION = 1; + +export type TelemetryFeature = { + enabled: boolean | null; + count: number | null; +}; + +export type TelemetryPayload = { + schema: number; + install_id: string; + installed_at: string | null; + panel_version: string | null; + plugin_runtime: string | null; + nodes: { + total: number; + enabled: number; + online: number; + regions: number; + }; + servers: { + total: number; + enabled: number; + dedicated: number; + on_demand: number; + public: number; + capacity: number; + }; + // Everything outside `external` counts only matches this panel actually ran. + // An imported demo is stamped with a started_at, so without the split it + // would read as a match the panel hosted. + matches: { + total: number; + created: number; + week: number; + month: number; + year: number; + maps_played: number; + by_type: Record; + by_source: Record; + tournament: number; + scrim: number; + league: number; + external: { + total: number; + week: number; + month: number; + year: number; + }; + }; + players: { + registered: number; + active_7d: number; + active_30d: number; + teams: number; + }; + features: Record; +}; diff --git a/src/trophies/trophies.controller.ts b/src/trophies/trophies.controller.ts deleted file mode 100644 index bbe686c26..000000000 --- a/src/trophies/trophies.controller.ts +++ /dev/null @@ -1,88 +0,0 @@ -import { - Controller, - Post, - Get, - Delete, - Param, - UploadedFile, - UseInterceptors, - ParseFilePipe, - MaxFileSizeValidator, - FileTypeValidator, - ParseIntPipe, - Req, - Res, - ForbiddenException, - NotFoundException, -} from "@nestjs/common"; -import { FileInterceptor } from "@nestjs/platform-express"; -import { Request, Response } from "express"; -import { TrophiesService } from "./trophies.service"; -import { User } from "../auth/types/User"; - -@Controller("trophies") -export class TrophiesController { - constructor(private readonly trophiesService: TrophiesService) {} - - @Post(":tournamentId/:placement") - @UseInterceptors(FileInterceptor("file")) - async upload( - @Req() request: Request, - @Param("tournamentId") tournamentId: string, - @Param("placement", ParseIntPipe) placement: number, - @UploadedFile( - new ParseFilePipe({ - validators: [ - new MaxFileSizeValidator({ maxSize: 5 * 1024 * 1024 }), - new FileTypeValidator({ fileType: /image\/(png|jpeg|webp)/ }), - ], - }), - ) - file: Express.Multer.File, - ) { - const user = this.requireUser(request); - const path = await this.trophiesService.uploadTrophy( - tournamentId, - placement, - user, - file.buffer, - file.mimetype, - ); - return { success: true, path }; - } - - @Delete(":tournamentId/:placement") - async remove( - @Req() request: Request, - @Param("tournamentId") tournamentId: string, - @Param("placement", ParseIntPipe) placement: number, - ) { - const user = this.requireUser(request); - await this.trophiesService.removeTrophy(tournamentId, placement, user); - return { success: true }; - } - - @Get(":filename") - async serve(@Param("filename") filename: string, @Res() res: Response) { - const result = await this.trophiesService.getStream(filename); - if (!result) { - throw new NotFoundException("Trophy image not found"); - } - - res.setHeader("Content-Type", result.contentType); - res.setHeader("Cache-Control", "public, max-age=31536000, immutable"); - if (result.etag) { - res.setHeader("ETag", result.etag); - } - - result.stream.pipe(res); - } - - private requireUser(request: Request): User { - const user = request.user as User | undefined; - if (!user) { - throw new ForbiddenException("Authentication required"); - } - return user; - } -} diff --git a/src/trophies/trophies.module.ts b/src/trophies/trophies.module.ts deleted file mode 100644 index c68715d5d..000000000 --- a/src/trophies/trophies.module.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { Module } from "@nestjs/common"; -import { TrophiesService } from "./trophies.service"; -import { TrophiesController } from "./trophies.controller"; -import { S3Module } from "../s3/s3.module"; -import { PostgresModule } from "../postgres/postgres.module"; -import { loggerFactory } from "../utilities/LoggerFactory"; - -@Module({ - imports: [S3Module, PostgresModule], - providers: [TrophiesService, loggerFactory()], - controllers: [TrophiesController], -}) -export class TrophiesModule {} diff --git a/src/trophies/trophies.service.ts b/src/trophies/trophies.service.ts deleted file mode 100644 index f5f740a04..000000000 --- a/src/trophies/trophies.service.ts +++ /dev/null @@ -1,193 +0,0 @@ -import crypto from "crypto"; -import { Readable } from "stream"; -import { ForbiddenException, Injectable, Logger } from "@nestjs/common"; -import { S3Service } from "../s3/s3.service"; -import { PostgresService } from "../postgres/postgres.service"; -import { User } from "../auth/types/User"; - -const EXTENSION_BY_MIMETYPE: Record = { - "image/png": "png", - "image/jpeg": "jpg", - "image/webp": "webp", -}; - -interface TrophyConfigRow { - id: string; - image_url: string | null; -} - -@Injectable() -export class TrophiesService { - constructor( - private readonly logger: Logger, - private readonly s3: S3Service, - private readonly postgres: PostgresService, - ) {} - - async uploadTrophy( - tournamentId: string, - placement: number, - user: User, - buffer: Buffer, - mimetype: string, - ): Promise { - if (!this.isValidPlacement(placement)) { - throw new ForbiddenException("Invalid placement"); - } - - await this.requireOrganizer(tournamentId, user); - - const existing = await this.getConfig(tournamentId, placement); - const path = this.buildPath(tournamentId, placement, mimetype); - - await this.s3.put(path, buffer); - - if (existing?.image_url && existing.image_url !== path) { - await this.s3.remove(existing.image_url); - } - - if (existing) { - await this.postgres.query( - `UPDATE public.tournament_trophy_configs - SET image_url = $1, updated_at = now() - WHERE id = $2`, - [path, existing.id], - ); - } else { - await this.postgres.query( - `INSERT INTO public.tournament_trophy_configs - (tournament_id, placement, image_url) - VALUES ($1, $2, $3)`, - [tournamentId, String(placement), path], - ); - } - - this.logger.log( - `Uploaded tournament ${tournamentId} placement ${placement} trophy to ${path}`, - ); - return path; - } - - async removeTrophy( - tournamentId: string, - placement: number, - user: User, - ): Promise { - if (!this.isValidPlacement(placement)) { - throw new ForbiddenException("Invalid placement"); - } - - await this.requireOrganizer(tournamentId, user); - - const existing = await this.getConfig(tournamentId, placement); - if (!existing) return; - - if (existing.image_url) { - await this.s3.remove(existing.image_url); - } - - await this.postgres.query( - `UPDATE public.tournament_trophy_configs - SET image_url = NULL, updated_at = now() - WHERE id = $1`, - [existing.id], - ); - - this.logger.log( - `Removed tournament ${tournamentId} placement ${placement} trophy image`, - ); - } - - async getStream( - filename: string, - ): Promise<{ stream: Readable; contentType: string; etag?: string } | null> { - const key = `trophies/${filename}`; - - if (!(await this.s3.has(key))) { - return null; - } - - const [stream, stat] = await Promise.all([ - this.s3.get(key), - this.s3.stat(key), - ]); - - return { - stream, - contentType: - stat.metaData?.["content-type"] || this.guessContentType(filename), - etag: stat.etag, - }; - } - - private async requireOrganizer( - tournamentId: string, - user: User, - ): Promise { - const rows = await this.postgres.query< - Array<{ organizer_steam_id: string | null }> - >( - `SELECT organizer_steam_id - FROM public.tournaments - WHERE id = $1 - LIMIT 1`, - [tournamentId], - ); - - if (!rows || rows.length === 0) { - throw new ForbiddenException("Tournament not found"); - } - - const isOrganizer = - String(rows[0].organizer_steam_id) === String(user.steam_id); - - if (isOrganizer || user.role === "administrator") return; - - const coOrg = await this.postgres.query>( - `SELECT steam_id - FROM public.tournament_organizers - WHERE tournament_id = $1 AND steam_id = $2 - LIMIT 1`, - [tournamentId, user.steam_id], - ); - if (coOrg && coOrg.length > 0) return; - - throw new ForbiddenException("Not the tournament organizer"); - } - - private async getConfig( - tournamentId: string, - placement: number, - ): Promise { - const rows = await this.postgres.query( - `SELECT id, image_url - FROM public.tournament_trophy_configs - WHERE tournament_id = $1 AND placement = $2 - LIMIT 1`, - [tournamentId, String(placement)], - ); - return rows?.[0] || null; - } - - private isValidPlacement(placement: number): boolean { - return Number.isInteger(placement) && placement >= 0 && placement <= 3; - } - - private buildPath( - tournamentId: string, - placement: number, - mimetype: string, - ): string { - const ext = EXTENSION_BY_MIMETYPE[mimetype] || "png"; - const hash = crypto.randomBytes(6).toString("hex"); - return `trophies/${tournamentId}-${placement}-${hash}.${ext}`; - } - - private guessContentType(filename: string): string { - if (filename.endsWith(".png")) return "image/png"; - if (filename.endsWith(".jpg") || filename.endsWith(".jpeg")) - return "image/jpeg"; - if (filename.endsWith(".webp")) return "image/webp"; - return "application/octet-stream"; - } -} diff --git a/test/awards.spec.ts b/test/awards.spec.ts new file mode 100644 index 000000000..1320234ed --- /dev/null +++ b/test/awards.spec.ts @@ -0,0 +1,976 @@ +import { Logger } from "@nestjs/common"; +import { PostgresService } from "./../src/postgres/postgres.service"; +import { AwardsService } from "./../src/awards/awards.service"; +import { AwardsController } from "./../src/awards/awards.controller"; +import { Fixtures } from "./utils/fixtures"; +import { TournamentFixtures } from "./utils/tournament-fixtures"; +import { + bootMigratedDb, + seedRegionWithServer, + SqlTestDb, +} from "./utils/sql-test-db"; + +// Covers the awards layer that sits under tournament placements: the catalog +// fallback, per-tournament overrides, source-scoped recalculation, and the +// constraints that keep a grant pointing at exactly one recipient. +describe("awards (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + let tfx: TournamentFixtures; + + beforeAll(async () => { + db = await bootMigratedDb("AwardsTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561199600000000n); + tfx = new TournamentFixtures(postgres, fx); + await seedRegionWithServer(postgres, "TestA"); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM tournaments"); + await postgres.query("DELETE FROM match_options"); + await postgres.query("DELETE FROM teams"); + await postgres.query("DELETE FROM players"); + await postgres.query("DELETE FROM awards WHERE system_key IS NULL"); + // seasons carries an exclusion constraint against overlapping ranges, so + // leftovers from one test collide with the next one's open-ended season. + await postgres.query("DELETE FROM seasons"); + }); + + const SE4 = [ + { type: "SingleElimination", order: 1, minTeams: 4, maxTeams: 8 }, + ]; + + const playedOutCup = async () => { + const t = await tfx.launch(SE4, 4); + await tfx.playRound(t.stageIds[0], 1); + await tfx.playRound(t.stageIds[0], 2); + expect(await tfx.tournamentStatus(t.id)).toBe("Finished"); + return t; + }; + + const createAward = async ( + name: string, + tier = "special", + allowMultiple = false, + ) => { + const [award] = await postgres.query>( + `INSERT INTO awards (name, tier, allow_multiple) VALUES ($1, $2, $3) RETURNING id`, + [name, tier, allowMultiple], + ); + return award.id; + }; + + const systemAward = async (key: string) => { + const [award] = await postgres.query>( + "SELECT id FROM awards WHERE system_key = $1", + [key], + ); + return award.id; + }; + + describe("catalog", () => { + it("ships the four tournament system awards", async () => { + const rows = await postgres.query< + Array<{ system_key: string; tier: string }> + >( + `SELECT system_key, tier FROM awards + WHERE system_key LIKE 'tournament\\_%' ORDER BY system_key`, + ); + expect(rows.map((r) => r.system_key)).toEqual([ + "tournament_bronze", + "tournament_gold", + "tournament_mvp", + "tournament_silver", + ]); + expect(rows.map((r) => r.tier)).toEqual([ + "bronze", + "gold", + "mvp", + "silver", + ]); + }); + + it("scopes an award to at most one owner", async () => { + const t = await playedOutCup(); + const [season] = await postgres.query>( + `INSERT INTO seasons (starts_at) VALUES (now()) RETURNING id`, + ); + + await expect( + postgres.query( + `INSERT INTO awards (name, tier, tournament_id, season_id) + VALUES ('Two Homes', 'special', $1, $2)`, + [t.id, season.id], + ), + ).rejects.toThrow(/single_scope/i); + + await postgres.query( + `INSERT INTO awards (name, tier, season_id) VALUES ('Season Award', 'special', $1)`, + [season.id], + ); + const [{ c }] = await postgres.query>( + "SELECT count(*) AS c FROM awards WHERE season_id = $1", + [season.id], + ); + expect(Number(c)).toBe(1); + }); + + it("refuses to scope a built-in award", async () => { + const t = await playedOutCup(); + await expect( + postgres.query( + "UPDATE awards SET tournament_id = $1 WHERE system_key = 'tournament_gold'", + [t.id], + ), + ).rejects.toThrow(/single_scope/i); + }); + + it("rejects a tier outside the enum", async () => { + await expect( + postgres.query( + "INSERT INTO awards (name, tier) VALUES ('Bad', 'plat')", + ), + ).rejects.toThrow(); + }); + + it("refuses to delete a system award even from raw SQL", async () => { + await expect( + postgres.query( + "DELETE FROM awards WHERE system_key = 'tournament_gold'", + ), + ).rejects.toThrow(/cannot be deleted/i); + + const [{ c }] = await postgres.query>( + "SELECT count(*) AS c FROM awards WHERE system_key = 'tournament_gold'", + ); + expect(Number(c)).toBe(1); + }); + + it("still deletes hand-made awards and their grants", async () => { + const awardId = await createAward("Temporary"); + const steamId = await fx.player(); + + await postgres.query( + `INSERT INTO award_recipients (award_id, player_steam_id, source) + VALUES ($1, $2, 'manual')`, + [awardId, steamId], + ); + + await postgres.query("DELETE FROM awards WHERE id = $1", [awardId]); + + const [{ c }] = await postgres.query>( + "SELECT count(*) AS c FROM award_recipients WHERE award_id = $1", + [awardId], + ); + expect(Number(c)).toBe(0); + }); + }); + + describe("granting", () => { + it("requires exactly one recipient", async () => { + const awardId = await createAward("Clutch King"); + const steamId = await fx.player(); + const team = await fx.team(); + + await expect( + postgres.query( + "INSERT INTO award_recipients (award_id, source) VALUES ($1, 'manual')", + [awardId], + ), + ).rejects.toThrow(/one_recipient/i); + + await expect( + postgres.query( + `INSERT INTO award_recipients (award_id, player_steam_id, team_id, source) + VALUES ($1, $2, $3, 'manual')`, + [awardId, steamId, team.id], + ), + ).rejects.toThrow(/one_recipient/i); + }); + + it("grants an award with no tournament attached", async () => { + const awardId = await createAward("Community MVP"); + const steamId = await fx.player(); + + await postgres.query( + `INSERT INTO award_recipients (award_id, player_steam_id, source) + VALUES ($1, $2, 'manual')`, + [awardId, steamId], + ); + + const [row] = await postgres.query< + Array<{ tournament_id: string | null; placement: number | null }> + >( + "SELECT tournament_id, placement FROM award_recipients WHERE award_id = $1", + [awardId], + ); + expect(row.tournament_id).toBeNull(); + expect(row.placement).toBeNull(); + }); + + it("fans a team grant out to the roster so it reaches player pages", async () => { + const awardId = await createAward("Squad Honour"); + const team = await fx.team(3); + + const roster = await postgres.query>( + "SELECT player_steam_id FROM team_roster WHERE team_id = $1 AND role <> 'Invite'", + [team.id], + ); + expect(roster.length).toBeGreaterThan(1); + + await postgres.query( + `INSERT INTO award_recipients (award_id, team_id, source) + VALUES ($1, $2, 'manual')`, + [awardId, team.id], + ); + await postgres.query( + `INSERT INTO award_recipients + (award_id, player_steam_id, source) + SELECT $1, r.player_steam_id, 'manual' + FROM team_roster r + WHERE r.team_id = $2 AND r.role <> 'Invite'`, + [awardId, team.id], + ); + + const [{ c }] = await postgres.query>( + `SELECT count(*) AS c FROM award_recipients + WHERE award_id = $1 AND player_steam_id IS NOT NULL`, + [awardId], + ); + expect(Number(c)).toBe(roster.length); + + const [{ t }] = await postgres.query>( + `SELECT count(*) AS t FROM award_recipients + WHERE award_id = $1 AND team_id IS NOT NULL`, + [awardId], + ); + expect(Number(t)).toBe(1); + }); + + it("blocks a repeat grant unless the award allows multiples", async () => { + const onceId = await createAward("One Time Only"); + const manyId = await createAward("Player of the Month", "special", true); + const steamId = await fx.player(); + + const grant = (awardId: string) => + postgres.query( + `INSERT INTO award_recipients (award_id, player_steam_id, source) + VALUES ($1, $2, 'manual')`, + [awardId, steamId], + ); + + await grant(onceId); + await expect(grant(onceId)).rejects.toThrow(/already granted/i); + + await grant(manyId); + await grant(manyId); + const [{ c }] = await postgres.query>( + "SELECT count(*) AS c FROM award_recipients WHERE award_id = $1", + [manyId], + ); + expect(Number(c)).toBe(2); + }); + + it("blocks a repeat hand-grant inside the same tournament", async () => { + const t = await playedOutCup(); + const awardId = await createAward("Organizer's Pick"); + const [seat] = await postgres.query< + Array<{ tournament_team_id: string; player_steam_id: string }> + >( + `SELECT tournament_team_id, player_steam_id FROM award_recipients + WHERE tournament_id = $1 AND player_steam_id IS NOT NULL LIMIT 1`, + [t.id], + ); + + const grant = () => + postgres.query( + `INSERT INTO award_recipients + (award_id, tournament_id, tournament_team_id, player_steam_id, source) + VALUES ($1, $2, $3, $4, 'manual')`, + [awardId, t.id, seat.tournament_team_id, seat.player_steam_id], + ); + + await grant(); + // Placement is NULL on a hand-grant, so the partial unique keys never + // bind; the trigger is what stops the duplicate. + await expect(grant()).rejects.toThrow(/already granted/i); + }); + + it("skips roster members who already hold the award when fanning out", async () => { + const awardId = await createAward("Squad Honour"); + const team = await fx.team(3); + const roster = await postgres.query>( + "SELECT player_steam_id FROM team_roster WHERE team_id = $1 AND role <> 'Invite'", + [team.id], + ); + + // One member already holds it before the team grant fans out. + await postgres.query( + `INSERT INTO award_recipients (award_id, player_steam_id, source) + VALUES ($1, $2, 'manual')`, + [awardId, roster[0].player_steam_id], + ); + + await postgres.query( + `INSERT INTO award_recipients (award_id, player_steam_id, source) + SELECT $1, r.player_steam_id, 'manual' + FROM team_roster r + WHERE r.team_id = $2 + AND r.role <> 'Invite' + AND NOT EXISTS ( + SELECT 1 FROM award_recipients held + WHERE held.award_id = $1 + AND held.player_steam_id = r.player_steam_id + AND held.tournament_id IS NOT DISTINCT FROM NULL + )`, + [awardId, team.id], + ); + + const [{ c }] = await postgres.query>( + `SELECT count(*) AS c FROM award_recipients + WHERE award_id = $1 AND player_steam_id = $2`, + [awardId, roster[0].player_steam_id], + ); + expect(Number(c)).toBe(1); + + const [{ total }] = await postgres.query>( + `SELECT count(*) AS total FROM award_recipients + WHERE award_id = $1 AND player_steam_id IS NOT NULL`, + [awardId], + ); + expect(Number(total)).toBe(roster.length); + }); + + it("refuses a tournament team without its tournament", async () => { + const awardId = await createAward("Orphan"); + const steamId = await fx.player(); + + await expect( + postgres.query( + `INSERT INTO award_recipients + (award_id, player_steam_id, tournament_team_id, source) + VALUES ($1, $2, gen_random_uuid(), 'manual')`, + [awardId, steamId], + ), + ).rejects.toThrow(); + }); + }); + + describe("tournament calculation", () => { + it("falls back to the system award for each placement", async () => { + const t = await playedOutCup(); + + const rows = await postgres.query< + Array<{ placement: number; system_key: string }> + >( + `SELECT DISTINCT ar.placement, a.system_key + FROM award_recipients ar + JOIN awards a ON a.id = ar.award_id + WHERE ar.tournament_id = $1 + ORDER BY ar.placement`, + [t.id], + ); + + expect(rows.length).toBeGreaterThan(0); + for (const row of rows) { + expect(row.system_key).toBe( + { 0: "tournament_mvp", 1: "tournament_gold", 2: "tournament_silver" }[ + Number(row.placement) + ] ?? "tournament_bronze", + ); + } + }); + + it("uses the per-tournament award override when one is configured", async () => { + const t = await playedOutCup(); + const customId = await createAward("Summer Cup Champion", "gold", true); + + await postgres.query( + `INSERT INTO tournament_awards (tournament_id, placement, award_id) + VALUES ($1, 1, $2)`, + [t.id, customId], + ); + await postgres.query("SELECT recalculate_tournament_awards($1)", [t.id]); + + const golds = await postgres.query>( + `SELECT DISTINCT award_id FROM award_recipients + WHERE tournament_id = $1 AND placement = 1`, + [t.id], + ); + expect(golds.map((g) => g.award_id)).toEqual([customId]); + + // Placements without an override still resolve to their system award. + const silvers = await postgres.query>( + `SELECT DISTINCT award_id FROM award_recipients + WHERE tournament_id = $1 AND placement = 2`, + [t.id], + ); + expect(silvers.map((s) => s.award_id)).toEqual([ + await systemAward("tournament_silver"), + ]); + }); + + it("rebuilds calculated rows on recalc while hand-granted rows survive", async () => { + const t = await playedOutCup(); + const awardId = await createAward("Organizer's Pick"); + + const [seat] = await postgres.query< + Array<{ tournament_team_id: string; player_steam_id: string }> + >( + `SELECT tournament_team_id, player_steam_id FROM award_recipients + WHERE tournament_id = $1 AND player_steam_id IS NOT NULL LIMIT 1`, + [t.id], + ); + + await postgres.query( + `INSERT INTO award_recipients + (award_id, tournament_id, tournament_team_id, player_steam_id, source) + VALUES ($1, $2, $3, $4, 'manual')`, + [awardId, t.id, seat.tournament_team_id, seat.player_steam_id], + ); + + await postgres.query("SELECT calculate_tournament_awards($1)", [t.id]); + + const [counts] = await postgres.query< + Array<{ calculated: string; manual: string }> + >( + `SELECT + count(*) FILTER (WHERE source = 'tournament') AS calculated, + count(*) FILTER (WHERE source = 'manual') AS manual + FROM award_recipients WHERE tournament_id = $1`, + [t.id], + ); + expect(Number(counts.calculated)).toBeGreaterThan(0); + expect(Number(counts.manual)).toBe(1); + }); + + it("keeps hand-granted awards out of the medal leaderboard", async () => { + const t = await playedOutCup(); + const awardId = await createAward("Community MVP"); + const steamId = await fx.player(); + + await postgres.query( + `INSERT INTO award_recipients (award_id, player_steam_id, source) + VALUES ($1, $2, 'manual')`, + [awardId, steamId], + ); + + const rows = await postgres.query>( + "SELECT player_steam_id FROM get_leaderboard('awards', 0)", + ); + expect(rows.length).toBeGreaterThan(0); + expect(rows.map((r) => String(r.player_steam_id))).not.toContain( + String(steamId), + ); + void t; + }); + }); + + describe("season awards", () => { + const seedSeasonElo = async ( + seasonId: string, + rows: Array<{ steam: string; elo: number; impact: number }>, + ) => { + for (const row of rows) { + const { matchId } = await fx.bareMatch(); + await postgres.query( + `INSERT INTO player_elo + (match_id, steam_id, season_id, type, current, change, impact, + expected_score, actual_score, k_factor) + VALUES ($1, $2, $3, 'Competitive', $4, 0, $5, 0.5, 1.0, 32)`, + [matchId, row.steam, seasonId, row.elo, row.impact], + ); + } + }; + + it("ships the four season system awards", async () => { + const rows = await postgres.query>( + `SELECT system_key FROM awards + WHERE system_key LIKE 'season\\_%' ORDER BY system_key`, + ); + expect(rows.map((r) => r.system_key)).toEqual([ + "season_bronze", + "season_gold", + "season_mvp", + "season_silver", + ]); + }); + + it("places the top three by season elo and an mvp by impact", async () => { + const [season] = await postgres.query>( + "INSERT INTO seasons (starts_at) VALUES (now()) RETURNING id", + ); + const players = await fx.players(4); + + // Highest elo is players[0]; highest impact is players[3], so the + // champion and the MVP must be different people. + await seedSeasonElo(season.id, [ + { steam: players[0], elo: 1400, impact: 1.0 }, + { steam: players[1], elo: 1300, impact: 1.0 }, + { steam: players[2], elo: 1200, impact: 1.0 }, + { steam: players[3], elo: 1100, impact: 1.9 }, + ]); + + await postgres.query("SELECT calculate_season_awards($1)", [season.id]); + + const rows = await postgres.query< + Array<{ + placement: number; + player_steam_id: string; + system_key: string; + }> + >( + `SELECT ar.placement, ar.player_steam_id, a.system_key + FROM award_recipients ar + JOIN awards a ON a.id = ar.award_id + WHERE ar.season_id = $1 AND ar.source = 'season' + ORDER BY ar.placement`, + [season.id], + ); + + expect(rows.map((r) => r.system_key)).toEqual([ + "season_mvp", + "season_gold", + "season_silver", + "season_bronze", + ]); + expect(String(rows[0].player_steam_id)).toBe(String(players[3])); + expect(String(rows[1].player_steam_id)).toBe(String(players[0])); + expect(String(rows[3].player_steam_id)).toBe(String(players[2])); + }); + + it("counts season medals on the awards leaderboard", async () => { + const [season] = await postgres.query>( + "INSERT INTO seasons (starts_at) VALUES (now()) RETURNING id", + ); + const players = await fx.players(3); + + await seedSeasonElo(season.id, [ + { steam: players[0], elo: 1400, impact: 1.0 }, + { steam: players[1], elo: 1300, impact: 1.0 }, + { steam: players[2], elo: 1200, impact: 1.0 }, + ]); + + await postgres.query("SELECT calculate_season_awards($1)", [season.id]); + + // value = gold, tertiary_value = bronze, matches_played = mvp. + const rows = await postgres.query< + Array<{ + player_steam_id: string; + value: string; + tertiary_value: string; + matches_played: number; + }> + >( + `SELECT player_steam_id, value, tertiary_value, matches_played + FROM get_leaderboard('awards', 0)`, + ); + const board = new Map(rows.map((r) => [String(r.player_steam_id), r])); + + const champion = board.get(String(players[0])); + expect(Number(champion.value)).toBe(1); + expect(Number(champion.matches_played)).toBe(1); + expect(Number(board.get(String(players[2])).tertiary_value)).toBe(1); + }); + + it("breaks an elo tie deterministically", async () => { + const [season] = await postgres.query>( + "INSERT INTO seasons (starts_at) VALUES (now()) RETURNING id", + ); + const players = await fx.players(3); + + await seedSeasonElo(season.id, [ + { steam: players[0], elo: 1200, impact: 1.0 }, + { steam: players[1], elo: 1200, impact: 1.0 }, + { steam: players[2], elo: 1200, impact: 1.0 }, + ]); + + const placements = async () => { + await postgres.query("SELECT calculate_season_awards($1)", [season.id]); + const rows = await postgres.query< + Array<{ placement: number; player_steam_id: string }> + >( + `SELECT placement, player_steam_id FROM award_recipients + WHERE season_id = $1 AND source = 'season' AND placement > 0 + ORDER BY placement`, + [season.id], + ); + return rows.map((r) => `${r.placement}:${r.player_steam_id}`); + }; + + expect(await placements()).toEqual(await placements()); + }); + + it("recalculates without duplicating, and keeps hand-granted rows", async () => { + const [season] = await postgres.query>( + "INSERT INTO seasons (starts_at) VALUES (now()) RETURNING id", + ); + const players = await fx.players(3); + await seedSeasonElo( + season.id, + players.map((steam, i) => ({ steam, elo: 1400 - i * 100, impact: 1 })), + ); + + const handId = await createAward("Season Community Pick"); + await postgres.query( + `INSERT INTO award_recipients (award_id, season_id, player_steam_id, source) + VALUES ($1, $2, $3, 'manual')`, + [handId, season.id, players[0]], + ); + + await postgres.query("SELECT calculate_season_awards($1)", [season.id]); + await postgres.query("SELECT calculate_season_awards($1)", [season.id]); + + const [counts] = await postgres.query< + Array<{ calculated: string; manual: string }> + >( + `SELECT + count(*) FILTER (WHERE source = 'season') AS calculated, + count(*) FILTER (WHERE source = 'manual') AS manual + FROM award_recipients WHERE season_id = $1`, + [season.id], + ); + expect(Number(counts.calculated)).toBe(4); + expect(Number(counts.manual)).toBe(1); + }); + + it("seats awards when a season ends and drops them if it reopens", async () => { + const [season] = await postgres.query>( + "INSERT INTO seasons (starts_at) VALUES (now() - interval '30 days') RETURNING id", + ); + const players = await fx.players(3); + await seedSeasonElo( + season.id, + players.map((steam, i) => ({ steam, elo: 1400 - i * 100, impact: 1 })), + ); + + const calculated = async () => + Number( + ( + await postgres.query>( + `SELECT count(*) AS c FROM award_recipients + WHERE season_id = $1 AND source = 'season'`, + [season.id], + ) + )[0].c, + ); + + expect(await calculated()).toBe(0); + + await postgres.query( + "UPDATE seasons SET ends_at = now() - interval '1 day' WHERE id = $1", + [season.id], + ); + expect(await calculated()).toBeGreaterThan(0); + + // Ending a season auto-creates its successor (triggers/seasons.sql), so + // clear that before reopening or the two ranges overlap. + await postgres.query("DELETE FROM seasons WHERE id <> $1", [season.id]); + await postgres.query("UPDATE seasons SET ends_at = NULL WHERE id = $1", [ + season.id, + ]); + expect(await calculated()).toBe(0); + }); + }); + + describe("awards_enabled", () => { + it("round-trips the calculated rows without touching hand-granted ones", async () => { + const t = await playedOutCup(); + const awardId = await createAward("Organizer's Pick"); + const steamId = await fx.player(); + + await postgres.query( + `INSERT INTO award_recipients (award_id, player_steam_id, source) + VALUES ($1, $2, 'manual')`, + [awardId, steamId], + ); + + const calculated = async () => + Number( + ( + await postgres.query>( + `SELECT count(*) AS c FROM award_recipients + WHERE tournament_id = $1 AND source = 'tournament'`, + [t.id], + ) + )[0].c, + ); + + expect(await calculated()).toBeGreaterThan(0); + + await postgres.query( + "UPDATE tournaments SET awards_enabled = false WHERE id = $1", + [t.id], + ); + expect(await calculated()).toBe(0); + + await postgres.query( + "UPDATE tournaments SET awards_enabled = true WHERE id = $1", + [t.id], + ); + expect(await calculated()).toBeGreaterThan(0); + + const [{ c }] = await postgres.query>( + "SELECT count(*) AS c FROM award_recipients WHERE award_id = $1", + [awardId], + ); + expect(Number(c)).toBe(1); + }); + }); + // The table permissions are read-only, so every write path runs through the + // action layer. These cover the authorization it adds on top of the SQL + // constraints exercised above. + describe("actions", () => { + let controller: AwardsController; + let createFloor: string; + let grantFloor: string; + + beforeEach(() => { + createFloor = "administrator"; + grantFloor = "administrator"; + + const service = new AwardsService( + new Logger("AwardsActionTest"), + // No test touches artwork, so a stub that fails loudly is enough. + { + put: jest.fn(), + remove: jest.fn(), + has: jest.fn().mockResolvedValue(false), + } as never, + postgres, + ); + + controller = new AwardsController(service, { + getSetting: async (name: string) => + name.includes("create") ? createFloor : grantFloor, + } as never); + }); + + const user = (steam_id: string, role: string) => + ({ steam_id, role }) as never; + + const rosterOf = async (tournamentId: string) => { + const [row] = await postgres.query< + Array<{ player_steam_id: string; team_id: string }> + >( + `SELECT r.player_steam_id, tt.team_id + FROM tournament_team_roster r + JOIN tournament_teams tt ON tt.id = r.tournament_team_id + WHERE r.tournament_id = $1 + LIMIT 1`, + [tournamentId], + ); + return row; + }; + + describe("saveAward", () => { + it("rejects a role below the create floor", async () => { + const steam = await fx.player(); + + await expect( + controller.saveAward({ + name: "Rejected", + tier: "special", + user: user(steam, "user"), + }), + ).rejects.toThrow("permission to manage awards"); + }); + + it("lets a tournament organizer scope an award to their own tournament", async () => { + const t = await tfx.createTournament(SE4); + createFloor = "user"; + + const award = await controller.saveAward({ + name: "Organizer's Pick", + tier: "special", + tournament_id: t.id, + user: user(t.organizer, "user"), + }); + + expect(award.tournament_id).toBe(t.id); + }); + + it("refuses to scope an award to someone else's tournament", async () => { + const t = await tfx.createTournament(SE4); + const stranger = await fx.player(); + createFloor = "user"; + + await expect( + controller.saveAward({ + name: "Not Mine", + tier: "special", + tournament_id: t.id, + user: user(stranger, "user"), + }), + ).rejects.toThrow("Not the tournament organizer"); + }); + + it("keeps event, season and league scoping to administrators", async () => { + const season = await fx.season(new Date().toISOString()); + createFloor = "user"; + + await expect( + controller.saveAward({ + name: "Season Special", + tier: "special", + season_id: season, + user: user(await fx.player(), "tournament_organizer"), + }), + ).rejects.toThrow("Only administrators"); + + const award = await controller.saveAward({ + name: "Season Special", + tier: "special", + season_id: season, + user: user(await fx.player(), "administrator"), + }); + expect(award.season_id).toBe(season); + }); + }); + + describe("deleteAward", () => { + it("refuses to delete a built-in award", async () => { + await expect( + controller.deleteAward({ + id: await systemAward("tournament_gold"), + user: user(await fx.player(), "administrator"), + }), + ).rejects.toThrow("cannot be deleted"); + }); + }); + + describe("grantAward", () => { + it("rejects a global grant from a role below the grant floor", async () => { + const awardId = await createAward("Community Pick"); + + await expect( + controller.grantAward({ + award_id: awardId, + player_steam_id: await fx.player(), + user: user(await fx.player(), "tournament_organizer"), + }), + ).rejects.toThrow("permission to grant awards"); + }); + + it("lets an organizer below the floor grant inside their own tournament", async () => { + const t = await playedOutCup(); + const awardId = await createAward("Clutch King"); + const roster = await rosterOf(t.id); + + const granted = await controller.grantAward({ + award_id: awardId, + player_steam_id: roster.player_steam_id, + tournament_id: t.id, + user: user(t.organizer, "user"), + }); + + expect(granted.id).toBeTruthy(); + + // ...but not in a tournament they do not run. + const other = await tfx.createTournament(SE4); + await expect( + controller.grantAward({ + award_id: awardId, + player_steam_id: roster.player_steam_id, + tournament_id: other.id, + user: user(t.organizer, "user"), + }), + ).rejects.toThrow("Not the tournament organizer"); + }); + + it("refuses a recipient who never played in the tournament", async () => { + const t = await playedOutCup(); + const awardId = await createAward("Outsider"); + + await expect( + controller.grantAward({ + award_id: awardId, + player_steam_id: await fx.player(), + tournament_id: t.id, + user: user(t.organizer, "user"), + }), + ).rejects.toThrow("not part of this tournament"); + }); + + it("refuses a grant that names more than one scope", async () => { + const t = await tfx.createTournament(SE4); + const season = await fx.season(new Date().toISOString()); + const awardId = await createAward("Confused"); + + await expect( + controller.grantAward({ + award_id: awardId, + player_steam_id: await fx.player(), + tournament_id: t.id, + season_id: season, + user: user(await fx.player(), "administrator"), + }), + ).rejects.toThrow("one scope at most"); + }); + + it("stamps the season on a season-scoped grant", async () => { + const season = await fx.season(new Date().toISOString()); + const awardId = await createAward("Season Special"); + const steam = await fx.player(); + + const granted = await controller.grantAward({ + award_id: awardId, + player_steam_id: steam, + season_id: season, + user: user(await fx.player(), "administrator"), + }); + + const [row] = await postgres.query>( + "SELECT season_id FROM award_recipients WHERE id = $1", + [granted.id], + ); + expect(row.season_id).toBe(season); + }); + }); + + describe("revokeAward", () => { + it("refuses to revoke a calculated tournament placement", async () => { + const t = await playedOutCup(); + const [calculated] = await postgres.query>( + `SELECT id FROM award_recipients + WHERE tournament_id = $1 AND source = 'tournament' LIMIT 1`, + [t.id], + ); + + await expect( + controller.revokeAward({ + id: calculated.id, + user: user(await fx.player(), "administrator"), + }), + ).rejects.toThrow("managed by the tournament"); + }); + + it("removes a hand-granted row", async () => { + const awardId = await createAward("Removable"); + const granted = await controller.grantAward({ + award_id: awardId, + player_steam_id: await fx.player(), + user: user(await fx.player(), "administrator"), + }); + + await controller.revokeAward({ + id: granted.id, + user: user(await fx.player(), "administrator"), + }); + + const rows = await postgres.query>( + "SELECT id FROM award_recipients WHERE id = $1", + [granted.id], + ); + expect(rows).toHaveLength(0); + }); + }); + }); +}); diff --git a/test/telemetry-perf.spec.ts b/test/telemetry-perf.spec.ts new file mode 100644 index 000000000..f02b5710a --- /dev/null +++ b/test/telemetry-perf.spec.ts @@ -0,0 +1,170 @@ +import { Logger } from "@nestjs/common"; +import { PostgresService } from "./../src/postgres/postgres.service"; +import { bootMigratedDb, SqlTestDb } from "./utils/sql-test-db"; +import { TelemetryService } from "./../src/telemetry/telemetry.service"; + +// Benchmark, not a guard: it seeds 20k matches and only prints timings, so a +// normal `yarn test:sql` skips it. Run it with PERF=1. +const benchmark = process.env.PERF === "1" ? describe : describe.skip; + +benchmark("telemetry perf", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let service: TelemetryService; + + beforeAll(async () => { + db = await bootMigratedDb("TelemetryPerfTest"); + postgres = db.postgres; + + service = new TelemetryService( + new Logger("Perf"), + { + getConnection: () => ({ + setex: async () => "OK", + scan: async (): Promise<[string, Array]> => ["0", []], + }), + } as never, + null as never, + { get: () => ({ webDomain: "https://panel.test" }) } as never, + postgres, + { getPanelVersion: async () => "abc" } as never, + { + remember: async (_k: string, cb: () => Promise) => await cb(), + } as never, + ); + + await postgres.query( + `INSERT INTO server_regions (value, is_lan) VALUES ('PerfRegion', false) + ON CONFLICT (value) DO NOTHING`, + ); + await postgres.query( + `INSERT INTO servers (host, label, rcon_password, port, enabled, region, type, is_dedicated) + VALUES ('127.0.0.1', 'perf-server', '\\x00'::bytea, 27915, true, 'PerfRegion', 'Ranked', true)`, + ); + + const MATCHES = 20000; + + console.log(`seeding ${MATCHES} matches...`); + const started = Date.now(); + + await postgres.query( + `INSERT INTO match_lineups (id) + SELECT gen_random_uuid() FROM generate_series(1, ${MATCHES * 2})`, + ); + + await postgres.query( + `WITH numbered AS ( + SELECT id, row_number() OVER () AS rn FROM match_lineups + ), + pairs AS ( + SELECT a.id AS l1, b.id AS l2, a.rn + FROM numbered a + JOIN numbered b ON b.rn = a.rn + ${MATCHES} + WHERE a.rn <= ${MATCHES} + ) + INSERT INTO matches (lineup_1_id, lineup_2_id, source, started_at, ended_at, created_at) + SELECT l1, l2, + CASE WHEN rn % 5 = 0 THEN 'faceit' ELSE '5stack' END, + now() - (rn || ' hours')::interval, + now() - (rn || ' hours')::interval, + now() - (rn || ' hours')::interval + FROM pairs`, + ); + + // One player per lineup slot so no match ever gets the same steam id twice + // (a trigger rejects that), which keeps the join row counts realistic. + await postgres.query( + `INSERT INTO players (steam_id, name) + SELECT 76561190000000000 + g, 'p' || g + FROM generate_series(1, ${MATCHES * 10}) g`, + ); + + // check_match_lineup_players re-scans the whole table per row, so inserting + // 10 players a match this way is quadratic — minutes of seeding for a + // benchmark that measures a read. The rows are unique by construction + // (5 consecutive ids per lineup ordinal), so the check has nothing to catch. + await postgres.query( + "ALTER TABLE match_lineup_players DISABLE TRIGGER USER", + ); + await postgres.query( + `INSERT INTO match_lineup_players (match_lineup_id, steam_id) + SELECT l.id, 76561190000000000 + ((l.rn - 1) * 5 + s) + FROM (SELECT id, row_number() OVER (ORDER BY id) AS rn FROM match_lineups) l, + generate_series(1, 5) s`, + ); + await postgres.query( + "ALTER TABLE match_lineup_players ENABLE TRIGGER USER", + ); + + await postgres.query( + `INSERT INTO match_maps (match_id, map_id, "order", status) + SELECT m.id, (SELECT id FROM maps ORDER BY name LIMIT 1), 1, 'Finished' + FROM matches m`, + ); + + console.log(`seeded in ${Date.now() - started}ms`); + + const counts = await postgres.query>>( + `SELECT + (SELECT count(*) FROM matches) AS matches, + (SELECT count(*) FROM match_lineup_players) AS lineup_players, + (SELECT count(*) FROM match_maps) AS maps`, + ); + console.log("row counts:", counts[0]); + + await postgres.query("ANALYZE"); + }, 900_000); + + afterAll(async () => { + await db?.stop(); + }); + + it("times the whole collect()", async () => { + for (let i = 0; i < 3; i++) { + const started = Date.now(); + await service.collect(); + console.log(`collect() run ${i + 1}: ${Date.now() - started}ms`); + } + }, 300_000); + + it("times the active-player join on its own", async () => { + const sql = `SELECT count(DISTINCT p.steam_id) + FROM public.match_lineup_players p + JOIN public.matches m + ON m.lineup_1_id = p.match_lineup_id OR m.lineup_2_id = p.match_lineup_id + WHERE p.steam_id IS NOT NULL + AND m.started_at IS NOT NULL + AND m.effective_at >= now() - interval '30 days'`; + + const started = Date.now(); + await postgres.query(sql); + console.log(`OR-join active players: ${Date.now() - started}ms`); + + const plan = await postgres.query>>( + `EXPLAIN (ANALYZE, BUFFERS) ${sql}`, + ); + console.log(plan.map((r) => r["QUERY PLAN"]).join("\n")); + }, 300_000); + + it("times an IN-rewrite of the same thing", async () => { + const sql = `SELECT count(DISTINCT p.steam_id) + FROM public.match_lineup_players p + WHERE p.steam_id IS NOT NULL + AND p.match_lineup_id IN ( + SELECT lineup_1_id FROM public.matches + WHERE started_at IS NOT NULL AND effective_at >= now() - interval '30 days' + UNION + SELECT lineup_2_id FROM public.matches + WHERE started_at IS NOT NULL AND effective_at >= now() - interval '30 days' + )`; + + const started = Date.now(); + await postgres.query(sql); + console.log(`IN-rewrite active players: ${Date.now() - started}ms`); + + const plan = await postgres.query>>( + `EXPLAIN (ANALYZE, BUFFERS) ${sql}`, + ); + console.log(plan.map((r) => r["QUERY PLAN"]).join("\n")); + }, 300_000); +}); diff --git a/test/telemetry.spec.ts b/test/telemetry.spec.ts new file mode 100644 index 000000000..db7d0ff66 --- /dev/null +++ b/test/telemetry.spec.ts @@ -0,0 +1,412 @@ +import { Logger } from "@nestjs/common"; +import { PostgresService } from "./../src/postgres/postgres.service"; +import { Fixtures } from "./utils/fixtures"; +import { bootMigratedDb, SqlTestDb } from "./utils/sql-test-db"; +import { TelemetryService } from "./../src/telemetry/telemetry.service"; +import { TelemetryPayload } from "./../src/telemetry/types/TelemetryPayload"; + +// Both halves of the telemetry loop run against a real migrated schema: the +// sender's collect() query (every column name and join it touches) and the +// receiver's sanitize -> persist -> aggregate path over the jsonb payloads. +describe("telemetry (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + let service: TelemetryService; + let redis: { setex: jest.Mock; scan: jest.Mock }; + + beforeAll(async () => { + db = await bootMigratedDb("TelemetryTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561193000000000n); + + redis = { + setex: jest.fn().mockResolvedValue("OK"), + scan: jest.fn().mockResolvedValue(["0", []]), + }; + + service = new TelemetryService( + new Logger("TelemetryTest"), + { getConnection: () => redis } as never, + null as never, + { get: () => ({ webDomain: "https://panel.test" }) } as never, + postgres, + { getPanelVersion: async () => "abcdef1234567890" } as never, + // Pass-through so the aggregation SQL runs on every assertion. + { + remember: async (_key: string, callback: () => Promise) => + await callback(), + } as never, + ); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + await postgres.query("DELETE FROM telemetry_snapshots"); + await postgres.query("DELETE FROM telemetry_installs"); + redis.setex.mockClear(); + }); + + describe("collect", () => { + let payload: TelemetryPayload; + + beforeAll(async () => { + await fx.region("TelemetryRegion"); + + const ran = await fx.bareMatch(new Date().toISOString()); + await postgres.query( + "UPDATE matches SET started_at = now() WHERE id = $1", + [ran.matchId], + ); + + // Never started: must land in `created` but not in `total` or the windows. + await fx.bareMatch(); + + // An imported FACEIT demo. The importer stamps a started_at, so without + // the source split this reads as a match the panel hosted. + const imported = await fx.bareMatch(new Date().toISOString()); + await postgres.query( + `UPDATE matches SET started_at = now(), source = 'faceit', external_id = $2 + WHERE id = $1`, + [imported.matchId, "faceit-1"], + ); + + // A demo played on a 5stack server and imported back in keeps + // source = '5stack'; external_id is the only thing separating it. + const reimported = await fx.bareMatch(new Date().toISOString()); + await postgres.query( + "UPDATE matches SET started_at = now(), external_id = $2 WHERE id = $1", + [reimported.matchId, "5stack-1"], + ); + + payload = await service.collect(); + }, 600_000); + + it("runs every counter query against the real schema", () => { + expect(payload.schema).toBeGreaterThan(0); + expect(payload.install_id).toMatch( + /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/, + ); + expect(payload.panel_version).toBe("abcdef1234567890"); + }); + + it("counts only started matches as ran, and every row as created", () => { + expect(payload.matches.created).toBe(4); + expect(payload.matches.total).toBe(1); + expect(payload.matches.week).toBe(1); + expect(payload.matches.month).toBe(1); + expect(payload.matches.year).toBe(1); + }); + + it("keeps imported matches out of the matches the panel ran", () => { + expect(payload.matches.external.total).toBe(2); + expect(payload.matches.external.week).toBe(2); + expect(payload.matches.external.year).toBe(2); + + // by_source stays whole-fleet so the origin mix is still visible. + expect(payload.matches.by_source.faceit).toBe(1); + }); + + it("reports the servers seeded by the region fixture", () => { + expect(payload.servers.total).toBeGreaterThanOrEqual(1); + expect(payload.servers.dedicated).toBeGreaterThanOrEqual(1); + }); + + it("reports every feature with an enabled flag or a usage count", () => { + for (const key of [ + "tournaments", + "leagues", + "seasons", + "events", + "news", + "highlights", + "system_alerts", + "awards", + "scrims", + "matchmaking", + "custom_pages", + "branding", + ]) { + expect(payload.features[key]).toBeDefined(); + } + + // Absent settings rows must resolve to the app's own default, not null. + expect(payload.features.events.enabled).toBe(false); + expect(payload.features.scrims.enabled).toBe(true); + expect(payload.features.highlights.count).toBe(0); + }); + + it("keeps the install id out of the guest-readable settings namespace", async () => { + const rows = await postgres.query>( + "SELECT name FROM settings WHERE value = $1", + [payload.install_id], + ); + + expect(rows).toHaveLength(1); + expect(rows[0].name.startsWith("public.")).toBe(false); + }); + + it("returns the same install id on every collection", async () => { + const again = await service.collect(); + expect(again.install_id).toBe(payload.install_id); + }); + }); + + describe("record", () => { + const install = "11111111-2222-3333-4444-555555555555"; + + const report = (over: Record = {}) => ({ + schema: 1, + install_id: install, + installed_at: "2024-01-01T00:00:00.000Z", + panel_version: "deadbeef", + plugin_runtime: "swiftly", + nodes: { total: 2, enabled: 2, online: 1, regions: 1 }, + servers: { + total: 10, + enabled: 9, + dedicated: 3, + on_demand: 7, + public: 4, + capacity: 120, + }, + matches: { + total: 500, + created: 520, + week: 12, + month: 40, + year: 300, + maps_played: 700, + by_type: { Competitive: 480, Wingman: 20 }, + by_source: { "5stack": 500 }, + tournament: 60, + league: 10, + scrim: 25, + external: { total: 30, week: 1, month: 3, year: 12 }, + }, + players: { registered: 300, active_7d: 40, active_30d: 90, teams: 22 }, + features: { + events: { enabled: true, count: 4 }, + news: { enabled: false, count: 0 }, + highlights: { enabled: null as boolean | null, count: 88 }, + }, + ...over, + }); + + it("persists an install and its daily snapshot", async () => { + await service.record("203.0.113.7", "US", report()); + + const [row] = await postgres.query>>( + "SELECT * FROM telemetry_installs WHERE install_id = $1", + [install], + ); + + expect(row.panel_version).toBe("deadbeef"); + expect(row.country).toBe("US"); + expect(row.payload.matches.total).toBe(500); + + const snapshots = await postgres.query>>( + "SELECT * FROM telemetry_snapshots WHERE install_id = $1", + [install], + ); + + expect(snapshots).toHaveLength(1); + }); + + it("keeps one snapshot per install per day and keeps first_seen_at", async () => { + await service.record("203.0.113.7", "US", report()); + + const [first] = await postgres.query>( + "SELECT first_seen_at FROM telemetry_installs WHERE install_id = $1", + [install], + ); + + await service.record( + "203.0.113.7", + "US", + report({ matches: { ...report().matches, total: 600 } }), + ); + + const [row] = await postgres.query< + Array<{ first_seen_at: Date; payload: any }> + >("SELECT * FROM telemetry_installs WHERE install_id = $1", [install]); + + expect(row.first_seen_at).toEqual(first.first_seen_at); + expect(row.payload.matches.total).toBe(600); + + const snapshots = await postgres.query>>( + "SELECT * FROM telemetry_snapshots WHERE install_id = $1", + [install], + ); + + expect(snapshots).toHaveLength(1); + expect(snapshots[0].payload.matches.total).toBe(600); + }); + + it("counts a payload-less legacy panel as online without persisting it", async () => { + await service.record("203.0.113.9", "CA", {}); + + expect(redis.setex).toHaveBeenCalledWith( + "online_system:203.0.113.9", + 3600, + "{}", + ); + + const rows = await postgres.query>( + "SELECT install_id FROM telemetry_installs", + ); + + expect(rows).toHaveLength(0); + }); + + it("clamps and strips forged input", async () => { + await service.record("203.0.113.7", "US", { + ...report(), + evil: "DROP TABLE", + nodes: { total: -5, enabled: "1e400", online: 1, regions: 1 }, + matches: { ...report().matches, total: 10_000_000_000 }, + }); + + const [row] = await postgres.query>( + "SELECT payload FROM telemetry_installs WHERE install_id = $1", + [install], + ); + + expect(row.payload.evil).toBeUndefined(); + expect(row.payload.nodes.total).toBe(0); + expect(row.payload.matches.total).toBe(100_000_000); + }); + + it("rejects a report with no usable install id", async () => { + await service.record("203.0.113.8", "US", { + ...report(), + install_id: "not-a-uuid", + }); + + const rows = await postgres.query>( + "SELECT install_id FROM telemetry_installs", + ); + + expect(rows).toHaveLength(0); + }); + }); + + describe("getFleetStats", () => { + const installA = "aaaaaaaa-0000-4000-8000-000000000001"; + const installB = "bbbbbbbb-0000-4000-8000-000000000002"; + + const report = (installId: string, matches: number, servers: number) => ({ + schema: 1, + install_id: installId, + installed_at: "2024-01-01T00:00:00.000Z", + panel_version: "cafebabe", + plugin_runtime: "css", + nodes: { total: 1, enabled: 1, online: 1, regions: 1 }, + servers: { + total: servers, + enabled: servers, + dedicated: 1, + on_demand: servers - 1, + public: 2, + capacity: servers * 10, + }, + matches: { + total: matches, + created: matches, + week: 5, + month: 20, + year: 100, + maps_played: matches * 2, + by_type: { Competitive: matches }, + by_source: { "5stack": matches }, + tournament: 1, + league: 0, + scrim: 2, + external: { total: matches / 10, week: 0, month: 2, year: 5 }, + }, + players: { registered: 50, active_7d: 5, active_30d: 12, teams: 3 }, + features: { + events: { enabled: installId === installA, count: 3 }, + highlights: { enabled: null as boolean | null, count: 10 }, + }, + }); + + beforeEach(async () => { + await service.record("203.0.113.1", "US", report(installA, 100, 4)); + await service.record("203.0.113.2", "DE", report(installB, 250, 6)); + }); + + it("sums the latest payload of every recently active install", async () => { + const stats = await service.getFleetStats(); + + expect(stats.installs.total).toBe(2); + expect(stats.installs.active24h).toBe(2); + expect(stats.totals.matches).toBe(350); + expect(stats.totals.servers).toBe(10); + expect(stats.totals.serverCapacity).toBe(100); + expect(stats.totals.mapsPlayed).toBe(700); + // Imported matches are summed apart from the ones the panels hosted. + expect(stats.totals.matchesImported).toBe(35); + expect(stats.totals.matchesImportedMonth).toBe(4); + }); + + it("reports feature adoption across installs", async () => { + const stats = await service.getFleetStats(); + const events = stats.features.find((f) => f.key === "events"); + const highlights = stats.features.find((f) => f.key === "highlights"); + + expect(events.reporting).toBe(2); + expect(events.enabled).toBe(1); + expect(events.total).toBe(6); + + // No flag, so nothing is "enabled" — adoption is the count alone. + expect(highlights.enabled).toBe(0); + expect(highlights.installsUsing).toBe(2); + expect(highlights.total).toBe(20); + }); + + it("groups installs by first-seen month", async () => { + const stats = await service.getFleetStats(); + + expect(stats.growth).toHaveLength(1); + expect(stats.growth[0].installs).toBe(2); + }); + + it("derives daily matches from the counter delta, never going negative", async () => { + await postgres.query( + `INSERT INTO telemetry_snapshots (install_id, day, payload) + VALUES ($1, current_date - 2, $2), ($1, current_date - 1, $3)`, + [ + installA, + JSON.stringify(report(installA, 40, 4)), + JSON.stringify(report(installA, 70, 4)), + ], + ); + + // A wiped database reports a counter below the previous day's. + await postgres.query( + `INSERT INTO telemetry_snapshots (install_id, day, payload) + VALUES ($1, current_date - 1, $2)`, + [installB, JSON.stringify(report(installB, 900, 6))], + ); + + const stats = await service.getFleetStats(); + const byDay = new Map(stats.activity.map((point) => [point.day, point])); + + const yesterday = new Date(); + yesterday.setDate(yesterday.getDate() - 1); + const key = yesterday.toISOString().slice(0, 10); + + // installA: 70 - 40 = 30. installB has no prior day, so it contributes 0. + expect(byDay.get(key).matches).toBe(30); + expect(byDay.get(key).installs).toBe(2); + + const today = new Date().toISOString().slice(0, 10); + // installB drops 900 -> 250; the clamp keeps it at 0 rather than negative. + expect(byDay.get(today).matches).toBe(30); + }); + }); +}); diff --git a/test/tournament-edge-cases.spec.ts b/test/tournament-edge-cases.spec.ts index fe5a47f61..2e3df09fe 100644 --- a/test/tournament-edge-cases.spec.ts +++ b/test/tournament-edge-cases.spec.ts @@ -153,7 +153,7 @@ describe("tournament edge cases (SQL-driven)", () => { const bronzeTeams = await postgres.query< Array<{ tournament_team_id: string }> >( - `SELECT DISTINCT tournament_team_id FROM tournament_trophies + `SELECT DISTINCT tournament_team_id FROM award_recipients WHERE tournament_id = $1 AND placement = 3`, [t.id], ); @@ -164,7 +164,7 @@ describe("tournament edge cases (SQL-driven)", () => { finalThird.tournament_team_id_1, ]); - // And the trophies leaderboard hands each roster exactly its medal: + // And the awards leaderboard hands each roster exactly its medal: // value/secondary/tertiary are the gold/silver/bronze counts. const finalBracket = (await tfx.getBrackets(stage)).find( (b) => b.round === 2 && b.match_number === 1, @@ -179,16 +179,16 @@ describe("tournament edge cases (SQL-driven)", () => { ) .map((r) => r.player_steam_id) .sort(); - const trophies = await postgres.query< + const medals = await postgres.query< Array<{ player_steam_id: string; value: number; secondary_value: number; tertiary_value: number; }> - >("SELECT * FROM get_leaderboard('trophies', 0)"); - const medalists = (pick: (r: (typeof trophies)[number]) => number) => - trophies + >("SELECT * FROM get_leaderboard('awards', 0)"); + const medalists = (pick: (r: (typeof medals)[number]) => number) => + medals .filter((r) => Number(pick(r)) === 1) .map((r) => r.player_steam_id) .sort(); diff --git a/test/tournament-reset.spec.ts b/test/tournament-reset.spec.ts index b047bbb4e..a6f073dd8 100644 --- a/test/tournament-reset.spec.ts +++ b/test/tournament-reset.spec.ts @@ -10,7 +10,7 @@ import { // Exercises reset_tournament_match / preview_tournament_match_reset: rewinding // a reported result unwinds every downstream bracket (slot clearing, match // deletion, unfinishing), restores the source match, and rolls a finished -// tournament back to Live with its auto trophies revoked. +// tournament back to Live with its calculated awards revoked. describe("tournament match reset (SQL-driven)", () => { let db: SqlTestDb; let postgres: PostgresService; @@ -124,13 +124,13 @@ describe("tournament match reset (SQL-driven)", () => { expect(source.winning_lineup_id).toBeNull(); }); - it("rolls a finished tournament back to Live and revokes its trophies", async () => { + it("rolls a finished tournament back to Live and revokes its calculated awards", async () => { const t = await playedOutCup(); expect( Number( ( await postgres.query>( - "SELECT count(*) AS c FROM tournament_trophies WHERE tournament_id = $1", + "SELECT count(*) AS c FROM award_recipients WHERE tournament_id = $1", [t.id], ) )[0].c, @@ -144,12 +144,44 @@ describe("tournament match reset (SQL-driven)", () => { expect(await tfx.tournamentStatus(t.id)).toBe("Live"); const [{ c }] = await postgres.query>( - "SELECT count(*) AS c FROM tournament_trophies WHERE tournament_id = $1", + "SELECT count(*) AS c FROM award_recipients WHERE tournament_id = $1", [t.id], ); expect(Number(c)).toBe(0); }); + it("rolling a finished tournament back keeps hand-granted awards", async () => { + const t = await playedOutCup(); + + const [existing] = await postgres.query< + Array<{ tournament_team_id: string; player_steam_id: string }> + >( + `SELECT tournament_team_id, player_steam_id FROM award_recipients + WHERE tournament_id = $1 AND player_steam_id IS NOT NULL + LIMIT 1`, + [t.id], + ); + + await postgres.query( + `INSERT INTO award_recipients + (award_id, tournament_id, tournament_team_id, player_steam_id, source) + VALUES ((SELECT id FROM awards WHERE system_key = 'tournament_mvp'), $1, $2, $3, 'manual')`, + [t.id, existing.tournament_team_id, existing.player_steam_id], + ); + + const semi = (await tfx.getBrackets(t.stageIds[0])).find( + (b) => b.round === 1, + )!; + await resetMatch(semi.match_id!); + + const [{ c }] = await postgres.query>( + `SELECT count(*) AS c FROM award_recipients + WHERE tournament_id = $1 AND source = 'manual'`, + [t.id], + ); + expect(Number(c)).toBe(1); + }); + it("resetting with a corrected winner repropagates the bracket", async () => { const t = await playedOutCup(); let brackets = await tfx.getBrackets(t.stageIds[0]); @@ -358,7 +390,7 @@ describe("tournament match reset (SQL-driven)", () => { await sweep(stage); expect(await tfx.tournamentStatus(t.id)).toBe("Finished"); const [{ c }] = await postgres.query>( - "SELECT count(*) AS c FROM tournament_trophies WHERE tournament_id = $1", + "SELECT count(*) AS c FROM award_recipients WHERE tournament_id = $1", [t.id], ); expect(Number(c)).toBeGreaterThan(0); diff --git a/test/tournaments.spec.ts b/test/tournaments.spec.ts index af85639e2..c4f671f29 100644 --- a/test/tournaments.spec.ts +++ b/test/tournaments.spec.ts @@ -11,7 +11,7 @@ import { // (tbu_tournaments), stage validation, team registration (roster copy + // eligibility), bracket seeding on registration close, match scheduling, // winner propagation through the bracket (update_tournament_bracket), the -// min-teams auto-cancel, automatic finish, and trophy calculation. +// min-teams auto-cancel, automatic finish, and award calculation. describe("tournaments (SQL-driven)", () => { let db: SqlTestDb; let postgres: PostgresService; @@ -396,7 +396,7 @@ describe("tournaments (SQL-driven)", () => { expect(final.match_id).toBeNull(); }); - it("winners propagate into the final, which finishes the tournament and awards trophies", async () => { + it("winners propagate into the final, which finishes the tournament and grants awards", async () => { const { tournament } = await seedFourTeamCup(); await setStatus(tournament.id, tournament.organizer, "Live"); expect((await getTournament(tournament.id)).status).toBe("Live"); @@ -426,21 +426,23 @@ describe("tournaments (SQL-driven)", () => { expect((await getTournament(tournament.id)).status).toBe("Finished"); - const trophies = await postgres.query< + const awards = await postgres.query< Array<{ placement: number; tournament_team_id: string; - manual: boolean; + source: string; + award_id: string; }> >( - `SELECT placement, tournament_team_id, manual FROM tournament_trophies + `SELECT placement, tournament_team_id, source, award_id FROM award_recipients WHERE tournament_id = $1 ORDER BY placement`, [tournament.id], ); - expect(trophies.length).toBeGreaterThan(0); - expect(trophies.every((t) => t.manual === false)).toBe(true); + expect(awards.length).toBeGreaterThan(0); + expect(awards.every((t) => t.source === "tournament")).toBe(true); + expect(awards.every((t) => t.award_id !== null)).toBe(true); // The final's winner holds placement 1. - const champions = trophies.filter((t) => Number(t.placement) === 1); + const champions = awards.filter((t) => Number(t.placement) === 1); const [finalAfter] = (await getBrackets(tournament.id)).filter( (b) => b.round === 2, ); @@ -495,7 +497,7 @@ describe("tournaments (SQL-driven)", () => { ).rejects.toThrow(/Cannot leave/i); }); - it("disabling trophies wipes auto placements; re-enabling rebuilds them", async () => { + it("disabling awards wipes auto placements; re-enabling rebuilds them", async () => { const { tournament } = await seedFourTeamCup(); await setStatus(tournament.id, tournament.organizer, "Live"); @@ -513,7 +515,7 @@ describe("tournaments (SQL-driven)", () => { Number( ( await postgres.query>( - "SELECT count(*) AS c FROM tournament_trophies WHERE tournament_id = $1", + "SELECT count(*) AS c FROM award_recipients WHERE tournament_id = $1", [tournament.id], ) )[0].c, @@ -521,13 +523,13 @@ describe("tournaments (SQL-driven)", () => { expect(await count()).toBeGreaterThan(0); await postgres.query( - "UPDATE tournaments SET trophies_enabled = false WHERE id = $1", + "UPDATE tournaments SET awards_enabled = false WHERE id = $1", [tournament.id], ); expect(await count()).toBe(0); await postgres.query( - "UPDATE tournaments SET trophies_enabled = true WHERE id = $1", + "UPDATE tournaments SET awards_enabled = true WHERE id = $1", [tournament.id], ); expect(await count()).toBeGreaterThan(0); diff --git a/test/utils/jest-global-setup.ts b/test/utils/jest-global-setup.ts index c1befd33d..9c5ab160f 100644 --- a/test/utils/jest-global-setup.ts +++ b/test/utils/jest-global-setup.ts @@ -2,7 +2,6 @@ import type { StartedPostgreSqlContainer } from "@testcontainers/postgresql"; import { bootContainerAndMigrate, endPool } from "./sql-test-db"; declare global { - var __SQL_TEST_CONTAINER__: StartedPostgreSqlContainer | undefined; } @@ -13,6 +12,7 @@ declare global { export default async function globalSetup(): Promise { const { container, postgres } = await bootContainerAndMigrate( "SqlTestTemplate", + { reuse: process.env.SQL_TEST_FRESH !== "1" }, ); // The template must have zero connections when suites clone from it. diff --git a/test/utils/jest-global-teardown.ts b/test/utils/jest-global-teardown.ts index bd7c36774..0f503b942 100644 --- a/test/utils/jest-global-teardown.ts +++ b/test/utils/jest-global-teardown.ts @@ -1,3 +1,8 @@ +// A reused container is deliberately left running so the next run skips the +// boot and the migration pipeline. `docker rm -f` it, or run with +// SQL_TEST_FRESH=1, to start over. export default async function globalTeardown(): Promise { - await globalThis.__SQL_TEST_CONTAINER__?.stop(); + if (process.env.SQL_TEST_FRESH === "1") { + await globalThis.__SQL_TEST_CONTAINER__?.stop(); + } } diff --git a/test/utils/sql-test-db.ts b/test/utils/sql-test-db.ts index 0475f2fb7..52eb49c97 100644 --- a/test/utils/sql-test-db.ts +++ b/test/utils/sql-test-db.ts @@ -1,4 +1,6 @@ -import { randomBytes } from "crypto"; +import { createHash, randomBytes } from "crypto"; +import { readdirSync, readFileSync, statSync } from "fs"; +import { join } from "path"; import { Logger } from "@nestjs/common"; import { ConfigService } from "@nestjs/config"; import { Client } from "pg"; @@ -20,6 +22,66 @@ const TEMPLATE_DB = "hasura"; // template must have no concurrent access while it's being copied. const CLONE_LOCK_ID = 421337; +// Where the fingerprint of the migrated template is kept. It lives in the +// maintenance database so it survives dropping and rebuilding the template. +const FINGERPRINT_TABLE = "public._sql_test_template"; + +type Connection = { + host: string; + port: number; + user: string; + password: string; +}; + +function connectionFromEnv(): Connection { + return { + host: process.env.SQL_TEST_HOST!, + port: Number(process.env.SQL_TEST_PORT), + user: process.env.SQL_TEST_USER!, + password: process.env.SQL_TEST_PASSWORD!, + }; +} + +async function withAdmin( + connection: Connection, + fn: (admin: Client) => Promise, +): Promise { + // CREATE/DROP DATABASE cannot run inside a pool or a transaction; they need a + // raw client on the maintenance database. + const admin = new Client({ ...connection, database: "postgres" }); + await admin.connect(); + try { + return await fn(admin); + } finally { + await admin.end(); + } +} + +// Digest of every migration file. Migrations in this repo get edited in place +// (squashed, renumbered), and an already-recorded version never re-runs, so a +// reused template cannot be patched forward — any change means rebuild. Boot +// phases are deliberately excluded: setup() hashes those files itself and +// re-applies just the ones that changed, which costs nothing. +function migrationsFingerprint(): string { + const root = join(process.cwd(), "hasura", "migrations"); + const digest = createHash("sha1"); + + const walk = (dir: string) => { + for (const entry of readdirSync(dir).sort()) { + const path = join(dir, entry); + if (statSync(path).isDirectory()) { + walk(path); + continue; + } + digest.update(path.slice(root.length)); + digest.update(readFileSync(path)); + } + }; + + walk(root); + return digest.digest("hex"); +} + export interface SqlTestDb { container?: StartedPostgreSqlContainer; postgres: PostgresService; @@ -27,13 +89,16 @@ export interface SqlTestDb { stop(): Promise; } -function makeServices(connection: { - host: string; - port: number; - user: string; - password: string; - database: string; -}, loggerName: string): { postgres: PostgresService; hasura: HasuraService } { +function makeServices( + connection: { + host: string; + port: number; + user: string; + password: string; + database: string; + }, + loggerName: string, +): { postgres: PostgresService; hasura: HasuraService } { const configService = new ConfigService({ postgres: { connections: { default: { ...connection, max: 5 } } }, app: { demosDomain: "demos.test", relayDomain: "relay.test" }, @@ -63,10 +128,15 @@ export async function endPool(postgres: PostgresService): Promise { // Boots a throwaway Postgres and drives the real HasuraService.setup() through // the full migration -> enums -> functions -> views -> triggers pipeline, so // trigger/function behavior under test matches a fresh install exactly. +// +// `reuse` keeps the container alive between `yarn test:sql` runs and skips the +// migration pipeline when nothing under hasura/migrations changed, which is the +// difference between paying the boot cost once and paying it every invocation. export async function bootContainerAndMigrate( loggerName: string, + { reuse = false }: { reuse?: boolean } = {}, ): Promise { - const container = await new PostgreSqlContainer(IMAGE) + const builder = new PostgreSqlContainer(IMAGE) .withDatabase(TEMPLATE_DB) .withUsername("hasura") .withPassword("hasura") @@ -98,58 +168,135 @@ export async function bootContainerAndMigrate( "timescaledb.max_background_workers=0", "-c", "timescaledb.telemetry_level=off", - ]) - .start(); + ]); + + const container = await (reuse ? builder.withReuse() : builder).start(); + + const connection = { + host: container.getHost(), + port: container.getPort(), + user: container.getUsername(), + password: container.getPassword(), + }; + + const stale = reuse ? await templateIsStale(connection) : true; + + if (stale && reuse) { + await withAdmin(connection, async (admin) => { + await admin.query( + `DROP DATABASE IF EXISTS "${TEMPLATE_DB}" WITH (FORCE)`, + ); + await admin.query(`CREATE DATABASE "${TEMPLATE_DB}"`); + }); + } - // The prod image provisions the timescaledb extension outside the migrations; - // do the same so create_hypertable migrations resolve. const { postgres, hasura } = makeServices( - { - host: container.getHost(), - port: container.getPort(), - user: container.getUsername(), - password: container.getPassword(), - database: container.getDatabase(), - }, + { ...connection, database: TEMPLATE_DB }, loggerName, ); - await postgres.query("CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE"); + if (stale) { + // The prod image provisions the timescaledb extension outside the + // migrations; do the same so create_hypertable migrations resolve. + await postgres.query("CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE"); + } + + // Runs even against an up-to-date template: setup() re-applies the boot-phase + // files whose digest changed, which is how an edited trigger or view reaches + // a reused container. With nothing to do it applies zero migrations. await hasura.setup(); + if (reuse) { + await recordTemplateFingerprint(connection); + } + + if (reuse) { + await sweepAbandonedClones(connection); + } + return { container, postgres, hasura, stop: async () => { await endPool(postgres); - await container?.stop(); + if (!reuse) { + await container?.stop(); + } }, }; } +async function templateIsStale(connection: Connection): Promise { + return await withAdmin(connection, async (admin) => { + await admin.query( + `CREATE TABLE IF NOT EXISTS ${FINGERPRINT_TABLE} (fingerprint text NOT NULL)`, + ); + const { rows } = await admin.query<{ fingerprint: string }>( + `SELECT fingerprint FROM ${FINGERPRINT_TABLE} LIMIT 1`, + ); + const [template] = ( + await admin.query<{ exists: boolean }>( + `SELECT to_regclass('pg_database') IS NOT NULL + AND EXISTS (SELECT 1 FROM pg_database WHERE datname = $1) AS exists`, + [TEMPLATE_DB], + ) + ).rows; + + return ( + !template?.exists || rows[0]?.fingerprint !== migrationsFingerprint() + ); + }); +} + +async function recordTemplateFingerprint( + connection: Connection, +): Promise { + await withAdmin(connection, async (admin) => { + await admin.query(`DELETE FROM ${FINGERPRINT_TABLE}`); + await admin.query(`INSERT INTO ${FINGERPRINT_TABLE} VALUES ($1)`, [ + migrationsFingerprint(), + ]); + }); +} + +// Clones from crashed runs would otherwise pile up in a container that now +// outlives the run. Skipped entirely while any clone still has a connection, so +// a second test run against the same container never has its databases pulled +// out from under it. +async function sweepAbandonedClones(connection: Connection): Promise { + await withAdmin(connection, async (admin) => { + const { rows: busy } = await admin.query<{ count: string }>( + `SELECT count(*) AS count FROM pg_stat_activity WHERE datname LIKE 'test\\_%'`, + ); + if (Number(busy[0].count) > 0) { + return; + } + + const { rows } = await admin.query<{ datname: string }>( + `SELECT datname FROM pg_database WHERE datname LIKE 'test\\_%'`, + ); + for (const row of rows) { + await admin.query( + `DROP DATABASE IF EXISTS "${row.datname}" WITH (FORCE)`, + ); + } + }); +} + // Fast path used under test/jest-sql.config.js: the global setup already // booted one container and migrated the template database, so a suite only // needs its own copy — CREATE DATABASE ... TEMPLATE is a file-level clone // that takes a fraction of a second instead of a container boot plus the // full migration pipeline. async function cloneFromTemplate(loggerName: string): Promise { - const connection = { - host: process.env.SQL_TEST_HOST!, - port: Number(process.env.SQL_TEST_PORT), - user: process.env.SQL_TEST_USER!, - password: process.env.SQL_TEST_PASSWORD!, - }; + const connection = connectionFromEnv(); const database = `test_${loggerName .toLowerCase() .replace(/[^a-z0-9]+/g, "_")}_${randomBytes(4).toString("hex")}`; - // CREATE DATABASE cannot run inside a pool/transaction; use a raw client - // against the maintenance database. - const admin = new Client({ ...connection, database: "postgres" }); - await admin.connect(); - try { + await withAdmin(connection, async (admin) => { await admin.query("SELECT pg_advisory_lock($1)", [CLONE_LOCK_ID]); try { await admin.query( @@ -158,9 +305,7 @@ async function cloneFromTemplate(loggerName: string): Promise { } finally { await admin.query("SELECT pg_advisory_unlock($1)", [CLONE_LOCK_ID]); } - } finally { - await admin.end(); - } + }); const { postgres, hasura } = makeServices( { ...connection, database }, @@ -171,10 +316,16 @@ async function cloneFromTemplate(loggerName: string): Promise { postgres, hasura, stop: async () => { - // The shared container outlives the suite (global teardown stops it); - // clones are cheap and die with it, so dropping them isn't worth a - // maintenance connection here. await endPool(postgres); + // The container now outlives the run, so a clone that is not dropped here + // stays on disk forever. A failure to drop must not fail the suite. + try { + await withAdmin(connection, (admin) => + admin.query(`DROP DATABASE IF EXISTS "${database}" WITH (FORCE)`), + ); + } catch { + // The sweep on the next run picks it up. + } }, }; }